@charset "utf-8";
/*----------------------------------------
Name: global.css
Developed by: Jan Waldeck	
Date Created: Feb/2010
Copyright: The 10 Most - www.the10most.com
----------------------------------------*/

/* Imports
----------------------------------------*/
@import url("reset.css");
/* Elements
----------------------------------------*/

/* General Styles


MusgoGreen: #72ae3b;
StrongGreen: #000;
Light Green: #dadebc;
Grey Borders: #d5d5d5;
Brown Borders; #9e9e9e;
Orange Light: #e6a027;

----------------------------------------*/

@import url(http://fonts.googleapis.com/css?family=Ubuntu);


* {
 margin: 0px;
 padding: 0px;
}
    

html, body {min-height: 100%; height: auto !important; height: 100%}


body {
	background: #c5c5c5 url(images/bg-header.png?v1) repeat-x ;
	font: 12px 'Helvetica Neue',Helvetica,Arial,Verdana,sans-serif;
	color: #3a3a3a;
	text-align: left
}
td, th {
	padding: 0px;
	text-align: left;
	vertical-align: top;
}
a:link, a:visited {
	background: transparent;
	color:#72ae3b;
	text-decoration:none;
	
}
a:hover {
	color: #9e9e9e;
	text-decoration: underline;
}

h1 {
	color:#000;
	font:3.3em 'Ubuntu', Arial, Verdana, sans-serif;
	margin:5px 0 15px 0;
	position:relative;
	letter-spacing: -2px;
	line-height:44px;
}



h1 a:link, h1 a:visited {
	color:#000;
}
h1 a:active {
	color:#e6a027;
}


h1 a:hover {
	text-decoration: none;
	color:#494949;
}




h2, .item-title span {
	color:#000;
	font:17pt 'Ubuntu', Arial, Verdana, sans-serif;
	padding:36px 0 5px 0;
	display: block;
	clear: both;
}
.entry h2 a:link, h2 a:visited, .item-title a:link, .item-title a:visited {
	font:24pt 'Ubuntu', Arial, Verdana, sans-serif;
	line-height:1.2em;
	color: #72ae3b;
	border-bottom: 3px solid #72ae3b;
	border-top: 3px solid #72ae3b;
	display: block;
	text-decoration: none;
  padding:10px 0 10px 0;
}
.entry h2 a:hover, .item-title a:hover {
  color: #191919;
  text-decoration: none;
	border-bottom: 3px solid #191919;
	border-top: 3px solid #191919;
	background:url(images/ico-external.gif) transparent center right no-repeat;
}

h3 {
	color:#3c3c3c;
	font:16pt Arial, Verdana, sans-serif;
	margin:10px 0px 0px 0px;
	clear:left;
}

.comment-author, .comment-author a:link, .comment-author a:visited {
	color:#000;
	font:16pt 'Ubuntu', Arial, Verdana, sans-serif;
	padding:5px 0 -5px 0;
}
.comment-author .says {
  color: #a5a5a5;
  font-size: 12pt;

}


p {
	margin-top:15px;
}

img {
	border:0;
}
em {
	font-style: italic;
	font-family: georgia,times, serif;
}
strong {
	font-weight:bold;

}

input:focus, textarea:focus {
	background-color: #ffffff;
	border: 1px solid #000;
	}
input, select, textarea {
	background: #ffffff;
	color: #000;
	border: 1px solid #e1e1e1;
	font-family: verdana, arial, hevetica, sans-serif;
	font-size: 12px;
	padding: 5px;
}
#content-left .post ol {
	margin: 20px 0;
	background-color:#fefefe;
	padding: 0 5px 0 35px; /*--Distance between the order numbers--*/
	border: 1px solid #d3d3d3;
  font: italic 1em Georgia, Times, serif;
  color: #999999;
  	font-size: 20px;

}
#content-left .post ol li{
 list-style-image:none;
 list-style-type: decimal;
	margin: 5px 0;
	padding: 10px;
	font-size: 14px;
	color: #000;

    /*--The bevel look is styled with various colors in the border properties below--*/
	border-top: 1px solid #fff;
	border-bottom: 1px solid #d3d3d3;
	border-right: 1px solid #fff;
	border-left: 2px solid #fff;
	background: #ededed;
}
#content-left .post ol li ul li{
	margin: 0;
	padding: 10px;
	color: #000;
    /*--The bevel look is styled with various colors in the border properties below--*/
	border: 1px solid #fff;
	border-left: 5px solid #fff;
	list-style-type: none;
	margin:10px 0;
	background: #f3f3f3 url(images/comment-reply.png) center left no-repeat;
	padding-left:30px;
}


