/*  
Theme Name: WP College Education
Theme URI: http://www.wordpressthemed.com/
Description: Brought to you by <a href="http://www.wordpressthemed.com">http://www.wordpressthemed.com</a>. 
Version: 1.0
Author: WordpressThemed
Author URI:http://www.wordpressthemed.com/
*/


/* Begin Typography & Colors */

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.5em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata, .narrowcolumn .postmetadata1 {
	text-align: left;
	}

.alt {
	
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	margin-top:30px;
	}
p {
	font-size:11px;
	margin:0px;
	padding:0px;
	}

small {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 18px;
	}

h2.pagetitle {
	font-size: 20px;
	}


h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color:#333333;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2,#sidebar2 h2, #wp-calendar caption, cite {
	text-decoration: none;
	}
.entry{
	padding-top:10px;
	padding-bottom:10px;
	}
.entry p a, .entry p a:visited {
	color: #333333;
	text-decoration:underline;
	
	}
.entry p a:hover {
	color:#ef6407;
	
	}
.editpost a:link, .editpost a:visited {
	color: #333333;
	text-decoration:underline;
	}
.editpost a:hover {
	color: #333333;
	}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em  Verdana, Arial, Helvetica, sans-serif;

	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}

.commentmetadata {
	font-weight: normal;
	color:#333;
	}


 #sidebar ul ul li, #sidebar ul ol li,#sidebar2 ul ul li, #sidebar2 ul ol li, .nocomments, blockquote, strike {
	color: #333333;
	}

code {
	font: 1.1em Verdana, Arial, Helvetica, sans-serif;

	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #333333;
	text-decoration: none;
	}

a:hover {
	color: #333333;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a, #wp-calendar a:visited {
	text-decoration: none;
	color: #333333;
	text-decoration:underline;
	}

#wp-calendar caption {
	font: bold 1.3em Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	padding:10px 0px 0px 0px;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */


.narrowcolumn {
	padding: 0px 0px 8px 0px;
	margin: 15px 0px 0px 10px;
	width: 400px;
	}

.widecolumn {
	padding: 0px 0px 8px 0px;
	margin: 15px 0px 0px 10px;
	width: 400px;
	}

.post {
	margin: 0px 0px 0px 0px;
	text-align: justify;
	}
.post hr {
	display: block;
	}
.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata, .narrowcolumn .postmetadata1 {
	padding-top: 5px;
	}

.widecolumn .postmetadata, .widecolumn .postmetadata1 {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
	color:#333333;
	line-height:15px;
	height:28px;
	padding:0px 0px 2px 0px;
	margin:12px 0px 0px 0px;
	background-image:url(images/bg_postmetadata.gif);
	background-repeat:repeat-x;
	
}

/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 0px 0 0;
	}

h2.pagetitle {
	padding-top: 10px;
	text-align: center;
	padding-bottom:15px;
}


h3 {
	padding: 0;
	margin: 22px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;


	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

div.alignright, div.alignright2{
	float: right;
	color:#333333;
	
	}

div.alignleft, div.alignleft2{
	float: left;
	color:#333333;
	}
.alignleft a, .alignleft a:visited {
	color:#333333;
	}	
.alignright a, .alignright a:visited {
	color:#333333;
	}	
.spacer{
	float:left;
	}
/* End Images */



/* Begin Lists */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}


.entry ul li:before, #sidebar ul ul li:before, #sidebar2 ul ul li:before,  #sidebar ul ul li, #sidebar2 ul ul li {
	list-style-type:none;
	background-image:url(images/arrow.gif);
	background-repeat:no-repeat;
	background-position:left;
	margin:0px;
	padding:0px;
	
	}
	
 #sidebar ul ul , #sidebar2 ul ul{
	margin:0px;
	padding:0px;
	
	}	
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li, .postmetadata1 ul, .postmetadata1 li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	

#sidebar h2 ,#sidebar2 h2{
	margin: 0px 0 0;
	padding: 0;
	}
#sidebar h2, #sidebar2 h2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	}
#sidebar ul li h2, #sidebar2 ul li h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#2b2b2b;
	font-size: 12px;
	padding-bottom: 3px;
	height:20px;
	color: #ffffff;
	line-height:10px;
	text-transform:uppercase;
	padding-left:15px;
	padding-top:10px;
	background-repeat:no-repeat;
	}

