/*  
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: 0;
	font-family: Arial, Sans-serif;
	font-size: 10px;
	text-align: center;
	vertical-align: top;
	background: #111111;
	color: #000;
}

h1{
	font-family: Arial, Sans-serif;
	font-size: 23px;
	color: #F8F8F8; 
}

h1 a{
    float: left;	
   background: url(http://www.d7toastmasters.org/images/toast-talk.jpg) no-repeat 0 0;
   width: 480px;
    height: 100px;
    text-indent: -9999px;



}

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: 18px 0 0 0;
        font-size: 1.2em;
        line-height: 1.5em;
}

strong{
        padding: 18px 0 0 0;
        line-height: 1.5em;
}

#wrapper{
	margin: 0 auto 0 auto;
	width: 990px;
	text-align: left;
}

#header{
	float: left;
	width: 960px;
	height: 100px;
	color: #F8F8F8;
       background-color: #ffffff;
        margin: 0 0 10px 0;
        padding: 10px;
}

#htitle{
	float: left;
	margin: 0 10px 0 0;
}

#desc{
	float: left;
	color: #777;
	margin: 75px 10px 0 0;
}

#navmenu{
	float: right;
	margin: 0px 10px 0 0;
}

#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: underline;
	color: #000000;
}

#navmenu ul li a:hover {
	color: #9999AA;
        text-decoration: underline;
}

#container{
	float: left;
	width: 700px;
	margin: 0 15px 0 0;
}

#postcon{
	margin: 10px 0;
	background: #F8F8F8;
}

.post{
	padding: 10px 20px;
}

.post a{
	color: #336699;
}

.post a:hover{
	color: #666;
	text-decoration: underline;
}

.post h2{
	font-family: Arial, Sans-serif;
	font-size: 22px;
}

.post h2 a{
	color: #333 !important;
}

.post ul{
        font-size: 1.2em;
        line-height: 1.6em;
}

.entry{
	line-height: 18px;
}

.postmetadata{
	border-top: 1px solid #EEE;
	padding: 2px 0 2px 20px;
	color: #AAA;
	background: url(images/time.png) left center no-repeat;
}

.metabox{
	float: left;
	width: 99%;
	line-height: 20px;
	margin: 15px 0;
	padding: 5px 0 5px 5px;
	background: #EEE;
}

.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;
}

.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: 266px;
	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: Arial;
	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: 990px;
	line-height: 20px;
	margin: 15px 0;
	padding: 5px 0 5px 20px;
	color: #AAA;
}

/*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;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: 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;
}

/* --------------------- Cforms ii --------------------- */

body .cform {
margin-left: 0px;
}

body .linklove a:link, body .linklove a:visited {
display: none;
}


body div.cf_info {
margin-left: 0;
font-size: 1.2em;
}

body div.success {
background-color: pink;
}
body ol.cf-ol li.cf-box-title {
padding: 0px 0 5px 0;
}

body .cform legend {
font-variant: normal;
}

body .cform ol.cf-ol li.cf-box-group {
padding-left: 0px;

}

body .cform #li--9, body .cform #li--13 {
font-size: .9em;
padding: 0;
}

body label.cf-group-after {
width: 30px;
}

/* Fieldsets */

body .cform .cf-fs2, body .cform .cf-fs3 {
border: 1px solid #cccccc;
padding: 5px;
width: 450px;
}

body .cform .cf-fs1{
width: 450px;
}

body label.cf-group-after span{
width: 40px;
}

/* --------------------- TLI --------------------- */
#gform_wrapper_1{
    margin-top: 30px;
    height: 100%;
    -moz-border-radius: .8em;
    border: 1px solid #d9d9d9
}

.gform_wrapper{
    font-size: 85%;
    background-color: #eee;
    padding: 0 10px;
}

#gform_1 .gform_heading{
    margin: 0;
    padding: 0 0 10px 0;
}

.gform_body .tli{

    padding: 10px 0;
}

.tli .gfield_label{
    font-size: 1.4em;
    margin-top: 10px !important;
}

.gform_body input, .gform_body textarea{
    height: 1.2em;
    font-size: 1.2em !important;
    
}
        
.gform_body select{
    font-size: 1.2em !important;
}            

.gform_wrapper .gform_footer .button{
    cursor: pointer;
    width: 120px;
    height: 30px;
    font-size: 1.4em;
}

.gform_wrapper .gform_footer .button:hover{
    font-weight: bold;
}
                                                                                    
