/* 
Theme Name: onDisplay
Theme URL: 
Description: A Portfolio Theme
Author: John Buchmann
*/

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }

/* Structure */

body {
	background: #fcfcfe url(images/background-tile.jpg) repeat-x top left;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 67.5%;
}



p, .readmore, .column ul{
	font-size: 1.2em;
	line-height: 1.6em;
	margin-bottom: 1em;
}

p, code, pre, li, blockquote {
	color: #515151;	
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Georgia Italic", Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
	font-style: italic;
}

h1 {
	font-size: 2.5em;	
}

h2 {
	font-size: 2.2em;	
}

h3 {
	font-size: 1.8em;	
	color: #2c4558;
}

h4, h5, h6, h4 a:link, h4 a:visited{
	color: #537990;
}

h4 {
	font-size: 1.5em;	
	margin-bottom: 15px;
	font-family: "Georgia Italic", Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}


ul.post-categories {
	font-size: 2em;	
	margin-bottom: 10px !important;
	font-family: "Georgia Italic", Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
}


h5 {
	font-size: 1.4em;	
}

h6 {
	font-size: 1.3em;	
}

a:link, a:visited {
	text-decoration: none;	
	color: black;
}

a:hover {
	text-decoration: underline;	
}


#submenu {
	position: absolute;
	width: 100%;
	top: 5px;
	z-index: 100;
	/* background: transparent url(images/miniheader.png) repeat 0 0; */
	background: none;
}

	#submenu .inner {
		width: 960px;
		margin: 0 auto 0 auto;
	}

	#submenu ul {
		float: right;
		margin-right: 20px;
		font-size: 1.3em;
		font-weight: bold;
	}

	#submenu li {
		float: left;
		padding-left: 20px;
		line-height: 20px;
	}
	
	#submenu a:link, #submenu a:visited {
		/* color: #3a6279; */
		color: white;
	}
	
	#submenu a:hover {
		color: #3a6279;	
	}
	
#slidermenu {
	position: absolute;
	left: 352px;
	top: 238px;
	z-index: 2000;
	font-size: 20px;
	line-height: 1.5em;
}

	#slidermenu li {
		float: left;
		padding-left: 25px;
	}
	

/* Slider */

.Slider {
	
}

.Slider .inner {
	height: 276px;	
}

#SliderWrapper {
	background: transparent url(images/slider.png) no-repeat top left;
	height: 277px;
	margin-top: -18px;
	position: relative;
	z-index: 200;
}

.Slider ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-left: 5px;
}


.Slider .readmore {
	line-height: 30px;
}

	.Slider a:link, .Slider a:visited {
		color: #2C4558;	
	}

	.Slider {width: 960px;height: 262px;position: relative;}
	.Slider h4 {color: #537990;}
	
	.Slider #next, .Slider #prev {
		position: absolute;
		display: block;
		width: 30px;
		height: 30px;
		top: 125px;
	}
	
	.Slider #next {
		right: 18px;
	}
	
	
	.Slider #prev {
		left: 20px;	
	}
	
	#myslideContainer {
		position: relative;
		top: -258px;
		width: 695px;
		overflow: hidden;
		left: 180px;
		height: 258px;
	}
	
	.myslide {
		margin-left: 0;
		margin-top: 35px;
		background: transparent !important;
		width: 693px;
	}
	

	
	.myslide img {
		float: left;
		margin-right: 20px;
	}
	
	.myslide span {
		font-size: 1.7em;
			font-family: "Georgia Italic", Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	line-height: 1.7em;
	position: relative;
	top:-5px;
	}
	
	
#mycarousel img, .myslide img {
	padding: 2px;
	background: #537990;
}

#mycarousel img {
	width:60px;
	height: 40px;
}

.myslide img {
	width: 300px;
	height: 200px;
}

#mycarousel .activeSlide img {
	margin-left:-2px;
	margin-top:-2px;
	padding: 4px;
}


.menu a:link, .menu a:visited {
		color: #d2dae0;
		font-family: "Georgia Italic", Georgia, "Times New Roman", Times, serif;
		text-decoration:none;
		font-weight: bold;
		font-style: italic;
}

.menu .current-cat a:link, .menu .current-cat a:visited, #slidermenu a:hover {
	color: white;
}

#container {
	width: 960px;
	margin: 0 auto 0 auto;
	position: relative;
	z-index: 0;
}

#content {
	position: relative;
}

	#content .inner {

	}
	

dl, pre, code {
	font-size:1.3em;
	line-height: 1.65em;
	margin-bottom: 15px;	
}






