BODY {
 background-image: url(images/background.jpg);
 background-attachment: fixed; 
background-position: center;
background-color: #000;
 height: 100%;
width:100%;
background-repeat: no-repeat;
 font-family: arial, verdana, helvetica, sans-serif;
 margin: 0; font-size: 76%; color:#8c8a8a;
}

a {
color: #4e8cb8;
text-decoration:none;
}

a:hover {
text-decoration: underline;
} 

h1 { margin:0px;
padding: 0px;
}

h2 {
margin: 0px;
padding:0px
text-decoration: none;
}

h2 a {
margin: 0px;
padding:0px
text-decoration: none;
}

h2 a:hover {
color:#7dcad0;
text-decoration: underline;
}


#page {
width: 900px;
margin-right:auto;
margin-left: auto;
}

#header {
background-image: url(images/repeater.png);
background-repeat: repeat;
height: 74px;
width:1200px;
margin-top: 30px;
margin-left: 0px;
position:relative;
left: -100px;
}

#headerImg {
width:790px;
height:74px;
background-image: url(images/headerImg.png);
margin-left: 98px;
}

ul#nav { background:url(images/header.png);}
ul#nav li { float:left; list-style-type:none; height:25px; display:block; position:relative; top:-40px; left: 150px; }
ul#nav li a { height:25px; display:block; position:relative; margin-right: 20px; text-indent:-9999px; outline:none }

li#navHome a, li#navAbout a, li#navPort a, li#navContact a, li#navBlog a { background:url(images/header.png) }


li#navHome a 						{ background-position:-134px -48px; width:53px;}
li#navHome a:hover					{ background-position:-134px -122px }


li#navAbout a 						{ background-position:-209px -48px; width:79px;}
li#navAbout a:hover					{ background-position:-209px -122px }


li#navPort a 					{ background-position:-313px -48px; width: 81px;}
li#navPort a:hover				{ background-position:-313px -122px }


li#navBlog a 						{ background-position:-416px -48px; width:56px;}
li#navBlog a:hover					{ background-position:-416px -122px }


li#navContact a 					{ background-position:-496px -48px; width:400px;}
li#navContact a:hover					{ background-position:-496px -122px }


#main {
background-image: url(images/repeater.png);
background-repeat: repeat;
 float: left;
 width: 390px; 
padding:10px;
margin-right: 20px;
 overflow:hidden;
}

#wrap{
background-image: url(images/repeater.png);
background-repeat: repeat;
 float: left;
 width: 630px; 
padding:10px;
margin-right:20px;
 overflow:hidden;
}

#main a img {border:0px;}
.title {
 color: #4f4f50 ; font-family:Georgia, "Times New Roman", Times, serif;
 font-size: 42px;
 padding: 25px 0 0 65px;
}
/* Formatting */

.main_title { font-size: 26px; text-decoration: none;}

.main_post {text-align: justify; line-height: 150%;}
.main_post img {padding: 5px;}
.main_post ul, .post ol { margin: 0 0 1.5em 40px; }
.main_post li { margin: 0 0 0.5em 0;}
.main_post ul li ul, .main_post ul li ol, .main_post ol li ul, .main_post ol li ol { margin: 0.5em 0 0.5em 30px; }
.main_post dl { margin: 0 0 1.5em 0; }
.main_post dt { font-weight: bold; }
.main_post dd { margin: 0 0 1.5em 20px; }



.main_feedback { font-size:9pt; font-family: trebuchet ms; text-align: center; }




.post h2{
	font-family:Georgia, "Times New Roman", Times, serif
	font-size: 22px;
	padding: 0px 0 0 0;
}

.entry{
	line-height: 22px;
}

.postinfo{

	font-size: 11px;
	color: #000;
	padding: 2px 0 20px 0;
}

.postinfo a{
	color: #000;
}

