/*  
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

*/
html, body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
	margin: 0;
	padding: 0;
}

body{
	margin: 0;
	font-family: Georgia, Arial, helvetica, Sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	/*background: #111111;*/
	/*background:#000 url(images/body-bg.gif) repeat-x;*/
	background-color:#000;
	color: #000;
}

h1{
	font-family: Georgia, Arial, Sans-serif;
	font-size: 23px;
	color: #F8F8F8;
}

h1 a{
	color: #F8F8F8;
}

h1 a:hover{
	text-decoration: none;
	color: #F8F8F8;
}

a:link, a:visited{
	text-decoration: none;
	color: #F8F8F8;
}

a:hover{
	text-decoration: underline;
	color: #336699;
}

p{
	padding: 10px 0 0 0;
}

#wrapper{
	margin:0 0 0 50px;
	width: 90%;
	text-align: left;
}

#header{
	float: left;
	width: 760px;
	/*height: 122px;*/
	color: #F8F8F8;
}

h1#htitle{
	float: left;
	margin: 17px 10px 0 0;
}
	h1#htitle a{
		float:left;
		background: url(images/logo.gif) no-repeat;
		width:318px;
		height:97px;
		text-indent:-10000em;
	}
#blog{
	float: right;
	margin: 48px 0 0 0;
}
	#blog h1{
		margin:0;
		padding:0;
		background:url(images/blog-text.gif) no-repeat;
		height:68px;
		width:137px;
		text-indent:-10000em;
	}
#desc{
	float: left;
	color: #777;
	margin: 25px 10px 0 0;
}

#navmenu{
	margin:0 0 0 60px;
	background:url(images/body-bg.gif) repeat-x;
	height:23px;
	width:700px;
}

#navmenu ul{
	margin:0;
	padding:0;
	list-style-type: none;
	list-style-image: none;
}

#navmenu ul li{
	display: inline;
	padding: 0 5px;
	border-right:1px solid #677C81;
}

#navmenu ul li a {
	text-decoration: none;
	color: #7D7D7D !important;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

#navmenu ul li a:hover {
	color: #7D7D7D !important;
	text-decoration:underline;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}




#menu-level2{
	margin:12px 0 20px 60px;
	height:20px;
}

#container{
	float: left;
	width: 665px;
	margin: 0 15px 0 60px;
	padding:17px;
	background-color:#212121;
}

#postcon{
	margin: 10px 0;
	/*background: #F8F8F8;*/
}

.post{
	/*padding: 10px 20px;*/
	padding:0;
}

.post a{
	color: #336699;
}

.post a:hover{
	color: #666;
	text-decoration: underline;
}

.post h2{
	font-family: Georgia, Sans-serif. Arial;
	font-size: 22px;
	margin:5px 0;
}

.post h2 a{
	color:#C5A739;
}
.post h2 a:hover{
	color:#C5A739;
	text-decoration:underline;
}

.entry{
	line-height: 18px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:1.5;
}

.postmetadata{
	border: 1px solid #787878;
	padding: 2px 0 2px 20px;
	color: #AAA;
	background:#424242;
}

.metabox{
	float: left;
	width: 99%;
	line-height: 20px;
	margin: 15px 0;
	padding: 5px 0 5px 5px;
	background:#424242;
	border: 1px solid #787878;
}

.navigation{
	clear: left;
	padding: 10px 10px;
	background: #333;
	color: #F8F8F8;
	width: 680px;
	height: 15px;
}

.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;
	color:#848484;
}
	.commentlink a{
		color:#848484;
	}
	.commentlink a:hover{
		color:#848484;
	}

.editcomment{
	padding: 2px 0 2px 20px;
	background: url('images/pencil.png') left center no-repeat;
	margin-left: 10px;
}

.catlink{
	padding: 2px 0 2px 20px;
	background: url('images/cat.png') left center no-repeat;
}

.taglink{
	display: block;
	padding: 2px 0 2px 20px;
	background: url('images/tag.png') left center no-repeat;
}
/*Sidebar
-----------------------------------------------------*/
.sidebar{
	float: left;
	width: 269px;
	display: inline;
	color: #F8F8F8;
	background: #333;
}

.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: 15px;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #666;
}

.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: 770px;
	line-height: 20px;
	margin: 15px 0;
	padding: 5px 0 5px 20px;
	color: #AAA;
}*/
#footer{
	float:left;
	background:#292929 url(images/footer-bg.png) repeat-x;
	color: #AAA;
	font-size:11px;
	/*height:14em;*/
	margin-top:50px;
	margin-left:60px;
	padding-top:12px;
	text-align:center;
	/*width:100%;*/
	width:700px;
}
#footer-contents{
	margin:0 15px 0 0;
	padding:17px 0 17px 17px;
	width:682px;
	background: url(images/bigV.gif) bottom right no-repeat;
}
	#footer-contents h1{
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size:12px;
		color:#AAAAAA;
		margin:0 0 10px 0;
		padding:0;
	}
