/************************************************************************/
/******************* Portfolious StyleSheet *****************************/
/************************************************************************/
/*	
	00. General Settings
	01. Headings & Colours
	02. Header
	03. Home Blog Posts Settings
	04. Content, Home Sidebar
	05. Footer
	06. General Sidebar
	07. Post General Settings
	
	Additional: Common Classes
	
	---------------------------------------------
	Author: Onur Oztaskiran - www.monofactor.com
*/
/************************************************************************/
/************************************************************************/

/*** 00. General Settings ***/
/** ----------------------------------------------------- **/

	body {font: 78% "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial;	
	/*** you can change background image here if you like**/
	background: url(images/backgrounds/bg-office.jpg) #ebebeb no-repeat top center;}
	body, html {height:100%}
	a {	cursor: pointer;}
	
/** common classes **/
	.clearfix {	width: 100%; height: 0px; clear: both; display: block;}/* clearfix for floated elements */
	.hidden {display: none;}
	
	.right {float: right;}
	.left {float: left;}
	
	.morespace {padding: 3px 0 !important;}
	.full-width {width: 100% !important;}
	
	
	
	a.bt, a.bt span {display: inline-block; height:22px}
	a.bt {padding-left: 15px; background: url(images/bt-casual-left.png) no-repeat; color:#000; margin-top: 5px; text-decoration: none; }
	a.bt:hover {color: #666;}
	a.bt span { background: url(images/bt-casual-right.png) no-repeat right; padding-right: 15px; line-height:20px}
	a.arrowedbt {background: url(images/bt-casual-left-arrowed.png) no-repeat; padding-left: 26px; font-size:1em !important; margin-top: 0px !important; }
	a.arrowedbt:hover {color: #995e00 !important; background: url(images/bt-casual-left-arrowed-hover.png) no-repeat;}
	a.left-button {background-image: url(images/bt-casual-left-arrowed-left.png) !important}
	a.left-button:hover {background-image: url(images/bt-casual-left-arrowed-left-hover.png) !important}
	
/*** 01.a - Headings & Colours **/

	/************** colors *****************/
	#wide-column h2, #home-blogposts h3, #home-blogposts a, #info a, div.blog p a, .categories a, #comments a:hover {color:#995e00}
	ul.cats li a:hover, ul.cats li.active a {color:#fff !important; background-color:#995e00;background-image:url(images/arrow-mini-white.png); border:1px solid #995e00;}
	/**************************************/

	/** logo **/
	#header h1 { float: left; margin-right: 20px;}
	#header h1 a {background: url(images/logo.png) no-repeat; width: 313px; height: 108px; display:block; text-indent:-9999px}
    
    #float_head h1 { float: left; margin-right: 20px;}
	#float_head h1 a {background: url(images/doghat.gif) no-repeat; width: 313px; height: 108px; display:block; text-indent:-9999px}
    

	/** home featured section headings **/
	#featured-info h3 {	font-size: 2em;	margin-bottom: 25px;}
	#featured-info h3 a { color: #fff; text-decoration: none;}
	#featured-info h3 a:hover:after {content: " →";}
	
	/** #content general headings **/
	#content h3 {font-size: 1.75em; font-family: "Lucida Grande", Verdana, Helvetica, Arial; }
	#content h4 {font-size: 1.35em;}
	#content h5 {font-size: 1.15em;}
	
	/** sidebar headings **/
	#sidebar-home h3, #home-blogposts h3 {	border-bottom: none; margin-bottom:1px; padding-bottom:5px}
	#sidebar-home h3 { color: #333;}
	#sidebar h3 {font-size: 1.3em; border-bottom: 1px solid #999; margin-bottom:1px; padding-bottom:5px; color: #333;}
	
	/** flickr heading **/
	li.flickr h3 {background: url(images/icon-flickr.png) no-repeat 2px 0; padding-left: 38px;}
	
	/** post listing general headings **/
	#posts h4 {margin-bottom: 8px;}
	#posts h4 a {color:#333; text-decoration: none; text-transform: uppercase;}
	#posts h4 a:hover {text-decoration: underline;}
    #posts img {margin-bottom: 10px;}
	
	.portfolio h4 {font-size: 1.3em !important; line-height:1.4em;}
	
	/** twitter heading **/
	li.twitter h3 {padding-left: 28px; background: url(images/icon-twitter.png) no-repeat ;}

	/** right side wide column headings **/	
	#wide-column h2 {font-size:1.7em; border-bottom: 1px solid #999; margin-bottom:1px; padding-bottom:5px;}
    #wide-column h3 {font-size:1.4em;margin-bottom:1px; padding-bottom:5px;color: #995e00;}
	
	div.the-post h2, div.the-post h3, div.the-post h4, div.the-post h5 {margin-bottom:15px; padding-top:5px;}
	div.the-post h3 {font-size: 1.3em !important;}
	div.the-post h4 {font-size: 1.15em !important;}
	div.the-post h5 {font-size: 1em !important;}
	
	div#info h3 { border-bottom: 1px solid #aaa; font-size: 1.3em;  padding-bottom: 2px; padding-top: 10px; color: #333; }
	
	#comments h3, h3#respond-title {font-size:1.4em ; color: #333;}	

	
/** Container Settings **/
	#container-wrap {width: 100%; height:100%; margin: 0 auto -65px; position:relative; min-height: 100%; height: auto !important; height: 100%;}
	#container {width: 960px;  padding: 0px 5px; margin: 0 auto; }
	.sub {background:url(images/bg-container-sub.png) repeat-x 0px 50px}
	#container .sub {padding-top: 50px;}
	.push {height:61px;}
		
	
/*** 02. Header ***/
	
	/** main and footer navigation **/
	#header ul, ul#nav-footer {min-width: 530px; max-width: 625px; float:left; padding-top:0px;margin-bottom: 0px;text-align: center;}
	#header ul li, ul#nav-footer li {display:block; color: #fff; text-decoration: none; text-transform: uppercase; line-height: 20px;	float:left; margin-right:10px}
	#header ul li a, ul#nav-footer li a {display:block; color: #fff; text-decoration: none; text-transform: uppercase;	padding-left:0px; }
	#header ul li a span, ul#nav-footer li a span {display:block; line-height: 15px; padding-right: 8px; }
	#header ul li a:hover, #header ul li.active a {
	color: #fff;}
	#header ul li a:hover span, #header ul li.active a span {
	background: url(images/nav-right.png) no-repeat right;}
    #header p {padding-top: 31px;margin-bottom: 0px; padding-bottom: 0px;}
    	
	#header ul li {position: relative; }
	#header ul li ul {position: absolute; margin-top: 0px; background: #fff; -moz-border-radius: 5px;-webkit-border-radius: 5px; -khtml-border-radius: 5px; 
	min-width: 150px; max-width:200px !important; padding: 5px; }
	#header ul li ul li {margin: 0; float: none;}
	#header ul li ul li a {color: #fff; text-transform: none; font-size: 0.6em;}
	#header ul li ul li a, #header ul li ul li a:hover {background-image: none; padding: 5px !important; }
	#header ul li ul li a:hover {-moz-border-radius: 5px;-webkit-border-radius: 5px; -khtml-border-radius: 5px; background: #333; color: #fff; }
    #header .double-line {line-height: 0px;}	

    #float_head ul, ul#nav-footer {min-width: 530px; max-width: 580px;  float:left; padding-top:0px;margin-bottom: 10px}
	#float_head  ul li, ul#nav-footer li {display:block; color: #fff; text-decoration: none; text-transform: uppercase; line-height: 20px;	float:left; margin-right:10px}
	#float_head  ul li a, ul#nav-footer li a {display:block; color: #fff; text-decoration: none; text-transform: uppercase;	padding-left: 12px; }
	#float_head  ul li a span, ul#nav-footer li a span {display:block; line-height: 15px; padding-right: 8px; }
	#float_head  ul li a:hover, #float_head ul li.active a {
	color: #fff; background: url(images/nav-left.png) no-repeat;}
	#float_head  ul li a:hover span, #float_head ul li.active a span {
	background: url(images/nav-right.png) no-repeat right;}
    #float_head p {padding-top: 31px;margin-bottom: 0px; padding-bottom: 0px;}

	
	#float_head  ul li {position: relative; }
	#float_head  ul li ul {position: absolute; margin-top: 0px; background: #fff; -moz-border-radius: 5px;-webkit-border-radius: 5px; -khtml-border-radius: 5px; 
	min-width: 150px; max-width:200px !important; padding: 5px; }
	#float_head  ul li ul li {margin: 0; float: none;}
	#float_head  ul li ul li a {color: #fff; text-transform: none; font-size: 0.6em;}
	#float_head  ul li ul li a, #float_head ul li ul li a:hover {background-image: none; padding: 5px !important; }
	#float_head  ul li ul li a:hover {-moz-border-radius: 5px;-webkit-border-radius: 5px; -khtml-border-radius: 5px; background: #333; color: #fff; }
    #float_head .double-line {line-height: 0px;}
    
	ul#nav-footer li {	margin-right: 2px;}
	ul#nav-footer li a {color: #666; -moz-border-radius: 10px;-webkit-border-radius: 10px; -khtml-border-radius: 10px; background-image:none;
	font-size:0.9em}
	ul#nav-footer li a span {background-image: none !important; line-height:25px}
	ul#nav-footer li a:hover, ul#nav-footer li.selected a {	background: #666; color: #fff;}
	
	
	/** search **/	
	#float_head fieldset {float: right; width:207px; padding-top: 10px;}
	#float_head fieldset legend {display: none;}
	#float_head fieldset label {background: url(images/bg-search.png); padding-left: 38px; height: 27px; display:block}
	#float_head fieldset label input {border: none; background: none; padding-top:7px; color:#666; line-height:17px /** <- be careful **/}
	
    #float_head fieldset {float: right; width:207px; padding-top: 10px;}
	#float_head fieldset legend {display: none;}
	#float_head fieldset label {background: url(images/bg-search.png); padding-left: 38px; height: 27px; display:block}
	#float_head fieldset label input {border: none; background: none; padding-top:7px; color:#666; line-height:17px /** <- be careful **/}
    
