/*  
Theme Name: Visual Design
Theme URI: http://www.uxte.com
Description: Wordpress theme for the visual design blog.
Version: 1.0
Author: uxte
Author URI: http://www.uxte.com

*/

body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
	margin: 0;
	padding: 0;
}

img{
	border: none;
}


body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	vertical-align: top;
	background: #ffffff;
	color: #333333;
}

h1{
	font-size: 24px;
	padding: 0 0 10px 0;
}

a:link, a:visited{
	text-decoration: none;
	color: #333333;
}

a:hover{
	text-decoration: none;
}

p{
	padding: 10px 0 0 0;
}

#header{
    width: 100%;
}

#topline{
	background: #272727;
	width: 100%;
	height: 8px;

}

#topbar{
	margin: 0 auto 0 auto;
	width: 850px;
	height: 108px;

}

#vdesign{
	width: 250px;
	height: 100px;
	float: left;

}

#logo{
	width: 160px;
	height: 100px;
	float: right;
}

#banner{
	width:100%;
	border-top: #cccccc solid 1px;
	border-bottom: #cccccc solid 1px;

}

.bannertext{
	margin: 0 auto 0 auto;
	width: 850px;
	padding: 30px 0 30px 0;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size:24px;
	color: #999999;
}

#botbar{
	margin: 0 auto 0 auto;
	width: 850px;
	height: 50px;

}

#search{
	text-align: left;
	float: left;
}

#searchform{
	width:400px;
}

#search input{
	float: left;
	width: 200px;
	margin: 10px 10px 0 10px;
	padding: 6px;
	border: #CCCCCC solid 1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

#search #searchsubmit{
	 float: left;
	 width: 60px;
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:14px;
	 color: #666666;
	 font-weight:bold;
	 margin: -6px 0 0 0;
	 padding: 5px;
	 border: none;
	 background: none;
	 cursor: pointer;
}

#iconbar{
	float: right;
	padding: 14px 10px 0 14px;
}

#wrapper{
}

#container{
	margin: 0 auto 0 auto;
	width: 850px;
}

.post{
	padding: 0 0 30px 0;
}

.post a{
	text-decoration: none;
	border-bottom: #999999 dotted 1px;
	
}

.post a:hover{
	text-decoration: none;
	border-bottom: #ccff00 dotted 1px;
	background-color:#272727;
	color: #ccff00;
	
}
.postheader{
	background: url(images/postheader_bkg.gif) repeat-x;
	height: 62px; 

}

.postheader h2{
	background: url(images/posttitle_bkg.gif) no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #ccff00;
	float: left;
	height: 42px; 
	padding: 10px;
	
}

.postheader h2 a{
	text-decoration: none;
	color: #ccff00;
	border: none;
	
}


.postdata{
	background: url(images/postdata_bkg.gif) top right no-repeat;
	float: right;
	height: 34px; 
	padding: 15px;
	color: #999999;
	font-weight:bold;
	
}

.postdata a{
	text-decoration: none;
	font-weight:bold;
	color: #999999;
	
}

.postdata a:hover{
	text-decoration: none;
	border-bottom: #ccff00 dotted 1px;
	font-weight:bold;
	color: #ccff00;
	
}

.entry{
	text-align: left;
	line-height: 18px;
}


p.postmetadata{
	font-style:italic;
	color: #999999;
}

p.postmetadata a{
	color: #999999;
}

.navigation{
	text-align: left;
	margin: 0 0 20px 0;
}

.navigation a{
	text-decoration: none;
	border-bottom: #999999 dotted 1px;
	
}

.navigation a:hover{
	text-decoration: none;
	border-bottom: #ccff00 dotted 1px;
	background-color:#272727;
	color: #ccff00;
}

.prevpost{

}

.nextpost{
	
}
/* SIDEBAR //////////////////////////////////////////// */

.sidebar{
	float: left;
	width: 240px;
	background: #eeeeee;
	margin: 0 0 0 10px;
	display: inline;
}

.sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 10px;
}

.sidebar ul li{
	padding: 10px 0 10px 0;
}

