/*
	Theme Name: MarketPlace
	Theme URI: http://www.seobilgi.com
	Description: MarketPlace is adapted by www.seobilgi.com <BR>&radic; Designer <a href="http://www.styleshout.com/">Erwin Aligam</a> <BR>&radic; Please read: <a href="http://creativecommons.org/licenses/by-nc-sa/2.5/">http://creativecommons.org/licenses/by-nc-sa/2.5/</a><br> <a href="http://www.styleshout.com/templates/preview/MarketPlace1-0/index.html">Original template by MarketPlace</a>
	Version: 1.0
	Author: Seobilgi
	Author URI: http://www.seobilgi.com
*/

/* Top Elements */
* { margin: 0; padding: 0;}

body {
	background: #fff;
	font: 11px/1.75em Verdana, Tahoma, arial, sans-serif;
	color: #666666; 
	text-align: center;
	margin: 0 0 15px 0;	
}

/* links */
a, a:visited {	
	color: #455560; 
	background: inherit;
	text-decoration: none;		
}
a:hover {
	color: #383d44;
	background: inherit;
	padding-bottom: 0;
	
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: Bold; 	
	color: #fff;		
}
h1 {
	font-size: 160%;	
	font-weight: normal;
}
h2 {
	font-size: 130%;
	text-transform: uppercase;	
}
h3 {
	font-size: 130%;	
}

h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}

/* images */
img {
	
	padding: 5px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

code {
  	margin: 5px 0;
  	padding: 10px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	background: #F5F5F5;
	border-left: 3px solid #D4D4D4;
}
acronym {
  cursor: help;
  border-bottom: 1px dashed #777;
}
blockquote {
	font: bold 1.4em/1.5em 'Trebuchet MS', Tahoma, Sans-serif;	
	margin: 10px;
 	padding: 0 0 0 25px;  
   background: #F5F5F5;
	border-left: 3px solid #D4D4D4;	
	color: #444;
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 10px;	
}
th strong {
	color: #fff;
}
th {
	background: #e7e6e6 url(images/button.jpg) repeat-x;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;	
	text-align: left;
	border-left: 1px solid #f4f4f4;
	border-bottom: solid 2px #fff;
	color: #333;
}
tr {
	height: 30px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;		
}
/* end - table */

/* form elements */
form {
	margin:10px; padding: 0 5px;
		
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #999;
	font: normal 1em Verdana, sans-serif;
	color:#999;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #999;
	height:100px;
	display:block;
	color:#999;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 0;
	padding: 2px 3px; 
	color: #333;
	background: #e7e6e6 url(images/button.jpg) repeat-x;
	border: 1px solid #999;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0 5px 0 10px; padding: 5px 0 15px 0;	
	width: 190px;	
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox { 
	width: 100px;
	color: #777; 
	height: 18px;
	padding: 2px;	
	border: 1px solid #E5E5E5;
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	position: relative;
	width: 1000px;	
	margin: 0 auto;
	text-align: left;
	background: #fff url(images/content.jpg) repeat-y center top;
}
#content-wrap {
	float: left;
	width: 940px;
	margin-left: 30px;
	display: inline;
	padding: 0; 	
	border-top: 5px solid #fff;	
	background: #fff url(images/content-wrap.jpg) repeat-y; 
}
#header {
	position: relative;
	background: #fff url(images/content.jpg) repeat-y center top;
	height: 5px;
	width:1000px;	
	padding: 0;	
	color: #fff;	
}

/* header links */
#header #header-links {
	position: absolute;
	top: 8px; right: 45px;	
	color: #838181;
	font-size: 10px;	
	font-weight: bold;
}
#header #header-links p {	
	padding: 0;	margin: 0;	
}
#header #header-links a {	
	color: #838181;
	text-decoration: none;	
}
#header #header-links a:hover {
	color: #444;		
}

