body {
	text-align: center;
	background: #0d0d0d url('../images/carpet3.jpg') repeat-x;
}
div#header {
	width: 998px;
	margin:0 auto 0 auto;
}
div#search {
	background: #000;
	width: 998px;
	margin:0 auto 0 auto;
}
div.inner {
	width: 998px;
	margin: auto;
	text-align: left;
	padding:0;
}
div#search div.inner {
	padding:5px 0;
}

/*********  PRIMARY NAVIGATION  *********/
ul#navigation {
	float: left;
	width: 700px;
	position: relative;
	text-align: left;
}
ul#navigation li {
	display: inline;
}
ul#navigation li a {
	color: #FFF;
	font-size: 12px;
	text-transform:capitalize;
	text-decoration:none;
	font-family:Helvetica, Arial, sans-serif;
	padding: 5px 15px 5px 15px;
}
ul#navigation li.active a {
	color: #FFF;
}
ul#navigation li a:hover {
	color: #fff;
	text-decoration:none;
	background-color:#545c67;
}
/*********  SEARCH  *********/
div#search form {
	font-size: 11px;
	width: 250px;
	padding-right:15px;
	float: right;
	text-align: right;
}
div#search form * {
	vertical-align: middle;
}
input#s {
	width: 175px;
}
ul#sidebar input#s {
	width: 100px;
}

div#wrapper {
	text-align: left;
	width: 998px;
	margin: auto;
	background: #fff url('../images/wrapper.gif') repeat-y right;

}
div#content {
	width: 700px;
	float: left;
	padding: 20px;
	background-color:#FFF;
}
div#contentHM {
	width: 993px;
	float: left;
	padding:3px 0 5px 5px;
	background-color:#e8e4e2;
}
div#contentHM h1{
	font-family:sans-serif;
	font-size:21px;
	color:#000;
	font-weight:bold;
}
div#contentHM p{
	font-family:arial,heveltica, sans-serif;
	font-size:12px;
	color:#000;
}
div#homecontainer{
	width: 950px;
	float: left;
	padding:1px;
	margin-left:23px;
}
div#homeA{
	width: 270px;
	float: left;
	padding:5px;
	margin:15px;
}
div#homeB{
	width: 270px;
	float: left;
	padding:5px;
	margin:15px;
}
div#homeC{
	width: 270px;
	float: left;
	padding:5px;
	margin:15px;
}
/*********  SIDEBAR ORIGINAL  *********/
ul#sidebar {
	display: block;
	width: 200px;
	float: left;
	padding: 10px 0 0 30px;
	font-size: 13px;
}
ul#sidebar h2 {
	font-size: 20px;
}
ul#sidebar li {
display: block;
font-size: 12px;
line-height: 1.1em;
padding-bottom: 3px;
padding-left:5px;
text-decoration: none;
text-indent: 0px;
}

ul#sidebar li a{
color: #3c65b0;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
display: block;
font-size: 12px;
line-height: 1.1em;
padding-bottom: 5px;
text-decoration: none;
text-indent: 0px;
}
ul#sidebar li a:hover{
color: #628fbe;
display: block;
font-size: 12px;
line-height: 1.1em;
padding-bottom: 5px;
text-decoration: underline;
text-indent: 0px;
}
ul#sidebar li ul li {
	font-size: 13px!important;
	margin: 0;
	border: none;
}
ul#sidebar ul.block-list li a {
	display: block;
	padding: 7px 0;
	border-bottom: 1px dotted #ccc;
	text-decoration: none;
}
ul#sidebar ul.block-list li a:hover {
	text-decoration: none;
}
/*********  FONT FORMATTING  *********/
h2, h3, h4, h5, h6 {
	color: #000;
}
h1 {
	font-family:sans-serif; Arial, Helvetica;
	font-size: 26px;
	margin: 0 0 8px!important;
	color: #680000;
	letter-spacing: -1px;
}
h1 a {
	color: #680000;
	text-decoration: none;
}
h1 a:hover {
	color: #680000;
	text-decoration: none;
}
h2 {
	font-family:sans-serif; Arial, Helvetica;
	font-size: 22px;
	margin: 0 0 8px!important;
	letter-spacing: -1px;
}
h2 a {
	color: #000;
	text-decoration: none;
}
h2 a:hover {
	color: #000;
	text-decoration: underline;
}
h3 {
	font-size: 18px;
	margin: 0 0 8px;
}

