/*
Theme Name: meadowland
Theme URI: http://www.wpcosmos.com/2008/09/16/free-wordpress-theme-meadowland/
Description: 2 column, with RHS widget sidebar, GPL v3 licence 
Version: 1.2
Tags: fixed width, two columns, widget ready, widgets, white 
Author: WpCosmos
Author URI: http://www.wpcosmos.com/
*/



body {
margin: 0;
padding: 10px;  
color: #333;
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 100.1%;
background: #f9f9f9;
}




#wrapper{
width: 900px;
margin: 0px auto;
padding: 0px;
text-align:left;
font-size: 75%;
line-height:20px;
background: #fff;
}


#header{
background:url("images/header.jpg") repeat-x;
padding: 0;
margin: 0;
height:150px;
	/* set a border, make it rounded at the top */
	border: 1px solid rgb(150,150,150);
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-khtml-border-radius-top-left: 5px;
	-khtml-border-radius-top-right: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;

}	


#header-inner{
margin:0;
padding:0;
}

#tabbar  {
margin: 118px 0 0 0;
}
		
*html #tabbar  {
margin: 117px 0 0 0;
}

#content{
clear:both;
margin: 0;
padding: 5px;
background:#fff;
	/* set a border, make it rounded at the bottom */
	border: 1px solid rgb(150,150,150);
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottom-left: 5px;
	-khtml-border-radius-bottom-right: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
border-top: 0;
}	


#main {
width: 700px; 
float:left;
margin: 0;
padding: 0 0 10px 0;
overflow:hidden;
}


#sidebar {
float: right;
width: 175px;
padding: 0;
margin: 10px 5px 0 0;
background: #fff;
}


#footer {
clear: both;
margin: 0;
padding: 10px 16px;
text-align: center;
font-size: 85%;

}


#footer-inner{
background: #f2f2f2;
height: 50px;
}

#footer p{
margin:0;
padding:15px 0;
}

#navigation{
padding: 5px 15px;

}

#navigation div.fleft{
float:left;
}

#navigation div.fright{ 
float:right;
}

#credit{
text-align:center;
padding: 0 15px;
background: #f9f9f9;
}

#credit p{
margin:0;
color:#777;
font-size:85%;
}

#credit p a, #credit p a:hover{
color:#999;
font-weight:100;
}

/*  ********** default styles *********** */

p, h1, h2, h3, h4, h5, h6{
margin: 5px 0;
padding: 0;
}

h1, h2, h3, h4, h5, h6 {
font-family: Tahoma, sans-serif;
}

h1{
	font-size: 190%;
}
h2{
	font-size: 160%;
}
h3{
	font-size: 120%;
}
h4{
	font-size: 110%;
}
h5{
	font-size: 100%;
}
h6{
	font-size: 70%;
}


a{
color:#26a;
font-weight:800;
text-decoration:none;
}
a:hover{
color:#037;
}

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;
}

.alignright {
   float: right;
}


.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 0 8px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   text-align: center;
   line-height: 20px;
   padding: 0 5px;
   margin: 0;
}

.wp-caption dl {
}
.wp-caption dt {
   font-size: 10px;
   line-height: 15px;
   background-color: #f3e3d3;
   margin: 2px 5px 5px 5px;
}
.wp-caption dd {
   line-height: 15px;
   margin: 0;
}


/* Headings */ 

form#searchform2{
display: block;
float:right;
margin: 37px 10px 0px 5px;
}


h2#sectiontitle{
font-size:100%;
font-weight: 800;
font-family: arial, verdana, sans-serif;
padding:6px 6px 6px 10px;
margin:8px 10px 5px 10px;
background: #f2f2f2;
color: #444;
}

/* post styles */

.post{
margin: 0;
padding: 0;
}

.entry{
position: relative;
margin: 0;
padding: 0px 10px 3px 10px;
}

.entry p {
	padding: 0 10px;
	text-align:justify;
}

.entry ul {
	list-style-type:square;
	padding: 0 0 0 20px;
	margin: 0 0 0 20px;
}

.entry img {
}
.entry img.alignright {
	float: right;
	margin: .4em 0 0 1em;
	padding: 0 0 10px 10px;
}
.entry img.alignleft {
	float: left;
	margin: .4em 1em 0 0;
	padding: 0 10px 10px 0;
}
.entry img.aligncenter {
	display: block;
	float: none;
	margin: .4em auto;
	padding: 0 10px 10px 10px;
}


.post h2 {
color: #678 !important;
font-size: 150%;
font-weight:bold;
font-variant: small-caps;
letter-spacing: .5px;
padding: 0 0 5px 0;
margin: 8px 0;
border-bottom: 1px solid #789;
}


.post h2 a{
}

.post h2 a:hover{
}

.postmetadata{
font-size:80%;
padding: 1px 8px 1px 5px;
margin: 0;
}

.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 */


#subscribe p{
font-size: 85%;
margin: 3px 0 10px 0;
}