.postdate{ color: #000; }

p.postmetadata{
	font-size: 12px;
	color: #000;
	border-top: 1px dotted #CCC;
	margin: 20px 0 0 0;
	padding: 5px 0 0 0;
}

p.postmetadata strong{
	float: right;
}



/* This is the link at the bottom of a post which lets you go to the next or previous post */

.postnav{
	padding: 10px 20px 20px 10px;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}

h2.archive_head{ 
	font-weight: bold !important; 
	font-size: 14px !important; 
	letter-spacing: normal !important; 
	margin: 0 0 1.8em 10px !important; 
	padding: 0.4em 5px !important; 
	border-bottom: 1px dotted #CCC; 
	background: none; 
}

	

/*----SIDEBAR STYLES----*/

.sidebar{
background-image: url(images/repeater.png);
background-repeat: repeat;
	float: left;
	width: 180px;
	display: inline;
padding:5px;
	overflow:hidden;
height:100%;
}

.sidebar ul{
	list-style: none;
	margin: 0;
	padding: 0 5px 0 0;
}


.sidebar ul li{
	padding: 10px 0 20px 0;
}

.sidebar ul li h2{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	color: #555;
	padding: 3px 0;
	margin: 0 10px 0 22px;
	border-bottom: 1px solid #333;
}

.sidebar ul ul li{
	padding: 0;
margin:0px;
	margin: 0 0 0 13px;
	line-height: 20px;
	list-style: none;
	font-size: 11px;
	border-bottom: 1px solid #333;
}

.sidebar .syndication .rss {
	width: 110px;
	height: 90px;
	position: relative;
left: 15px;
}

.sidebar .syndication .rss span{
	background: url(images/RSS.png) no-repeat;
	position: absolute;
	width: 112px;
	height: 100%;
}

.sidebar .rss .sub{
	border-bottom: none;
}

.sidebar .rss .sub a:hover{
	background: none;
}

.sidebar ul li a{
	display: block;
	text-decoration: none;
	color:#4e8cb8;
	padding: 2px 2px;
}

.sidebar ul li a:hover{
	text-decoration: none;
	color: #fff;
	background: #032332;
}



/* Left Sidebar */

.leftbar{
	float: left;
        width: 200px;
margin-right:20px;
padding:5px;
background-image: url(images/repeater.png);
background-repeat: repeat;
	
}

.leftbar ul{

	list-style-type: none;
	margin: 0 0 0 7px;
	padding: 0 0 0 7px;
}

.leftbar ul li{
	padding: 10px 0 20px 0;
        margin: 0px;
        overflow:visible;
}

.leftbar ul li h2{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	color: #555;
	padding: 3px 0;
	margin: 0 0 0 14px;
	border-bottom: 1px solid #333;
}

.leftbar ul ul li{
	padding: 0;
	margin: 0;
	line-height: 20px;
	list-style: none;
	font-size: 11px;
	border-bottom: 1px solid #333;
}



/*----COMMENT FORM----*/

#comment-form{
	width: 370px;
	margin: 10px 0 0;
	padding: 5px 5px 15px 15px;
	background: transparent;
}

.comments-template ol{
	margin: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	line-height: 18px;
	margin: 10px 0 10px 0;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
	color: #c8c800;
	padding: 10px 0 30px 0;
}

.commentmetadata{
	font-size: 12px;
	color: #555;
	padding: 20px 0 20px 0;
}

.commentmetadata strong { 
	font-size: 16px; 
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template input{
	border: 1px solid #555;
}

.comments-template textarea{
	font-family: Arial, Hevletica, Georgia, Sans-seriff;
	font-size: 12px;
	color: #000;
	margin: 30px 15px 15px 0;
	background: #FFF;
	border: 1px solid #555;
}

#footer{

	width: 1024px;
 float:left;
	line-height: 18px;
	font-size: 80%;
	color: #ccc;


}

#footer a:link{
	text-decoration: none;
	color: #9CF;
}

#footer a:hover{
	text-decoration: underline;
	color: #FFF;
}

#footer a:visited{
	text-decoration: none;
	color: #9CF;
}

#posts {
background-image: url(images/posts.png);
height: 35px;
width: 181px;
text-indent: -9999px;
}

h1#name {
background-image: url(images/name.png);
height: 25px;
width: 178px;
text-indent: -9999px;
margin-left:-5px;
}
#work {
background-image: url(images/work.png);
height: 43px;
width: 97px;
text-indent: -9999px;
}
#links {
background-image: url(images/graphic.png);
height: 49px;
width: 160px;
text-indent: -9999px;
margin-left: 5px;
}
h1#about {
background-image: url(images/about.png);
height: 43px;
width: 101px;
text-indent: -9999px;
margin-left:-5px;
}

h1#glinks {
background-image: url(images/links.png);
height: 25px;
width: 90px;
text-indent: -9999px;
margin-left:5px;
}

h1#designers{
background-image: url(images/designers.png);
height: 25px;
width: 155px;
text-indent: -9999px;
margin-left:5px;
}

h1#categories {
background-image: url(images/categories.png);
height: 25px;
width: 140px;
text-indent: -9999px;
margin-left:5px;
}

h1#portfolio {
background-image: url(images/portfolio.png);
height: 40px;
width: 150px;
text-indent: -9999px;
}

h1#webDesign {
background-image: url(images/webDesign.png);
height: 25px;
width: 120px;
text-indent: -9999px;
}

h1#graphicDesign {
background-image: url(images/graphicDesign.png);
height: 25px;
width: 112px;
text-indent: -9999px;
}


h1#contact {
background-image: url(images/contact.png);
height: 43px;
width: 143px;
text-indent: -9999px;
}

.img {
width:370px;
}

#port {
float:left;
width: 330px;
color: #494848;
}

#gd {
float:left;
width: 250px;
}

#port a img {
border-color:#494848;
opacity:.70;
}

#port a:hover img {
border-color:#bfbfbe;
opacity:1.00;
}

#time {
font-size: 80%;
}