#contentbox {
	margin-top: -2px;
	width: 960px;	
	margin-top: -16px;
	background: #f1f1f1 url(images/subpage_background_top.png) repeat-x 0 0;
}

	#contentbox .inner {
		padding: 30px;
		padding-bottom: 0px;
		border-left: 1px solid #c6c6c6;
		border-right: 1px solid #c6c6c6;
		z-index:0;
		overflow: hidden;
	}
	
	#contentbox .inner.faux {
			background: #f1f1f1 url(images/fauxcolumns.jpg) no-repeat 0 0;
	}
	
	#contentbox img {
	float: left;
	margin-right: 20px;
	padding: 2px;
	border: 1px solid gray;
	margin-bottom: 10px;
	position: relative;
	z-index: 100;
	width: 520px;
	}
	

	
	#contentbox ol, #contentbox ul{
		margin-left: 2em;
		margin-bottom: 2em;
		line-height: 1.7em;	
		font-size:13px;
	}
	
	
	
	#contentbox ul {
		list-style-type: circle;
	}

	#contentbox li {


	}


	
	
	#contentbox blockquote {
		margin-left: 4em;
		padding-left: 1em;
		padding-right: 2em;
		border-left: 5px solid #dfe1d3;
	}
	
	#contentbox dl dt {
		font-weight: bold;
	}
	
	#contentbox dl dd {
		margin-left: 1em;
	}
	
	#contentbox img.alignright {
		float: right;
		padding: 20px 0 20px 20px;
	}
	
	#contentbox img.alignleft {
		float: left;
		padding: 20px 20px 20px 0;
	}
	
	#contentbox #maincolumn img, #contentbox #subcolumn img {
		width: auto;
	}	

	
	
	
	
	
	#subpage_bottom {
		margin-bottom: 20px;	
	}
	

	
#maincolumn {
	width: 540px;
	float: left;
}

	#maincolumn .inner {
		border: none;	
		padding: 0;
		
	}

#subcolumn {
	width: 325px;
	float: right;
}

	#subcolumn .inner {
		border: none;
		padding: 0;
		margin-top: 33px;
		overflow: visible;
	}
	
	#subcolumn p {
		font-size: 1.1em;
	}
	
	#subcolumn ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	
	#subcolumn li {
		margin-bottom: 20px;
	}
	
	#subcolumn #twitter li {
		margin-bottom: 10px;
	}
	
img#gloss {
	display: none;
	position: absolute;
	bottom:-15px;
	left: 2px;
	border-width: 0px;
}
	
#header_bottom {
	margin-left: -6px;
	margin-top: -3px;
}

/*  Header  */

#header {
	height: 278px;
	background: transparent url(images/header.png) no-repeat top center;
	position: relative;
	z-index: 1000;
}

	#header h1 {
		width: 385px;
		height: 200px;
		background: transparent url(images/logo.png) no-repeat top left;
		text-indent: -9999px;
		position: relative;
		top: 0px;
		left: 15px;
	}
	
	#header h1 a {
		display: block;
		height: inherit;
		width: inherit;
	}
	
	#description {
		text-indent: -9999px;
	}
	
#rss {
	width: 45px;
	height: 45px;
	background: transparent url(images/rss.jpg) no-repeat 0 0;
	text-indent: -9999px;
	position: absolute;
	top: 186px;
	left: 677px;
}

	#rss a {
		display: block;
		height: inherit;
		width: inherit;
	}
	
	
#followme {
	width: 57px;
	height: 53px;
	background: transparent url(images/twitter.png) no-repeat 0 0;
	text-indent: -9999px;
	position: absolute;
	top: 86px;
	left: 700px;
}

	#followme a {
		display: block;
		height: inherit;
		width: inherit;
	}


/* Contact Form */

#gb_form {
	background-color: transparent !important;

}

	#gb_form label {
		font-size: 1.2em;
		margin-bottom: 5px;
	}
	
	#gb_form input, #gb_form select, #gb_form textarea {
		margin-top: 5px;
		margin-bottom: 15px;
		background-color: white !important;
	}
	
	#gb_form legend {
		display: none;
		line-height: 3em;
		margin-bottom: 50px;
		margin-left: 0px !important;
		color: red;
	}
	
	#gb_form textarea.textbox {
		width: 520px !important;
	}
	
	#gb_form small, #gb_form small a {
		font-size: 1.1em !important;
	}
	
	#gb_form span {
		
	}
	
	.creditline {
		display: none; 
	}
	
	#gb_form small.whythis a span {
		
	}
	
	#mainlegend {
		display: none;
	}


#gb_form_div {
	
}

	#gb_form_div h2 {
		font-size: 1.5em;
	}
	
	#gb_form_div a:link, #gb_form_div a:visited, #gb_form_div span, #gb_form_div dt, #gb_form_div dt small {
		color: #537990 !important;
	}
	
	
	
	
	
