@charset "utf-8";
/* CSS Document */

body, div, h1, h2, h3, h4, h5, h6, p, ul, img {margin:0px; padding:0px; } 

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #3b3b3b;
	background-image: url(/images/page_bg_pattern.jpg);
	background-repeat: repeat-x;
} 

a {
	outline: none;
}

#frame {
	margin:0 auto;
}
	
#header {
	width: 850px;
	height: 95px;
	margin-top: -10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	display: block;
	}
	
#header img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 30px;
}

#content {
	width: 850px;
	background-color: #e7e7e7;
	padding-top: 25px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
	
#header h1 {  
	text-indent: -9999px;   
	}
	
#navbg {
	background:transparent url(/images/nav_bg.jpg) repeat-x scroll 0 0;
	height:48px;
	width: 800px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#navigation {
	display:inline;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}

#navigation li {
	float:left;
}

#navigation li a {
	display:block;
	text-indent:-9999px;
}

#nav-home a {
	background:transparent url(/images/nav-home.jpg) no-repeat scroll left top;
	display:block;
	height:48px;
	overflow:hidden;
	width:100px;
}

#nav-home a:hover {
	background-position:0 -96px;
}

#nav-home-on a {
	background:transparent url(/images/nav-home.jpg) no-repeat scroll 0 -96px;
	display:block;
	height:48px;
	overflow:hidden;
	width:100px;
}

#nav-portfolio a {
	background:transparent url(/images/nav-portfolio.jpg) no-repeat scroll left top;
	display:block;
	height:48px;
	overflow:hidden;
	width:145px;
}

#nav-portfolio a:hover {
	background-position:0 -96px;
}
#nav-portfolio-on a {
	background:transparent url(/images/nav-portfolio.jpg) no-repeat scroll 0 -96px;
	display:block;
	height:48px;
	overflow:hidden;
	width:145px;
}

#nav-about a {
	background:transparent url(/images/nav-about.jpg) no-repeat scroll left top;
	display:block;
	height:48px;
	overflow:hidden;
	width:112px;
}

#nav-about a:hover {
	background-position:0 -96px;
}
#nav-about-on a {
	background:transparent url(/images/nav-about.jpg) no-repeat scroll 0 -96px;
	display:block;
	height:48px;
	overflow:hidden;
	width:112px;
}

#nav-contact a {
	background:transparent url(/images/nav-contact.jpg) no-repeat scroll left top;
	display:block;
	height:48px;
	overflow:hidden;
	width:158px;
}

#nav-contact a:hover {
	background-position:0 -96px;
}
#nav-contact-on a {
	background:transparent url(/images/nav-contact.jpg) no-repeat scroll 0 -96px;
	display:block;
	height:48px;
	overflow:hidden;
	width:158px;
}

#nav-blog a {
	background:transparent url(/images/nav-blog.jpg) no-repeat scroll left top;
	display:block;
	height:48px;
	overflow:hidden;
	width:101px;
}

#nav-blog a:hover {
	background-position:0 -96px;
}
#nav-blog-on a {
	background:transparent url(/images/nav-blog.jpg) no-repeat scroll 0 -96px;
	display:block;
	height:48px;
	overflow:hidden;
	width:101px;
}

#titlebar {
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 20px;
}

#titlebarhome {
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(/images/titlebar_home.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 271px;
	padding-bottom: 20px;
}

#titlebarhometextbox {
	height: 200px;
	width: 355px;
	padding-top: 50px;
	padding-left: 425px;
}

#titlebarhometextbox p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 13px;
	color: #3c3c3c;
}

#titlebarhometextbox p span.highlight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
	color: #000000;
	font-weight: bold;
}

#titlebarhometextbox a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

#titlebarhometextbox a:hover {
	background-color: #000000;
	color: #FFFFFF;
	text-decoration: none;
}

.portfolioentry {
	float: left;
	width: 250px;
	background-color: #d6d6d6;
	margin-left: 25px;
	margin-bottom: 15px;
}

.portfolioentry img.port {
	background-color:#555555;
	border-style:none;
	margin-bottom:5px;
	padding:5px;
}

.portfolioentry a img.port {
	background-color:#555555;
	border-style:none;
	margin-bottom:5px;
	padding:5px;
}

.portfolioentry a:hover img.port {
	background-color:#ff9003;
	border-style:none;
	margin-bottom:5px;
	padding:5px;
}

.portfolioentry p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-bottom: 10px;
	color: #505050;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 3px;
}

