/* 
----------------------------------------------------------------------------
Title: Simple Reborn | Style For The Screen
Author: Samantha Curry
E-mail: hello@simplereborn.com
URL: http://simplereborn.com

Created: June 2007
---------------------------------------------------------------------------- */

@import /**/"lightbox.css";

/* Global Styles
---------------------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

body {
	min-width: 760px;
	font: 100%/1.4 "Lucida Grande", arial, verdana, sans-serif;
	background: #050505 url(../images/layout/bg.jpg) top right no-repeat;
	background-attachment: fixed;
	margin: 0;
	padding: 0;
	text-align: center; 
	color: #bfb7ae;
}

#wrapper {
	width: 936px; 
	margin: 0 auto; 
	text-align: left;
}

.contentWrapper {
	width: 903px; 
	float: left; /*makes bg fill to the bottom */
	margin: 17px 0;
	padding:16px;
	background-image: url(../images/layout/gray_bg.png);
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	line-height: 1em;
}
	
h1 {
	font-size: 120%;
	padding: 4px 0 10px 0;
	color: #70aedf;
}
		
h2 {
	font-size: 110%;
	line-height: 1.6em;
	color: #70aedf;
	text-transform: capitalize;
}
	
h3 {
	padding-bottom: 7px;
	font-size: 75%;
	line-height: 1.3em;
	color: #7a7a7a;
	text-transform: uppercase;
	padding-bottom: 15px;
}
			
p {
	padding-bottom: .8em;
	font-size: 85%;
}

ul {
	list-style: none;
}

li {
	font-size: 85%;
}

em {
	font-size: 85%;
	color: #7a7a7a;
	text-transform: uppercase;
}

blockquote {
	display: block;
	padding: 10px 20px 20px 20px;
	color: #ccc6c2;
}

.skiplink {
	display: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

/* Navigation Matrix Reloaded
   http://superfluousbanter.org/archives/2004/05/navigation-matrix-reloaded/
   
   :Note: IE 5.5 does not like the navigation source code at the bottom of
   		  the page. 
---------------------------------------------------------------------------- */
ul#nav {
	position: absolute;
	top: 0px;    /* set the exact position of the navigation */
	right: 5px;      /* set the exact position of the navigation */
	width: 213px;
	height: 27px;
}

ul#nav li {
	padding:0;
	margin:0;
	float:left;
	text-indent:-9999px;	
	list-style-type:none;
}
	
ul#nav li a {
	border:0;
	display:block;
	text-decoration:none;
	background:transparent url(../images/layout/nav.png) no-repeat;
}
	
li#home a {
	width:68px;
	height:27px;
}
	 
li#about a {
	width:67px;
	height:27px;
}
	 
li#contact a {
	width:77px;
	height:27px;
}	 
	 	 	 
li#home a:hover, li#home a:focus {
	background-position:0px -26px;
}
	 
li#about a:link, li#about a:visited {	
	background-position:-68px 0px;
}
	
li#about a:hover, li#about a:focus {	
	background-position:-68px -26px;
}

li#contact a:link, li#contact a:visited {	
	background-position: -136px 0px;
}

li#contact a:hover, li#contact a:focus {	
	background-position: -136px -26px;
}

/* You Are Here Tabs */
body#home-page ul#nav li#home a {
	background-position:0px -54px;
}

body#about-page ul#nav li#about a {
	background-position:-68px -54px;
}

body#contact-page ul#nav li#contact a {
	background-position:-136px -54px;
}


/* Logo Container
---------------------------------------------------------------------------- */
#branding {
	padding: 0;
	margin:0;
	width:100%;
	padding-top: 2em;
}

#branding h1{
	text-indent:-9999px;
	display:block;
	height:108px;
	width:307px;
	background:url(../images/logo.png) no-repeat;
}


/* Portfolio Styling
---------------------------------------------------------------------------- */
.portfolioWrapper {
	float: left; /*makes bg fill to the bottom */
	margin: 17px 0;
	padding:16px;
	background-image: url(../images/layout/gray_bg.png);
}

