body {
	margin:0;
	padding:0;
	text-align:center;
	font:1em Arial, Helvetica, sans-serif;
	color:#fff;
	background-image:url(../pix/body_bg.jpg);
}

#page-holder {
	background-image:url(../pix/bg_line.gif);
	background-position:center top;
	background-repeat:no-repeat;
	min-width:900px;
}

#wrapper {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

.clear {
	clear:both;
}

/* ============================================ NAVIGATION */

#navigation-holder {
	width:100%;
	background-color:#8e1414;

}

#navigation {
	width:900px;
	margin-left:auto;
	margin-right:auto;	
	text-align:right;
}

#navigation ul {
	margin:0 10px 0 0;
	padding:8px 0 8px 0;
	list-style:none;
	font-size:.7em;
}

#navigation ul li {
	display:inline;
	margin:0 10px 0 10px;	
}

#navigation ul li a {
	color:#fff;
	text-decoration:none;
	padding-bottom:7px;
}

#navigation ul li a:visited {
	color:#fff;
}

#navigation ul li a:hover {
	color:#dedbdb;
}

/* === logo/title */

#title {
	margin:45px 0 0 0;
	padding:0;
	font-size:1.2em;
	font-weight:100;	
}

#title a, #title a:visited {
	color:#fff;
	text-decoration:none;
}

#title a:hover {
	color:#fff;
	border-bottom:1px dotted #fff;
}

/* ============================================ LEFT CONTENT */

#left-content {
	float:left;
	width:510px;
	margin-top:105px;
	font-size:0.75em;
	line-height:1.7em;
	padding-bottom:40px;
	min-height:400px;
}

#left-content h1 {
	margin:0;
	padding:0 0 10px 0;
	font-size:2.3em;
	font-weight:100;
}

#left-content h2 {
	font-size:1.2em;
}

#left-content a, #left-content a:visited {
	color:#fff;
	text-decoration:underline;
}

blockquote {
	border-left:1px solid white;
	padding-left:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}

/* ============================================ PORTFOLIO */

.work-entry {
	margin-bottom:20px; 
}

.work-image {
	float:right;
	width:230px;
	box-shadow: 10px 10px 5px #888;
	-webkit-box-shadow:2px 2px 5px #000;
		
}

.work-image img {
}

.work-text {
	float:left;
	width:230px; 
}

.work-text h3 {
	border-bottom:1px solid #fff;
	padding-bottom:5px;
	margin-top:0;
}


/* ============================================ RIGHT CONTENT */

#right-content {
	float:right;
	width:230px;
	margin-top:105px;
}

#right-content h2 {
	font-size:0.7em;
	margin:0;
	padding:0;
}

#right-content p {
	font-size:0.7em;
	line-height:1.6em;
}

#right-content .scm-sidebar {
	margin-bottom:40px;
}

#scm-sidebar-ewan-img {
	margin-top:-10px;
}

#right-content a, #right-content a:visited {
	color:#fff;
	text-decoration:none;
}

#right-content a:hover {
	border-bottom:1px dotted #fff;
}

#right-content ul {
	font-size:0.7em;
	margin:10px 0 0 0;
	padding:0;
	list-style:square;
}

#right-content ul li {
	margin-bottom:3px;
}

/* ============================================ FOOTER */

#footer-container {
	width:100%;
	background-color:#000;
	min-height:150px;
}

#footer {
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width:900px;
	color:#706f6f;
	font-size:0.75em;
	line-height:1.7em;
	margin-top:10px;
	padding-top:15px;
}

#about-me {
	float:left;
	width:570px;
	padding-right:30px;	
}

#about-me img {
	float:left;
	margin:0 20px 10px 0;
	border:1px solid #706f6f;
}

#about-me a, #about-me a:visited {
	text-decoration:underline;
	color:#706f6f;
}

#about-me a:hover {
	text-decoration:underline;
}

#external-links {
	float:right;
	width:244px;
	padding-left:30px;
	border-left:1px solid #202020;
	margin-top:10px;
}

#external-links ul {
	margin:0;
	padding:0;
	list-style:none;
}

#external-links a, #external-links a:visited {
	color:#706f6f;
	text-decoration:none;
	padding-left:25px;
}

#external-links li {
	background-image:url(../pix/footer_sprite.png);
	background-repeat:no-repeat;
	margin-bottom:5px;
}

.rss {
	background-position:0 0;
	height:15px;
}

.twitter {
	background-position:0 -30px;
	height:15px;
}

.flickr {
	background-position:0 -60px;
	height:15px;
}

.rss:hover {
	color:#fff;
	background-position:0 -15px;
}

.twitter:hover {
	color:#fff;
	background-position:0 -45px;
}

.flickr:hover {
	color:#fff;
	background-position:0 -75px;
}

#external-links a:hover {
	color:#fff;
}

.siteblog-comment-body {
	background-color:#8f1515;
	color:#fff;
	padding:10px;
	box-shadow: 10px 10px 5px #888;
	-webkit-box-shadow:2px 2px 5px #000;
}