.sidebar ul li h2{
	font-family: Georgia, Sans-serif;
	font-size: 14px;
}

.sidebar ul ul li{
	padding: 0;
	line-height: 24px;
}

/* FOOTER //////////////////////////////////////////// */

#footer{
	clear: both;
	float: left;
	width: 100%;
	background-color:#272727;
}

#footernav{
	margin: 0 auto 0 auto;
	width: 850px;
	padding: 30px 0 0 0;
	text-align: left;

}

.footerpod{
	float: left;
	width: 150px;
	padding: 10px;
}



.footerpod li{
	list-style-type: none;
	text-align: center;
	color: #999999;
}

.footerpod ul li{
	line-height: 18px;
}

.footerpod li ul li{
	line-height: 18px;
}

.footerpod li a{
	text-decoration: none;
	color: #999999;
	
}

.footerpod li a:hover{
	text-decoration: none;
	color: #ccff00;
	
}

.footerpod h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ccff00;
	text-align: center;
	border: #333333 solid 1px;
	padding: 6px;
	margin-bottom: 10px;
}

.footerpod ul {
	padding:0;
	margin:0;
}

table#wp-calendar{
	width: 100%;
}

#copyright{
    float: left;
	width: 850px;
	
	text-align: left;
	color:#666666;
}

#copyright a{
	text-decoration: none;
	color: #666666;
	border-bottom: #666666 dotted 1px;
	
}

#copyright a:hover{
	text-decoration: none;
	color: #ccff00;
	border-bottom: #ccff00 dotted 1px;
}

.credits{
	float: left;
	padding: 40px 0 30px 0;
}

.validate{
	float: right;
	padding: 40px 0 30px 0;
	font-size:12px;
}

/* COMMENTS //////////////////////////////////////////// */

.comments-template{
	text-align: left;
	margin: 10px 0 0;
	padding: 10px 0 0;
}

#comments{
	background: url(images/reply_bkg.gif) repeat-x;
	width: 425px;
	height: 60px; 
}

#comments h3{
	background: url(images/reply_left_bkg.gif) no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	float: left; 
	padding: 20px 10px 20px 10px;
}

.commentsright{
	background: url(images/reply_right_bkg.gif) top right no-repeat;
	width: 10px;
	height: 60px;
	float: right;

}

.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 10px 10px 10px;
	background: #f2f2f2;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}

#author-id-1{
	background: #ffffff;

}

.comments-template h2{
	
}

.commentmetadata{
	font-style:italic;
	color:#999999;
	margin: 10px 0 0 0;
}

.commentmetadata a{
	text-decoration: none;
	color:#999999;
	
}

.comments-template p.nocomments{
	padding: 0;
}

#commentform{
	width: 100%;
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 14px;
}

#commentform input{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 14px;
	padding: 6px;
	border: #CCCCCC solid 1px;
}

#commentform label{
	color: #666666;
	font-style:italic;
	
}

#commentform textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 14px;
	width: 410px;
	padding: 6px;
	border: #CCCCCC solid 1px;
}

#commentform #submit{
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:14px;
	 color: #666666;
	 font-weight:bold;
	 border: none;
	 background: none;
	 cursor: pointer;
	
}

#respond{
	background: url(images/postheader_bkg.gif) repeat-x;
	width: 425px;
	height: 60px; 
}

#respond h3{
	background: url(images/posttitle_bkg.gif) no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #ccff00;
	float: left; 
	padding: 10px 10px 20px 10px;
}

.respondright{
	background: url(images/postdata_bkg.gif) top right no-repeat;
	width: 10px;
	height: 60px;
	float: right;

}


.notetext{
 	color: #666666;
	font-style:italic;
}

.error{
	color: #ccff00;
	background: #272727;
	padding: 20px;
	margin: 20px auto 0 auto;
	width: 300px;
}

.error a{
	color: #999999;
}

.share {
}

.share a{
	font-weight:bold;
	color: #666666;
	border-bottom: none;

}

.share a:hover{
    font-weight:bold;
	color: #666666;
	border-bottom: none;

}