.portfolioWrapper img{
	float: left;
	border: 1px solid #2a2a2a;
}

.portfolioDetails {
	float: right;
	width: 300px;
	padding-left: 16px; /*makes Opera render the space between the portfolio img and text*/
}

.portfolioWrapper ul {
	padding-bottom: 10px;
	list-style: none;
	font-size: 95%;
}

.portfolioWrapper li {
	float:left;
	width: 7em;
	padding-left: 18px;
	background: url(../images/layout/bullet.png) no-repeat 0 .25em;
}



/* Portfolio Link Styling
---------------------------------------------------------------------------- */
.portfolioDetails a {
	text-decoration: none;
}

.portfolioDetails a:link {
	text-decoration: none;
	padding:0 3px;
	background:#141312;
	color: #bfb7ae;
}

.portfolioDetails a:visited {
	padding:0 20px 0 3px;
	background:#141312 url(../images/layout/visited.gif) center right no-repeat;
	color: #bfb7ae;
}

.portfolioDetails a:hover {
	padding:0 3px;
	background:#70aedf;
	color: #fff;
}

.portfolioDetails a {
	text-decoration:none;
	color: #bfb7ae;
}

#clientCol1 {
	float:left;
		margin: 17px 0;
		width: 420px;
	padding:16px;
	background-image: url(../images/layout/gray_bg.png);
}

#clientCol2 {
	float:right;
	width: 420px;
		margin: 17px 0;
	padding:16px;
	background-image: url(../images/layout/gray_bg.png);
}

/* Link Styling
---------------------------------------------------------------------------- */
p a, 
#clientCol1 a,
#clientCol2 a:link {
	text-decoration: none;
	color: #bfb7ae;
}

p a:link, 
#clientCol1 a:link, 
#clientCol2 a:link {
	text-decoration: none;
	padding:0 3px;
	background:#141312;
	color: #bfb7ae;
}

p a:visited, 
#clientCol1 a:visited, 
#clientCol2 a:visited {
	padding:0 20px 0 3px;
	background:#141312 url(../images/layout/visited.gif) center right no-repeat;
	color: #bfb7ae;
}

p a:hover, 
#clientCol1 a:hover,
#clientCol2 a:hover {
	padding:0 3px;
	background:#70aedf;
	color: #fff;
}


/* Footer Design
---------------------------------------------------------------------------- */
#footer {
	clear: both;
	width: 903px; 
	margin: 0 auto; 
	text-align: center;
	padding: 17px 0 0 30px;
	color:#666;
	font-size:13px;
}

/* Client Link Styling
---------------------------------------------------------------------------- */
.client {
	text-align:center;
}

.client a {
	text-decoration: none;
}

.client a:link {
	text-decoration: none;
	padding:0 3px;
	background: #141312;
	color: #bfb7ae;
}

.client a:visited {
	padding:0 20px 0 3px;
	background:#141312 url(../images/layout/visited.gif) center right no-repeat;
	color: #bfb7ae;
}

.client a:hover {
	padding:0 3px;
	background:#70aedf;
	color: #fff;
}

.client a {
	text-decoration:none;
	color: #bfb7ae;
}


/* Form Style
---------------------------------------------------------------------------- */
fieldset { 
	border:0;
	margin:0;
	padding:0; 
}

legend {
	display: none;
}

label { 
	font-size: 85%;
	display:block; 
	padding-top: 17px;
}

input.text,textarea { 
	width:300px;
	color:#333;
	padding:3px;
	margin:1px 0;
	border:1px solid #ccc; 
}

input.submit { 
	padding:2px 5px;
	font:bold 12px/12px verdana,arial,sans-serif; 
}
	
/* Fixes/Hacks
---------------------------------------------------------------------------- */
/* Removes dotted links from page elements except on the navigation in Firefox
http://sonspring.com/journal/removing-dotted-links */
a:active {
	outline: none;
}

/* Clears Floats */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE5/Mac \*/
* html .clearfix {
	height: 1px;
}
.clearfix {
	display: block;
}
/* End hide from IE5/Mac */