/*
Theme Name: qara.info
Theme URI: http://www.qara.info
Description: Adapted from Meadowland Theme from WpCosmos. 2 column, with RHS widget sidebar, GPL v3 licence. http://www.wpcosmos.com/2008/09/16/free-wordpress-theme-meadowland/
Version: 1.2
Tags: fixed width, two columns, widget ready, widgets, white 
Author: TradeMark Media
Author URI: http://www.qara.info
*/


body {
	background-color: #EEEDEA;
	margin: 0;
	padding: 0;  
	color: #333;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
}
#content{
	clear:both;
	margin: 0;
	padding: 0 5px 5px 10px;
}	

#wrapper {
	width: 950px;
	margin: 0 auto 2em auto;
	padding: 0;
	text-align:left;
	line-height: 20px;
	background: #fff url(/wp-content/themes/qara/images/sidebar-bg.png) repeat-y right top;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
}
#footer {
	background-color: #676767;
	border-top: 2px #92928E solid;
	clear: both;
	color: #fff;
	font-size: .9em;
	margin: 0 0 0 0;
	padding: .25em 16px;
}
#footer #column-1 {
	float: left;
}
#footer #column-2 {
	float: right;
}

#footer a {
	color: #fff;
}
#footer p {
	display: inline;
}
#footer p#copy {
}
#footer ul {
	display: inline;
	margin: 0;
	padding: 0;
}
#footer ul li {
	border-left: solid 1px #fff;
	display: inline;
	list-style-type: none;
	padding: 0 .3em 0 .6em;
}
#footer ul li:first-child {
	border: none;
}
#header {
	padding: 0;
	margin: 0;
	background-color: #fff;
	border-bottom: 2px #92928E solid;
}
#main {
	width: 680px; 
	float:left;
	margin: 0;
	padding: 0 0 10px 0;
	overflow:hidden;
}

#masthead {
	background-color: #fff;
	height: 35px;
	padding: 10px 10px 5px 10px;
}

#masthead a {
	color: #666;
	font-weight: bold;
	letter-spacing: -0.05em;
}
#masthead #logo {
	background: #fff url(/images/logos/emergo-logo.png) no-repeat center;
	height: 30px; width: 178px;
	float: left;
	 
}
#masthead #logo a {
	display: block;
	height: 30px; width: 178px;
	text-indent: -9999em;
}
#masthead #contact {
	background: #fff url(/images/bullets/double-arrow.gif) no-repeat left center;
	font: 1.3em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin: .25em 0 0 0;
	padding-left: 1.1em;
	float: right;
	 
}
#header-replacement {
}
#sidebar {
	padding: 0;
	margin: 20px 0 0 698px;
}

p#sign-up a {
	color: #BD0003;
	line-height: 1.2;
	text-decoration: none;
	font-size: 1.1em;
}
#navigation {
	padding: 5px 15px;
}

#navigation div.fleft{
	float:left;
}

#navigation div.fright{ 
	float:right;
}


/* MAIN NAV BAR AND RSS FEED */
#tabs{
	background: #676767;
	border-bottom: 2px #92928E solid;
}

#tabs ul {
	background: url(images/main-nav-begin.png) left top no-repeat;
	float: right;
	margin: 0;
	padding: 0 0 0 51px;
	list-style-type:none;

}

#tabs ul li{
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	font-family: Tahoma, Arial, sans-serif;
}

#tabs ul li a {
	background: url(images/main-nav.png) left top repeat-x;
	color: #000;
	display: block;
	float: left;
	margin: 0;
	padding: 0px 15px;
	text-decoration: none;

}

#tabs ul li a:hover {
	color: #BD0003;
	text-decoration:none;
}

#tabs #subscribe {
	float: left;
}
#tabs #subscribe p {
	color: #fff;
	font-size: .9em;
	margin: 0;
	padding: 0px 15px;
}

#tabs #subscribe a {
	background: #676767 url(/images/icons/feed-icon-14x14.gif) no-repeat left center;
	color: #fff;
	padding: 2px 0 2px 20px ;
}


/*  ********** default styles *********** */

p, h1, h2, h3, h4, h5, h6{
	margin: 10px 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
font-family: Tahoma, sans-serif;
}

h1{
	text-indent: -9999em;
}
h2{
	font-size: 1.8em;
}
h3{
	font-size: 1.5em;
}
h4{
	font-size: 110%;
}
h5{
	font-size: 100%;
}
h6{
	font-size: 70%;
}


a {
	color:#666;
	text-decoration:underline;
}
a:hover {
	color:#BD0003;
	text-decoration:none;
}

a img {
	border:0px;
}

hr{
	height:2px;
	margin:5px 0;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

blockquote{
	background: #f4f4f4;
	padding: 5px 15px;
	margin: 3px 30px;
}

form{
	margin: 0;
	padding:0;
}

fieldset{
	padding:10px;
	margin:0;
	border:none;
}

legend{
font-weight:800;
}

code{
	font-size: 90%;
	font-family: "Courier New", Courier, monospace;
	white-space: pre;
}

td{
 vertical-align:top;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}
img.alignleft {
	margin: 0 10px 10px 0;
}

.alignright {
   float: right;
}
img.alignright {
	margin: 0 0 10px 10px;
}
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/* Headings */ 

form#searchform2 {
	display: block;
	float:right;
	margin: 0;
}

#header h3{
	margin:  0;
	padding: 18px 0 0 10px;
}

#header h3 a{
	font-weight:100;
	color: #fff;
	text-decoration: none;
	font-size: 220%;
	letter-spacing: 1px;
}

#header h2{
	margin: 0;
	padding: 10px 0 5px 10px;
	font-weight:800;
	color: #fff;
	font-size: 100%;
	letter-spacing: 1px;
}

