/*  
Theme Name: Dock-CD_blog
Theme URI: http://www.wpdesigner.com
Description: This is my theme for a tutorial.
Version: 1.0
Author: Small Potato
Author URI: http://www.wpdesigner.com/

*/
/*
body {
	margin: 0;
	font-family: Arial, Helvetica, Georgia, Sans-serif;		
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background: #ffffff;
	color: #000000;
}
*/
a:link, a:visited{
	text-decoration: underline;
	color: #336699;
}

a:hover{
	text-decoration: none;
}

p{
	padding: 10px 0 0 0;
}

#wrapper{
	margin: 0 auto 0 auto;
	width: 898px;
	text-align: left;
}

#header{
	float: left;
	width: 898px;
}
/*
#container
{
	float: left;
	width: 500px;
}

.sidebar
{
	float: left;
	width: 240px;
	background: #eeeeee;
	margin: 0 0 0 10px;
	display:inline;
}

#footer
{
	clear: both;
	float: left;
	width: 898px;	
	padding-top:10px;
}

#footer p{
	line-height:18px;
}
*/
body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form{
	margin: 0;
	padding: 0;
}

h1{
	font-family: Georgia, Sans-serif;
	font-size: 24px;
	padding: 0 0 10px 0;
}

.post{
	padding: 10px 0 10px 0;
}

.post h2{
	font-family: Georgia, Sans-serif;
	font-size: 18px;
}

.entry{
	line-height: 18px;
}

p.postmetadata{
	border-top: 1px solid #ccc;
	padding-top: 3px;
	margin: 10px 0 0 0;
}

.navigation{
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

/*styling sidebar*/

/* this style formats the all UL including nesting of UL */
.sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 0 0px 0 10px;
}

/* place padding between the sections */
.sidebar ul li{
	padding: 10px 0 10px 0;
}

.sidebar ul li h2{
	font-family: Georgia, Sans-serif;
	font-size: 14px;
}

/* fix no top and bottom padding for nested items/links */
.sidebar ul ul li{
	padding: 0;
	line-height: 24px;
}

/* to stretch the calendar 100%
table#wp-calendar{
width: 100%;
}
*/

/* comments styles */
.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}
/* end of comments styles */

/*		Dock-CD StyleSheet		*/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size:12px;
	font-family: Tahoma;
	color:#535050;
}
.welcome
{
color:#ff6c00;
font-size:20px;
}
.general
{
line-height:18px;
color:#535050;
font-size:12px;
}

.left_column
{
	width:198px; 
	vertical-align:top; 
	border-right:#a6c2dc 1px solid; 
	background-color:#ecf6ff;
	padding:15px;
}

.right_column
{
	vertical-align:top;
	padding:15px;
}
	
.motor
{
text-decoration:underline;
}	
.text
{
color:#005dae;
}	
.male
{
font-size:10px;
}
.spacer
{
padding-left:9px;
padding-right:9px;
}
.form
{
width:190px;
}
.massage
{
height:150px;
width:250px;
}
.cd
{
width:70px;
}
.page_spacer
{
padding-left:5px;
padding-right:5px;
color:#005dae;
}
.login_spacer
{
padding-left:5px;
padding-right:5px;
}
.best
{
color:#ff6c00;
}
.side
{
	
}	

/* new styles */
.leftnavi_sep
{
	background-image:url(../images/dot_line.jpg);
	background-repeat:repeat-x;
	height:1px;
}
.copyright
{
	text-align:center;
	padding:10px 0 10px 0;
	font-size:11px;
}

a:visited.contact, a:active.contact, a:link.contact
{
	color:#004a82;
	text-decoration:none;
}
a:hover.contact
{
	color:#ffffff;
	text-decoration:none;
}

.footer
{
	background-image:url(../images/bottom_orange_bg.jpg);
	height:31px;
	text-align:center;
	font-size:11px;
}
.errMessage
{
	color:#AA0000;
	font-size:14px;
}	