#sidebar ul, #sidebar ul ol,#sidebar2 ul, #sidebar2 ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li, #sidebar2 ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 20px;
	}

#sidebar ul p, #sidebar ul select, #sidebar2 ul p, #sidebar2 ul select {
	margin: 5px 0 8px;
	}
#sidebar ul ul, #sidebar ul ol, #sidebar2 ul ul, #sidebar2 ul ol {
	margin: 10px 4px 0 15px;
	
	}

#sidebar ul ul ul, #sidebar ul ol, #sidebar2 ul ul ul, #sidebar2 ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li, #sidebar2 ul ol li{
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li, #sidebar2 ul ul li, #sidebar2 ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
	
#sidebar li ul, #sidebar2 li ul{
	padding-left:0px;
	}
	
#sidebar ul li ul li, #sidebar2 ul li ul li	{
	padding:0px 0px 0px 20px;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 0px auto;
	padding: 0px 0px; 
	text-align: center;
	}

#sidebar #searchform #s, #sidebar2 #searchform #s  {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit, #sidebar2 #searchsubmit  {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 90%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	padding: 10px;
	color:#333333;
	font-size:11px;
	
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}
ol.commentlist{
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border:solid 1px #aaaaaa;
	
	}
#sidebar2
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border:solid 1px #aaaaaa;
	}

#sidebar form, #sidebar2 form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 150px;
	color:#333333;
	
	}

#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 td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: transparent; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #afafaf;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	margin-top: 0px;
	padding-top:2px;
	padding-bottom:25px;
	padding-left:0px;
	padding-right:0px;
	}
.navigation2 {
	margin-top: 0px;
	padding-top:2px;
	padding-bottom:25px;
	padding-left:0px;
	padding-right:0px;
	}
/* End Various Tags & Classes*/

div.post h2 a:link,div.post h2 a:visited, div.post h3 a:link,div.post h3 a:visited {
	color:#ef6407;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:normal;
	padding:0px 10px 0px 0px;

}

div.post h3 a:hover, div.post h2 a:hover{
	color: #470b10;
}
li.current-cat a:link,li.current-cat a:visited{
	padding-left: 0px;
	margin-left: 7px;
	color: #333333;
}
li.pagenav a:link,li.pagenav a:visited{
	padding-left: 0px;
	margin-left: 7px;
	color: #333333;

}
.narrowcolumn li a:link, .narrowcolumn li a:visited{
	color: #333333;
}
.narrowcolumn li a:hover{
	color: #333333;
}
li a:link,li a:visited{
	padding-left: 0px;
	margin-left: 7px;
	color: #333333;
}
li a:hover{
	color: #333333;
}

div.post small{
	color: #333333;
}
.line{
	padding-bottom:10px;
	height:1px;
	}
.postmetadata a{
	color: #333333;
	text-decoration: none;
}
.postmetadata a:hover{
	color: #333333;
	text-decoration: underline;
}
.narrowcolumn h2, .narrowcolumn h3 {
	color: #000000;
	margin-top:0px;
}
label small{
	color:#333333;
  }
#comments, #respond{
	color:#333333;
 }
.narrowcolumn img{ 
	margin-right:10px;
	margin-bottom:5px;
	}
	
#today, #today a:link, #today a:visited {
	color:#ef6407;
	}
#commentform p a {
	color:#333333;
	}
.title{
	padding: 0px 0px 5px 0px;
	background-image:url(images/line.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	
	}
	
.title small{
	padding-left:2px;
	line-height:20px;
	
	}
	
.title_mid h2, .title_mid h3{
	padding-top:0px;
	padding-left:0px;
	padding-right:10px;
	line-height:20px;
	
	}
.title_mid{
	
	}
.textwidget{
	padding-left:20px;
	text-align:left;
	padding-right:10px;
	padding-top:10px;
	color:#333333;
	}
/*=========style index.html========*/
body{
	background-image:url(images/bg_body.gif);
	background-repeat:repeat-x;
	background-color:#ffffff;
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	line-height:18px;
	
	}

#body_container{
	width:100%;
	}
	