/*** 03. Home Featured Section ***/
	#featured {	padding-top: 5px; color:#fff}
	
	#featured-info, #home-featured-nav {float: left;}
	#featured-images {float: right;}
	
	#featured-info { width: 455px;	margin-top: 20px;}
	#featured-info p {	margin: 10px 0;}
	#featured-info p strong{color: #d98f19;}
	
	a#home-read-more-button {background: url(images/bt-home-readmore.png) no-repeat; width:103px; height: 42px; margin-top: 25px;
	display:block; text-indent: -9999px; }
	
	/** featured images**/
	#featured-images {width: 440px; height: 200px; background:none no-repeat top center; margin-right:-10px;
	position:relative;}
	#images {margin: 42px 0 0 50px;}
	#images ul li {width: 354px; height: 200px;}
	span.glare {	background: url(images/computer-glare.png) no-repeat; display:block; position: absolute; right: 25px; top: 30px;
	width: 219px; height: 239px; z-index: 9999; }
	
	/** featured slider navigation **/
	ul#home-featured-nav {	background: url(images/bg-homeslider.png) no-repeat; width: 33px; height: 48px; margin-left: 35px; margin-top: 127px;
	 padding-top: 12px; }
	ul#home-featured-nav li {	margin-bottom: 5px;}
	ul#home-featured-nav a {	width: 16px; height: 18px; display: block; text-indent: -9999px; margin: auto;
	filter:alpha(opacity=60); -moz-opacity:0.6;	-khtml-opacity: 0.6; opacity: 0.6;}
	ul#home-featured-nav a:hover {filter:alpha(opacity=100); -moz-opacity:1;	-khtml-opacity: 1; opacity: 1;}
	ul#home-featured-nav li.next a {	background: url(images/homeslider-arrow-down.png) no-repeat; margin-left: 9px;}
	ul#home-featured-nav li.prev a {	background: url(images/homeslider-arrow-up.png) no-repeat;}
	
	