.portfolioentry p.title {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	margin-left: 5px;
	margin-top: 3px;
	font-weight: bold;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}


#contentbottomleft {
	float: left;
	width: 250px;
	background-image: url(/images/contentboxes_bg.jpg);
	display: block;
	height: 315px;
	background-repeat: repeat-x;
	margin-left: 25px;
	margin-bottom: 20px;
	background-color: #e1e1e1;
	  }

#contentbottommiddle {
	float: left;
	width: 250px;
	background-image: url(/images/contentboxes_bg.jpg);
	display: block;
	height: 315px;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 20px;
	background-repeat: repeat-x;
	background-color: #e1e1e1;
	}
      	
#contentbottomright {
	float: left;
	width: 250px;
	background-image: url(/images/contentboxes_bg.jpg);
	display: block;
	height: 315px;
	margin-bottom: 20px;
	background-repeat: repeat-x;
	background-color: #e1e1e1;
	}
	
#footer {
	background-color: #1a1a1a;
	display: block;
	height: 30px;
	width: 850px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 7px;
}

#footer a {
	color: #ffaf05;
	text-decoration: underline;	
}

#footer a:hover {
	text-decoration: none;	
}


#contentbottomleft p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-bottom: 10px;
	color: #3c3c3c;
	margin-top: 18px;
	margin-right: 15px;
	margin-left: 15px;
	line-height: 18px;
}

#contentbottomleft p span.highlight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
	color: #000000;
	font-weight: bold;
}

#contentbottomleft a {
	color: #ff8004;
	text-decoration: underline;
	font-weight: bold;
}

#contentbottomleft a:hover {
	background-color: #ff8004;
	color: #FFFFFF;
	text-decoration: none;
}

#contentbottomleft img.subhead {
	margin-top: 30px;
	margin-left: 15px;
}


#contentbottommiddle p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-bottom: 10px;
	color: #3c3c3c;
	margin-top: 10px;
	margin-right: 15px;
	margin-left: 15px;
}

#contentbottommiddle ul.linkslist {
	text-align:left;

}

#contentbottommiddle ul.linkslist li {
	list-style-image:url(/images/bullet_grey.png);
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #555555;
	list-style-type: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	margin-left: 45px;
}

#contentbottommiddle ul.linkslist li a {
	border:medium none;
	color:#ff8004;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	display: block;
}

#contentbottommiddle ul.linkslist li a:hover {
	background-color: #ff8004;
	color: #FFFFFF;
	text-decoration: none;
}

#contentbottommiddle p span.highlight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
	color: #000000;
	font-weight: bold;
}

#contentbottommiddle a {
	color: #ff8004;
	text-decoration: underline;
	font-weight: bold;
}

#contentbottommiddle img.subhead {
	margin-top: 20px;
	margin-left: 15px;
}

#contentbottomright p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-bottom: 10px;
	color: #3c3c3c;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: -5px;
}

#contentbottomright p.featuredtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	margin-top: 5px;
	margin-left: 15px;
	font-weight: bold;
}

#contentbottomright img.featuredwork  {
	background-color:#555555;
	border-style:none;
	margin-bottom:5px;
	padding:4px;
	margin-top: 15px;
	margin-left: 15px;
}

#contentbottomright a img.featuredwork {
	background-color:#555555;
	border-style:none;
	margin-bottom:5px;
	padding:4px;
	margin-top: 15px;
	margin-left: 15px;
}

#contentbottomright a:hover img.featuredwork {
	background-color:#ff8004;
	border-style:none;
	margin-bottom:5px;
	padding:4px;
	margin-top: 15px;
	margin-left: 15px;
}


#contentbottomright p span.highlight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
	color: #000000;
	font-weight: bold;
}

#contentbottomright a.links {
	color: #ff8004;
	text-decoration: underline;
	font-weight: bold;
}

#contentbottomright a.links:hover {
	background-color: #ff8004;
	color: #FFFFFF;
	text-decoration: none;
}

#contentbottomright img.subhead {
	margin-top: 20px;
	margin-left: 15px;
}

#aboutleftside {
	width: 450px;
	margin-left: 25px;
	float:left;
}

#aboutleftside img.framedimg {
	background-color:#555555;
	border-style:none;
	margin-bottom:30px;
	padding:4px;
	margin-top: 15px;
}

#aboutleftside p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
	color: #616161;
	margin-top: 10px;
	margin-bottom: 10px;
}

#aboutleftside p span.highlight {
	color: #000000;
	font-weight: bold;
}

