/* Remove padding and margin */
* 
    {
    margin: 0;
    padding: 0;
    border: 0;
}
a {
	text-decoration:none;
}
body {
	font-size:small;
	background: transparent url(../images/back.gif) repeat;
	font-family:Calibri,Georgia;
}
.clear
{
	clear:both;
}
.about p
{
	margin: 10px 0 0 40px;
}
#wrapper {
	background: transparent url(../images/background.gif) no-repeat;
	width:995px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
#main {
	width:985px;
	text-align:left;
	margin: 0 2px 0 2px;
}
#navigation {
	background: transparent url(../images/seperator.png) no-repeat;
	height:25px;
}
#navigation ul {
	list-style: none;
	background: transparent url(../images/navigationBackground.png) no-repeat;
	height:25px;
	<!--[if IE 6]>filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/navigationBackground.png');<![endif]-->
}
#navigation ul.nav1 
{
	background: transparent url(../images/nav1.png) no-repeat;
}
#navigation ul.nav2 
{
	background: transparent url(../images/nav2.png) no-repeat;
}
#navigation ul.nav3 
{
	background: transparent url(../images/nav3.png) no-repeat;
}
#navigation ul.nav4 
{
	background: transparent url(../images/nav4.png) no-repeat;
}
#navigation ul li {
	display:block;
	height:25px;
	float:left;
	width:100px;
	text-align:center;
}
#navigation a {
	color:white;
	font-family:Cambria;
	font-weight:bold;
	line-height:25px;
}

#hero {
	background: transparent url(../images/heroBackground.gif) no-repeat;
	height:376px;
	position:relative;
}
#hero .col1 {
	padding: 30px 30px 30px 40px;
	width: 290px;
	float:left;
}
#hero .col1 p {
	font-family:cambria;
	font-size:1.1em;
	line-height:1.4em;
	color:#a2a696;
	margin-top:10px;
}
#hero .col1 a 
{
	color:#dde1d5;
	text-decoration:underline;
}
#hero .col1 a.viewPortfolio {
	margin-top:10px;
	font-size:1.2em;	
}
#hero .col2 {
  float:left;
}
#hero .col2 .featuredProject {
  position:absolute;
  background: transparent url(../images/heroBack.gif);
  width:612px;
  height:226px;
  left:350px;
  top:65px;
}

#hero .col2 .featuredProject img
{
  margin-left:16px;
  margin-top:12px;
} 

h1 a {
	font-family:Sylfaen;
	color:#1e1a1a;
	font-weight:normal;
	font-size:36pt;
	float:left;
	margin:15px 0 20px 0;
}
h2 {
	
	float:left;
	font-family:Cambria;
	color:#53554f;
	font-size:1.1em;
	font-weight:normal;
	margin:45px 0 0 20px;
}
h3 {
	font-family:Cambria;
	color:#dde1d5;
	font-size:2.8em;
	font-weight:normal;
}
h4 {
	color:#423a35;
	font-size:1.7em;
	font-family:Sylfaen;
}
h5 {
	color:#423a35;
	font-size:1.7em;
	font-family:Sylfaen;
	margin:20px 0 10px 0;
}
#content .post {
	padding:10px 20px 0 35px;
}
#content h3 {
	color:#1e1a19;
	margin-top:20px;
}
#content h4 {
	color:#656564;
	font-size:1.2em;
	margin:20px 0 20px 0;
}
#content h5 a {
	color:#cc5630;
	font-size:.7em;
	font-weight:normal;
}
#content p, #content li {
	color:#656564;
	font-size:1.1em;
}
#content p {
	margin-top:10px;
}
#content a {
	color:#cc5630;
	text-decoration:underline;
}
#content img {
	float:right;
	margin:30px 0 10px 20px;
	background: transparent url(/images/imgBack.png) no-repeat;
	padding:14px 20px 20px 16px;
	<!--[if IE 6]>filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/imgBack.png');<![endif]-->
}
#content .contentImg {
	float:none;
	background:none;
	margin:10px;
	padding:0;
}
#content ul {
	margin: 10px 0 10px 30px;
	list-style-image:url(/images/li.gif);
	list-style-position:outside;
}
.portfolioEntry h3 {
  margin-bottom:20px;
}
.hr {
	background: transparent url(../images/seperator.png) no-repeat bottom;
	height:40px;
	<!--[if IE 6]>filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/seperator.png');<![endif]-->
}
.nextPrev
{
	color:#4d4540;
	font-family:Sylfaen;
	font-size:1.5em;
	position:absolute;
	bottom:40px;
	right:40px;
}
.nextPrev img
{
	margin-top:10px;
}
.nextPrev span
{
	margin:0 10px 0 10px;
}
#sidebar 
{
	background: transparent url("../images/sidebar.png") no-repeat;
	height:1000px;
	width:300px;
	float:right;
	<!--[if IE 6]>filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/sidebar.png');<![endif]-->
}
.form
{
	padding:100px 50px 50px 50px;
	background: transparent url("../images/formBackground.png") no-repeat;
	<!--[if IE 6]>filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/formBackground.png');<![endif]-->
}
.form label 
{
	font-weight:bold;
	float:left;
	width:100px;
}
.form input, .form textarea
{
	border:1px solid black;
	width:400px;
}
.form .submit
{
	width:100px;
	margin-left:400px;
}

.formRow 
{
	margin:10px 0 10px 0;
}

#title
{
	background: transparent url("../images/headBack.gif") no-repeat;
	height:99px;
}
#title h1
{
	font-family:Cambria;
	color:#dde1d5;
	font-size:2.8em;
	font-weight:normal;
	padding: 30px 0 0 35px;
}
#col1
{
	width:625px;
	float:left;
	height:200px;
	margin:15px 0 0 35px;
}
#col3 
{
	float:left;
	width:300px;
	margin-top:15px;
}
#col3 h3, #col1 h3 
{
	display:block;
	height:20px;
}
#col3 h4, #col1 h4
{
	color:#cc5630;
	font-family:Cambria;
	font-weight:normal;
	margin:10px 0 0 0;
	padding:0;
}
#col3 img, #col1 img
{
	background:none;
	filter:none;
	margin:0;
	padding:0;
	float:left;
}
#col3 #flickr
{
	display:block;
}
#col3 #flickr img
{
	margin:5px 15px 5px 0;
	border:1px solid grey;
}
#content .small
{
	margin:5px 0 5px 0;
	font-size:small;
	text-align:right;
	font-family:Cambria;
	color:#53554f;
}
.comment
{
	padding:50px 0 0 3px;
	width:650px;
	color:#656564;
	background: transparent url("../images/formBackground.png") no-repeat;
	<!--[if IE 6]>filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/formBackground.png');<![endif]-->
}
.commentTitle
{
	font-family:Cambria;
	margin-bottom:4px;
	font-weight:bold;
	margin-left:30px;
}
.commentBody 
{
	margin-left:30px;
}

h5 a
{
	font-weight:normal;
	font-size:120%;
}
