/*

 Theme Name: Freedom 

 Theme URI: 

 Description: Freedom Theme 

 Version: 1.0

 Author: Mishre Directory

 Author URI: 

 

 

 /*-----------Block Level Elements--------------*/

 *
{
	margin: 0;
	padding: 0;
}

a:link, a
{
	color: #f5961b;
	text-decoration: none;
}

a:visited
{
	text-decoration: none;
	color: #f5961b;
}

a.selected, a.visited
{
	color: #f5961b;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
	color: #E67504;
}

a:active
{
	color:#ED7916;
	text-decoration: none;
}

body
{
	background-color: #ffffff;
	font-family: Arial, sans-serif;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
	margin: 10px;
}

#page
{
	width: 888px;
	margin: 0 auto;
	background: #e4e3e7;
	-moz-border-radius-bottomleft: 1em;
	-moz-border-radius-bottomright: 1em;
	-webkit-border-bottom-left-radius: 1em;
	-webkit-border-bottom-right-radius: 1em;
	border-bottom-left-radius: 1em;
	border-bottom-right-radius: 1em;
	-moz-border-radius-topleft: 1em;
	-moz-border-radius-topright: 1em;
	-webkit-border-top-left-radius: 1em;
	-webkit-border-top-right-radius: 1em;
	border-top-left-radius: 1em;
	border-top-right-radius: 1em;
}

#header
{
	width: 100%;
	height: 250px;
	position: relative;
	background: #35424a;
	-moz-border-radius-topleft: 1em;
	-moz-border-radius-topright: 1em;
	-webkit-border-top-left-radius: 1em;
	-webkit-border-top-right-radius: 1em;
	border-top-left-radius: 1em;
	border-top-right-radius: 1em;
}

#headerimg
{
	/* position: absolute;
	top: 45px;
	left: 20px; */
	float: left;
}

.description
{
	color: #FFF;
	font-weight: bold;
	margin-left: 10px;
}

#wrapper
{
	margin: 7px;
 background:: #e4e3e7;
}

#content
{
	float: left;
	width: 454px;
	padding: 0 10px;
}

.sidebar
{
	width: 200px;
	float: left;/*background-color: #20718b;*/
}

#footer
{
	width: 100%;
	clear: both;
	height: 82px;
	margin: 0 7px;
	position: relative;
}

/*--------------Header--------------*/

 

 #headerimg h1
{
	font-size: 40px;
	margin-left: 10px;
}

#header #headerimg .bloginfo
{
	float: left;
}

/*ul#top-navigation
{
	/*position: absolute;
	/*top: 274px;
	font-size: 25px;
	list-style-type: none;
}*/

/*ul#top-navigation li, ul#top-navigation li ul li
{
	display: inline;
	padding: 3px 10px;
	border: 1px solid #000000;
}*/

/*ul#top-navigation li a
{
	color: #20718b;
}*/

/*-------------Headings-------------*/

 h1, h2, h3, h4, h5, h6
{
	color: #ccff00;
}

h1
{
}

h2
{
}

h3
{
}

h4
{
}

h5
{
}

/*-------------The Post-------------*/

 

 

 

/* h2 a:hover, h2 a:visited, h2 a
{
	color: #ccff00;
	font-size: 20px;
}*/

.post
{
	font-size: 12px;
	color: #FFF;
	margin-bottom: 15px;
}

small.date
{
	font-size: 12px;
	color: #ad7e2c;
	font-weight: bold;
}

.post p
{
	margin-bottom: 5px;
}

.post a
{
}

.post ul
{
	padding-left: 20px;
}

.post ol
{
	padding-left: 20px;
}

.post li
{
}

.entry
{
}

.entrytext .postmetadata
{
}

.postmetadata alt
{
}

.postmetadata a
{
}

.navigation
{
	color: #FFF;
}

.alignleft
{
	float: left;
}

.alignright
{
	float: right;
}

.center
{
}

.pagetitle
{
}

blockquote
{
	font-style: italic;
	padding: 5px 10px 10px 25px;
	background: url(images/quote.png) no-repeat 5px 5px;
}

cite
{
}

a img
{
	border: 0;
}

acronym, abbr
{
}

