/*   
Theme Name: PBannan
Theme URI: http://www.PatrickBannan.com
Description: Wordpress theme for Patrick Bannan's personal site.
Author: Patrick Bannan
Author URI: http://www.PatrickBannan.com
Template: 
Version: 1.0
.
Copyright 2009, Patrick N. Bannan. All Rights Reserved.
.
*/

/**************
BASE STYLES
**************/
body,div,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,textarea,p,th,td {margin:0;padding:0;}

body {
/* layout */
	margin: 0;
	padding: 0;
	line-height: 1.2em;
	text-align: center;	
/* styles */	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%; /*set for IE consistency*/
	font-weight: normal;
	color: #bfbfbf;
	background-image: url(../images/bkg_gestures.jpg);
	background-repeat: no-repeat;
	background-color:#0d0d0d;
	background-position: 50% 43px;
}

a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	outline: none;
	}
	
a:hover {
	text-decoration: underline;
}

.wrapper {
	text-align: left;
	font-size: .8em;
	/*width: 765px;
	margin: 0 auto;*/
}

.container-body {
	width: 765px;
	margin: 0 auto;
}

/************
GENERIC STYLES
*************/

div.clearing {
	clear: both;
}
.alignright {
	text-align: right;
	float: right;
}
.alignleft {
	text-align: left;
	float: left;
}

.navigation {
	position: relative;
	z-index: 2;
}
/*****************
Header Layout & Styles
******************/
.container-head {
	background-color: #262626;
	border-bottom: 1px solid #4d4d4d;
	margin: 0 0 30px 0;
}
.header {
	width: 765px;
	margin: 0 auto;
	padding: 10px 0;
	}

.header .left {
	float: left;
}

.header .right {
	float: right;
	margin-top: 3px;
}


/********** Styles*/
h1 {
	font-size: .8em;
	font-family: arial, sans-serif;
	font-weight: normal;
	margin: 0;
}

h1 a {
	font-weight: normal;
}

ul.nav,
ul.footer-nav {
	list-style: none;
}

ul.nav li,
ul.footer-nav li {
	float: left;
	padding: 0 10px;
}

ul.main a{
	font-weight: normal;
}

ul.secondary {
	margin: 0;
	padding: 2px 0 0 7px;
	list-style: none;
	text-align: left;
	font-size: .8em;
}

ul.secondary li,
ul.footer-nav li {
	border-left: 1px solid white;
	line-height: .5em; /* controls hight of border when li is floated*/
	
}
ul.secondary li.page-item-786,
ul.footer-nav li.first { /* first list item - secondary, footer-nav */
	border-left: none;
}

ul.footer-nav li.first {
	padding-left: 0;
}

 /* active link */
ul.nav li.current_page_item a,
h1 a.active {
	color: #2aff00;
}