#threecolumns {
	padding: 25px 10px 30px 10px;
	overflow: hidden;
	background: transparent url(images/underslider-background.jpg) no-repeat top left;
	margin-top: -10px;
	position: relative;
	z-index: 100;
}

	#threecolumns img {
		float: left;
		border: 1px solid gray;
		padding: 2px;
		margin-right: 20px;
		margin-bottom: 10px;
		margin-top: 5px;
	}
	
	#no_three_columns {
		margin-top: 10px;
	}

.column {
	float: left;
	width: 300px;
}

	.column .inner {
		padding-right: 25px;	
	}
	
	.column li {
		margin-bottom: 10px;
	}



	.testimonials p {
		background: transparent url(images/quote.png) no-repeat left 0;
		padding-left: 50px;
		font-style: italic;
	}
	
	.testimonials li {
		background: transparent !important;	
	}
	

	.testimonials cite {
		padding-left: 50px;
		line-height: 3em;
		font-style: normal;
		font-size: 1em;
		color: #515151;
	}
	
	.testimonials cite a:link, #testimonials cite a:visited {
		color: #515151;
	}
	
	#quotes {
		
	}
	

.lastcolumn {
	padding-right: 0px;	
}


/*  Footer   */

#footer {
	width: 100%;
	height: 176px;
	background: transparent url(images/footertile.jpg) repeat-x 0 0;
	color: white;
}

	#footer .inner {
		width: 960px;
		height: 150px;
		margin: 0 auto 0 auto;
		background: transparent url(images/footerart.jpg) no-repeat right 0;
		padding: 13px;
	}
	
	#footer #copyright {
		float: left;	
		margin-left: 10px;
		font-size: 1em;
		color: white;
	}
	
	#footer ul{
		margin: 0;
		margin-right: 10px;
		padding: 0;
		list-style-image: none;
		list-style-type: none;
		float: right;
		font-size: 1.2em;
	}
	

	#footer ul li {
		float: left;
		padding-left: 20px;
	}
	
	
/*  Contact Form  */



textarea
{
	width: 40em;
	background: white url(images/content_top.jpg) 0 0 repeat-x;
}



	
	
/*  Slider  */

.container { position:relative; margin-left: 175px; height:260px; width:720px; overflow:hidden;}
.container div, .container li { z-index:0; position:absolute; top:40px; left:0; width:700px; height: 260px; }
.pagination,.nav-buttons { list-style-type:none; margin:0; padding:0; }
.pagination {position: absolute; left: 75px; top: 25px;}
.pagination img {padding:2px; border:1px solid gray;}
.pagination li,.nav-buttons li { float:left; margin:0 5px; }
.pagination a { display: block; width: 60px; height: 40px;}
/*.pagination a.active { background-color:#444; color:#efefef; width: 64px; height: 44px; }*/


/* THREADED COMMENTS */

#content ul.commentlist {
	margin-left: 0px;
	margin-bottom: 25px;
	padding: 20px;
	padding-top: 0;
	background: #F1F1F1 url(images/subpage_background_top.png) repeat-x scroll 0 0;
	border: 1px solid #DCDDDD;
	list-style-type: none;
	-moz-border-radius: 10px;
	
}


#content .commentlist ul {
	list-style-type: none;
	padding: 0;
	margin:0;

}


#content .commentlist .depth-1 > div,
#content .commentlist .trackback > div,
#content .commentlist .pingback > div {
	 background: white;
}





#content .commentlist p, #content .commentlist a, code {
		font-size: 13px;
}

#content .commentlist cite {
	font-size: 20px;
}

#content .commentlist .commentmetadata {
	font-size: 11px;
	background: #E0E0E0;
	display: inline-block;
	padding: 3px 5px 3px 5px;
	margin-top: 3px;
	margin-bottom: 5px;
	
}

#content .commentlist h3 {
	font-size: 17px;
}

.commentlist .comment {
		list-style-type: none;
}


.commentlist .comment > div,
.commentlist .trackback > div,
.commentlist .pingback > div {
	border: 1px solid black;
	padding: 20px;
	margin-top: 20px;
	background: white;
	border: 1px solid #D3D5D5;
}

.commentlist .children li > div{
	background: #fbfbfb;
	border: 1px solid #D3D5D5;
}

.commentlist .children {
	border-left: 1px solid #CED0D0;
}

.commentlist .children li {
	padding-left: 25px;
	background: transparent url(images/comment_li_bg.gif) no-repeat scroll 0 25px;
}

img.avatar {
	padding: 3px;
	margin-right: 15px;
	margin-bottom: 10px;
	float: left;
	border: 1px solid #b0acb0;
}




/*  misc.  */
#hide {display: none; }	


/* lightbox  */

#lightbox-container-image-data-box, #lightbox-nav	{
	display: none !important;
}


	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	

