/*
Theme Name: PP&A Custom

*/

/* Reset */

* { margin: 0; padding: 0; }

img, fieldset { border: 0; }

a { outline: 0; }



/* Basic Styles */

body {
	font-size: 12px;
	font-family: 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
	background: #000000;
	color: #bfbfbf;
}

#page {
	width: 1137px;
	height: 610px;
	padding: 37px 15px 55px 12px;
	background: url('images/background.gif') repeat 2px 2px;
}

#header {
	width: 1132px;
	height: 89px;
	background-color: #000000;
	margin-bottom: 100px;
	position: relative;
	padding-right: 12px;
	padding-top: 6px;
}

#header #masthead {
	position: absolute;
	top: -24px;
	left: -2px;
}

#header h1 {
	background: url('images/header.gif') no-repeat;
	float: right;
	width: 272px;
	height: 86px;
}

#header h1 a { display: block; text-indent: -9999px; height: 100%; width: 100%; }

#main {
	height: 410px;
	position: relative;
}

#navigation {
	width: 238px;
	float: left;
	list-style: none;
	position: relative;
	z-index: 1;
	background-color: #000000;
	height: 410px;
}

#content_container {
	margin-left: 238px;
	margin-right: 55px;
	height: 408px;
	border: 2px solid #00adef;
	position: relative;
	top: -1px;
	background-color: #000000;
}

#content { height: 388px; padding: 10px 15px; overflow: auto; }
#content_scroll #content { padding-right: 40px; }

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt { 
	border-left: 1px solid #ddd;
}

.clear { clear: both; }

.navigation {
	display: block;
	text-align: center;
	margin-bottom: 50px;
	width: 100%;
	float: left;
	position: relative;
	z-index: 1;
}
.navigation:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.navigation .alignleft { float: left; }
.navigation .alignright { float: right; }

/* Navigation */

#navigation li {
	width: 238px;
	float: left;
	border-bottom: 1px solid #262626;
	font-size: 16px;
	height: 30px;
	text-transform: uppercase;
	position: relative;
}

#navigation a {
	color: #808080;
	text-decoration: none;
	display: block;
	text-indent: 18px;
	position: absolute;
	background-color: #000000;
	height: 30px;
	line-height: 30px;
	width: 100%;
}

#navigation a.active {
	border: 2px solid #00adef;
	border-right-width: 0px;
	padding-right: 1px;
	height: 28px;
	line-height: 28px;
	left: -1px;
	top: -1px;
	z-index: 20;
}

#navigation #nav_products { width: 137px; border-right: 1px solid #262626; }
#navigation #nav_products a.active { border-right: 2px solid #00adef; width: 98%; }
#navigation #nav_home a.active { border-right: 2px solid #00adef; padding-right: 0; width: 99%; }
#navigation #nav_shop { width: 100px; }

/* Content */

.post, .page { padding-bottom: 50px; text-align: justify; }

#content a { color: #00adef; }

#content p, #content ul, #content ol { margin: 10px 0; }

#content h2 { font-size: 20px; line-height: 20px; font-weight: normal; margin-bottom: 25px; }
#content h2 span { font-size: 12px; }

.post .postmetadata {
	font-size: 0.9em;
}

.smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.attachment {
	text-align: center;
	margin: 5px 0px;
}

.post p img { max-width: 100%; }



/* Scrollbar */

#content_scroll { position: relative; height: 408px; overflow: hidden; }

#scrollbar { position: absolute; right: 0px; top: 0; width: 26px; height: 408px; background: url(images/scroll_bar.gif) repeat-y; }
#scrollbar_track { width: 26px; height: 381px; position: absolute; left: 0; top: 0; }
#scrollbar_handle { width: 31px; height: 94px; background: url(images/scroll_handle.png) no-repeat top left; position: absolute; top: 0; left: -8px; }
#scrollbar_arrows { width: 12px; height: 27px; position: absolute; bottom: 0; left: 0; background: url(images/scroll_arrows.gif) no-repeat; }
#scrollbar span { width: 12px; height: 13px; display: block; position: absolute; cursor: default; }
#scrollbar #scroll_up { top: 0; }
#scrollbar #scroll_down { bottom: 0; }
#scrollbar .active { background-position: right top; }

/* Unique page styles */

#home #page, #products #page { padding-top: 10px; height: 637px; }
#home #header, #products #header { margin-bottom: 127px; }
#home #masthead, #products #masthead { top: 5px; } 
#home #content_container { height: 548px; width: 758px; top: -100px; left: 90px; }
#home #content { padding: 0; height: 548px; }
#home #content_scroll, #home #scrollbar { height: 548px; }
#home #scrollbar_track { height: 521px; }
#home .post, #home .post p { margin: 0; }

#products #content_container { width: 320px; height: 445px; top: -40px; left: 70px; border: 0; background: 0; }
#products #content { padding: 0 15px 0 0; height: 445px; } 
#products h2.pagetitle {
	padding: 5px 0;
	width: 280px;
	text-align: center;
	color: #00adef;
	background-color: #000000;
	position: absolute;
	top: -55px;
	left: 3px;
	font-weight: normal;
}
#products #content_scroll, #products #scrollbar { height: 445px; }
#products #scrollbar_track { height: 418px; }
#products #product_image {
	border: 2px solid #00adef;
	position: absolute;
	right: 10px;
	top: -95px;
	width: 480px;
	

}

#splash { background: none #000000; text-align: center; }
#splash #content { height: auto; padding-top: 75px; }
#splash #content p { text-align: center; }

#about #content_container { margin-right: 275px; }

#blog #page,
#blog #main,
#blog #navigation,
#blog #content_container,
#blog #content_scroll,
#blog #content { height: auto; }

#blog #main { background-color: #000000; margin-right: 55px; }
#blog #content_container { margin-right: 0; }

/*---------------------*/

/* Comments Styles */

#comments { margin: 10px 0;  }

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentlist li ul li {
	font-size: 1em;
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist li {
	font-weight: bold;
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	margin: 10px 5px 10px 0;
}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 5px 0;
}

.commentmetadata {
	font-weight: normal;
	margin: 0;
	display: block;
}
	
.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.children { padding: 0; }

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}


/* Form Styles */

select {
	width: 130px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform {
	margin: 5px 10px 0 0;
}
#commentform textarea {
	width: 90%;
	padding: 2px;
}


#respond:after {
		content: ""; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
}

#commentform #submit {
	margin: 0 0 5px auto;
}


/* Calendar Styles */

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff;
}


/* Captions */

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}