/* Positioning Styles
----------------------------------------------------------------*/

.wrap {
	width:960px;
	padding:0;
	margin:0 auto;
	z-index:3;
}


#header {
	width:100%;
	height:144px;
	background: none;
	padding:0;
	position:relative;
	clear:both;
}
#logo {
    padding-top:10px;
	float:left;
}
#logo a {
	text-indent: -5000px;
	background:url(images/the10most-logo.png?v1) 0 0 no-repeat;
	display:block;
	width:445px;
	height:120px;
}
#logo a:hover {
	/* background:url(images/the10most-logo.png?v1) 0 -98px no-repeat; */
}

#icons {
	float:right;
	position: relative;
	z-index: 100;
	width:120px;
	height:25px;
	margin-top:3px;
	text-align:right;
  
}
#icons p {
	color:#756b6a;
	margin:0;
	padding:0;
	line-height:10px;
	display:block;
	padding:5px 10px 10px 35px;

	
}
#icons img {
	vertical-align: middle;
	margin-left:10px;

}
#banner {
	float:right;
	width:468px;
	clear:right;
	margin-top:40px;
}
#search label {
	display:none;
}
#search input {
	width:286px;
	border:2px solid #d5d5d5;
	padding:5px;
	color: #848484;

}

#lijit-search #lwp_f {display: none;}

.entry p {
  font-size: 14px;
  color: #000
}
.entry a {
  color: #434343;
  text-decoration: underline;
}
.entry a:hover {
  color: #64a02d;
}
.transparent_class {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

div#menuwrapper {
	width:100%;
	height:52px;
	margin-top:3px;
}

#contentwrap {
	background: url(images/bg-content.jpg?v1);
	padding:10px 0 30px 0;
	margin:0;
}
#content {	
	clear:both;
	display:block;
}

div#breadcrumb {
	margin:10px 0;
}
#breadcrumb a {
  color: #4b4b4b;
  font-weight: bold;

}

div#content-left {
	float:left;
	width:630px;
	border:1px solid #9e9e9e;
	background-color: #fff;
		-moz-box-shadow:#888 0 0 5px;
	-webkit-box-shadow:#888 0 0 5px;

}



#sidebar {
	float:right;
	width:300px;

}
#sidebar h2 {
	/*background:url(images/bg-title-sidebar.jpg) #c2aea6 top left repeat-x;*/
	background-color:#000;
	border-bottom:2px solid #fff;
	font-size: 15px;
	color:#fff;
	padding:2px 10px 2px 10px;
	margin:0;
	line-height:1.4em;
	

}

.widget {
	border-top:2px solid #fff;
	border-bottom:2px solid #fff;
	margin-bottom:20px;


}

.lijit_std_widget {
	border-bottom: none;
}
.widget_text {
	background-color:none;
	border:none;
	/*border-bottom:4px solid #b1a5a3;*/
	margin-bottom:20px;
}
.widget_text p {
  color: #838383;
  line-height:5px;
  font-size: 11px;
  margin-bottom: 15px;
  margin-top: 2px;
}
.widget_tag_cloud {
	background-color:#d5d5d5;
}
.widget_tag_cloud div {
	padding:5px;
}
.connect_widget {
	background-color:#fff;
}
#tag_cloud-3 a{
	color:#5d5d5d;
}
#text-2 {
	padding:14px 0;
	background-color: #d5d5d5;
	position: relative;border:1px solid #fff
}

#text-2 .textwidget {
  margin: auto 0;
  margin-left: 14px;
}

#text-4  {
	padding:14px;
	background-color: #d5d5d5;
	position: relative;border:1px solid #fff
}
#text-6  {
	padding:10px;
	background-color: #fff;
	position: relative;border:1px solid #2f5b9c;
}