div.game-art ul.nav li.current-cat a {
	color: #01d6ff;
}
div.concept-art ul.nav li.current-cat a {
	color: #fe00d4;
}
div.interface-design ul.nav li.current-cat a {
	color: #ffee00;
}
ul.nav li.page-item-752 a { /* blog link */
	background-image: url(../images/icn_rss_small.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;
}

/**********
BODY STYLES
***********/
.thumbs {
	margin: 0 0 20px 0;
}

.thumbs img {
	float: left;
	margin: 2px;
	border: 1px solid #c9c9c9;	
	position: relative;
	z-index: 2;
}
div.game-art .thumbs img:hover {
	border: 2px solid #01d6ff;	
}
div.concept-art .thumbs img:hover {
	border: 2px solid #fe00d4;	
}
div.interface-design .thumbs img:hover {
	border: 2px solid #ffee00;	
}
	
.thumbs img:hover{
	margin: 1px;
	border: 2px solid #2aff00;
}

.intro {
	position: relative;
	z-index:0;
	background-image: url(../images/bkg_intro.jpg);
	background-repeat: no-repeat;
	/*width: 453px;
	height: 147px;*/
	width: 469px;
	height: 302px;
	float: right;
	margin: 2px;
	margin-right: -13px;
	/*margin-bottom: -150px;*/
}
.category-intro {
	margin-bottom: -151px;
}
div.intro .intro-container {
	float: right;
	width:395px;
	margin: 58px 14px 0 0;
	position: relative;
	z-index: 2;
}
div.category-intro .intro-container {
	float: right;
	width:395px;
	margin: 78px 0 0 20px;
	
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.7em;
	line-height: 1.2em;
	color: white;
	margin: 0;
	padding: 0;
	font-weight: normal;
	background-color: #262626;
}
h2 span {
	color: #2aff00;
}

.category-intro h2 {
	font-size: 3.4em;
	background-color: transparent;
}
div.game-art .category-intro h2 {
	color: #01d6ff;
}
div.concept-art .category-intro h2 {
	color: #fe00d4;
}
div.interface-design .category-intro h2 {
	color: #ffee00;
}

div.intro p {
	font-size: 1em;
	color: #bfbfbf;
	margin: 10px 0 40px 20px;
	float: right;
	line-height: 1.4em;
}

div.intro p.contact {
	margin: 0;
	float: left;
	font-size: 2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.3em;
	
}

div.intro p.contact a,
div.intro p.contact a:hover {
	color: black;
	text-decoration: none;
	background-color: #2aff00;
	display: block;
	padding: 0px 100px 0px 10px;
	font-weight: normal;
}

div.intro p.contact a:hover {
	background-color: #00CCFF;
}

div.pagenav {
	line-height: 1em;
	margin: 30px 0 0 0;
}



/************
Footer Styles
*************/

.footer p.contact img {
	float: none;
}

.footer {
	position: relative;
	z-index:1;
	margin: 20px 0 100px 0;
	padding: 20px;
	font-size: .7em;
	background: url('../images/bkg_footerBorder.gif') repeat-x top center;
	background-color: #0d0d0d;
	color: #bfbfbf;
}

.footer p {
	margin: 0 0 10px 0;
}

.footer p.contact {
	font-size: 1.1em;
	color: #bfbfbf;
}

.footer p.contact img, .footer p.contact img:hover {
	vertical-align: middle;
	margin: 0 0 0 5px;
	padding: 2px 0 2px 0;
	border: 0;
}

.footer p a {
	font-weight: normal;
}


/**************************
 * HIGHSLIDE CAPTION STYLES 
***************************/ 
div.highslide-caption {
	font-size: 1em;
	font-weight: normal;
	text-align: left;
	background-color: #262626;
	padding: 10px;
}

div.highslide-caption p,
div.highslide-caption ul {
	margin: 1em 0;
	color: #bfbfbf;
	font-size: .8em;
}

div.highslide-caption h2 {
	padding: 5px 0 10px 0;
	line-height: 1.2em;
}

.leftContent {
	margin: 5px;
	clear: left;
	}
.rightContent {
	padding-left: 10px;
	margin-left: 5px;
	float: right;
	width: 33%;
	min-width: 6em;
	}
.width1 { /* for line breaks with right content */
float: left;
width: 6em;
margin: 0;
padding: 0;
}

div.highslide-caption ul.specs {
list-style: none;
}

ul.specs li.header {
	text-decoration: underline;
	text-transform: uppercase;
	margin: 0;
}

/****************************
SINGLE POST STYLES (OVERWRITE)
*****************************/
.singlepost .highslide-caption {
	display: block;
	border-top: none;
	padding: 10px;
	background: none;
	background-color: #262626;
	clear: both;
	font-size: 1.2em;
}

.singlepost .highslide-active-anchor img {
	visibility: visible;
}

.singlepost .thumbs img.single:hover {
	border: 1px solid #c9c9c9;	
}

.singlepost .thumbs img.single, .singlepost .pdfPreview {
	width: auto;
	display: block;
	margin: 20px auto;
	float: none;
}

.singlepost .postHeader a {
	font-size: .8em;
	padding: 5px;
}

.singlepost .postHeader .postTitle {
	font-size: .8em;
	text-align: center;
}

/******************
CONTACT STYLES 
*****************/
div.contact {
	background-color: #262626;
	border: 1px solid #4d4d4d;
	padding: 20px;
	margin: 0 auto;
	width: 66%;
}
div.contact h2 {
	color: #2aff00;
	margin: 0 0 10px 0;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

div.contact form {
	margin: 1.5em auto 0 auto;
	width: 68%;
}

div.contact form div {
	margin: 0 0 .75ex 0;
}

div.contact form label {
	width: 75px;
	text-align: right;
	padding: 0 3px 0 0;
	display: block;
	float: left;
}

div.contact form input,
div.contact form textarea {
	width: 255px;
	border: 1px solid grey;
}

div.contact form input:focus,
div.contact form textarea:focus {
	border: 1px solid red;
}

div.contact form .button input {
	cursor: pointer;
	width: 6em;
	margin: 0 0 0 55px;
}
div.contact form span {
	color: black;
}

/**********
RESUME STYLES
**********/
div.container  {
	background-color: #262626;
	border: 1px solid #4d4d4d;
	padding: 20px;
}

div.container p {
	margin-bottom: 20px;
}

a.pdf {
	background: url(../images/pdficon_small.gif) no-repeat;
	padding-left: 25px;
}

/************
BLOG-PAGE STYLES
**************/
div.blog-page div.entry {
	background-color: #262626;
	padding: 20px;
	margin: 20px 0;
}

div.blog-page div.highslide-caption h2 {
	display: none;
	visibility: hidden;
}

div.blog-page div.entry h2 {
	margin: 0 0 10px 0;
}
div.blog-page div.entry span.time {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .4em;
	margin: 5px 0 10px 0;
	padding: 0;
	display: block;
	line-height: 1em;
	font-weight: normal;
	color: #bfbfbf;
}