/* header-photo */
#header-photo {
	position: relative;
	clear: both;
	height: 228px;
	width: 940px;
	background: #fff url(images/header-photo.jpg) no-repeat center left;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: 30px;
}
#header-photo h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 48px 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -1px;
	color: #fff;
	text-transform: none;
	text-decoration: none;
	border: none;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 25px; left: 30px;	
}

#header-photo h2#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 14px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #B6D1F8;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 80px; left: 35px;		
}

/* Navigation */
#nav {
	clear: both;	
	padding: 0;			
}
#nav ul {
	float: left;
	list-style: none;
	background: #061d46 url(images/nav.jpg) repeat-x;	
	width: 940px;		
	padding: 0;	margin: 0 0 0 30px;
	height: 35px;
	display: inline;
	text-transform: uppercase;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	border-right: 1px solid #dadada;
	border-left: 1px solid #fafafa;
	border-bottom: none;
	color: #fff;
	font: bold 12px/35px "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #42545e;
}
#nav ul li#current a {	
	background: #DBDBDB url(images/nav-current.jpg) repeat-x;	
	color:#ffffff;	
}

#nav ul li.current_page_item a {	
	background: #DBDBDB url(images/nav-current.jpg) repeat-x;	
	color:#ffffff;	
}
 #dropmenu, #dropmenu ul {margin:0; padding:0; list-style-type:none; list-style-position:outside; position:relative; line-height:1.2em; z-index:300; width:100%; font-weight:bold;} 
  
      #dropmenu a {
	display:block;
	padding:0.25em 1em;
	color:#686868;
	text-decoration:none;
	background-image: url(images/item-separator.png);
	background-repeat: no-repeat;
	background-position: right top;
} 
  
      #dropmenu a:hover { color:#aeaeae;} 
   
      #dropmenu li {float:left; position:relative;} 
  
      #dropmenu ul {position:absolute; display:none; width:18em; top:3.2em; left:-1px;} 
   
      #dropmenu ul a {border-left:1px solid #c8c8c8;} 
  
      #dropmenu li ul {border-top:1px solid #c8c8c8; width:18em;} 
   
      #dropmenu li ul a {width:18em; height:auto; float:left; font-size:12px;  border-bottom:1px solid #c8c8c8; background: #fdb814; text-align:center;} 
  
      #dropmenu ul ul {top:auto;} 
  
      #dropmenu li ul ul {left:10.7em; margin:0 0 0 10px;} 
  
      #dropmenu li:hover ul ul, #dropmenu li:hover ul ul ul, #dropmenu li:hover ul ul ul ul {background: #fdb814;
	display:block;} 
 
      #dropmenu li:hover ul, #dropmenu li li:hover ul, #dropmenu li li li:hover ul, #dropmenu li li li li:hover ul {background: #fdb814;
	display:block;} 
 

/* Main Column */
.three-col #main {

	
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 220px;
	
}
.two-col #main {
	margin: 10px 5px 0 0;
}

#main h1 {
	margin: 10px 10px 0 10px;
	font: normal 1.8em Georgia, "Times New Roman", Times, serif;
	color: #444;
	padding: 15px 0 2px 0px; 		
	border-bottom: 1px solid #dadada;
	
}

/* Sidebar */	
#sidebar {
	float: left;
	width: 200px;	
	margin-top: 10px;
	margin-left: 10px;	
	
	background-color:#061d46;
}	


/**schools**/
	.box2 {
	width:150px;
	
		margin-left: 11px;
	background-color: #e71822;
	border-bottom: 1px solid #ffffff;
}
	
		#lsidebar2 ul {
		list-style-type: none;
		border-bottom: 1px #ffffff;
		
			text-decoration: none;
	
	margin-right: 5px;
	
	margin-left: -10px;
	}		#lsidebar2 ul li {
			line-height: 14px;
				text-decoration: none
			border-bottom: 1px  #ffffff;
			
		}
		#lsidebar2 ul li a {
		line-height: 20px;
	color: #ffffff;
	text-decoration: none;
				
		}
		#lsidebar2 ul li a:hover {
	width: 150px;
	color: #003478;
	background-color:#e8e8e8;
	display:block;
	text-decoration: none;
	padding-top: 0;
	padding-right: 0;
	margin-left: -10px;
	text-indent: 10px;
	line-height: 20px;			
		}