div.post h3 {
	font-family:Arial, Helvetica, sans-serif;
	margin: 0 0 2px;
}
h4 {
	font-size: 13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
div.post-title {
	margin: 0 0 10px;
}
div.post-title h2 {
	margin: 0;
}
div.post-title h3 {
	color: #851d1d;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}
div.post-title h3 a {
	color: #666;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}
div.post-title h3 a:hover {
	border-bottom: 1px solid #aaa;
	color: #444;
}
p {
	font-family:sans-serif, Arial, Helvetica;
	margin: 0 0 20px;
	font-size: 13px;
	line-height: 18px;
}

p a{
	color:#990000;
	text-decoration:none;

}

p a:hover{
	color:#990000;
	text-decoration:underline;

}

li{
	font-family:sans-serif, Arial, Helvetica;
	font-size: 13px;
}

li a{
	color:#990000;
	text-decoration:none;
	font-family:sans-serif, Arial, Helvetica;
	font-size: 13px;
}

li a:hover{
	color:#990000;
	text-decoration:underline;
	font-family:sans-serif, Arial, Helvetica;
	font-size: 13px;
}

img.float-left, img.alignleft {
	display: block;
	float: left;
	clear: left;
	margin: 0 24px 12px 0;
}
img.float-right, img.alignright {
	display: block;
	float: right;
	clear: right;
	margin: 0 0 12px 12px;
}
img.center, img.centered {
	display: block;
	clear: both;
	margin: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
div.post-content ul, div.post-content ol {
	margin: 5px 0 12px 24px;
	list-style: disc;
	font-size: 13px;
}
div.post-content ol {
	list-style: decimal;
}
a {
	color: #0078C8;
}
a:hover {
	color: #0095f8;
}
blockquote {
	font-size: 15px!important;
	font-family: Georgia, Times, 'Times New Roman', serif;
	color: #444;
	font-style: italic;
	margin: 0 0 0 22px;
	line-height: 24px!important;
	display: block;
}
blockquote p {
	font-size: 15px!important;
	line-height: 24px!important;
}
cite {
	text-align: right;
	float: right;
	color: #aaa;
}
cite a {
	color: #aaa;
	text-decoration: none;
}
cite a:hover {
	color: #999;
	text-decoration: underline;
}
code {
	font-size: 130%;
	background: #fafafa;
}
code.block {
	display: block;
	padding: 10px;
}
div.post {
	padding: 0 0 10px;
	margin: 0 0 25px;
	border-bottom: 1px dotted #ccc;
}
div.post-meta {
	display: block;
	padding: 15px 10px 0px 10px;
	font-size: 13px;
	background: #eaf3f9 url('../images/meta_top.gif') no-repeat top;
	color: #6f7f8a;
}
div.post-meta-cap {
	background: transparent url('../images/meta_bottom.gif') no-repeat bottom;
	height: 5px;
}
div.post-meta span {
	display: block;
	padding: 10px 0;
}
div.post-meta a {
	text-decoration: none;
}
div.post-meta a:hover {
	text-decoration: underline;
}
ul.post-comments {
	margin: 26px 0;
}
ul.post-comments h3 {
	margin: 0 0 5px;
}
li.comment {
	display: block;
	padding: 20px 20px 0;
	border-bottom: 1px dotted #ccc;
	background: #fafafa;
}
li.comment.alt {
	background: #fff;
}
cite.comment-author {
	text-align: left;
	float: left;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	width: 150px;
	clear: left;
	display: block;
}
cite.comment-author a {
	color: #333;
	text-decoration: none;
}
cite.comment-author a:hover {
	text-decoration: underline;
}
cite.comment-author img {
	position: relative;
	top: 6px;
	margin: 0 10px 0 0;
}
div.comment-content {
	display: block;
	width: 300px;
	float: left;
	padding: 0 0 0 10px;
}
a abbr, a acronym {
	border: none;
}
/*********  FOOTER  *********/
div#footer {
	clear: both;
	display: block;
	width: 998px;
	margin: auto;
}
div#footerTop{
	width: 998px;
	height:16px;
	background: url('../images/footerBot.jpg') no-repeat;
	margin:0 0 0 0;
}
div#footer p {
	font-size: 12px;
	margin: 0 0 5px 20px;
	color: #555;
}
div#footer p#blog-name {
	font-family:sans-serif, Arial, Helvetica;
	font-size: 10px;
	color: #595858;
	text-align:left;
	padding: 10px 0 0 15px;
}
.twitter {
float: left;
padding:0 0 0 28px;
margin:0 0 0 0;
}
.twitter a {
width: 231px;
height: 48px;
display: block;
background:url("../images/twitterA.gif") no-repeat;
}
.twitter a:hover {
background:url("../images/twitterB.gif") no-repeat;
}
.twitter span {
display: none;
}