#sidebar ul li {
	list-style-type: none;

}
#sidebar ul li a{
	list-style-type: none;
	border-bottom: 1px solid #fff;
	padding:5px 10px;
	display:block;
	color:#fff;
	background-color:#72ae3b;
}
#sidebar ul li a:hover{
	background-color:#8cc361;
	text-decoration: none;
}
#related-posts {
	margin:15px 0;
	padding:10px 0;
	border-top:1px solid #cecece;
	border-bottom:1px solid #cecece;
}

div#footer {
	background: url(images/bg-footer.jpg?v1) #1c2621 repeat-x;
	height:140px;
	border:1px solid #fff;
	clear:both;
	color:#fff;
}

div#footer-content {
	width:960px;
	margin:0 auto;
	padding:20px 0;
}
#footer a {
	color:#7fc241;
	text-decoration: underline;
}

/* Menu Styles
----------------------------------------------------------------*/
#top-menu {
	width:100%;
	height:36px;
	background: none;
	padding:0;
	position:relative;
	text-align: right;
}

#top-menu ul {
   padding: 11px 0 10px 0; 
   margin: 0;
   text-align: right;


}
#top-menu ul li{
	display: inline;
}

#top-menu ul li a{
	display: inline;
	color:#fff;
	height:36px;
	background:url(images/bg-top-menu-white.png) bottom center no-repeat;
  padding: 10px 3px 10px 3px;
  margin-right: 15px;
  text-decoration: none;
}
#top-menu ul li a:hover, #top-menu ul li a .current_page_item {
    color:#8cc361;
    background:url(images/bg-top-menu-white.png) bottom center no-repeat;
 }
#menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  }
  
#menu li {
  float: left;
  position: relative;
  }
  
#menu li li {
        display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:100%;

}  

#menu ul li a{
	color:#fff;
	font-size: 1.2em;
	font-weight: 400;
	background:url(images/menu-separator.gif?v1) center right no-repeat;
	padding: 16px 12px;
	display: block;
    text-decoration: none;
    text-shadow: #000000 1px 1px 0;
}

#menu ul li a:hover, #menu ul li.current-menu-item, #menu ul li.current-menu-parent{
	color:#fff;
	background: url(images/bg-menu-hover.png?v1) center right no-repeat;
}
#menu ul li ul li a{
	color:#fff;
	font-size: 1.1 em;
	padding: 7px 10px;
	display: block;
    text-decoration: none;
    text-shadow: #000000 1px 1px 1px;
    width:100%;
    background: none;
    border:1px solid #5b9033;
    border-top:none;
    background-color:#69a33e;

}
#menu ul li ul li a:hover{
background-color:#1c2721
}

#menu li ul {
  display: none;
  position: absolute; 
  top: 1em;
  left: 0;
  width:120px;
  z-index:200;
  }
#menu li > ul {
	top: auto;
	left: auto;
	}
#menu ul li.current-cat a, #menu ul li.current-cat-parent a{
	color:#fff;
	background: url(images/bg-menu-hover.png?v1) center right no-repeat;
	}

#menu li:hover ul { display: block; }
#menu li:hover ul, li.over ul{ display: block; }

/* Random Styles
----------------------------------------------------------------*/
.clear{
clear: both;
overflow: hidden;
height: 1%;
}
.line {
	width:100%;
	height:16px;
	background:url(images/bg-subheader.jpg);
	border-bottom:2px solid #d7d7d7;
	border-top:1px solid #d7d7d7;
	
}

a.more-link, a.more-link:visited {
  display: block;
  clear: both;
  background-color: #62a014;
  padding: 5px 20px;
  color: #fff;
  background: url(images/bg-button.gif?v1) center left repeat-x;
  border: 1px solid #5b9219;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 10px 0;
  text-decoration: none;
}

a.more-link:hover {
  background-image: none;
  background-color: #94cd55;
  color: #fff;
}


