* {margin: 0; padding: 0}
header, nav, section, article, aside, footer {display: block}
body {
	font: 12px "Trebuchet MS", Tahoma, Arial, sans-serif;
	color: #444;
  background: #F8F8F8;
}
a {
	color: #666666;
}
a:hover {
	color: #AA0001;
}
p {margin: 0 0 18px;}
img {border: 0}
.brd { border: 1px solid #000; }
input {vertical-align: middle}
blockquote {
	margin: 0 0 18px 20px;
	padding: 1px 12px;
	border-left: 3px solid #DE8D8D;
	background: #F2F2F2;
	height: 1%;
}
blockquote p {
	padding: 8px 0;
	margin: 0;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin: 0 auto;
}
img.aligncenter {margin: 0 auto}
.alignleft {float: left}
img.alignleft {margin: 5px 10px 3px 0}
.alignright {float: right}
img.alignright {margin: 5px 0 3px 10px}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

pre {
	margin: 0 0 20px;
}

#wrapper {
	width: 978px;
	margin: 0 auto;
	
}

.container { 
	width: 978px;
	border: 1px solid #DDD;
  	border-width: 0 1px;
	border-top: 5px solid #EEE;
	background: #FFF;
	float: left;
}
.inner {
	width: 958px;
	float: left;
	margin-left: 10px;
}

/* Header
-----------------------------------------------------------------------------*/
.header {
	height: 162px;
	width: 100%;
	border-bottom: 3px solid #EAEAEA;
	position: relative;
}

#logo {
	position: absolute;
	top: 5px;
	left: 25px;
	color: #808080;
	line-height: 1;
	font-size: 33px;
	text-shadow: 2px 2px 1px #DDD;
}
#logo a {
  text-decoration: none;
}
#logo span {
	display: block;
	font-size: 14px;
	font-weight: normal;
	margin: 5px 0 0;
	text-shadow: none;
}

#nav {
	position: absolute;
	top: 130px;
	left: 0;
	width: 100%;
	height: 24px;
	padding: 7px 0 0 0;
	clear: both;
	background: url(/images/smalldot.gif) repeat-x;
	border-bottom: 1px solid #CCC;
	position: relative;
}
#nav li {
	float: left;
	font-size: 13px;
	text-transform: uppercase;
	list-style: none;
}
#nav li a {
	float: left;
	margin: 0 20px 0 10px;
	color: #808080;
  text-decoration: none;
}
#nav li a:hover {
	color: #444;
	text-decoration: underline;
}
#nav li.current_page_item {
	background: url(/images/arrow.gif) 0 7px no-repeat;
}
#nav li.current_page_item a {
	color: #444;
}

/* Content
-----------------------------------------------------------------------------*/
section {
	width: 100%;
	overflow: hidden;
	background: url(/images/dots.gif) 728px 0 repeat-y;
}
#content {
	width: 700px;
	float: left;
}
#content h2 {
	font: 23px/24px "Trebuchet MS", Arial, Sans-Serif;
	padding: 1px 0 0px;
	margin: 0px;
	text-shadow: 2px 2px 1px #DDD;
}
#content h2.portfolio {
	font: 15px "Trebuchet MS", Arial, Sans-Serif;
	padding: 1px 0 0px;
	margin: 0px;
	text-shadow: 2px 2px 1px #DDD;
}
#content h2.heading {
	margin-bottom: 10px;
}
#content h2 a {
  text-decoration: none;
}
#content h2 a:hover {
  text-decoration: underline;
}
#content h3 {
	font: normal 20px/1.5 "Trebuchet MS", Arial, Sans-Serif;
	padding: 0 0 3px;
	margin-bottom: 18px;
	border-bottom: 1px solid #E5E5E5;
	text-shadow: 2px 2px 1px #DDD;
}
#content .post {
	float: left;
}
#content ul li { list-style: none; width: 100%; margin: 20px 0 0 0; float: left; 	border-bottom: 1px solid #E5E5E5;} 
#content .post h3 {
	font-size: 23px;
	margin: 0 0 0;
}
.entry {
  text-align: justify;
}
#content .entry h2,
#content .entry h3,
#content .entry h4,
#content .entry h5,
#content .entry h6 {
	font: normal 23px/1.4 "Trebuchet MS", Arial, Sans-Serif;
	padding: 0 0 4px;
	margin: 25px 0 18px;
	text-shadow: 2px 2px 1px #DDD;
  	background: url(/images/smalldot.gif) 0 100% repeat-x;
	border: none;
}
#content .entry h3 {font-size: 20px}
#content .entry h4 {font-size: 18px}
#content .entry h5 {font-size: 17px}
#content .entry h6 {font-size: 15px}
.ptags {
	font-size: 12px;
  	line-height: 16px;
	color: #999;
	padding: 3px 5px;
	overflow: hidden;
	height: 1%;
}
.line {
	clear: both;
	padding: 3px;
	margin: 0 0 15px;
	background: url(/images/smalldot.gif) repeat-x;
}