.col1{
	float:left;
	width:180px;
	margin:0;
	text-align:left;
}
	.col1 ul{
		margin:0;
		padding:0;
	}
	.col1 .left{
		float:left;
		width:140px;
		margin:0 10px 0 0;
	}
	.col1 .right{
		float:right;
		width:150px;
		margin:0;
	}
.col2{
	float:left;
	width:200px;
	margin:0 0 0 50px;
	text-align:left;
}
	.col2 li{
		list-style: circle;
		text-align:left;
	}
.col3{
	float:right;
	width:200px;
	margin:0 10px 0 0;
	text-align:left;
}

.copyright{
	margin:40px 0 0 0;
}
#footer ul{
	list-style:none;
	list-style-position:inside !important;
}

/*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: 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;
}

.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;
}

.date-posted{
	float:left;
	margin:0;
	width:300px;
}

.admin-comment{
	float:right;
	text-align:right;
	margin:0;
	width:300px;
}

#searchform{
	margin-top:2px;
	display:inline;
	float:right;
}

input#s{
	width:100px;
	height:14px;
	border:1px solid #fff;
}
#searchsubmit{
	/*width:50px;
	height:18px;
	border:1px solid #fff;*/
	background: url(images/search-but.jpg) no-repeat;
	width:18px;
	height:18px;
	border:none;
	text-indent:-10000em;
	cursor:pointer;
}

.gallery-color{
	color:#C4A851;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:left;
}
	.gallery-color a{
		color:#fff;
		font-family:Verdana,Arial,Helvetica,sans-serif;
		font-size:12px;
		font-weight:bold;
		text-align:left;
		text-decoration:none;
	}
	.gallery-color a:hover{
		color:#C4A851;
		font-family:Verdana,Arial,Helvetica,sans-serif;
		font-size:12px;
		font-weight:bold;
		text-align:left;
		text-decoration:none;
	}
	
#flash{
	margin:0 0 0 60px;
}

#suckerfishnav {
    /*background:#9C1F1B url("../multi-level-navigation-plugin/images/suckerfish_red.png") repeat-x;
    font-size:18px;
    font-family:verdana,sans-serif;
    font-weight:bold;
    width:100%;*/
    }
#suckerfishnav, #suckerfishnav ul {
    float:left;
    list-style:none;
    /*line-height:40px;
    padding:0;
    border:1px solid #aaa;
    margin:0;
    width:100%;*/
    }
#suckerfishnav a {
    display:block;
    color:#dddddd;
    text-decoration:none;
    /*padding:0px 10px;*/
    }
#suckerfishnav li {
    float:left;
    padding:0;
    }
#suckerfishnav ul {
    position:absolute;
    left:-999em;
    height:auto;
    width:151px;
    font-weight:normal;
    margin:0;
    line-height:1;
    border:0;
    border-top:1px solid #666666;
    }
#suckerfishnav li li {
    width:149px;
    border-bottom:1px solid #666666;
    border-left:1px solid #666666;
    border-right:1px solid #666666;
    font-weight:bold;
    font-family:verdana,sans-serif;
    }
#suckerfishnav li li a {
    padding:4px 10px;
    width:130px;
    font-size:12px;
    color:#dddddd;
    }
#suckerfishnav li ul ul {
    margin:-21px 0 0 150px;
    }
#suckerfishnav li li:hover {
    background:#9C1F1B;
    }
#suckerfishnav li ul li:hover a, #suckerfishnav li ul li li:hover a, #suckerfishnav li ul li li li:hover a, #suckerfishnav li ul li li li:hover a {
    color:#dddddd;
    }
#suckerfishnav li:hover a, #suckerfishnav li.sfhover a {
    color:#dddddd;
    }
#suckerfishnav li:hover li a, #suckerfishnav li li:hover li a, #suckerfishnav li li li:hover li a, #suckerfishnav li li li li:hover li a {
    color:#dddddd;
    }
#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li:hover ul ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul, #suckerfishnav li.sfhover ul ul ul ul {
    left:-999em;
    }
#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul, #suckerfishnav li li li li.sfhover ul {
    left:auto;
    background:#444444;
    }
#suckerfishnav li:hover, #suckerfishnav li.sfhover {
    /*background:#DA0909;*/
    }
	
.client-testimonial{
	margin:0;
	padding:0;
	list-style: disc !important;
	list-style-position:inside !important;
}

.col3 li{
	list-style-position:inside !important;
}


#pixopoint_menu_wrapper1{
	float:left;
	width:550px;
}

.clear{clear:both;}