/* Main Stylesheet */
/* Requires yui/reset-fonts-grids.css */

/* general */

body {
	font-family: Courier, sans-serif;
	padding: 0;
}

#doc4, .yui-t2 {
	margin-right: 0;
	padding-right: 0;
/*	margin-left: auto; */
}

.hidden {
	display: none;
}

.clearing {
	clear: both;
}

/* Header */

#hd {
	text-align: right;
	margin-top: 1em;
	padding-right: 0;
	margin-right: 0;
}

/* Content */

#bd {
	background: url(images/content_bg.gif);
	padding-right: 10px;
	margin-right: 0;
}

#yui-main {
	padding: 0 0 20px 0;
	background: url(images/main_bg.gif) repeat-y;
}

#yui-main a {
	/* color: #fff; */
}

a.image-link, a.image-link img {
	margin: 0;
	padding: 0;
	border: none;
	display: block;
}

.row {
	padding-top: 20px;
}

.content-block {
	background: #303030;
/*	border: 1px solid #666; */
	color: #fff;
	padding: 10px;
	margin: 0;
}

.content-block h2, .content-block h3, .content-block h4 {
	padding-bottom: 10px;
	color: #666;
	font-size: 108%;
	font-weight: bold;
}

.row a {
	color: #fff;
}

.row a:hover {
	color: #0099ff;
}

.content-block p {
	/* padding: 1em; */
	padding-bottom: 1em;
}

.white {
	margin-top: 1em;
	color: #fff;
}

.entry {
	background: #303030;
	padding: 0 0.5em;
	line-height: 153.9%;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}

.entry ul {
	margin: 0px 0 0 0;
	padding: 0;
}

.entry li {
	padding: 15px 0;
}

.home-feature {
	margin: 10px;
}

.breadcrumb {
	text-align: right;
	padding: 0;
	margin-bottom: 5px;
	color: #666;
}

.breadcrumb a {
	color: #666;
}

hr {
	border-top: 1px solid #202020;
	border-bottom: 1px solid #404040;
	border-left: 1px solid #202020;
	border-right: 1px solid #202020;
	height: 0;
}

li .date {
	display: block;
	float: left;
	clear: left;
	width: 100px;
	color: #aaa;
	margin: 0;
}

li .item {
	display: block;
	float: left;
	margin: 0;
}

.wp-caption-text {
	padding-top: 0.4em;
	font-style: italic;
	text-align: left;
}

/* Portfolio Pages */

.port-side {
	background: #1d1d1d;
 	margin: 10px;
}

.port-side-top, .port-side-top div, .port-side-bottom, .port-side-bottom div {
	height: 4px;
	width: 100%;
	font-size: 1px;
}

.port-side-top {
	background: url(images/feature_tr.gif) no-repeat top right;
}

.port-side-top div {
	background: url(images/feature_tl.gif) no-repeat top left;
}

.port-side-bottom {
	background: url(images/feature_br.gif) no-repeat bottom right;
}

.port-side-bottom div {
	background: url(images/feature_bl.gif) no-repeat bottom left;
}

.port-side-content {
	padding: 5px;
}

.port-side-content h3 {
	background: none;
	border: none;
	float: none;
	margin: 0;
	padding: 0;
}

.port-side-list {
	border-top: 1px solid #101010;
	border-bottom: 1px solid #303030;
}

.port-side-list ul {
	border-top: 1px solid #101010;
	border-bottom: 1px solid #303030;
	margin: -0.55em -0.4em;
	padding: 0;
}

.port-side-list li {
	border-top: 1px solid #303030;
	border-bottom: 1px solid #101010;
	padding: 0.4em;
	margin: 0;
}

.port-side-list li li {
	padding: 0.4em 0.6em;
}

.port-side-list li a {
	text-decoration: none;
}

/* Navigation */

.navigation {
	color: #fff;
}

.alignleft {
	display: block;
	float: left;
}

.alignright {
	display: block;
	float: right;
}


/* Sidebar */

#sidebar {
	padding-top: 0;
	font-family: Courier, monospace;
	font-size: 108%;
	text-align: right;
}

#sidebar ul {
	margin: 0;
	padding: 0;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
/* Safari 3.0 and Chrome rules here */
	#sidebar ul {
		margin-top: 1px;
	}
}

#sidebar ul ul {
	margin-top: 0.5em;
	margin-bottom: -0.5em;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
/* Safari 3.0 and Chrome rules here */
	#sidebar ul ul {
		margin-top: 0.6em;
	}
}

#sidebar li {
	text-align: right;
	padding: 0.525em 13px 0.525em 0;
}

#sidebar li li {
	padding-right: 0;
}

#sidebar li.side-heading {
	margin-top: 1em;
}

#sidebar li a {
	text-decoration: none;
	padding: 0.6em 0.4em 0.6em 0.4em;
}

