/*  
Theme Name: Black n White
Theme URI: http://zacklive.com/new-black-and-white-wordpress-theme/300/
Description: A black and white WordPress Theme, simple and elegant design, widget ready with right sidebar.
Version: 1.0.1
Author: Zack
Author URI: http://zacklive.com/
Tags: fixed width, two columns, widgets, widget ready, black, white, simple, right sidebar, valid XHTML, valid CSS

   This theme, including the CSS, XHTML and design, is released under the
   GPL: http://www.opensource.org/licenses/gpl-license.php

*/

body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
	margin: 0;
	padding: 0;
}

body{
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: arial, Arial, helvetica, Sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background: #FFF;
	color: #000;
}

h1{
	font-family: arial, Arial, Sans-serif;
	font-size: 23px;
	color: #77E3E5;
}

h1 a{
	color: #77E3E5;
}

h1 a:hover{
	text-decoration: none;
	color: #DA70D6;
}

a:link, a:visited{font-size:10px; font-family:arial; color:#FF0000
;  text-transform:uppercase; text-decoration:none; font-weight:bold; background-color: #FAFAFA;}

a:hover{font-size:10px; font-family:arial; color:#FF0000; text-transform:uppercase; text-decoration:underline; font-weight:bold;}

p{
	padding: 10px 0 0 0;
}

#container{
	margin: 0px auto 0px auto;
	width: 800px;
	text-align: left;
	background-color: #FFF;
}

#header{
	float: left;
	width: 800px;
background-color: #FFF;
padding-top: 5px;
padding-bottom: 5px;
}

#sidebar{
	float: left;
	width: 200px;
	color: #000;
	background: #FFF;
}

#main{
	float: left;
	width: 800px;
	background-color: #FFF;
}

#navmenu{
	float: left;
	margin: 15px 0 0 0;
}

#postcon{
	margin: 0px 0;
	background: #FFF;
	width: 600px;
	float: left;
}

#header img {border-bottom: solid 15px #000;}

#navmenu ul{
	list-style-type: none;
	list-style-image: none;
}

#navmenu ul li{
	display: inline;
	padding: 0 0 0 20px;
}

#navmenu ul li a {
	text-decoration: none;
	color: #FF0000;
}

#navmenu ul li a:hover {
	color: #FF0000;
}

.post{
	padding: 10px 20px;
}

.post a{
	color: #336699;
}

.post a:hover{
	color: #666;
	text-decoration: underline;
}

.post h2{
     color:#000;
     background:#FFF;
     font-size: 20px;
     line-height:24px;
     font-family: arial;
     font-weight: bold;
     display: block;
     border-bottom: solid 2px #000;
}

.post h2 a{
     color:#000;
     background:#FFF;
     font-size: 20px;
     line-height:24px;
     font-family: arial;
     font-weight: bold;
     display: block;
     padding-left: 5px;
     text-decoration: none;
     border-bottom: solid 2px #000;
}

.post h2 a:hover{
     color:#666;
     background:#FFF;
     font-size: 20px;
     line-height:24px;
     font-family: arial;
     font-weight: bold;
     display: block;
     padding-left: 5px;
     text-decoration: underline;
}

.entry{
	line-height: 18px;
}

.entry a{
font-size:10px; font-family:arial; color:#FF0000; text-transform:uppercase; text-decoration:none; font-weight:bold; background-color: #FAFAFA;
}

.entry a:hover {font-size:10px; font-family:arial; color:#FF0000; text-transform:uppercase; text-decoration:underline; font-weight:bold;}

.postmetadata{
	background-color: #FAFAFA;
	color:#666;
	font-size: 11px;
	font-family: arial, sans-serif;
	font-weight:bold;
	width:100%;
	display:block;
	padding: 2px 0 2px 10px;
}

.metabox{
	background-color: #FAFAFA;
	color:#000;
	font-size: 11px;
	font-family: arial, sans-serif;
	font-weight:bold;
	width:100%;
	display:block;
	margin-top: 10px;
	padding: 2px 0 2px 10px;
}

.metabox a {font-size:10px; font-family:arial; color:#FF0000; text-transform:uppercase; text-decoration:none; font-weight:bold; background-color: #FAFAFA;}

.metabox a:hover {font-size:10px; font-family:arial; color:#FF0000; text-transform:uppercase; text-decoration:underline; font-weight:bold;}

a.comment:link, a.comment:visited {font-size:10px; font-family:arial; color:#FF0000;  text-transform:uppercase; text-decoration:none; font-weight:bold; background-color: #FAFAFA;}

a.comment:hover {font-size:10px; font-family:arial; color:#FF0000; text-transform:uppercase; text-decoration:underline; font-weight:bold;}

.navigation{
	clear: left;
	color: #F8F8F8;
	display: block;
	height: 20px;
}

.floatleft{
	float: left;
}

.floatright{
	float: right;
}

table#wp-calendar{
	width: 100%;
}

.commentlink{
	padding: 2px 0 2px 20px;
	background: url('images/comment.png') left center no-repeat;
	margin-left: 10px;
}

.editcomment{
	padding: 2px 0 2px 20px;
	background: url('images/pencil.png') left center no-repeat;
	margin-left: 10px;
}

.catlink{
	padding: 2px 0 2px 5px;
}

.taglink{
	display: block;
	padding: 2px 0 2px 10px;
}

/*Sidebar
-----------------------------------------------------*/

.sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 0 5px 0 5px;
}

.sidebar ul li{
	padding: 10px 0 10px 0;
}

.sidebar ul li h2{
	font-family: arial, Sans-serif;
	font-size: 15px;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #666;
        text-transform: uppercase;
}

.sidebar ul ul li{
	padding: 0;
	line-height: 24px;
}

/*Tags
-----------------------------------------------------*/
.tags,
#tag_cloud {
	margin: 0 0 15px;
}
.tags {
  text-align: center;
}
.tags a,
#tag_cloud a {
	color: #AAA;
	margin: 0 2px;
}

.cle{
	clear: both;
}

/*Footer
-----------------------------------------------------*/
#footer{
	clear: both;
	float: left;
	text-align: center;
	width: 800px;
	line-height: 20px;
	margin: 15px 0;
	padding: 5px 0 5px 0px;
	color: #AAA;
	background-color: #FFF;
}