.facebook {
float: left;
padding:0 0 0 0;
margin:0 0 0 0;
}
.facebook a {
width: 236px;
height: 48px;
display: block;
background:url("../images/facebookA.gif") no-repeat;
}
.facebook a:hover {
background:url("../images/facebookB.gif") no-repeat;
}
.facebook span {
display: none;
}

.flickr {
float: left;
padding:0 0 0 0;
margin:0 0 0 0;
}
.flickr a {
width: 233px;
height: 48px;
display: block;
background:url("../images/flickrA.gif") no-repeat;
}
.flickr a:hover {
background:url("../images/flickrB.gif") no-repeat;
}
.flickr span {
display: none;
}

.rss {
float: left;
padding:0 0 0 0;
margin:0 0 0 0;
}
.rss a {
width: 243px;
height: 48px;
display: block;
background:url("../images/rssA.gif") no-repeat;
}
.rss a:hover {
background:url("../images/rssB.gif") no-repeat;
}
.rss span {
display: none;
}
/*********  PORTFOLIO  *********/
ul#works {
   	display: block;
   	margin: 0;
   	margin-left: -20px;
   	margin-bottom: 20px;
   	padding: 0;
   	list-style: none;
   	}
   	
   		ul#works li{
   			float: left;
   			height: 260px;
   			margin-left: 8px;
   			width: 232px;
   			}
   			
   			ul#works li h3{
   				letter-spacing: -0.25px;
   				margin: 0px 0px 3px 0px;
   				text-indent: 3px;
				color: #010101;
				font-family:Arial, Helvetica, sans-serif;
			    font-size:18px
   				}
   				
   				ul#works li h3 a{
					font-family:Arial, Helvetica, sans-serif;
					font-size:18px;
   					color: #010101;
   					text-decoration: none;
   					}
   					
   					ul#works li h3 a:hover {
						font-family:Arial, Helvetica, sans-serif;
					    font-size:18px;
   						color: #680000;
   						}
   					
   				ul#works p {
   					line-height: 1.2em;
   					padding-left: 3px;
					font-family:Arial, Helvetica, sans-serif;
					font-size:11px
   					}
					
/************************  CONTACT FORM   ***********************/
div#contactBack{
	background:#f6f3f2 url('../images/cformBack.jpg') repeat-x;
	border:solid 1px #d0d0d0;
	width:550px;
	padding:10px;
	margin-left:55px;
}
.contact-input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#36C; 
	background: url('../images/inputimg.jpg') repeat-x;
	border:1px solid #999;
	padding:2px; 
	margin:1px; 
	width:285px;
	height:24px;
}
.contact-text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#36C;
	padding:2px; 
	margin:2px; 
	background:#FFF url('../images/inputimg.jpg') repeat-x;
	border:1px solid #999;
	width:525px;
}
#startOuter{
	width:650px;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
#startLeft{
	float:left;
	width:300px;
	margin:0 0 0 0;
	padding:0 0 0 0;	
}
#startRight{
	float:left;
	width:300px;
	margin:0 0 0 25px;
	padding:0 0 0 25px;	
}
#startBack{
	background:#f6f3f2 url('../images/cformBack.jpg') repeat-x;
	border:solid 1px #d0d0d0;
	width:315px;
	padding:5px;
	margin-left:10px;
}
.contact-drop {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#FFF url('../images/inputimg.jpg') repeat-x;
	border:1px solid #999;
	width:300px;
	height:24px;
}
.start-text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#36C;
	padding:2px; 
	margin:2px; 
	background:#FFF url('../images/inputimg.jpg') repeat-x;
	border:1px solid #999;
	width:305px;
	height:60px;
}

