/* 

site: 		craigjung.com
built by:	Drew Myler, evolvingpage.com

*/

/* globals */

* {
	margin: 0;
	padding: 0;
	}

body {
	text-align: center;
	font: 75%/130% "lucida grande", verdana, sans-serif;
	background: #47621e url("../img/bg_body.gif") center top repeat-x;
	color: #53451f;
	}

	
ul, dl, ol, li, p, blockquote {
	padding: 0;
	margin: 0 0 1.25em;
	}

ul {
	list-style: none;
	margin-left: 1em;
	}
	
ul ul {
	margin-top: 1em;
	}
	
ol {
	margin-left: 2em;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-family: "lucida grande", verdana, sans-serif;
	font-weight: normal;
	color: #516c28;
	}

h3, h4 {
	color: #53451f;
	}
	
#work h3, h4 {	text-transform: uppercase; }
	
h4 {
	font-size: 77%;
	padding-top: 10px;
	}

a {
	text-decoration: underline;
	}
	
a:hover {
	text-decoration: none;
	}
	
a img {
	border: 0;
	}
	
.alignright, .alignleft {
	float: right;
	margin: 3px 0 5px 12px;
	}
	
.alignleft {
	float: left;
	margin: 0 12px 5px 0;
	}
	
.aligncenter {
	display: block;
	margin: 0 auto 1.25em;
	text-align: center;
	}

.border {
	border: 3px solid #e8e5d9;
	}
	
/* Clearing floats - Hat Tip: http://www.positioniseverything.net/easyclearing.html  */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.c\learfix:after { line-height: 0; }
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* layout */

#top {
	margin: 0 auto;
	width: 760px;
	text-align: left;
	background: transparent url("../img/craig2.jpg") right top no-repeat;
	height: 295px;
	padding-bottom: 20px;
	}
	
#nav {
	background: transparent url("../img/bg_nav.jpg") center top no-repeat;
	width: 268px;
	height: 226px;
	float: left;
	margin-left: -20px;
	position: relative;
	}

#welcome {
	padding: 72px 0 0 15px;
	width: 300px;
	float: left;
	}
			
#content {
	width: 100%;
	background: #dcd6c4;
	}
	
#footer {
	clear: both;
	text-align: center;
	color: #e8e5d9;
	height: 96px;
	}
	
/* specifics */

#nav h1 {
	width: 203px;
	height: 72px;
	background: url("../img/logo.jpg") center center no-repeat;
	margin: 0 auto;
	}

#nav h1 a {
	display: block;
	height: 72px;
	text-indent: -5000px;
	overflow: hidden;
	}

#nav ul {
	clear: both;
	font-size: 120%;
	text-align: right;
	margin: 15px 35px 0 0;
	letter-spacing: -1px;
	}

#nav li {
	margin-bottom: .85em;
	}
	
#nav a {
	color: #fff;
	text-decoration: none;
	}

#nav a:hover {
	text-decoration: underline;
	}

#welcome h2 {
	font-size: 255%;
	margin-bottom: .35em;
	letter-spacing: -1px;
	}
	
#welcome p {
	line-height: 1.4em;
	font-size: 122%;
	}

#work {
	margin: 0 auto;
	line-height: 1.5em;
	width: 760px;
	}

#work li {
	float: left;
	width: 495px;
	margin-right: 35px;
	display: inline;
	color: #60522e;
	text-align: left;
	}
	
#work li.last {
	float: right;
	width: 230px;
	margin-right: 0;
	}
	
#work a {
	color: #516c28;
	font-size: 102%;
	}

#work h3 {
	font-size: 122%;
	border-bottom: 1px solid #e8e5d9;
	padding-bottom: .5em;
	margin-bottom: .5em;
	}
	
#work h4 {
	font-size: 87%;
	}
	
#footer h3 {
	padding-top: 1.25em;
	margin-bottom: .25em;
	color: #e8e5d9;
	font-size: 160%;
	}
	
#footer strong {
	color: #fff;
	}

#work p.date {
	margin-bottom: 5px;
	}
	
#work .feedburnerFeedBlock {
	font-size: 92%;
	}
	
#work .feedburnerFeedBlock li {
	margin: 0 0 15px;
	}