/* Post Styles
----------------------------------------------------------------*/
.post{
	width:560px;
	margin:20px auto;
	margin-top:40px;
	font-size:1.1em;
	line-height:1.7em;
}
.border {
	width:560px;
	margin:20px auto;
	font-size:1.1em;
	line-height:1.7em;
	padding:5px 0;
	border-top:1px solid #dcdcdc;
	border-bottom:1px solid #dcdcdc;
}
.head {
	width:560px;
	margin:15px auto;
	position:relative;
}
.head h1 {
	color:#72ae3b;
	font:2.5em Arial, Verdana, sans-serif;
	margin:15px 0 20px 0;
	position:relative;
	letter-spacing: -2px;
	line-height:1px;

}
#respond{
	width:560px;
	margin:20px auto;
	font-size:0.7em;
	line-height:1.2em;
}
.post-subheader {
	font:10px #7b7b7b Arial, Helvetica, sans-serif;
	/*background-color: #f7f7f7;*/
	border-top:1px solid #d6d6d6;
	border-bottom:1px solid #d6d6d6;
	padding:5px 0;
	width:100%;	
}



#content-left ul {
	list-style-type: none;
	margin:15px 0 0 10px;

}
#content-left li {
	list-style-type: none;
	padding:0;
	list-style-image:url(images/bullet.png);
	margin-left:20px;

}
.postmetadata {
	border-top:1px solid #d9d1cd;
}
.wp-post-image {
	margin:10px 0;
	border-top:2px solid #7fc241;
	border-bottom:4px solid #000;
	padding:0;
}
.navigation {
	padding:10px;
	font-size:1.1em;
	line-height:1.7em;
	/*background:url(images/bg-title-sidebar.jpg) #c2aea6 top left repeat-x;*/
	background-color:#72ae3b;
	border:1px solid #fff;
	border-bottom:2px solid #fff;
	color:#fff;
}
.navigation a {
	color:#fff;
	background-color: #8cc361;
	border: 1px solid #fff
	}


}
.browse {
	line-height:5px;
	margin-bottom:-10px;
	color:#8b8b8b;

}
.size-full {
	padding:5px;
	border:1px solid #cecece;
}
.external {
	background:url(images/ico-external.gif) transparent center left no-repeat;
	padding: 5px 0 5px 40px;
	line-height:16px;
}
.external strong {
  color: #72ae3b;

}


/* Tiny MCE Selectable Styles
----------------------------------------------------------------*/



.url {
	font-size:22px;
}
.vcard img{
	float:right;
}
.reply {
	background-color:#fff;
	padding:2px;
	margin:10px 0 0 0;
	margin-left:-10px;
	width:50px;
	
}


/*////// PageNavi Styles ///*/

.wp-pagenavi {
	clear: both;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #fff;
	padding: 3px 5px;
	margin: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border: 1px solid #49702c;
	background-color: #5b9033
}

.wp-pagenavi span.current {
	font-weight: bold;
}



/* BSA Styles
----------------------------------------------------------------*/
a.odd {
	margin-right:20px;
}


/* Related Posts Styles
----------------------------------------------------------------*/

#related_posts {clear: both;margin: 20px 0;} 
.relatedthumb { padding:0;position:relative;float: left;}
.odd {margin-right:10px;}
.related-title {width:255px;height:32px;position:absolute;z-index:6;bottom:10px;left:0px;background:url(images/relation-item-text.png);overflow:hidden;padding: 10px;}
.related-title a{color: #fff;text-decoration: none;line-height:1.1em; float: left;}


/* Author Box Styles
----------------------------------------------------------------*/

#authorbox {
  background-color: #f4f4f4;
  border: 1px solid #cecece;
  padding: 10px;
  margin: 20px 0;
}

#authorbox p {
  font-size: 12px;
  line-height: 1.6em;
  color: #696969;
}
#authorbox h4, #authorbox h4:link, #authorbox h4:visited {
  font:14pt 'Ubuntu', Arial, Verdana, sans-serif;
	line-height:22pt;
	display: block;
	text-decoration: none;
  padding:0 0 -4px 0;
}
#authorbox h4 a:link, #authorbox h4 a:visited {
  color: #72ae3b;
}

#authorbox img {
  border: 2px solid #fff;
  float: left;
  -moz-box-shadow: 0px 0px 4px #888;
  -webkit-box-shadow: 0px 0px 4px #888;
  box-shadow: 0px 0px 4px #888;

  }

#authorcontent {
  float: right;
  width: 425px;
}  



