/* 
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: #242829 url(images/background-tile.jpg) repeat-x -165px top ;	
	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: #cccccc;
	text-align: justify;		
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	font-style: normal;
	font-weight: normal;

}

h1 {
	font-size: 2.5em;	
}

h2 {
	font-size: 2.2em;
	color: #66cccc;		
}

.myslide h2 {
	font-size: 2em;
	color: #66cccc;	
}

h3 {
	font-size: 1.8em;	
	color: #66cccc;
}

h4, h5, h6, h4 a:link, h4 a:visited{
	color: #fff;
}

h4 a:hover, h5 a:hover{
	color: #666;
	text-decoration: none;
}

h4 {
	font-size: 1.5em;	
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}


ul.post-categories {
	font-size: 2em;	
	margin-bottom: 10px !important;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
}


h5 {
	font-size: 1.3em;
	color:#66CCCC;
	float:right;
	margin-top:-30px;
}

h6 {
	font-size: 1.3em;	
}

a:link, a:visited {
	text-decoration: none;	
	color: white;
}

a:hover {
	text-decoration: underline;	
}


#submenu {
	position: absolute;
	width: 100%;
	top: 5px;
	z-index: 100;
	background: none;
}

	#submenu .inner {
		width: 960px;
		margin: 0 auto 0 auto;
	}

	#submenu ul {
		float: right;
		margin-right: 20px;
		font-size: 1.2em;
		font-weight: bold;
	}

	#submenu li {
		float: left;
		padding-left: 20px;
		line-height: 20px;
	}
	
	#submenu a:link, #submenu a:visited {

		color: #2a8c8c;
	}
	
	#submenu a:hover {
		color: #fff;	
	}
	
#slidermenu {
	position: absolute;
	left: 400px;
	top: 240px;
	z-index: 2000;
	font-size: 18px;
	line-height: 1.5em;
}

	#slidermenu li {
		float: left;
		padding-left: 20px;
	}
	

/* Slider */

.Slider {
	
}

.Slider .inner {
	height: 276px;	
}

#SliderWrapper {
	background: transparent url(images/slider.gif) 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: #66cccc;	
	}

	.Slider {width: 960px;height: 262px;position: relative;}
	.Slider h4 {color: #537990;}
	
	.Slider #next, .Slider #prev {
		position: absolute;
		display: block;
		width: 26px;
		height: 28px;
		top: 106px;
	}
	
	.Slider #next {
		right: 10px;
	}
	
	
	.Slider #prev {
		left: 9px;	
	}
	
	#myslideContainer {
		position: relative;
		top: -266px;
		width: 695px;
		overflow: hidden;
		left: 180px;
		height: 262px;
	}
	
	.myslide {
		margin-left: 0;
		margin-top: 44px;
		background: transparent !important;
		width: 693px;
	}
	
	.myslide img {
		float: left;
		margin-right: 20px;
	}
	
	.myslide h6 a:link {
		font-size: 1.3em;
		font-family: Arial, Helvetica, sans-serif;
		font-style: italic;
		font-weight: bold;
		color:#666;
		line-height: 1.8em;
		position: relative;
	}
	
	.myslide h6 a:hover {
		color:#fff;
		text-decoration: none;
	}

	
#mycarousel img, .myslide img {
	padding: 1px;
	background: #66cccc;
}

#mycarousel img {
	width:60px;
	height: 40px;
}

.myslide img {
	width: 300px;
	height: 200px;
}

#mycarousel .activeSlide img {
	margin-left:-2px;
	margin-top:-2px;
	padding: 2px;
}


.menu a:link, .menu a:visited {
	color: #2a8c8c;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight: bold;
	font-style: italic;
	text-transform: capitalize;
}

.menu a:hover {
	color: #FFF;
	text-decoration:none;
}

.menu .current-cat a:link, .menu .current-cat a:visited, #slidermenu a:hover {
	color: white;
}

#container {
	width: 960px;
	margin: 0 auto 0 auto;
	background: #454b4c url(images/tile.gif) repeat-y 0 0;
	position: relative;
	z-index: 0;
}

#content {

}

	#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;

}

	#contentbox .inner {
		padding: 50px 30px 30px 30px;
		z-index:0;
		overflow: hidden;
	}
	
	#contentbox .inner.faux {

	}
	
	#contentbox .lightbox img {
		float: left;
		margin-right: 20px;
		padding: 2px;
		border: 1px solid #66cccc;
		margin-bottom: 10px;
		position: relative;
		z-index: 100;
	}

	#contentbox .big {

		text-align: center;
		z-index: 100;
	}

	#contentbox .big img {
		width: 400px;
		padding: 2px;
		border: 1px solid #66cccc;
		margin-bottom: 10px;
		z-index: 100;
	}
	
	#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;
	}
	

#maincolumn {
	width: 900px;
	float: left;
}

	#maincolumn .inner {
		border: none;	
		padding: 0;
		background: none;
	}

#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;
	}


/*  Header  */

#header {
	height: 281px;
	background: transparent url(images/header.jpg) no-repeat top center;
	position: relative;
	z-index: 1000;
}

	#header h1 {
		width: 350px;
		height: 126px;
		text-indent: -9999px;
		position: relative;
		top: 62px;
		left: 460px;
	}
	
	#header h1 a {
		display: block;
		height: inherit;
		width: inherit;
	}
	
	#description {
		text-indent: -9999px;
	}
	
#threecolumns {
	padding: 20px 0px 30px 30px;
	overflow: hidden;
	margin-top: -10px;
	position: relative;
	z-index: 0;
}

	#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: 310px;
}

	.column .inner {
		padding-right: 25px;	
	}
	
	.column li {
		margin-bottom: 10px;
	}

.lastcolumn {
	padding-right: 0px;	
}

/*  Footer   */

#footer {
	width: 100%;
	height: 170px;
	background: transparent url(images/footertile.jpg) repeat-x 59px top;
	color: white;
}

	#footer .inner {
		width: 960px;
		height: 170px;
		margin: 0 auto 0 auto;
		background: transparent;
		padding: 13px;
	}
	
	#footer #copyright {
		float: left;	
		margin-left: 30px;
		margin-top: 25px;
		font-size: 0.9em;
		color: #bbb;
	}

	#footer #copyright a {
		font-size: 1em;
		color: white;
	}

	#footer #copyright a:hover {
		color: #66cccc;
	}
	
	#footer ul{
		margin: 25px 5px 0 0;
		padding: 0;
		list-style-image: none;
		list-style-type: none;
		float: right;
		font-size: 1.2em;
	}
	

	#footer ul li {
		float: left;
		padding-left: 20px;
	}
	
/*  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; }*/


/*  misc.  */
#hide {display: none; }	

