/*
Theme Name: UT Pro Magazine
Theme URI: http://universalteacher.com/
Author: Universal Teacher
Author URI: http://universalteacher.com/
*/

/*
Set general CSS declarations
*/
* {
	font-family: arial, verdana;
	font-size: 10pt;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	text-decoration: none;
	vertical-align: baseline;
	white-space: normal;
}

a {
	color: #1c2e68;
}

a:hover {
	color: #6487f7;
}

html, body {
	line-height: 1;
}

hr {
	display: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
}

blockquote, q {
	quotes: "" "";
}

ul {
	list-style-type: none;
}

ol {
	list-style-type: decimal;
}

body {
	text-align: center;
	background: #183047 url(images/bodybk.gif) repeat-x;
}

#container {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
        background: #FFFFFF;
        margin-top:10px;
        margin-bottom:10px;
        border: 3px solid #143250;
}

.clear {
	clear: both;
}

/*
Top part CSS
*/
#top {
	width: 980px;
	height: 34px;
	background: #531515 url(images/top.gif) repeat-x;

}

#topleft {
	float: left;
	height: 34px;
	padding-left: 10px;
}

#topright {
	float: right;
	height: 34px;
	padding-right: 10px;
}

/*
Page navigation CSS
*/
#pagenavigation {
	float: left;
	height: 32px;
	padding-top: 1px;
	padding-bottom: 1px;
	border-left: 1px solid #913c3c;
}

#pagenavigation li {
	float: left;
	display: block;
	height: 32px;
	border-right: 1px solid #913c3c;
}

#pagenavigation li a {
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 32px;
	font-size: 9pt;
	font-weight: bold;
	color: #b1b1b1;
}

#pagenavigation li a:hover {
	color: #b1b1b1;
}

#pagenavigation li.current_page_item a {
	color: #ffffff;
}

#pagenavigation li.current_page_item a:hover {
	color: #ffffff;
}

/*
Search form CSS
*/
.searchform {
	display: inline;
        margin:0px;
}

.searchform fieldset {
	display: inline;
	margin-top: 5px;
}

.searchform label {
	vertical-align: middle;
	display: inline;
	margin-right: 5px;
	font-size: 9pt;
	color: #9ba2b8;
	font-weight: bold;
}

.searchform input {
	vertical-align: middle;
	display: inline;
	font-size: 9pt;
}

.searchinput {
	background: #FFF;
	border: 1px solid #a6a6a5;
	width: 184px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #666;
}

.searchbutton {
	background: #0e2144;
	height: 22px;
	cursor: pointer;
	color: #FFF;
	font-weight: bold;
        padding-left: 3px;
        padding-right: 3px;
        border: 1px solid #283753;
}

/*
Header CSS
*/
#header {

	width: 980px;
        background: #182b45 url(images/headbk.gif) repeat-x;
        padding: 5px 0px 5px 0px;
}

#header img {
	display: block;
        margin-top: 9px;
}

#headerlogo {
	float: left;
	display: inline;
	margin-left: 10px;
}

#headerad {
	float: right;
	display: inline;
        margin:6px 10px 3px 0px;
}

.mybread {
        margin:2px 2px 3px 5px;
        color: #a8a8a8;
        font-size: 8pt;
}

.mybread a {
        color: #a8a8a8;
        font-size: 8pt;
        text-decoration:underline;
}

.mybread a:hover {
        color: #a8a8a8;
        font-size: 8pt;
}

/*
Featured Column CSS
*/
#featured {
	width: 980px;
	border-bottom: 2px solid #bec1d4;
}

#featuredleft {
	float: left;
	width: 599px;
        border-right: 1px solid #d6d6d6;
}

#featuredright {
	float: left;
	width: 380px;
}

/*
Featured Posts CSS
*/
.featuredposts {
	width: 599px;
        background: #09270d url(images/featlibk.gif) repeat-x;
        height:38px;
}

.featuredposts li {
	float: left;
	display: inline;
	text-align: center;
	border-right: 1px solid #4f6941;
}

.featuredposts li a {
	float: left;
	display: block;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 38px;
	height: 38px;
	font-size: 9pt;
	font-weight: bold;
	color:#FFFFFF;
}