/*--------------Sidebar------------*/

 

 .sidebar ul
{
	padding: 8px;
	list-style-type: none;
	font-size: 12px;
}

.sidebar ul h2
{
	color: #5f5e62;
	/*background: url(images/menu-heading.jpg) no-repeat bottom;*/
	padding-bottom: 8px;
	margin-bottom: 4px;
}

.sidebar ul li
{
	margin-bottom: 5px;
}

.sidebar ul ul
{
	padding: 0;
}

.sidebar ul ul li
{
	margin-bottom: 0;
	line-height: 16px;
	text-indent: 10px;
}

.sidebar ul ul ul
{
}

/*.sidebar a
{
	color: #ccff00;
}*/

/*--------------Comments--------------*/

 

 ol.commentlist
{
	list-style-type: none;
	font-size: 14px;
	color: #FFF;
}

ol.commentlist li cite.author, ol.commentlist li cite.author a
{
	color: #CCFF00;
	font-style: normal;
	font-weight: bold;
}

ol.commentlist li
{
	margin-bottom: 10px;
}

ol.commentlist li p
{
	font-size: 12px;
	padding: 0 10px;
}

ol.commentlist li.alt
{
}

ol.commentlist a
{
}

small.commentmetadata
{
}

#commentform p
{
	margin: 0 0 3px 0;
	font-size: 12px;
	color: #FFF;
}

#author, #email, #url, textarea#comment
{
	border: 1px solid #CCFF00;
	background-color: #CFCFCF;
	padding: 2px;
}

textarea#comment
{
	width: 100%;
}

/*--------------Search Form-------------*/

 

 #searchform
{
}

#searchform input
{
}

#searchform #s
{
	width: 65%;
}

/*-------------Other------------------*/

 #footer p
{
	position: absolute;
	top: 40px;
	right: 20px;
	font-weight: bold;
	font-size: 14px;
	text-align: right;
}

/*#footer a
{
	color: #000;
}*/

.clear
{
	clear: both;
}

a img, img
{
	border: none !important;
	background:none !important;
}

/****  Text Styles and Lists  ****/

p
{
	margin:0px;
	padding:0px;
	color: #36424a;
}

h1, h2, h3, h4, h5, h6
{
	margin:0px;
	padding:0px;
	line-height: normal;
	font-weight: normal;
	color: #36424a;
}

h1
{
	font-size:24px;
	padding-bottom:8px
}

h2
{
	font-size:18px;
	padding-bottom:3px;
	color: #36424a;
}

h3, .title
{
	font-size:16px;
	padding-bottom:10px;
	color: #36424a;
}

h4
{
	font-size:14px;
	color: #36424a;
}

ul, ol
{
	margin:0px;
	padding: 0px;
}

ul li
{
	text-decoration: none;
	list-style: none;
	line-height: normal;
	margin: 0px;
	padding: 0px;
}

.post ul li, .entry ul li
{
	list-style: disc;
	line-height: normal;
	text-decoration: none;
	margin-left: 20px;
	padding: 5px;
}

/* Test */


#footer_links li:last-child, #footer_links li:last-child a
{
	border: none;
}

#footer
{
	margin:auto;
	background:transparent url(../images/vl_footerBgTile.png) repeat-x center bottom;
	font-family:Arial, Helvetica, sans-serif;
	height: 40px;
	width: 100%;
	position: relative;
	z-index: 50;
	clear: both;
}

.footer_pad
{
	padding:5px 25px 0px;
	width: 850px;
	margin: 0px auto;
	height: 40px;
}

#footer_logo
{
	float:left;
}

#footer_logo h1 a
{
	display:block;
	text-indent:-9999px;
	width:173px;
	height:35px;
}

#footer_links
{
	margin-top:4px;
	color:#36424a;
	font-size:11px;
}

#footer_links a, #footer_links li
{
	font-size:11px;
	text-decoration:none;
	display: inline;
	padding-right: 5px;
}

#footer_links a
{
	font-size:11px;
	text-decoration:none;
	display: inline;
	padding-right: 7px;
	border-right: 1px solid #333333;
}

#logos
{
	clear: both;
	padding: 5px;
	height: 80px;
	margin: 5px auto;
	text-align: center;
}

#logos a
{
	display: block;
	/* float: left; */
	margin-right: 30px;
	padding: 2px;
}

