/*

Filename: ps.css
Created by: AJ Penninga, PrettySquares LLC
Created on: May 30, 2010

Color Guide:
------------
Background Tan: #D5D1C1;
Blue: 	#9ED0EE;
Green: 	#ABC05D;

*/

body {
	background: transparent url(/media/images/v1/grid_bg.png) top left repeat;
	font: 12px/18px "Helvetica Neue", Helvetica, sans-serif;
	color: #3a3b3c;
}

h2 { font-size: 24px; }
h3 { font-size: 18px; }
h4 { font-size: 18px; }
h5 { font-size: 12px; }
h6 { font-size: 12px; }

h4 a { color: #866010; }
a { color: #4b483b; text-decoration: none; }
a:hover { text-decoration: underline;}

p.more {
	text-align: right;
	font-style: italic;
}
p.date {
	font: Georgia, serif;
	font-size: 12px;
	font-style: italic;
	color: #75633e;
	border-bottom: 1px solid #e8e2c3;
	text-transform: uppercase;
}
p.date span {
	font-size: 0.9em;
}

input,
textarea { 
	border: 1px solid #e8e2c3;
	padding: 3px;
	width: 300px;
}

input.submit { background-color: #e8e2c3; width: auto; padding: 5px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;}


#wrapper {
	background: transparent url(/media/images/v1/blue_bar.png) 0 -50px repeat-x;
	height: 427px;
}
#container {
	margin: 50px auto;
}
#header {
	position: relative;
}
#header #logo {}
#header #logo span {
	font-size: 0.7em;
}
#header #contact a {
	position: absolute;
	top: 0;
	right: 0;
	background: transparent url(/media/images/v1/sprites.png) 0 -210px no-repeat;
	width: 264px;
	height: 21px;
	text-indent: -10000px;
}
#header #contact a:hover {
	background-color: #bfbcad;
}

#nav ul li {
	display: inline;
}
#nav ul li a {
	background: transparent url(/media/images/v1/sprites.png) 0 0 no-repeat;
	display: inline-block;
	height: 42px;
	text-indent: -10000px;
	margin-left: -1px;
}
#nav ul li.portfolio a {
	width: 109px;
}
#nav ul li.portfolio a:hover {
	background-position: 0 -42px;
}
#nav ul li.portfolio a.active {
	background-position: 0 -84px;
}


#nav ul li.blog a {
	width: 68px;
	background-position: -109px 0;
}
#nav ul li.blog a:hover {
	background-position: -109px -42px;
}
#nav ul li.blog a.active{
	background-position: -109px -84px;
}


#nav ul li.lab a {
	width: 84px;
	background-position: -176px 0;
}
#nav ul li.lab a:hover {
	background-position: -176px -42px;
}
#nav ul li.lab a.active {
	background-position: -176px -84px;
}


#nav ul li.about a {
	width: 75px;
	background-position: -261px 0;
}
#nav ul li.about a:hover {
	background-position: -261px -42px;
}
#nav ul li.about a.active {
	background-position: -261px -84px;
}

#nav ul li.contact a {
	width: 117px;
	background-position: -336px 0;
}
#nav ul li.contact a:hover {
	background-position: -336px -42px;
}
#nav ul li.contact a.active {
	background-position: -336px -84px;
}


/*
 =Content
***************************************************/

#content {
	margin-top: 20px;
	background-color: #d5d1c1;
	border-bottom: 1px dotted #bfbcaf;
	padding: 5px 0;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.3);

}
#content .grid_6	{ width: 228px; }
#content .grid_7 	{ width: 268px; }
#content .grid_8 	{ width: 308px; }
#content .grid_9	{ width: 348px; }
#content .grid_10 	{ width: 388px; }
#content .grid_18	{ width: 708px; }

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6,
#content p,
#content ul,
#content ol,
#content table,
#content hr {
	margin: 0 10px 1.0em;
}

#main,
#portfolio,
#address,
#sidebar  {
	background-color: #FFF;
	padding: 20px 0;
	border: 1px solid #bfbcaf;
	box-shadow: 3px 3px 3px rgba(191,188,175,0.7);
	-moz-box-shadow: 3px 3px 3px rgba(191,188,175,0.7);
	-webkit-box-shadow: 3px 3px 3px rgba(191,188,175,0.7);
}

.home #main,
.home #portfolio,
.home #sidebar {
	min-height: 350px;
}
.blog #main,
.blog #sidebar {
	border-top: 7px solid #abc05d;	
}

#address {

}

#main h2 {
	font-size: 24px;
	font-weight: bold;
	line-height: 28px;
}

.home #main p.ee {
	background: transparent url(/media/images/v1/sprites.png) 0 -300px no-repeat;
	bottom: 5px;
	height: 117px;
	margin: 0 0 0 4px;
	position: absolute;
	text-indent: -10000px;
	width: 350px;
}

.home #content h3 {
	background: transparent url(/media/images/v1/sprites.png) 0 -240px no-repeat;
	height: 20px;
	margin-bottom: 12px;
	text-indent: -10000px;
	width: 66px;
}

#portfolio {}
.home #portfolio {}
.home #portfolio h3 {
	background-position: -108px -260px;
	width: 95px;
}

/*
 =Sidebar
***************************************************/
.home #sidebar h3 {
	background-position: 0 -260px;
	width: 106px;
}

/*
 =Footer
***************************************************/
#footer {
	background-color: rgba(213,209,193,0.5);
	margin-top: 20px;
	padding: 10px;
	position: relative;
}
#footer h5 {
	font: 12px bold "Lucida Grande", Helvetica, sans;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}
#footer #icon a {
	background: transparent url(/media/images/v1/sprites.png) -500px -88px no-repeat;
	bottom: 10px;
	display: block;
	height: 34px;
	position: absolute;
	right: 10px;
	text-indent: -10000px;
	width: 34px;
}

#footer .grid_6  { width: 220px; }
#footer .grid_12 { width: 450px; }