#aboutleftside p span.missingquote {
	font-size: 24px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 30px;
}

#aboutleftside a {
	font-weight: bold;
	color: #ff7200;
}

#aboutleftside a:hover {
	background-color: #ff7200;
	color: #FFFFFF;
	text-decoration: none;
}

#aboutrightside {
	width: 330px;
	margin-left: 45px;
	float:left;
}

#aboutrightside img.framedimg {
	background-color:#555555;
	border-style:none;
	margin-bottom:35px;
	padding:4px;
}

#aboutrightside ul.services {
	text-align:left;	
	padding-top: 10px;
	padding-bottom: 10px;

}

#aboutrightside ul.services li {
	list-style-image:url(/images/bullet_orange.png);
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #555555;
	list-style-type: none;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	margin-left: 20px;
	margin-right: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

#contactleftside {
	width: 440px;
	margin-left: 35px;
	float:left;
	padding-bottom:30px;
	color: #000000;
}

#contactleftside img.framedimg {
	background-color:#555555;
	border-style:none;
	margin-bottom:30px;
	padding:4px;
}

#contactleftside p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
	color: #616161;
	margin-bottom: 10px;
}

#contactleftside p.contactlist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 3px;
	color: #616161;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}

#contactleftside p.contactlist2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 3px;
	color: #616161;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	margin-bottom: 35px;
}

#contactleftside p span.highlight {
	color: #000000;
	font-weight: bold;
	margin-left: 55px;
}

#contactleftside p span.indent1 {
	margin-left: 30px;
}

#contactleftside p span.indent2 {
	margin-left: 40px;
}

#contactleftside p span.indent3 {
	margin-left: 25px;
	margin-bottom: 20px;
}

#contactleftside a {
	font-weight: bold;
	color: #ff7200;
}

#contactleftside a:hover {
	background-color: #ff7200;
	color: #FFFFFF;
	text-decoration: none;
}

#contactrightside {
	width: 330px;
	margin-left: 45px;
	float:left;
}

#contactrightside img.framedimg {
	background-color:#555555;
	border-style:none;
	margin-bottom:30px;
	padding:4px;
}

#contactrightside ul.services {
	text-align:left;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 25px;
}

#contactrightside ul.services li {
	list-style-image:url(/images/bullet_orange.png);
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #555555;
	list-style-type: none;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	margin-left: 20px;
	margin-right: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

#contactrightside ul.linklist {
	text-align:left;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 25px;
}

#contactrightside ul.linklist li {
	list-style-image:url(/images/bullet_grey.png);
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #555555;
	list-style-type: none;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	margin-left: 20px;
	margin-right: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

#contactrightside ul.linklist li a {
	border:medium none;
	color:#ff7200;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	display: block;
}

#contactrightside ul.linklist li a:hover {
	background-color: #ff7200;
	color: #FFFFFF;
	text-decoration: none;
}



.warning {
	font-weight: bold;
	padding: 5px;
	text-align: center;
}

.true {
	font-weight: bold;
	padding: 5px;
	text-align: center;
}

#stylized{
border:none;
}

#stylized fieldset { border: none; width: 436px;}

#stylized label{
display:block;
font-weight:bold;
text-align:right;
width:80px;
float:left;
}
#stylized .small{
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:140px;
}
#stylized input{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #333;
width:300px;
margin:-3px 0 20px 10px;
background-color:#DDD;
}

#stylized select{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #333;
width:250px;
margin:2px 0 20px 10px;
background-color:#DDD;
}

#stylized textarea{
float:left;
font-size:12px;
padding:4px 2px;
width:300px;
margin:2px 0 20px 10px;
background-color:#DDD;
border: 1px solid #333;
}


#stylized button{
	font-size: 10px;
	width: 70px;
	padding-top:3px;
	padding-bottom: 3px;
	background: #1a1a1a;
	border: 1px solid #000;
	text-decoration: none;
	text-align: center;
	font-weight:bold;
	color:#ffaf05;
	text-decoration: none;
	display: block;
	letter-spacing: .2em;
	float: right;
	margin-right: 40px;
}

#stylized button:hover{
	text-decoration: underline;
	cursor: pointer;
}


/* BLOG CSS */
#page {
	text-align: left;
	color: #555;
	}

.widecolumn .entry p {
	font-size: 12px;
	color: #555;
	}

.narrowcolumn .entry, .widecolumn .entry {
	font-size: 12px;
	padding: 10px;
	color: #555;
	}