.featuredposts li a:hover {
	color: #d5d5d5;
}

.featuredposts li a.selected {
	background: #FFFFFF;
	color: #1d2c15;
}

.featuredposts li a.selected:hover {
	color: #1d2c15;
}

.featuredposts_content {
	display: none;
	padding: 15px;
	width: 569px;
}

@media print {
	.featuredposts_content {
	display: block !important;
	}

}


.featuredposts_content .thumb img {
	float: left;
	display: inline;
	width: 135px;
	height: 100px;
	margin-right: 15px;
	border: 3px solid #dcebf1;
}

.featuredposts_content .post {
	display: inline;
}

.featuredposts_content .post h1 a {
	font-size: 15pt;
	font-weight: normal;
}

.featuredposts_content .post h1 a:hover {
	color: #4e74f2;
}

.featuredposts_content .post .time {
	color: #999;
	font-size: 8pt;
	line-height: 2em;
}


.featuredposts_content .post .entry p {
	font-size: 9pt;
	line-height: 1.5em;
	color: #404040;
	padding: 5px 0px 5px 0px;
        text-align: justify; 
}

.featuredposts_content .post .endpost {
	padding-top: 5px;
}

.featuredposts_content .post .cat a {
	float: left;
	display: block;
	padding: 8px;
       	background: #FFFFFF;
	text-transform: uppercase;
	font-size: 9pt;
	font-weight: bold;
	line-height: 1.1em;
	color: #666;
	border: 1px solid #ddd;
}

.featuredposts_content .post .cat a:hover {
    color: #000000;
    background: #f9f7f1;
}

.headlines{
margin: 5px 0px 5px 0px;
}

.headlines li{
margin: 3px 0px 3px 0px;
line-height:1.1em;
}

.headlines li a{
font-size: 9pt;
}

.featuredadcont{
border-top: 1px solid #d0dfe8;
}

.featuredad{
float:left; 
padding:5px; 
border: 1px solid #d0dfe8; 
margin:9px 0px 9px 10px;
}

/*
Featured Tabs CSS
*/
.featuredtabs {
       width: 380px;
       background: #09270d url(images/featlibk.gif) repeat-x;
        height:38px;
}

.featuredtabs li {
	float: left;
	display: inline;
	text-align: center;
	border-right: 1px solid #4f6941;
}

.featuredtabs li a {
	float: left;
	display: block;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 38px;
	height: 38px;
	font-size: 9pt;
	font-weight: bold;
	color:#FFFFFF;
}

.featuredtabs li a:hover {
	color:#d5d5d5;
}

.featuredtabs li a.selected {
	background: #FFFFFF;
	color: #1d2c15;
}

.featuredtabs li a.selected:hover {
	color: #1d2c15;
}

.featuredtabs_content {
	display: none;
	padding: 15px;
	width: 350px;
}

@media print {
	.featuredtabs_content {
	display: block !important;
	}
}

.featuredtabs_content ul {
}

.featuredtabs_content ul li {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 4px;
	padding: 0px 0px 4px 1px;
	font-size: 8pt;
	line-height: 1.4em;
	color: #999;
}

/*
Big Column CSS
*/
#bigcolumn {
	width: 980px;
	padding-bottom: 10px;
	background: #FFFFFF;
}

#widecolumn {
	float: left;
	width: 640px;
	margin-left: 8px;
	display: inline;
}

#top_posts {
	float: left;
	width: 315px;
       margin: 0px 8px 5px 8px;
	display: inline;
	font-size: 10pt;
}

#recent_posts {
	float: left;
	width: 315px;
	display: inline;
	font-size: 10pt;
}

/*
Main CSS
*/
#top_posts h2 {
	text-transform: uppercase;
	color: #FFFFFF;
	height: 20px;
	line-height: 20px;
	font-size: 10pt;
	margin-top: 9px;
	padding: 5px;
        background:#162147 url(images/featcatbk.gif) repeat-x;;
}

#recent_posts h2 {
	text-transform: uppercase;
	color: #FFFFFF;
	height: 20px;
	line-height: 20px;
	font-size: 10pt;
	margin-top: 9px;
	padding: 5px;
        background:#162147 url(images/featcatbk.gif) repeat-x;;
}