/*** 04. Content ***/
	#content {font-size: 0.95em;}
		#content p {margin: 15px 0; color: #555;}
		
	
	#content-home {font-size: 0.95em;}
		#content-home p {margin: 15px 0; color: #555;}
		
	#agile ul {padding: 0;margin: 0;}
    #agile li {padding-bottom:0;margin-bottom: 10px;margin-left: 20px;}	
    
    #agile-indent {margin-left: 20px;}
    
    #indent {padding: 0; margin-left: 20px;}
	
/** 04.a - Home Sidebar and Sidebar General **/
#sidebar-home {width: 480px; height:270px; float: left; background-color:#b1d68a;position:relative;}
#sidebar-home img.shade, #home-blogposts img.shade, #sidebar img.shade {display: block; height: 20px;}
#sidebar-home img.shade{width: 435px;}

#sidebar-home h2 a{font-size:24px;color:#0e5c8b;margin:0px;text-decoration: none;}
#sidebar-home p {padding:10px;color: #333;color:1px solid red;}
#sidebar-home p strong {color: #333;}
#sidebar-home ul li p:first-child {margin-top: 0px;}
#sidebar-home ul li, #sidebar ul li { border-bottom: 1px solid #ccc; margin-bottom: 15px; padding-bottom: 3px; }
#sidebar-home ul li ul li, #sidebar ul li ul li {	border-bottom: none; margin-bottom:0px;}
#sidebar-home ul {margin-bottom: 15px}
	
