html {height:100%; margin-bottom:1px;} /* 16px font */

body {
	background: #f0f0f0 url(../images/site/top_bg.jpg) repeat-x;
	color: #303030;
	font: 77.5%/1.00 Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

html>body { /* Every browser other than IE will understand this, but every other browser other than IE can scale absolute font sizes, so it will work. */
font-size : 12px;
}
#wrapper {
	background: url(../images/site/vancouver.jpg) no-repeat;
}

.round	{
	-moz-border-radius:2ex;
	-webkit-border-radius:2ex;
	}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 3em;
}

h2 {
	color: #0a1d6d;
	font-size: 2em;
	margin: 4px 0 0 20px ;
}

h3 {
	font-size: 1.4em;
	margin: 4px 0 0 20px ;
}

#portfolio h3 {
	font-size: 1.4em;
	margin: 16px 0 0 20px ;
}

#testimonials h3 {
	font-size: 1.4em;
	margin: 16px 0 0 20px ;
}

h3.firstheader {
	margin: 32px 0 0 20px ;
}

#logo h1, #logo h2 {
	color: #fff;
	margin: 0;
	padding: 0 0;
}

#logo h1 {
	font-size: 3em;
	letter-spacing: -2px;
	margin: 0 0 0 20px ;
	padding-top: 30px;
	text-shadow: 1px 1px 2px #000;
	text-transform: uppercase;
}

#logo h1 .studio {
	font-size: .5em;
	font-weight: normal;
	letter-spacing: 0px;
	line-height: 180%;
	margin: 12px 0 0 0px;
	text-shadow: 1px 1px 1px 1px #000;
	text-transform: lowercase;
}

#logo h1 .numbers {
	font-size: .4em;
	font-weight: normal;
	letter-spacing: 0px;
	line-height: 180%;
	margin: 12px 0 0 0px;
	text-shadow: 1px 1px 1px 1px #000;
	text-transform: lowercase;
}

#logo h2 {
	float: right;
	font-size: 1.6em;
	font-weight: normal;
	letter-spacing: -1px;
	margin-top: 25px;
	text-shadow: 1px 1px 1px #000;
	text-transform: lowercase;
	padding-top: 85px;
}

p, ul, ol {
	margin-bottom: 1.2em;
	line-height: 130%;
	font-size: 1.1em;
}

ul, ol {
}

blockquote {
}

a {
	color: #a03927;
	text-decoration: none;
}

a:hover {
	color: #000;
	border-bottom: 1px dotted #000;
}

hr {
	display: none;
}


/* Logo */

#logo {
	color: #000;
	height: 140px;
	margin: 0 auto;
	width: 960px;
}

#logo a {
	text-decoration: none;
	color: #414141;
}

/* Page */

#page {
	margin: 30px auto;
	padding: 0 0;
	width: 960px;
}

/* Content */

#content {
	background: url(../images/site/main_bg.png) repeat;
	color: #242424;
	float: left;
	margin: 0 0 0 16px;
	padding: 10px 20px 20px 20px;
	width: 600px;
}


#content p	{
/*
	font-size: 1.0em;
*/
	padding: 5px 20px;
}

#content p.first	{
	padding: 20px 20px 10px 20px;
}

/*contact form*/

#contact ul{ 
margin:0 0 0 60px;
padding:0;
list-style:none;
}
#contact li  { margin:15px 0;  }

/* Sidebar */

#sidebar {
	background: url(../images/site/main_bg.png) repeat;
	float: left;
	margin: 0 0 0 30px;
	padding: 0 0 40px 10px;
	width: 200px;
}

#sidebar ul {
	font-family: Arial, Helvetica, sans-serif;
	list-style: none;
	margin-top: 14px;
	margin-left: 15px;
	padding: 0;
}

#sidebar li {
	margin-bottom: 24px;
}

#sidebar ul a {
	color: #580D0B;
	font-weight: bold;
	font-size: 1.8em;
	height: 20px;
	margin: 0px;
	padding: 0 15px;
	text-shadow: 1px 1px 1px 1px #000;
	/*text-transform: uppercase;*/
}

#sidebar ul a:hover {
	color: #0a1d6d;
	font-size: 1.9em;
}

#sidebar p {
	font-size: .9em;
	font-family: Geneva, sans-serif;
	padding: 10px 26px 20px 30px;
}

#sidebar h2 {
	color: #303030;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	margin: 0 0 -20px 0;
	padding: 6px 0 0 30px;
	text-transform: uppercase;
}

#sidebar a:hover {
	border-bottom: none;
}

/* Footer */

#footer {
	clear: both;
	width: 960px;
	height: 50px;
	margin: 30px auto;
	padding: 20px 20px;
}

#footer p {
	margin: 20px 0 0 54px;
	text-align: left;
	line-height: normal;
}

#portfolio #content img	{
	float: left;
	margin: 20px 20px 20px 20px;
	}
	
hr	{
	color: #242424;
	height: 5px;
	width: 80%
	}
	
.portfolio_box	{
	border: 1px solid #242424;
	margin: 20px 10px 20px 20px;
	}
	
textarea.email	{
	height: 24px;
}

textarea {
	overflow: auto;
	outline: none;
	resize: none;
	resize: 0;
	}