#top_posts h2 img, #recent_posts h2 img {position:relative;top:1px;left:5px;}

.postbox {
	background: #FFF;
	border: 1px solid #cad5e7;
        padding: 10px 10px 2px 10px;
}

.postbox p {
	text-align: justify;
	margin: 0;
	color: #404040;
}

.ad img, .ad a img {
	display: block;
}

/*
Top Posts CSS
*/
.top_thumb img {
	float: left;
	display: inline;
	width: 90px;
	height: 67px;
	margin-right: 10px;
	border: 3px solid #dcebf1;
}

.top_entry {
	display: inline;
}

.top_entry h3 a {
	font-size: 10pt;
}

.top_entry h3 a:hover {
	color: #456ce9;
}

.top_entry .excerpt p {

	line-height: 1.2em;
	text-align: justify;
	margin: 4px 0px 7px 0px;
	color: #404040;
	border-bottom: 1px dotted #eee;
}

.top_entry .postbit {
	width: 270px;
        float:left; 
        margin:5px 0px 5px 0px;
}

.top_entry .postbit li {
        float:left;
	display: block;
	display: inline;
}

.top_entry .postbit li a {
	display: block;
	padding: 5px;
	background: #fff;
	font-size: 9pt;
        line-height: 1.1em;
	color: #666;
	border: 1px solid #ddd;




}

.top_entry .postbit li a:hover {
	background: #f9f7f1;
	color: #333;
}

/*
Recent Posts CSS
*/
.recent_thumb img {
	float: right;
	display: inline;
	width: 90px;
	height: 67px;
	margin-left: 10px;
	border: 3px solid #dcebf1;
}

.recent_entry {
	display: inline;
}

.recent_entry h3 a {
	font-size: 10pt;
}

.recent_entry .excerpt p {


	line-height: 1.2em;
	text-align: justify;
	margin: 4px 0px 7px 0px;
	color: #404040;
	border-bottom: 1px dotted #eee;
}

.recent_entry .postbit {
	width: 240px;
        margin:3px 0px 3px 0px;
        float:left;
}

.recent_entry .postbit li {
	display: block;
	float: left;
	display: inline;
	margin-left: 0px;
}

.recent_entry .postbit li a {
	display: block;
	padding: 5px;
	background: #eee;
	font-size: 9pt;
	color: #666;
	line-height: 1.1em;
	border: 1px solid #ddd;
}

.recent_entry .postbit li a:hover {
	background: #fff;
	color: #333;
}

/*
Sidebar CSS Widgets
*/
.center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

#sidebar {
	float: left;
	width: 314px;
	margin-left: 8px;
	margin-right: 8px;
	display: inline;
	font-size: 9pt;
	color: #404040;
}


#sidebar p {margin: 0px 0px 7px 0px}

.sidebarc {width: 314px}
.sidebar {
	float: left;
	width: 150px;
}

.sidebar div, .sidebar ul ul, .sidebarc ul ul {
	background: #FFF;
	padding: 10px;
	border: 1px solid #d8e1f0;
	line-height: 1.5em;
}

.box {
	background: #f5f5f5;
	padding: 7px 6px 7px 6px;
	border: 2px solid #d8e1f0;
	line-height: 1.5em;
        margin-top:10px;
}

.box .headl{
	font-size: 11pt;
        font-weight:bold;
        padding: 5px;
        text-align:center;
        margin-top:-7px;
        color:#202328;
        background: #c2cad6 url(images/rightcatback.gif) repeat-y;
}

.sidebar div div {padding:0;border:0;}

.sidebar ul ul ul, .sidebarc ul ul ul {
	background: #FFF;
	padding: 0;
	border: 0;
	line-height: 1em;
}

.sidebar li li, .sidebarc li li {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
	border-bottom: 1px dotted #ddd;
	background: url(images/bullet.gif) no-repeat;
	background-position: left 7px;
}

.sidebar li li li, .sidebarc li li li {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
	border-bottom: 0;
	background: url(images/bullet.gif) no-repeat;
	background-position: left 4px;
}