#sidebar li a, #sidebar li h2 {
	background: #000;
	color: #fff;
}

#sidebar li.current_page_item {
	margin-right: -13px;
}

#sidebar li.current_page_item li {
	margin-right: 13px;
}

#sidebar li li.current_page_item {
}

#sidebar li.current_page_item a, #sidebar li li.current_page_item a {
	background: #303030;
	color: #fff;
}

#sidebar li.current_page_item li a, #sidebar li.current_page_ancestor a {
	background: #202020;
	color: #fff;
}

#sidebar li.current_page_item a:after {
	content: " >>"
}

#sidebar li.current_page_item li a:after {
	content: "";
}

#sidebar li a:hover, #sidebar li.current_page_item a:hover, #sidebar li.current_page_item li a:hover, #sidebar li.current_page_ancestor li a:hover {
	color: #09f;
}

/* Footer */

#ft {
	margin: 0 0 10px 180px;
	background: #000;
	height: 30px;
}

#ft .credit {
	display: block;
	float: left;
}

#ft .legal {
	
	display: block;
	float: right;
}

#ft p {
	color: #404040;
	padding: 0.5em 1.5em;
	font-size: 93%;
}

#ft p a {
	color: #404040;
}

#ft p a:hover {
	color: #09f;
}

/* Gallery */

.gallery {
	margin: auto;
}

.gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
/*	width: {$itemwidth}%; */
}
.gallery img {
	border: 1px solid #101010;
}
.gallery-caption {
	margin-left: 0;
}

/* Slider */

/*.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0 15px 0 30px;
}*/

.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	margin: 0;
	position: relative;
	width: 100%;
}

/* These 2 lines specify style applied while slider is loading */
.csw {width: 100%; height: 279px; background: #fff; overflow: scroll}
.csw .loading {margin: 200px 0 300px 0; text-align: center}

.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden;
	 /* this is the border. should have the same value for the links */
	margin: auto;
	width: 350px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height:  279px;
	clear: both;
	background: url(images/feature_tr.gif) top right no-repeat #1d1d1d;
	margin: 0;
}

.slider-bl {
	
	height: 4px;
	background: url(images/feature_bl.gif) no-repeat #1d1d1d;
}

.slider-br {
	float: right;
	display: block;
	width: 4px;
	height: 4px;
	background: url(images/feature_br.gif) no-repeat;
}


.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
	position: relative;
	left: 0; top: 0;
	width: 100%;
	list-style-type: none;
	/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
}

.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	color: #8e8e8e;
	float:left;
	height: 100%;
	position: relative;
	width: 350px; /* Also specified in  .stripViewer  above */
}

.stripViewer .panelContainer .panel h3 {
	float: none;
	display: block;
	background: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #101010;
	padding: 0.5em 0;
	margin: 0;
}

.panel-excerpt {
	border-top: 1px solid #303030;
	border-bottom: 1px solid #101010;
	padding: none;
}

.excerpt-rule {
	border-top: 1px solid #303030;
}

.stripViewer .panelContainer .panel h3 a {
	color: #fff; 
}

.stripViewer .panelContainer .panel h3 a:hover {
	color: #09f; 
}

.stripViewer .panelContainer .panel p {
	padding: 10px 0;
}

.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding: 10px;
}

.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	/* background: #303030; */
	/* border-bottom: 1px solid #666; */
}

.stripNav ul { /* The auto-generated set of links */
	list-style: none;
	background: #000;
	margin-bottom: -1px;
}

.stripNav ul li {
	float: left;
	margin-right: 0px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
}

.stripNav a { /* The nav links */
	font-size: 93%;
	font-weight: bold;
	text-align: center;
	background: url(images/slider_tab.gif) no-repeat /* #161616 */ ;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px 17px;
}

.stripNav li a.current {
	background: url(images/slider_tab_current.gif) no-repeat /* #1d1d1d */;
	color: #fff;
	
}

.stripNav a:hover {
	background: url(images/slider_tab_over_alt.gif) no-repeat /* #fff */;
	color: #09f;
}

.stripNavL, .stripNavR { /* The left and right arrows */
	position: absolute;
	top: 230px;
	text-indent: -9000em;
}

.stripNavL a, .stripNavR a {
	display: block;
	height: 20px;
	width: 20px;
}

.stripNavL {
	left: 0;
}

.stripNavR {
	right: 0;
}

.stripNavL {
	background: url("images/arrow-left.gif") no-repeat center;
}

.stripNavR {
	background: url("images/arrow-right.gif") no-repeat center;
}

/* overrides */

.leftrule {
	border-left: 1px solid #202020;
	background: url(images/left_rule.gif) 1px repeat-y;
	padding-left: 10px;
}

.rightrule {
	border-right: 1px solid #404040;
}