/*Comments
-----------------------------------------------------*/
.alt{
	background: #EEE;
}

.comments-template{
	margin: 10px 0 0 0;
	border-top: 1px solid #ccc;
	
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	line-height: 18px;
	padding: 10px 0 10px 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: arial, sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.commentmetadata a{
font-size:10px; font-family:arial; color:#FF0000; text-transform:uppercase; text-decoration:none; font-weight:bold; background-color: #FAFAFA;
}

.commentmetadata a:hover {font-size:10px; font-family:arial; color:#FF0000; text-transform:uppercase; text-decoration:underline; font-weight:bold;}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, arial, Sans-serif;
	font-size: 12px;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/*Avatar
-----------------------------------------------------*/
.commentlist li .avatar {
float: right;
border: 1px solid #EEE;
padding: 2px;
margin: 0 10px;
background: #fff;
}

a.nav:link, a.nav:visited {font-size:20px; font-family:arial; color:#FF0000; line-height:24px;  text-transform:uppercase; text-decoration:none; font-weight:bold; background-color: #FAFAFA; display: block; }

a.nav:hover {font-size:20px; font-family:arial; color:#FF0000; line-height:24px; text-transform:uppercase; text-decoration:none; font-weight:bold; display: block;}

a.nav:active {font-size:20px; font-family:arial; color:#E65799; line-height:24px; text-transform:uppercase; text-decoration:none; font-weight:bold; display: block;}


.post .PT {
     color:#000;
     background:#FFF;
     font-size: 20px;
     line-height:24px;
     font-family: arial;
     font-weight: bold;
     display: block;
     border-bottom: solid 2px #000;
     text-transform: uppercase;
}

img.thumbnail {border: solid 3px #000;}
img.thumbnailg {border: solid 3px #333;}
img.blogimage {border: solid 3px #000; float:right; }

table.pr {padding-right: 20px; padding-top: 20px; }

.ibs {
     color:#EC008C;
     font-size: 18px;
     line-height:24px;
     font-family: arial;
     font-weight: bold;
     background:#000;
	 display: block;
}

.libs {
     color:#000;
     background:#FFF;
     font-size: 20px;
     line-height:24px;
     font-family: arial;
     font-weight: bold;
     display: block;
     border-bottom: solid 2px #000;
     text-transform: uppercase;
}

.newsbold {
	color:#FF0000;
	font-weight: bold;
	font-size: 16px;
}

.prdates {
	color:#C0C0C0;
	font-weight: bold;
	font-size: 16px;
}

.merchtitle {
	font-family: tahoma;
	color:#222;
	font-weight: bold;
	font-size: 13px;
	font-style: italic;
}

td.press { padding-right: 10px; }
td.pressr { padding-left: 10px; }
td.pressblank { padding-top: 20px; }

.ArialBlackBold { font-family: Arial Black, Arial, san-serif; font-size: 16px; font-weight: bold; letter-spacing: -1px;}

/*** contact form ***/

#wpcf label {
	clear: both;
	display: block;
	float: left;
	width: 140px;
}
#wpcf input {
	float: left;
	padding: 1px;
        background-color: #999999;
        color: #FFF;
        border: solid 1px #111;
        width: 200px;
	margin: 2px 5px 2px 0;
}
#wpcf textarea {
	width: 300px;
	height: 100px;
	padding: 1px;
        background-color: #999999;
        color: #FFF;
        border: solid 1px #111;
	margin: 0 5px 10px 0;
}
#wpcf #contactsubmit {
	font-size: 13px;
        background-color: #555;
        color: #FFF;
        border: solid 1px #111;
        width: 300px;
}

#wpcf_all { padding-left: 20px; padding-top: 30px;}

div.footent a {font-size: 20px;}
div.footent {font-size: 20px;}