/* right column */
#rightcolumn {
	float: right;
	width: 190px;
	margin-top: 10px;	
}
#rightcolumn h1, #sidebar h1 .sidemenu h1{
	margin: 10px 5px 0 5px;
	padding: 5px 5px; 
	font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #444; 		
}

/* sidemenu */
ul.sidemenu {
	text-align: left;
	padding: 0;
	text-decoration: none;
	margin-top: 7px;
	margin-right: 2px;
	margin-bottom: 8px;
	margin-left: 5px;	
	background-color:#061d46;
	
}


		
ul.sidemenu li {
	list-style: none;
	display: block;
	border-bottom: 1px solid #E5E5E5;
	text-align:left;
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: -35px;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;

}


* html body ul.sidemenu li {
	height: 1%;
	
	
}
ul.sidemenu li a {
	text-decoration: none;	
	color: #fff; 
	border: none;	
		
}
ul.sidemenu li a:hover {	
	color: #383d44;
	border: none;
}
ul.sidemenu li h2 {font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: Bold; 	
	color: #fff;}

/* footer-wrap */
#footer-wrap {
	clear: both;
	width: 1000px;
	vertical-align:bottom;
	font-size: 80%;
	text-align: left;
	padding-top:10px;
	background: #fff url(images/content.jpg) repeat-y center top;
	
	padding-right: 0;
	
	
}
#footer-wrap a {
	text-decoration: none;
	color: #061d46;
	font-weight: bold;
}
#footer-wrap a:hover {
	color: #000;	
}
#footer-wrap p {
	
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}


/* footer */
#footer {
	clear: both;
	color: #061d46;
	width: 940px;
	text-align: center;

	
	background: #fff url(images/footer1.jpg) no-repeat left bottom;
	
	margin-right: auto;
	
	margin-left: 30px;
	
	padding-right: 0;
	
	padding-left: 0;	
	border-bottom:1px solid #061d46;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }

/* post */
.post-by {
	font-size: .95em;	
	padding-top: 0;
}
.post-footer {
	
	padding: 5px; margin: 20px 10px 0 10px;	
	font-size: 95%;	
	color: #666666;	
}
.post-footer .date{
	margin: 0 10px 0 5px;	
}
.post-footer a.comments {
	margin: 0 10px 0 5px;	
}
.post-footer a.readmore {
	margin: 0 10px 0 5px;	
}
.main {width:978px; margin:20px 0 0 0;padding:0; overflow:hidden; clear:both;}
.post2 { width:700px; margin-bottom:15px;}
.post2 h3.title {
	width:430px;
	line-height:20px;
	margin:0;
	font-size:12px;
	font-weight:bold;
	padding-bottom:0px;
	color:#000000;
	padding-top: 0;
	padding-right: 10px;
	padding-left: 10px;
	background
}
.post2 h3.title a:link,.post h3.title a:visited,.post h3.title a:active { color:#000000;}
.post2 h3.title a:hover { color:#e9e7e3;}.excerpt2 { width:700px; overflow:hidden; margin:0 8px;font-size:12px; border: 1px solid #061d46;}
.excerpt2 .thumb {
	float:left;
	border: none;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.excerpt2 p {
	width:470px;
	float:left;
	line-height:20px;
	color:#4e4e4e;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0;
}
.excerpt2 .readmore { float:right; margin-right:15px; margin-bottom:10px;margin-top:-20px;}
.excerpt2 .readmore a:link,.excerpt .readmore a:visited,.excerpt .readmore a:active{ color:#003478;}
.excerpt2 .readmore a:hover { color:#018fd7;}