#events {float:left;margin:40px 0 0 0;}
#events-info{position: relative;margin-left: auto;width:400px;margin-right: auto;text-align: center;margin-top: 55px;}
#events-info h2{margin-left: auto;font-size:24px;color:#0e5c8b;margin-right: auto;}
#events-info p {display: block;color: #0e5c8b;margin:0;text-align:left;}
#events-info img{float:left;margin:10px; width:122px; }
#full-cal{color:white;background:#0e5c8b;width:100%;height:30px;text-align:center;font-size:14px;padding-top:5px;position:absolute;top:240px;}
#full-cal a{text-decoration:none;color:white;}
		
	
	/** flickr **/
	li.flickr {	position: relative;}
	li.flickr ul li img { border: 1px solid #999; margin: 0 10px 0px 0;  }
	a.bt-flickr {width: 38px; height: 85px; position: absolute; right:10px; top:50px; background: url(images/bt-flickr.png) no-repeat;}
	a.bt-flickr span { display: none;}

	li.sideflickr ul li img {margin-right: 0px;}
	
/** 04.b - Home Blog Posts **/
	#home-blogposts { width: 480px;	float: right; border-bottom:none; position: relative; padding-bottom: 15px; background:url(images/SideContentBack.png) repeat;}
	
	#home-blogposts h1 a {font-size:18px; color:#369; margin-bottom:20px; margin-top: 15px; margin-left: 15px; display:block;}
	#home-blogposts p {margin:0px;}
	
	span.date {	color: #999; padding-left: 22px; display: block; background: url(images/icon-date.png) no-repeat; font-size: 0.9em;
	line-height:18px; margin-bottom: 10px; }
	
	img.post-thumb { border: 1px solid #666;float: left; margin: 0 12px 12px 0;}
	.portfolio 	img.post-thumb { margin: 0 20px 20px 0;}
	
	
	/** homepage blog posts, testimonials and twitter slider navigation **/
	ul#home-blogposts-nav, ul.testimonials-nav, ul.twitter-nav 
	{width: 43px; height: 20px; padding: 4px 0 0 5px; background: #dfdfdf; -moz-border-radius: 10px;
	-webkit-border-radius: 10px; -khtml-border-radius: 10px; position: absolute; right: 0; bottom: -12px; }
	
	ul#home-blogposts-nav li, ul.testimonials-nav li, ul.twitter-nav li {float: left;}
	
	ul#home-blogposts-nav a, ul.testimonials-nav a, ul.twitter-nav a
	{display: block; width: 16px; height: 16px; margin-right: 5px; filter:alpha(opacity=60); -moz-opacity:0.6;	-khtml-opacity: 0.6; opacity: 0.6;}
	
	ul#home-blogposts-nav a:hover, ul.testimonials-nav a:hover, ul.twitter-nav a:hover
	{filter:alpha(opacity=100); -moz-opacity:1;	-khtml-opacity: 1; opacity: 1;}
	
	ul#home-blogposts-nav a span, ul.testimonials-nav a span, ul.twitter-nav a span {display: none;}
	ul#home-blogposts-nav li.prev a, ul.twitter-nav li.prev a {background: url(images/arrow-low-prev.gif) no-repeat;}
	ul#home-blogposts-nav li.next a, ul.twitter-nav li.next a {background: url(images/arrow-low-next.gif) no-repeat;}
	
	ul.testimonials-nav li.next a {background: url(images/arrow-low-down.gif) no-repeat;}
	ul.testimonials-nav li.prev a {background: url(images/arrow-low-up.gif) no-repeat;}
	
	
/*** 05. Footer ***/
	#footer-wrap {background: url(images/bg-footer.gif) #d9dada repeat-x; padding-bottom: 10px; position: relative; }
	#footer {width: 960px; padding: 10px; margin: 0 auto;}
	
	
	
/*** 06. General Sidebar ***/
	#sidebar {	width: 260px; float: left; padding-top: 6px; }
	#sidebar img.shade{width: 250px; height: 20px !important; }
	#sidebar p:first-child {margin-top: 0px;}
	
	#sidebar ul li {padding-bottom: 8px;}
	#sidebar ul li ul {font-size:0.95em;}
	#sidebar ul li a {color: #333; text-decoration: none;}
	#sidebar ul li a:hover {color: #666}
	
	/** sidebar categories **/
	ul.cats li {width: 120px ; margin-right: 10px; margin-bottom:10px; float:left;}
	ul.cats li a {display:block; padding:5px; padding-left:18px; background:url(images/arrow-mini.png) no-repeat 10px 8px; 
	-moz-border-radius: 10px;-webkit-border-radius: 10px; -khtml-border-radius: 10px; border:1px solid #d1d1d1;}
	
	/** sidebar alternate link lists **/
	li.alternate-lists ul li {padding: 0 !important;}
	li.alternate-lists ul li a {display: block; background: url(images/dot.gif) no-repeat 5px 11px; padding: 5px; padding-left: 15px; }
	li.alternate-lists ul li a:hover {color:#995e00 !important; background-image:url(images/dot-hover.gif); background-color: #f1f1f1; }

	
	/** testimonials and twitter widget **/
	li.testimonials, li.twitter {position: relative; font-size: 0.9em; padding-bottom: 10px !important; }	
	li.testimonials  blockquote p, 	li.twitter p {color: #777 !important;}
	li.testimonials  blockquote  {font-style: italic;  background: url(images/quote.png) no-repeat; padding: 0px 10px 0 20px; }
	
	
	ul.testimonials-nav li {padding: 0px !important; background: none !important;}
	
	
	li.twitter p {margin: 5px 0 !important;}
	li.twitter p.timeago {color: #333 !important;}


/*** 07. Post General Settings **/

	/** wide column **/
	#wide-column {width: 650px; float: right; }
	
	div.full-width p {margin-top: 15px !important;}
	#info a {text-decoration: none; border-bottom: 1px solid #999; }
	#info a:hover {color:#666; text-decoration: none; border-bottom: 1px solid #995e00; }
	#info h4 { text-transform: uppercase;}


	/** 07.a posts general settings **/
	.each-post {border-bottom: 1px solid #ccc; padding-bottom: 15px; margin-bottom: 30px;}
	.each-post p {margin-top: 0px !important;line-height:1.4em; }
	.each-post a.bt {margin-top:10px !important;}
	
	div.blog span.date {float: left !important;}
	div.blog p:first-child {margin-top: 0px !important;}
	
	a.comment-count, a.comment-add {display:inline-block; font-size:0.9em; color:#666; padding-left:20px; background: url(images/icon-comments.png) no-repeat; line-height: 16px; margin-left: 15px; }
	a.comment-count:hover, a.comment-add:hover { color: #333;}
	a.comment-add {background-image:  url(images/icon-comment-add.png) !important;}
	
	div.the-post ul { padding: 5px 10px 20px 25px; }
	div.the-post ul li {line-height: 1.5em; color: #666; list-style-type: disc; list-style-position: inside; }
	div.the-post ul li strong {color: #333;}
    
    div.the-post h1 {font-size: 16px;color: #666}
	
	div.the-post blockquote {font-style: italic;  background: url(images/quote.png) no-repeat; padding: 10px 10px 10px 20px; padding-bottom: 15px; color: #777; }
	
	div.indent {width: 600px;margin-left: 50px; float: right; }
	
	
	/** 07.b post meta **/
	.postmeta {	clear: both; 	line-height:3em;		font-size: 0.9em;	color: #999; 	background: #f7f7f7;	margin-top: 10px;}
	.postmeta a:hover {	text-decoration: none;}
	.postmeta div {	float: left;	}
	.author {display: block; color: #666; float: left; padding: 0 15px 0 30px;	background: url(images/icon-author.gif) no-repeat 10px 8px;	}
	.categories, .tags {padding: 0 15px;}
	.categories {background: #f1f1f1;}
	
	.tags a {color: #927b57;} 
	
	#info {float: right; width: 305px;}
	
	
	/** 07.c comments **/
		
	#comments_wrap h3 {	font-size: 22px;	font-weight: normal;	margin: 0px;	padding-bottom: 20px;	margin-top: 10px;}
	#comments_wrap h3 a, #comments_wrap h3 a:hover {color: #242323;	text-decoration: none;}
	#comments_wrap .get_avatar {color: #a7a7a7; font-size: 10px;letter-spacing: -1px;padding-top: 10px;}
	#comments ol.parent {padding-bottom: 25px}
	#comments ol { margin: 0px;	padding: 0px; padding-left: 100px;}
	#comments ol li {list-style: none;	padding: 0px; margin: 10px 0px;	padding-top: 1px;}
	#comments span.comment-reply {	font-size: 10px;	text-transform: uppercase;}
	#comments .comment_wrap {position: relative; background: #f2f2f2;}
	#comments .single_comment {	padding: 10px;}
	
	#comments .comment-content {	padding: 10px;		background: #fafafa;	}
	
	#comments .comment-content p, .children .comment-content p {padding-bottom: 15px;		color: #666;}
	
	#comments a {color:#333; border-bottom:1px solid #995e00; text-decoration:none}
	#comments a:hover {border-bottom:1px solid #ccc; text-decoration:none}
	
	
	#comments .comment_arrow {	position: absolute;	top: 20px;	left: -11px;}
	#comments .comment_author {	position: absolute;	left: -100px;	width: 100px;	color: #8d8d8d;	font-size: 10px; line-height: 14px;	}
	#comments .comment_author span {display: block;}
	#comments .children {	padding-left: 0px;	border-left: 1px solid #ced0d0;}
	#comments .children li {padding-left: 25px;	background: url(images/comment_li_bg.gif) no-repeat 0px 25px;}
	#comments .children .comment_wrap {	background: #f2f2f2;	border-top: 1px solid #dedede;	border-bottom: 1px solid #dedede;}
	#comments .children .comment_arrow {	display: none;}
	#comments .children .comment_author {	position: absolute;	left: auto;	right: 20px;	bottom: 10px;	width: 200px;	height: 40px;}
	#comments .children .comment_author p {	position: absolute;	right: 40px;	bottom: 10px;	text-align: right;}
	#comments .children .comment_author span {	display: block;}
	#comments .children .comment_author img {	width: 32px;	height: 32px;	float: right;}
	
	/** 07.d comment form **/
	div#respond {padding: 20px 0;}
	div#respond ol li {padding:8px; -moz-border-radius: 5px;-webkit-border-radius: 5px; -khtml-border-radius: 5px; background: #f6f6f6; margin-bottom: 10px;
	clear: both; }
	div#respond ol li:hover, 	#respond ol li:focus  {background: #fff !important; }
	
	div#respond ol li label {float: left; padding-left: 15px; color: #666; border-left: 1px solid #ccc; }
	div#respond ol li label.field-title { width:30%; border-left:none !important; padding-left: 0px; }
	
	div#respond ol li label small {font-size: 0.8em; color: 999;}
	
	div#respond ol li.text input {border: none !important; background: none !important; width:420px; line-height: 1.3em; }
	div#respond ol li textarea {border: none !important; background: none !important; width:420px; line-height: 1.6em; }
	
	#work-list ul {display: none;  height: 80px; }
	#work-list ul li {float:left; margin-right:10px}
	#work-list ul li a {display: block; padding: 2px 0 0 2px; background: url(images/bg-avatar.png) no-repeat; width: 68px; height: 68px;}
	
	a#bt-expander {width: 300px; height: 15px; background: url(images/bt-expander.png) no-repeat; display: block; padding-left: 80px; color: #999; font-size: 0.8em; padding-top: 3px; }
	a.expanded,  a#bt-expander:hover { background-position: 0px -18px !important; color: #777; }	
	
    
        
#sidebar-pics {width: 325px; height:325px; float: left;}
#sidebar-pics img.shade, #home-blogposts img.shade, #sidebar img.shade {display: block; height: 20px;}
#sidebar-pics img.shade{width: 435px;}

#sidebar-pics h2{font-size:24px;color:#0e5c8b;margin:0px;}
#sidebar-pics p {padding:20px;color: #333;color:1px solid red;}
#sidebar-pics p strong {color: #333;}
#sidebar-pics ul li p:first-child {margin-top: 0px;}
#sidebar-pics ul li, #sidebar ul li { border-bottom: 1px solid #ccc; margin-bottom: 15px; padding-bottom: 3px; }
#sidebar-pics ul li ul li, #sidebar ul li ul li {	border-bottom: none; margin-bottom:0px;}

#sidebar-book {width: 150px; height:200px; float: left;}
#sidebar-book img.shade, #home-blogposts img.shade, #sidebar img.shade {display: block; height: 20px;}
#sidebar-pics img.shade{width: 50px;}

#sidebar-book h2{font-size:24px;color:#0e5c8b;margin:0px;}
#sidebar-book p {padding:20px;color: #333;color:1px solid red;}
#sidebar-book p strong {color: #333;}
#sidebar-book ul li p:first-child {margin-top: 0px;}
#sidebar-book ul li, #sidebar ul li { border-bottom: 1px solid #ccc; margin-bottom: 15px; padding-bottom: 3px; }
#sidebar-book ul li ul li, #sidebar ul li ul li {	border-bottom: none; margin-bottom:0px;}

#home-products { width: 200px;height:150px;float: left; position: relative;}
#home-poster {width: 250px; height:170px;float:right;margin-top: 0px;padding-top: 10px;font-size:20px;color:#0e5c8b;}
#home-poster img {width; 200px; height;150 px; margin-top: 10px;}
#home-poster1 {width: 220px; height:170px;float:left;margin-top: 0px;padding-top: 10px;font-size:20px;color:#0e5c8b;}
#home-poster1 img {width; 200px; height;150 px; margin-top: 10px;}
#home-bottom {width: 460px; height:100px;float: left;margin-left: 15px; float: bottom; color:#369; font-size: 18px;}


.bio {width: 675px;}
.email {margin-top: 10px;}
.profile {width: 120px;}
.bottom-border {border-bottom: 1px solid #ccc;margin-bottom: 8px;margin-top: 8px;} 
.bio-left {width: 250px; float: left;float: top;}
.bio-right {width:350px;float: left;float: top;position:relative;}
.left-border {border-left: 4px solid #ccc;position:relative;}
.bio-right h3 {font-size: 20px;}
.bio-mid {float: top;float: left;width: 5px;margin-left: 10px;margin-right: 10px;}
.person

#trans td {vertical-align: middle;}
#trans th {vertical-align: baseline;}
#trans p {color:#111; margin: 0px;padding: 0px;float: top;}
#trans img {float: bottom;}

#classes-buttons {width: 100px; height: 30px;float: right;}

#classes td {vertical-align: middle;}
#classes th {vertical-align: baseline;}
#classes p {color:#111; margin: 2px 0;}

#team ul li{margin-top: 0px; border-bottom: none; padding-bottom: 3px; margin-bottom: 0px;}
#team ul {margin-bottom: 15px}

.community1left {width:180px; margin-left: 30px; margin-top: 0px;margin-bottom: 25px;float: left;float: top;}
.community1left img {width: 160px; float: left; float: right; float: top;}

.community2left {width: 300px; margin-top: 0px; float: left;float: top;}
.community2right {width:180px; margin-left: 60px; margin-top: 0px;margin-bottom: 25px;float: left;float: top;}
.community2right img {width: 160px; float: left; float: right; float: top;}
.community2left h3 {font-size:24px;margin:0px;}

.community3left {width: 200px;float: left;float: top;float:right;margin-right: 100px;}
.community3right {width:200px; margin-left: 30px; margin-top: 0px;float: right;text-align: right;}
.community3left img {height: 120px; float: left; float: right; float: top;}
.community3right h3 {font-size:24px;margin:0px;}

.community4left {width: 300px; margin-top: 0px; float: left;float: top;}
.community4right {width:180px; margin-left: 30px; margin-top: 0px;margin-bottom: 25px;float: left;float: top;}
.community4right img {height: 120px; float: left; float: right; float: top;}
.community4left h3 {font-size:24px;margin:0px;}

.community5left {width 300 px; float: left; float: right;margin-bottom: 30px;}
.community5right {width:200px; margin-left: 30px; margin-top: 0px;float: right;text-align: right;}
.community5sright h3 {font-size:24px;margin:0px;}

.community6left {width: 300px; margin-top: 0px; float: left;float: top;}
.community6left h3 {font-size:24px;margin:0px;}

div#slides div {
	display:none;
}
div#captionn .date {
	float: left;
}
div#captionn .info {
	float: right;
	width: 250px;
}

div#contact h1 {font-size: 18px; margin-bottom: 4px;color:#555;}
div#contact p {margin-bottom: 6px;margin-top:0px; padding-bottom: 0px;padding-top: 0px;}
div#contact p a {color: #995e00; text-decoration: none;}
div#contact p a:hover {color: #666}

div#about {width: 180px;float: right;color:#555;}
div#about img {width: 180px;height: 120px;}
div#about p {margin-top: 0px; margin-bottom: 5px;}


div#courseleft{width: 500px; float:left; float: top;}
div#courseleft h1 {font-size: 14px;color:#111;}
div#courseright{width: 98px;float:right;padding-top: 20px;}
div#courseinfo{width: 650px; float:left;}