#container{
	width:800px;
	text-align:left;
	}
	
#top{
	height:60px;
	background-image:url(images/bg_top.gif);
	background-repeat:repeat-x;
	}
	
#top_left{
	width:400px;
	float:left;
	}
	
#top_right{
	width:400px;
	float:left;
	background-image:url(images/pic01.gif);
	background-repeat:no-repeat;
	background-position:right;
	height:60px;
	}
		
#header{
	background-image:url(images/header.jpg);
	width:800px;
	height:125px;
	background-repeat:no-repeat;
	}
	
#navtop{
	background-image:url(images/bg_nav.gif);
	width:800px;
	height:32px;
	background-repeat:no-repeat;
	}
#menu{
	padding:8px 0px 0px 10px;
	}
	
#menu a:link, #menu a:visited, #menu a:active{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#333333;
	padding-right:25px;
	margin-right:15px;
	padding-left:0px;
	margin-top:29px;
	border-right:solid 2px #333333;
	text-transform:uppercase;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}


#main{
	width:800px;
	float:left;
	margin:8px 0px 20px 0px;
	}
	
#left_nav{
	width:180px;
	float:left;
	}
	
#main_content{
	width:430px;
	padding:0px 0px 0px 10px;
	margin:0px 0px 0px 0px;
	float:left;

	}
	
#bg_main{
	background-image:url(images/bg_main.gif);
	background-repeat:repeat-y;
	float:left;
	width:420px;
	}

#main_top{
	background-image:url(images/main_top.gif);
	background-position:top;
	background-repeat:no-repeat;
	float:left;
	width:420px;
	}
	
#main_bottom{
	background-image:url(images/main_bottom.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	float:left;
	width:420px;
	padding:0px 0px 20px 0px;
	}
	
#right_nav{
	width:180px;
	float:left;
	}

#footer{
	background-image:url(images/bg_footer.gif);
	width:800px;
	background-repeat:repeat-x;
	height:50px;
	float:left;
	padding:0px 0px 0px 0px;
	color:#333333;
	}

#footer_left{
	float:left;
	padding:20px 0px 0px 20px;
	}
	
#footer_right{
	float:right;
	padding:20px 20px 0px 0px;
}

#search_top #searchform{
	margin:32px 0px 0px 10px;
	text-align:left;
	}
	
.but{
	vertical-align:top;
	padding-top:2px;
	padding-left:0px;
	margin-left:0px;
	margin:0px;
	width:74px;
	height:22px;
	}
	
#searchform #s2.input01{
	padding:0px 0px 0px 0px;
	margin:2px 2px 0px 0px;
	width:180px;
	vertical-align:middle;
	border:1px solid #a8a8a8;
	font-size:12px;
	height:19px;
}

form{
	margin:0px;
	padding:0px;
	}

.logo{
	text-align:left;
	padding:10px 0px 0px 20px;
	}

#txt_logo{
	font-family:"trebuchet MS",Verdana, Arial ;
	font-size:36px;
	color:#333333;
	font-weight:bold;
	text-align:left;
	padding:30px 0px 0px 0px;
	}

.desc{
	text-align:left;
	color:#ffffff;
	font-size:14px;
	font-family:"trebuchet MS",Verdana, Arial ;
	font-weight:normal;
	padding:8px 0px 0px 0px;
	}
	
.search #searchform{
	padding-top:25px;
	padding-left:480px;
	}
a.mainpix01_link, a.mainpix01_link:visited{
	color:#333333;
	}
p.alt small{
	color:#333333;
	}
p.alt small a, p.alt small a:visited{
	color:#333333;
	text-decoration:underline;
	}

p.alt small a:hover{
	color:#333333;
	text-decoration:underline;
	}	

#sidebar ul ul li a:link, #sidebar ul ul li a:visited, #sidebar2 ul ul li a:link, #sidebar2 ul ul li a:visited {
	padding:0px;
	margin:0px;
	text-align:left;
}
small.commentmetadata a:link, small.commentmetadata a:visited{
	color:#333333;
	text-decoration:underline;
	}
	