.widecolumn {
	line-height: 1.6em;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	line-height: 1.5em;
	}

h1, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	}

h2 {
	font-size: 20px;
	color:#f2a020;
	}
	
h2 a {
	font-size: 16px;
	color:#f2a020;
	}


h2.pagetitle {
	font-size: 16px;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	color: white;
	}


h2 a:hover {
	text-decoration: underline;
	}

h3, h3 a, h3 a:hover, h3 a:visited, #wp-calendar caption, cite {
	text-decoration: none;
	}

.commentlist li {
	font: 0.9em Arial, Helvetica, sans-serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}



small, .nocomments, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h3 a:hover {
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em Arial, Helvetica, sans-serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */

/* Begin Structure */

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


#header img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 30px;
}

#header h1 {  
	text-indent: -9999px;   
	}
	
#content .narrowcolumn {
	float: left;
	margin-left: 25px;
	width: 555px;
	}

#content .widecolumn {
	padding: 0px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 525px;
	}

.post {
	margin: 0 0 20px;
	text-align: left;
	background: #F2F2F2;
	border: 1px solid #c1c1c1;
	background-image: url(/images/blog_bg.jpg);
	background-position: top;
	background-repeat: repeat-x;

	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}



.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}


.clear {
	clear: both;
}

/* End Structure */

/*	Begin Headers */

h2 {
	margin: 10px 10px 0 10px;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}


h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 0px auto 20px ;
	color:#F00;
	}
/* End Headers */


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */



.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0 0 .5em 0;
	}
	
.entry ul {
	padding: 0 0 0 35px;
	margin: 0;
}
	
.entry ul li {
	list-style: disc;
	padding: 0 0 .5em 0;
}

ol li {
	list-style: decimal outside;
	}


/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}




#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}

/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }


.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */







/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	text-align: justify;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	
.navigation a {
	color: #333;
	font-size: 11px;
}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.postmetadata {
	color: #FFF;
	background: #1a1a1a;
	clear: both;
	font-size: 11px;
}

.postmetadata p {
	padding: 5px 0;
}

.postmetadata a {
	color:#ffaf05;
	text-decoration: underline;
}

.postmetadata a:hover {
	text-decoration: none;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
 .postmetadata {
	text-align: left;
	padding: 2px 0 2px 10px;

	}
	
	
.widecolumn .postmetadata {
	margin: 30px 0;
	}
	
.narrowcolumn .entry p {
	padding-bottom: 1em;
}

.narrowcolumn .entry a {
	text-decoration: underline;
	color:#f2a020;
}

.narrowcolumn .entry a:hover {
	color: #FFF;
	background: #f2a020;
	text-decoration: none;
}

.sociable li {
    display:inline;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 5px;
}
/* End captions */



.post h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #f2a020;
	font-size: 24px;
	font-weight: normal;
	margin: 10px 10px 0 10px;
}

.post h1 a{
	color: #f2a020;
	text-decoration: none;
}

.post h1 a:hover {
	text-decoration: underline;
}

.entry h1 {
	font-size: 15px;
	color: #000;
	padding: 0;
	margin:0;
}

/* Begin Sidebar */

#sidebar
{
	padding: 20px 0 10px 0;
	width: 220px;
	float: right;
	background:#F2F2F2;
	margin-right: 25px;
	border: 1px solid #c1c1c1;
	background-image: url(/images/blog_bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
#sidebar li {
	list-style: none;
	
	}

#sidebar li li {
	margin-left: 15px;
		border-bottom: 1px dotted #555;
		width: 190px;

	}
	

	
/* End Sidebar */

#sidebar a {
	color: #d47700;
	text-decoration: none;
	display: block;
	padding: 3px;
	width: 185px;
}

#sidebar a:hover {
	background-color: #d47700;
	text-decoration: none;
	color: #FFF;
}

#sidebar h2 {
	color: #000;
	font-weight: bold;
	font-size: 15px;
	padding-left: 10px;
	letter-spacing: .1em;
	margin-bottom: 3px;
	background: url(/images/sidebar-header-bg.jpg) top repeat-x;
	height: 20px;
	padding-top: 10px;
	border: 1px solid #d2d2d2;
	font-family: "Courier New", Courier, monospace;
	}

.narrowcolumn .commentlist a {
	color: #f2a020;
}

.pagetitle {
	text-align: center;
	color: #666;
	font-family:"Courier New", Courier, monospace;
	font-size: 16px;
}