.sideadbox {margin-top:10px; border: 2px solid #d8e1f0; background: #f5f5f5; padding: 4px 0px 7px 4px;}

/*
Subscribe RSS Form
*/
.subscribe {
width: 292px;
}

.subscribe fieldset {
	display: inline;
	margin-bottom: 10px;
	border-bottom: 1px dotted #ddd;
	padding-bottom: 10px;
        width: 292px;
}

.subscribe input {
	display: inline;
	vertical-align: middle;
}

.feedinput {
	border-top: 1px solid #bbb;
	border-left: 1px solid #bbb;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	width: 184px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	color: #666;
}

.feedinput:focus {
	background: #fdfff4;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.feedsubmit {
	background: url(images/feedsubmit.gif) no-repeat;
	font-weight: bold;
	width: 44px;
	height: 21px;
	cursor: pointer;
	color: #fff;
}

.feedlink {
	background: url(images/rss.gif) no-repeat left;
	padding-left: 20px;
	font-weight: bold;
	margin-right: 10px;

}

/*
Fix Corners CSS *do not touch* please!
*/
#fixcorners {
	display: block;
	width: 980px;
	height: 5px;
	background: #f3fbff url(images/lblue.gif) no-repeat left bottom;
}

#rightcorner {
	display: block;
	width: 5px;
	height: 5px;
	background: #f3fbff url(images/rblue.gif) no-repeat right bottom;
	float: right;
}

/*


Footer

*/
#footer {

	width: 980px;
        padding-top:5px;
	line-height: 1.5em;
        background: #001f3e url(images/footback.gif) repeat-x;
}

.copyright {
	padding: 10px;
        text-align:center;
	font-size: 8pt;
	color: #dedfe0;
}

.copyright P {
       	font-size: 8pt;
	color: #dedfe0;
       display: inline;
}

.copyright a{
	font-size: 8pt;
	color: #dedfe0;
        text-decoration:none;
}

.copyright a:hover{
	font-size: 8pt;
	color: #dedfe0;
        text-decoration:none;
}

/*
POST BODY CSS
*/
.postbody {
	background: #FFF;
	padding: 0px 5px 5px 5px;
	margin-top: 10px;
}

.postbody h1, .postbody h2, .postbody h3, .postbody h4, .postbody h5, .postbody h6 {
	line-height: 1.3em;
	margin: 0px 0px 5px 0px;

}

.postbody p {
	font-size: 9pt;
	line-height: 1.5em;
	color: #555;

	margin: 0px 0px 10px 0px;


}

.postbody h1 {
	font-size: 15pt;
	font-weight: normal;
	color: #404040;
        text-transform: capitalize;
}

.postbody h2 {
	font-size: 13pt;
	color: #ff9000;
}

.postbody h3 {
	font-size: 11pt;
	font-weight: bold;


	color: #333;
}

.postbody h4 {
	font-size: 10pt;






	font-weight: bold;
	color: #666;
}

.postbody h5 {
	font-size: 9pt;
	font-weight: bold;
	color: #999;
}

.postbody h6 {
	font-size: 8pt;
	font-weight: bold;
	color: #577aee;
}

.postbody ol {padding-left: 20px;}
.postbody ul {margin: 5px 5px 20px 5px;}
.postbody ol {margin: 5px 5px 20px 5px;}
.postbody ul ul {margin: 5px 5px 5px 5px;}
.postbody ol ol {margin: 5px 5px 5px 5px;}

.postbody ol li {
	line-height: 1.5em;
	color: #333;
	margin-bottom: 5px;
	font-size: 12px;
}

.postbody ul li {
	line-height: 1.5em;
	color: #333;
	background: url(images/bullet.gif) no-repeat;
	background-position: left 6px;
	padding-left: 20px;
	margin-bottom: 5px;
	font-size: 12px;
}

.postbody blockquote {
	background: #fffced;
	border: 1px dotted #dfdccb;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 50px;
	display: block;
}

.postbody blockquote p {
	font-family: arial;
	font-size: 9pt;
	line-height: 1.3em;
	font-weight: bold;
	color: #587ae6;
}