#page #footer #outbound_logos a img
{
	padding:5px;
}

#page #outbound_logos
{
	margin: 0 25px;;
	text-align: center;
}

#page #outbound_logos p
{
	margin: 0 auto;
	text-align: center;
}


#page #outbound_logos a img
{
	padding: 5px;
}

#contact
{
	text-align: right;
	float: right;
	padding: 10px 10px 10px 700px;
}

.bloginfo
{
	float: left;
}

/*!!!!!!!!!!! MyCSSMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
.qmmc .qmdivider
{
	display:block;
	font-size:1px;
	/*border-width:10px;
	border-style:solid;*/
	position:relative;
	z-index:1;
}

.qmmc .qmdividery
{
	float:left;
	width:0px;
}

.qmmc .qmtitle
{
	display:block;
	cursor:default;
	white-space:nowrap;
	position:relative;
	z-index:1;
}

.qmclear
{
	font-size:1px;
	height:0px;
	width:0px;
	clear:left;
	line-height:0px;
	display:block;
	float:none !important;
}

.qmmc
{
	position:relative;
	zoom:1;
	z-index:10;
}

.qmmc a, .qmmc li
{
	float:left;
	display:block;
	white-space:nowrap;
	position:relative;
	z-index:1;
}

.qmmc div a, .qmmc ul a, .qmmc ul li
{
	float:none;
}

.qmsh div a
{
	float:left;
}

.qmmc div
{
	visibility:hidden;
	position:absolute;
}

.qmmc li
{
	z-index:auto;
}

.qmmc ul
{
	left:-10000px;
	position:absolute;
	z-index:10;
}

.qmmc, .qmmc ul
{
	list-style:none;
	padding:0px;
	margin:0px;
}

.qmmc li a
{
	float:none
}

.qmmc li:hover>ul
{
	left:auto;
}

#top-navigation ul
{
	/* top:100%; */
}

#top-navigation ul li:hover>ul
{
	/* top:0px; */
	left:100%;
}

/*!!!!!!!!!!! MyCSSMenu Styles !!!!!!!!!!!*/


	/* MyCSSMenu 0 */

	/*"""""""" (MAIN) Container""""""""*/	
	#top-navigation
{
	background-color: transparent;
	/*border-width:1px 0px 1px 0px;
	border-style:solid;
	border-color:#000000;*/
}

/*"""""""" (MAIN) Items""""""""*/	
	#top-navigation a
{
	padding: 15px;
	background-color: transparent;
	color: #f5961b;
	font-family:Arial;
	font-size:16px;
	text-decoration:none;
	/*border-width:0px 0px 0px 0px;
	border-style:solid;
	border-color:#000000;*/
}

/*"""""""" (MAIN) Hover State""""""""*/	
	#top-navigation a:hover
{
	/* background-color:#EFF4FA; */
	color:#ffffff;
	text-decoration:underline;
}

/*"""""""" (MAIN) Active State""""""""*/	
	body #top-navigation .qmactive, body #top-navigation .qmactive:hover
{
	/* background-color:#EFF4FA; */
	color:#ffffff;
	text-decoration:underline;
}

/*"""""""" (SUB) Container""""""""*/	
	#top-navigation div , #top-navigation ul 
{
	padding:0px;
	margin:0px;
	background-color:#39424e;
	/*border-width:1px;
	border-style:solid;
	border-color:#333333;*/
}

/*"""""""" (SUB) Items""""""""*/	
	#top-navigation div a, #top-navigation ul a
{
	padding:3px 30px 3px 5px;
	color: #f5961b;
	font-size:16px;
	/*border-width:0px 1px 0px 1px;
	border-style:solid;
	/* border-color:#D6DCE2; */
}

/*"""""""" (SUB) Hover State""""""""*/	
	#top-navigation div a:hover, #top-navigation ul a:hover
{
	/* background-color:#EFF4FA; */
	color: #ffffff;
	text-decoration:none;
	/* border-color:#666666; */
}

/*"""""""" (SUB) Active State""""""""*/	
	body #top-navigation div .qmactive, body #top-navigation div .qmactive:hover
{
	/* background-color:#EFF4FA; */
	color: #ffffff;
	text-decoration:underline;
	border-color:#666666;
}