.menu{
padding:0;
font-size:90%;
}

.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{
padding:0;
margin:0;
}

.menu ul li.widget ul{
margin: 0;
padding:0;
}


.menu ul li.page_item  {
border-bottom:1px dotted #26a;
padding: 2px 7px;
margin:0;
}

.menu ul li.widget .textwidget{
margin:0;
}

.menu ul li.widget .textwidget img {
border: 1px solid #999;
padding: 4px;
margin: 0 0 5px 0;
}

.menu ul li.widget ul li ul{
}

.menu ul li.widget ul li ul li{
border-top: 1px dotted #26a;
border-bottom: 0;
padding: 2px 0 2px 15px;
margin: 0 -7px;
}

.menu ul li.widget ul li ul li ul li{
border-top: 0;
padding: 0 0 0 15px;
}

.menu ul li.widget ul.tabbed-widget-item li ul li{
border-top: 0;
border-bottom: 1px dotted #26a;
padding: 2px 0 2px 15px;
margin: 0 0;
}

.menu ul li.widget h2{
font-family: arial;
padding:2px 0 1px 4px;
margin:0;
border-bottom: 1px solid #678;
color: #678;
font-weight: 800;
font-variant:small-caps;
font-size: 1.25em;
}

.menu ul li h2 a{
color: #678;
font-weight: 800;
}
.menu ul li h2 a:hover{
color: #333;
text-decoration: none;
}

.menu form{
display:block;
margin:0px;
padding:4px;
}

.menu input{
margin:3px 0;
font-size:90%;
}

/* 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;
}


#footer a{
font-weight: 100;
}
/* Default CSS generated by dTabs */

ul#tabbar  {
	
	/* set tabs in from left*/
	margin-left: 20px;
}

/* style the tabs in IE (the trailing comma prevents other browsers from reading this) */
#tabbar li, #tabbar ul li, {
	
	/* make them horizontal in IE*/
	display: inline;
	
	/* space them a little in IE*/
	margin: 0 5px;
}

/* style the tabs */
.tab, .tabselected {
	
	/* make them horizontal in Firefox 2*/
	display: -moz-inline-box;
	
	/* make them horizontal in all other browsers*/
	display: inline-block;
	
	/* space them a little */
	padding: 5px;
	
	/* set a grey background for non-selected tabs (which we will overide for selected tabs later) */
	background: rgba(150, 150, 150, 0.5);

	/* set a border, make it rounded at the top */
	border: 1px solid rgb(150,150,150);
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-khtml-border-radius-top-left: 5px;
	-khtml-border-radius-top-right: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

.tab a  {
	color: #eee;
}

.tab a:hover  {
	color: #26a;
}

/* make changes to the selected tab */
.tabselected {
	
	/* set a white background */
	background-color: white;
	position: relative;
	top: 1px;
	
	/* make the border along the bottom blend into the white background */
	border-bottom-color: white;
}

/* style the drop down menus */
.dmenu {
	/* left align the text */
	text-align: left;
	
	/* REQUIRED */
	position: absolute;
	
	/* js fade method should display them 23px below the top of the tabs */
	margin: 23px 0 0 0;
	
	/* put some space around the contents */
	padding: 5px 15px;
	
	/* set a grey background */
	background-color: rgb(240,240,240);
	
	/* set a border, round all the corners except the top left */
	border: 1px solid rgb(150,150,150);
	-moz-border-radius: 5px;
	-moz-border-radius-topleft: 0;
	-khtml-border-radius: 5px;
	-khtml-border-radius-top-left: 0;
	-webkit-border-radius: 5px;
	-webkit-border-top-left-radius: 0;
}
#tabbar .dmenu ul {
	
	/* put space at the top and bottom of top-level menus */
	padding: 5px 0 0 10px;
	
	/* stop ie going crazy */
	margin: 0 0 0 10px;
	
}
#tabbar .dmenu ul li {
	
	/* stop ie from displaying list items inline */
	display: list-item;
	
}

/* REQUIRED: hide menus off screen by default */
.dmenu {
	left: -999em;
}

/* STYLING JUST FOR CSS MENUS */
#tabbar .fademenu .dmenu {
	
	/* position menus correctly */
	margin: 5px 0 0 -6px;
}
/* REQUIRED: show menus on hovering */
#tabbar .fademenu:hover .dmenu {
	left: auto;
}

.backlink  {
	position:absolute;
	right:20px;
	top: 8px;
	color: #666;
}

.backlink a {
	font-family: Tahoma, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	letter-spacing: 0.05em;
}
#breadcrumbs  {
	font-size: 0.875em;
	font-weight: bold;
	font-variant: small-caps;
	text-align: left;
	padding: 0 23px;
	border-left: 1px solid rgb(150,150,150);
	border-right: 1px solid rgb(150,150,150);

}
.clear  {
	clear: both;
	height: 4px;
}
.ngg-gallery-thumbnail span {
	/* Images description */
	line-height: 1.375em;
}