.postbody ins {
	color: #333;
	text-decoration: underline;
}

.postbody del {
	color: #999;
	text-decoration: line-through;
}

.postbody code {
	display: block;
	color: #333;
	font-family: verdana;
	font-size: 11px;
	background: #eee;
	margin-bottom: 10px;
}

/*
Results .p class
*/
.p {
	border-top: 1px solid #eee;
	padding-top: 15px;
	margin-top: 15px;
}

.p .thumb img {
	float: left;
	display: inline;
	width: 90px;
	height: 67px;
	margin-right: 10px;
	border: 3px solid #dcebf1;
}

.p .time {
	font-size: 8pt;
	color: #999;
}

.p .excerpt {
	padding-top: 5px;
}

.p .info {
	text-align: right;
	font-size: 9pt;
	line-height: 1.3em;
	color: #999;
}

.p .tags {
	background: #fdfff4;
	padding: 5px;
	font-size: 9pt;
	line-height: 1.3em;
	color: #666;
	border-top: 1px dotted #ddd;
	border-bottom: 1px dotted #ddd;
	text-transform: lowercase;
	margin-top: 5px;
}

.p .tags a {
	color: #333;
}

.p .tags a:hover {
	color: #3259d8;
}

/*
Navigation CSS
*/
.navigation {
margin:20px 0px 2px 0px;
}

.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #D3D3D3;
	color: #595959;
	background-color: #9C9C9C;	
}
.wp-pagenavi a:visited {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #D3D3D3;
	color: #595959;
	background-color: #9C9C9C;	
}
.wp-pagenavi a:hover {	
	border: 1px solid #7A7A7A;
	color: #000000;
	background-color: #C8C8C8;
}

.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #7D7C7C;
	border: 1px solid #D3D3D3;
	background-color: #D4D4D4;
}
.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	border: 1px solid #E7E7E7;
	color: #E4E4E4;
	background-color: #5F5F5F;	
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	color: #BCBCBC;
}

/*
Alternative: single post ONLY SPECIFIC CSS
*/
.postbody_singlepost .time {
	color: #999;
	font-size: 9pt;
	line-height: 1.3em;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.postbody_singlepost .tags {
	color: #333;
	font-size: 9pt;
	line-height: 1.2em;
}

.postbody_singlepost .tags a {
	color: #999;
}


.postbody_singlepost .tags a:hover {
	color: #ff9000;
}

.postbody_singlepost .cc {
	margin-top: 10px;
	background: #F9F9F1;
	border-bottom: 1px dotted #ccc;
	padding: 5px;
	line-height: 1.5em;
	font-size: 9pt;
	color: #666;
}

.postbody_singlepost .the_content {
	margin-top: 10px;
	margin-bottom: 10px;
        text-align:justify;
}

.postbody_singlepost .the_content img {
	border: 3px solid #dcebf1;
}

.the_content p {line-height: 1.5em;color:#404040; font-family: verdana, arial;}

.authorshort {background: #f1f1f1; color: #818181; font-size:8pt; padding:7px;}
.authorshort a {color: #5f5f5f; font-size:8pt;}

.singledownlink{
margin:20px 0px 20px 0px;;
}

.singledownlink a{
font-size:11pt;
padding:7px 7px 7px 7px;
border: 1px solid #96b1ff; 
background-color: #1d2562;
color:#e3e5ca;
}

.singledownlink a:hover {
font-size:11pt;
background-color: #1d2562;
color:#f4fc6c;
}


/*
CSS for Floating Images in Single Post View
*/
.alignleft {
	float: left;
	display: inline;


	background: #fff;
	margin-right: 15px;
	margin-bottom: 5px;
}

.alignright {
	float: right;
	display: inline;
	background: #fff;
	margin-left: 15px;
	margin-bottom: 5px;

}

.aligncenter {
	display: inline;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.alignnone {
}

p.wp-caption-text {
	padding: 5px;
	font-size: 8pt;
	color: #999;
}

/*
Vertical align for images
*/
#combox img {vertical-align: middle}

/*


Additional CSS
*/
.feedinner a {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
}

.feedinner img {
	position: relative;
	top: 3px;
}