h2#sectiontitle{
	font-size:100%;
	font-weight: 800;
	font-family: "Trebuchet MS",Verdana,Arial,sans-serif;
	padding:6px 6px 6px 10px;
	margin:8px 10px 5px 10px;
	background: #f2f2f2;
	color: #444;
}

/* post styles */

.post{
	margin: 0 0 10px 0;
	padding: 0 5px 5px 5px;
}

.entry{
	margin: 0;
	padding: 0px 10px 3px 10px;
}

.post h2 {
	font-size: 1.8em;
	font-family: "Trebuchet MS",Verdana,Arial,sans-serif;
	font-weight:100;
	padding: 7px 0 2px 2px;
	margin: 10px 0 15px 0;
}


.post h2 a{
	color: #003D7C;
	text-decoration:none;
	font-weight:100;
}

.post h2 a:hover{
	text-decoration: underline;
}

.postmetadata{
	clear: both;
	font-size:80%;
	padding: 1px 8px 15px 5px;
	margin: 0;
	border-bottom: 1px solid #ccc;
}

.postmetadata p{
	line-height: 18px;
	padding: 0;
	margin: 2px 0;
}


.date{
	float:left;
	text-align:center;
	font-weight:800;
	margin: 0 10px 0 0;
	padding: 0 10px;
	border-right: 1px solid #ccc;
	color: #444;
}


.dateDay{
	display:block;
	font-size: 16px;
	line-height: 16px;
	text-align:center;
}
.dateMonth, .dateYear{
	display:block;
	font-size: 11px;
	padding:0;
	line-height: 12px;
}




/*  Comments   */
h3#comments, h3#postcomment{
	font-size: 100%;
	font-family:verdana, sans-serif;
}	

ol#commentlist{
	padding: 0 0 0 20px;
	font-size: 90%;
	list-style-type: none;
}

ol#commentlist li{
	padding: 0px 3px;
	margin: 0;
}

ol#commentlist li p.commentheader{
	margin: 0px 0 0px 0;
	display: block;
	padding: 1px 5px;
}

ul#commentlist{
	padding: 0;
	margin:0;
	list-style-type:none;
}

ul#commentlist li{
	display: block;
	padding: 0;
	margin: 0 15px 5px 15px;
	font-size:90%;
	background: #f2f2f2;
}

ul#commentlist p{
margin: 6px 0;
}

ul#commentlist li div.comm{
	margin: 1px;
	padding: 1px;
}

ul#commentlist li div.gravatar {
	width:50px;
	float:left;
	padding: 10px 0 0 10px;
}

ul#commentlist li div.gravatar img{
	border: 2px solid #ccc;
}




ul#commentlist li div.commenttext{
	padding: 0;
	margin:5px 10px 5px 65px;
}

ul#commentlist li div.commenttext div.commentwrapper{
	margin:0 0 0 5px;
	padding: 3px 8px;
}


/*  sidebar styles */
.menu{
	padding:0;
}

.menu a{
	font-weight: 100;
}

.menu a:hover{
	text-decoration:none;
}

.menu ul{
	margin:0;
	padding:0;
	list-style-type:none;
}

.menu ul li.widget{
	background: #E1ECEF url(/wp-content/themes/qara/images/widget-footer.png) center bottom no-repeat;
	margin: 0 2px 15px 0px;
}
.menu ul li.widget .widget-content {
	padding: 10px;
}
.menu ul li#linkcat-2 .widget-content ul li, .menu ul li#linkcat-4 .widget-content ul li {
	display: inline;
}
.menu ul li#linkcat-2 .widget-content ul li a, .menu ul li#linkcat-4 .widget-content ul li a,
.menu ul li#tag_cloud .widget-content a {
	padding:0 6px 0 0;
}
.menu ul li#linkcat-2 .widget-content ul li:first-child a, .menu ul li#linkcat-4 .widget-content ul li:first-child a, .menu ul li#tag_cloud .widget-content a:first-child {
	padding-right: 0;
}

/* tagcloud widget */


/* Newsletter Signup widget */
.menu ul li#text-343858251.widget {
	margin: 10px 0;
	padding: 0;
	text-align: center;
}
.menu ul li.widget ul {
	margin: 0;
	padding:0;
}

.menu ul li.widget ul li {
	padding: 2px 0 2px 0;
	margin:0;
}

.menu ul li.widget ul li ul{
}

.menu ul li.widget ul li ul li{
	border-bottom: none !important;
	padding: 2px 0 2px 15px;
}

.menu ul li.widget h3 {
	background: #405D83 url(/wp-content/themes/qara/images/widget-header.png) left top no-repeat;
	color: #fff;
	font-family: "Trebuchet MS",Verdana,Arial,sans-serif;
	font-size: 1.1em;
	padding: 5px 5px;
	margin:0;
	font-weight: 800;
}
.menu ul li a {
	color: #BD0003;
	font-size: .9em;
	text-decoration: none;
}
.menu ul li a:hover {
	color: #BD0003;
	text-decoration: underline;
}

.menu ul li h3 a{
	color: #424242;
	font-weight: 800;
	text-decoration: none;
}
.menu ul li h3 a:hover{
	color: #333;
	text-decoration: none;
}
.menu form{
	display:block;
	margin:0px;
	padding:4px;
}

.menu input{
	margin:3px 0;
	font-size:90%;
}

li.widget .textwidget, li.widget #search {
	padding: 2px 5px;
}


/* download widget */




/* Calendar styles */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar td {
padding: 3px 0;
text-align: center;
}

/* Float Clearing Method */
.clear:after, #tabs:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear, #tabs {display: inline-block;}

/* Hides from IE-mac \*/
* html .clear, * html #tabs {height: 1%;}

.clear, #tabs {display: block;}
/* End hide from IE-mac */