div.pagetitle {
	font: normal 19px "Trebuchet MS", Arial, Sans-Serif;
	padding: 3px 0 4px;
	margin-bottom: 30px;
	border: 1px solid #E5E5E5;
	text-shadow: 1px 1px 0 #FFF;
  	text-align: center;
	background: #F4F4F4;
}


.navigation {
  background: url(/images/smalldot.gif) repeat-x;
	padding: 15px 0 0;
}
.navigation a {
	display: inline-block;
	width: 20px;
	margin: 0 2px 0 0;
  	border: 1px solid #C01D36;
	color: #C01D36;
 	text-decoration: none;
  	text-align: center;
}
.navigation a:hover {
  border: 1px solid #4A4A4A;
	color: #4A4A4A;
	background: #EEE;
}
.navigation span {
	display: inline-block;
	width: 20px;
	margin: 0 2px 0 0;
  text-align: center;
}
.navigation span.pages {
  margin-right: 10px;
	width: auto;
}
.navigation span.current {
  border: 1px solid #4A4A4A;
	background: #888;
	color: #FFF;
}
.navigation.first {
	background: none;
	padding: 0;
}
.navigation.com a {
	margin: 0 -2px 0 0;
}
.navigation.com span.dots {
	margin: 0 -4px 0 0;
}
.navigation.com span.current {
	margin: 0 -2px 0 0;
}

.portfolio_image
{
	width: 330px;
	height: 230px;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

.portfolio_image_clip
{
	width: 330px;
	height: 200px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	border: 0px solid red;
	clip: rect(15px auto auto auto);
}
.portfolio_title
{
	margin-top: 5px;
	padding: 0px 0px 0px 10px;
	font-size: 14px;
	background: url(/images/arrow.gif) 0 7px no-repeat;
}
/* Sidebars
-----------------------------------------------------------------------------*/
.aside {
	float: right;
	width: 235px;
	font-size: 12px;
	line-height: 15px;
}

#sidebar1 {
	float: left;
	width: 215px;
	margin: 10px 0 0 10px;
}

.section {
	width: 215px;
	float: left;
	margin: 0 0 25px 0;
}
.aside ul {
	width: 100%;
	margin: 0 0 0 0;
}
.aside ul li {
	list-style: none;
	border-bottom: 1px solid #EEE;
	padding: 3px 4px 4px 12px;
	margin: 0;
	background: url(/images/arrow.gif) 3px 9px no-repeat;
}
.aside a {
	color: #808080;
  text-decoration: none;
}
.aside a:hover {
  text-decoration: underline;
}
.aside a.current_page_item {
	color: #444;
}
.aside h3 {
	font: 17px/1 "Trebuchet MS", Arial, Sans-Serif;
	padding: 0 0 6px;
	margin: 0 0 10px;
	border-bottom: 1px solid #E5E5E5;
	text-shadow: 1px 2px 1px #DDD;
	width: 100%;
}

/* Footer
-----------------------------------------------------------------------------*/
.footer {
	padding: 7px 10px;
	margin: 0 0 8px 0;
	font-size: 11px;
	line-height: 16px;
	color: #666;
	background: #EEE;
}
/*
Commenting
*/

.comments {
	font-size: 11px;
	padding:0;
	padding:20px 10px 10px 15px;
	background: transparent url(/images/divider-grey.png) no-repeat scroll 0 0;
}

.comments_odd2 {
	background: transparent url(/images/divider-grey.png) no-repeat scroll 0 0 #ffffff;
	padding: 5px;
}

.comments_even2 {
	background: transparent url(/images/divider-grey.png) no-repeat scroll 0 0 #E4E4E4;
	padding: 5px;
}

.your_comments {
	background:transparent url(/images/comments.png) no-repeat scroll left center;
	clear:both;
	padding:7px 0 6px 19px;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
}

.comments_error {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	margin: 5px 0 5px 0;
	color: #9C0000;
}