/* Begin Structure */


body 
{
	background: #c0c0c0;
	color: #333333;
}

#page 
{
	background: url('images/faux-column-black.gif') repeat-y #ffffff;
	border: 1px solid #c0c0c0;
        padding-right: 0;
}


#header 
{
	background: url('images/Header.jpg') no-repeat top right;
}


div.description, div.description h1
{
	color: #c0c0c0;
}

#menu
{
	background: #000000;
}

#menu li a
{
	color: #ffffff;
}

.entry p 
{
	color: #333333;
        text-align: justify;
        padding: 0 20px;
}
.entry div a, .entry div p a
{
	color: #0000ff;
        text-align: left;
        padding: 0;
}

#footer 
{
	border: none;
	background: #000000;
       
}

#footer a, #footer a:link, #footer a:visited
{
	color: #ffffff;
} 
#footer p 
{
        text-align: center;
        color: #ffffff;
        
}
       
/* End Structure */


/* Begin Sidebar */

#sidebar
{
	color: #c0c0c0;
	background-color: #737373;
}

#sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #ffffff;
}

#sidebar h2 
{	
	font-size: 18px;
	font-weight: bold;
        font-family: 'Century Gothic';
        text-align: left;  
	color: #ffcc00 !important;
	padding-left: 20px !important;
	padding-bottom: 0px !important;	
	background: url('images/bullet.jpg') left top no-repeat !important;
       
}
#sidebar ul li h2
{

}	
#sidebar a, #sidebar a:link, #sidebar a:visited
{
	color: #ffffff;
	font-weight: bold;
}
#sidebar  ul
{
	list-style-type: none;
        	
}
#sidebar ul ul li
{
	list-style-type: none; 	
	color: #ffffff;
	font-weight: bold;
	font-size: 10px;	
}

#sidebar p
{
	list-style-type: none; 	
	color: #ffffff;
	font-weight: bold;
	font-size: 10px;
        padding-left: 10px;
        margin-top: -20px;	
}

li.recentposts a
{
        padding-left: 0 !important;
        padding-bottom: 10px !important;        
}
li.xoxo, li.blogroll, li.cat-item, li.cat-item-1, cat-item-4 
{
       padding-bottom: 2px !important;
       padding-top: 2px !important;
       padding-left: 0 !important;  
}

/* End Sidebar */

/*	Begin Headers */

h1 
{
	color: #000000;
}


div.blogname h1 a, div.blogname h1 a:link, div.blogname h1 a:visited
{
	color: #ffffff;
}	
h2
{
    color: #666666;
    text-align: center;
    background: url('images/bat.jpg') no-repeat 0 0 #eeeeff;
}
h2 a, h2 a:link, h2 a:visited 
{
	color: #666666;
    text-align: center;
	text-decoration: none;
}

	
h2 a:hover, h3 a:hover
{
	color: #c0c0c0;
	text-decoration: underline;
}

h3, h3 a, h3 a:visited 
{
	color: #505050;
	border-bottom: 1px solid #e0e0e0;
}
 
h3#respond
{
 	color: #333333;
 	border: none;
}

/* End Headers */



/* Begin Form Elements */


#searchform #s 
{
	width: 125px;
	border: 1px solid #c0c0c0;
        background: url(images/searchbox.jpg) no-repeat #ffffcc;
	height: 16px;
}

#searchsubmit 
{
	border: 1px groove #3c5c7d;
	background: url(images/button.jpg) no-repeat #000000;
	color: #ffffff;
}

#header #searchform #s 
{
	border: 1px solid #333333;
}

/* End Form Elements */



/* Begin Comments*/


div.commentsForm
{
	float: left;
	width: 95%;
	background: #ffffff;
	text-align: left;
	
}


.commentlist li .avatar 
{ 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

#commentform input 
{
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	border: 1px solid #b0b0b0;
	background: #d0d0d0;
}

#commentform textarea
{
	width: 80%;
	overflow: auto;
	padding: 2px;
	border: 1px solid #b0b0b0;
	background: #d0d0d0;
}

#commentform #submit
{
	margin: 0;
	float: left;
	background: #666666;
	border: none;
	width: 80px;
	font-weight: bold;
	color: #ffffff;
}

#commentform label
{
	color: #333333;
	font-family: Century Gothic;
}

.nocomments 
{
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata 
{
	margin: 0;
	display: block;
}
/* End Comments */


/* Begin Various Tags & Classes */

a, a:link, a:visited
{
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}

a:hover 
{
	text-decoration: none;
}

div.date
{
	text-align: left;
	font-size: 11px;
	color: #b0b0b0;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	margin-top: -15px;
}

ul.viking li
{
   background: url(images/vikingbullet.gif) no-repeat #ffffff;
   text-align: left;
   padding-left: 45px;   
}
/* End Various Tags & Classes*/



