/*

Theme Name: Portfolio Theme

Theme URI: http://derekloewen.com

Description: Portfolio Theme

Version: 1

Author: Derek Loewen

Author URI: http://derekloewen.com

Tags: portfolio

*/

@import "style/css/reset.css";

body {
	background: #210000 url('style/images/cloth_background.jpg') no-repeat;
	color: #c4c4c4;
	font: 12px/18px Verdana, 'Helvetica Neue', Helvetica, sans-serif;
}

:focus
{
	outline: none;
	x-border-bottom: solid 1px #FAFAFA;
	color: white;
}

a { color: #dcdcc4; text-decoration:underline; }
	a:active { position: relative; top: 1px; }

p { margin-bottom: 18px; }

h1, h2, h3, h5, h5, h6 { font-weight:bold; } 

h2 { font-size: 18px; }
h2 { font-size: 30px; font-weight: normal; }

/* Layout helpers */

.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right }
.marginleft { margin-left: 30px; }
.marginright { margin-right: 30px; }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }

br.dirtyLittleTrick { clear:both; display:block; height:1px; margin:-1px 0 0 0 } /* Use this br class to clear your floated columns */
div { position:relative }

/* Header
==============================================================================*/

h1 { display: block; float: left; margin: 36px 0 36px 0; }

h1 a {
	display: block;
	text-indent: -999px;
	background: url('style/images/logo.png') no-repeat;
	width: 316px;
	height: 26px;
}
.menu {
	margin-top: 36px;
	position: absolute;
	right: 0;
}
.menu ul {
	display: block;
	float: left;
}
.menu li {
	float: left;
	display: block;
	margin: 0 0 0 18px;
}
.menu li a {
	text-decoration: none;
	display: block;
	font-size: 30px;
	color: #d8d8c1;
}
.menu li a:hover, .menu li a:focus { color: #f8f8de; }

.menu li.current_page_item a { color: #fff; }

/* Layout
==============================================================================*/

.container { 
	padding: 6px 14px 8px;
	width: 872px;
	overflow: hidden;
	text-align: center;
}
.container h2 {
	text-align: left;
}
.containertop, .containerbottom { width: 900px; height: 5px; }

.container { position: relative; background: url('style/images/black-transparent.png'); }
.containertop {
	background: url('style/images/blackbox-top.png') repeat-x;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}
.containerbottom {
	background: url('style/images/blackbox-bottom.png') repeat-x;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	height: 10px;
	margin-bottom: 18px;
}
#featuredwrapper {
	overflow: hidden;
}
.slideshow {
	width: 870px;
	height: 402px;
	overflow: hidden;
}
.grid_3 {
	float: left;
	width: 280px;
	margin-right: 30px;
}
.last { margin-right: 0; }
.bottom_1 { margin-bottom: 18px; }
.bottom_2 { margin-bottom: 36px; }

/* type
==============================================================================*/

h2 {
font-size: 24px;
	color: #cbcbcb;
	padding-bottom: 6px;
}
h3 {
	color: #cb9a79;
	font-size: 18px;
	padding-bottom: 4px;
}
#wrapper {
	margin: 0 0 54px 47px;
	width: 900px; 
}

/* Home
==============================================================================*/

#pager { 
	position: absolute;
	bottom: 8px; left: 14px;
padding: 6px;
	z-index: 50; 
	background: transparent url('style/images/black-transparent.png'); 
}
#pager a { padding: 5px; margin: 0 5px 0 0; text-decoration: none; }
a.activeSlide { font-weight: bold; color: white; }

/* Portfolio
==============================================================================*/

.portfolioThumbs { 	 
	width: 730px;
	height: 104px;
	padding-top: 5px;
	text-align: center;
	margin: 0 auto;
}

.portfolioThumbs li{
	float: left;
	margin: 0 10px 0 0;
}
.portfolioThumbs a{
	display: block;
	border: solid 1px rgba(0,0,0,0.8);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.8); 
}
	.portfolioThumbs a:hover, .portfolioThumbs a:active{
		border: solid 1px rgba(0,0,0,0.1);
		-moz-box-shadow: 0 0 6px rgba(255, 255, 255, 0.6); 
	}
	
.sidecontainer { 
	padding: 6px 14px 8px;
	width: 272px;
	overflow: hidden;
}
.sidecontainertop, .sidecontainerbottom { width: 300px; height: 5px; }
	
.sidecontainer { position: relative; background: url('style/images/black-transparent.png'); }
.sidecontainertop {
	background: url('style/images/blackbox-top.png') repeat-x;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}
.sidecontainerbottom {
	background: url('style/images/blackbox-bottom.png') repeat-x;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	height: 10px;
	margin-bottom: 18px;
}
.sidecontainer a { font-size: 14px; }
.sidecontainer a img { float: left; margin: 0 5px 0 0; }

/* Contact
==============================================================================*/

input, textarea {
	color: #AAAAAA;
	border: none;
	border-bottom: solid 1px #8D4148;
	font: 14px/18px Verdana, 'Helvetica Neue', Helvetica, sans-serif;
	background: transparent url('style/images/black-transparent.png');
	padding: 5px;
	margin-bottom: 9px;
}

/* About
==============================================================================*/

.summary { font-size: 14px; }

.imgcontainer {
	overflow: hidden;
	padding: 10px 14px 8px;
	background: url('style/images/black-transparent.png');
	display: inline-block;
}
.imgcontainertop {
	background: url('style/images/blackbox-top.png') repeat-x;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	height: 5px;	
	zoom: 1;
}
.imgcontainerbottom {
	background: url('style/images/blackbox-bottom.png') repeat-x;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	margin-bottom: 18px;
	padding-bottom: 10px;
}
