/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
*{
margin:0px;
padding:0px;
}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Tahoma;
	background:#000000 url(images/bodybg.jpg) left top repeat-x;
	color: #000;
	text-align: left;
	}

a{
text-decoration:none;
color:#000000;
}

img{
border:0px;
}

li{
list-style:none;
}

input{
font:normal 11px Tahoma;
}

#maincontainer{
width:100%;
background:url(images/body_bg.jpg) left top repeat-x;
margin-bottom:20px;
float:left;
}

#pagecontainer{
width:940px;
margin:auto;
}

#footer_container{
clear:both;
width:100%;
background:url(images/footerbg.jpg) left top repeat-x;
height:234px;
}

/*********************** Header Part Layout ************/

.headerpart{
width:940px;
height:253px;
background:url(images/headerbg.jpg) left top no-repeat;
}

.header_top{
width:940px;
height:145px;
}

.logo{
width:306px;
float:left;
margin-top:15px;
}

.topline{
width:2px;
float:left;
padding-left:40px;
}

.menu1{
margin:35px 0px 0px 22px;
float:left;
}

.menu1 a{
width:100px;
height:83px;
display:block;
background:url(images/menu1.png) left top no-repeat;
}

.menu1 a:hover{
background:url(images/menu1_hover.png) left top no-repeat;
}

.menu1_active{
width:100px;
height:83px;
display:block;
background:url(images/menu1_hover.png) left top no-repeat;
margin:35px 0px 0px 22px;
float:left;
}

.menu2{
padding:35px 0px 0px 22px;
float:left;
}

.menu2 a{
width:89px;
height:83px;
display:block;
background:url(images/menu2.png) left top no-repeat;
}

.menu2 a:hover{
background:url(images/menu2_hover.png) left top no-repeat;
}

.menu2_active{
width:89px;
height:83px;
display:block;
background:url(images/menu2_hover.png) left top no-repeat;
margin:35px 0px 0px 22px;
float:left;
}

.menu3{
padding:35px 0px 0px 22px;
float:left;
}

.menu3 a{
width:104px;
height:83px;
display:block;
background:url(images/menu3.png) left top no-repeat;
}

.menu3 a:hover{
background:url(images/menu3_hover.png) left top no-repeat;
}

.menu3_active{
width:104px;
height:83px;
display:block;
background:url(images/menu3_hover.png) left top no-repeat;
margin:35px 0px 0px 22px;
float:left;
}

.menu4{
padding:35px 0px 0px 22px;
float:left;
}

.menu4 a{
width:103px;
height:83px;
display:block;
background:url(images/menu4.png) left top no-repeat;
}

.menu4 a:hover{
background:url(images/menu4_hover.png) left top no-repeat;
}

.menu4_active{
width:103px;
height:83px;
display:block;
background:url(images/menu4_hover.png) left top no-repeat;
margin:35px 0px 0px 22px;
float:left;
}

.topline1{
padding-left:25px;
}

.toptxt{
clear:both;
padding:23px 0px 0px 45px;
}


.centerpart{
width:940px;
clear:both;
}

.index_centerbg{
width:940px;
background:#ffffff url(images/index_centerbg.jpg) left top no-repeat;
float:left;
padding:15px 0px 0px 0px;
}

.home_centertop{
width:936px;
}

.viralpart{
float:left;
margin:15px 0px 0px 14px;
padding:15px;
width:595px;
height:294px;
background:url(images/viral_img.jpg) left top no-repeat;
}

.viral_btn{
width:184px;
margin:230px 0px 0px 212px;
height:38px;
background:url(images/viral_btnbg.png) left top no-repeat;
font:bold 16px Arial;
text-align:center;
line-height:38px;
}

.viral_btn a{
color:#ffffff;
display:block;
}

.latestnews_part{
width:270px;
float:left;
margin:15px 0px 0px 15px;
}

.latestnews_txt{
font:bold 24px "Trebuchet MS";
color:#252525;
border-bottom:1px solid #cecece;
}

.latestnews_para{
padding-top:7px;
font-size:16px;
color:#00349a;
padding-bottom:6px;
border-bottom:1px solid #cecece;
line-height:20px;
}

.latestnews_para a{
color:#00349a;
}

.latestnews_para a:hover{
text-decoration:underline;
}

.latestnews_para span{
color:#959595;
font-size:14px;
}

.morenews{
font:bold 12px Arial;
font-style:italic;
padding-top:3px;
}

.morenews a{
color:#00349a;
}

.morenews a:hover{
text-decoration:underline;
}

.index_maincon{
clear:both;
width:938px;
float:left;
margin:20px 0px 0px 1px;
border-top:1px solid #cdcdcd;
background:#e3e3e3;
padding-bottom:15px;
}

.home_centermaincon{
width:936px;
clear:both;
padding-top:15px;
}

.home_mainconleft{
width:625px;
float:left;
padding-left:15px;
}

.home_blogtxt{
font:bold 24px "Trebuchet MS";
color:#252525;
}

.home_blogimgpart{
width:308px;
float:left;
padding-top:24px;
}

.home_blogimg{
float:left;
width:75px;
}

.home_blogimgtxt{
float:left;
font-size:16px;
text-indent:10px;
padding-top:20px;
}

.home_blogimgtxt span{
font-weight:bold;
text-transform:uppercase;
}

.home_blogline{
clear:both;
width:625px;
text-align:center;
padding:20px 0px 20px 0px;
}

.home_brandtxt{
font:bold 24px "Trebuchet MS";
color:#252525;
}

.home_brandimgpart{
width:625px;
}

.home_brandimgpart div{
float:left;
padding:20px 10px 0px 0px;
}


.home_mainconright{
width:272px;
float:left;
margin-left:15px;
}

.home_advtxt{
font:bold 24px "Trebuchet MS";
color:#252525;
height:35px;
}

.home_advlist{
width:270px;
}

.home_advlist ul{
margin:0px;
padding:0px;
list-style:none !important;
padding:0px !important;
text-indent:0px !important;
}

.home_advlist li{
width:270px;
height:37px;
margin-bottom:4px;
list-style:none !important;
text-align:left;
}

.home_advlist li a{
width:270px;
background:url(images/home_avdtxt_img.jpg) no-repeat;
font:bold 18px Arial;
text-indent:10px;
text-transform:uppercase;
color:#636363;
display:block;
line-height:36px;
}

.home_advlist li a:hover{
background:url(images/home_avdtxt_imghover.jpg) no-repeat;
text-decoration:none;
}

#home_advlist_active a{
width:270px;
background:url(images/home_avdtxt_imghover.jpg) no-repeat;
font:bold 18px Arial;
text-indent:10px;
text-transform:uppercase;
color:#636363;
display:block;
line-height:36px;
}

.ourvital_bg{
width:270px;
height:139px;
background:url(images/ourvital_bg.jpg) no-repeat;
margin-top:16px;
}

.ourvital_txt{
text-align:center;
padding-top:15px;
padding-bottom:3px;
}

.ourvital_para{
color:#97b2d3;
font:bold 14px Arial;
padding-top:2px;
text-align:center;
}

.home_centerright{
width:2px;
background:#e3e3e3 url(images/home_centerright.jpg) left top no-repeat;
}

/********************** Footer Part Layout ******************/

.footerpart{
width:940px;
margin:auto;
padding-top:22px;
color:#ffffff;
text-align:left;
}

.footer_con1{
float:left;
width:310px;
background:url(images/divider_img.jpg) right top no-repeat;
height:132px;
padding-top:20px;
}

.fcon1_txt1{
font:bold 18px "Trebuchet MS";
height:28px;
}

.fcon1_txt2{
line-height:22px;
font-size:14px;
}

.fcon1_txt2 a{
font-weight:bold;
color:#ffffff;
text-decoration:underline;
}

.fcon1_txt2 a:hover{
text-decoration:none;
color:#FFF;
}

.footer_con2{
float:left;
width:300px;
background:url(images/divider_img.jpg) right top no-repeat;
height:132px;
padding:20px 0px 0px 20px;
}

.fcon2_img{
float:left;
}

.fcon2_para{
float:left;
width:215px;
padding-left:10px;
line-height:18px;
}

.footer_con3{
float:left;
width:290px;
height:132px;
padding:20px 0px 0px 20px;
}

.copytxt{
width:940px;
clear:both;
text-align:center;
}

.copytxt img{
padding-top:35px;
}

.aboutus_centerbg1{
width:940px;
background:url(images/aboutus_centerbg2.jpg) left top repeat-y;
float:left;
}

.aboutus_centerbg2{
width:940px;
background:url(images/aboutus_centerbg1.jpg) left top no-repeat;
float:left;
padding:15px 0px 20px 0px;
}

.aboutus_left{
width:625px;
float:left;
padding-left:15px;
}

.aboutus_right{
width:270px;
float:left;
padding-left:15px;
}

.aboutus_centerbtm{
width:940px;
clear:both;
}

/******************** About Us Content Layout ***************/

.aboutus_txt{
font:bold 24px "Trebuchet MS";
color:#252525;
}

.aboutus_toppara{
width:605px;
font-size:16px;
color:#252525;
padding-top:16px;
text-align:justify;
line-height:24px;
}

.aboutus_toppara p{
padding-top:10px;
}

.aboutus_toppara img{
padding: 0px 23px 0px 23px;
}

.aboutus_line{
clear:both;
border-bottom:1px solid #bbbbbb;
height:30px;
width:610px;
}

.aboutus_biostxt{
padding-top:30px;
height:30px;
}

.aboutus_conpart{
width:610px;
padding-top:15px;
clear:both;
}

.aboutus_img{
width:105px;
float:left;
}

.aboutus_img img{
border:2px solid #a2a2a2;
}

.aboutus_txtpart{
width:505px;
float:left;
}

.aboutus_txt1{
font-weight:bold;
font-size:16px;
}

.aboutus_txt2{
font-size:16px;
padding-top:10px;
text-align:justify;
line-height:20px;
}

.aboutus_txt2 p{
padding-top:10px;
}

.aboutus_dotline{
clear:both;
border-bottom:1px dotted #818181;
height:20px;
width:610px;
}

/*********************** Advertiser Page Layout *************/

.home_blogtxt1{
padding-top:30px;
height:45px;
}

.pub_blogimgpart{
width:595px;
padding:20px 0px 0px 0px;
clear:both;
}

.pub_blogimgtxt{
float:left;
width:500px;
padding:5px 0px 0px 0px;
}

.pub_blogtxt1{
font-size:16px;
line-height:22px;
}

.pub_blogtxt1 span{
font-weight:bold;
}

.home_brandtxt1{
padding-top:30px;
}

.advertiser_btn{
width:126px;
margin-top:20px;
height:38px;
background:url(images/advertiser_btn.jpg) left top no-repeat;
font:bold 16px Arial;
text-align:center;
line-height:38px;
}

.advertiser_btn a{
color:#ffffff;
display:block;
}

#advertiser_btn_home{
width:150px;
height:38px;
background:url(images/advertiser_btn.jpg) left top no-repeat;
font:bold 16px Arial;
text-align:center;
line-height:38px;
}

#advertiser_btn_home a{
color:#ffffff;
display:block;
}


#adchoices-lft {
width:150px;
float:left;
padding:5px 0px 0px 0px;
font-size:16px;
line-height:22px;
color:#252525;
}
#adchoices-rt {
width:400px;
float:left;
padding:5px 0px 0px 15px;
}

#adchoices-rt img {
padding:60px 0px 0px 60px;
}

/********************* Network Page Layout *******************/

.sportspart{
width:610px;
clear:both;
padding-top:15px;
}

.sports_img{
width:216px;
float:left;
}

.sports_img img{
border:2px solid #000000;
}

.sports_txtpart{
width:380px;
float:left;
}

.sports_txt1{
font:bold 18px "Trebuchet MS";
color:#00349a;
height:38px;
}

.sports_txt2{
font-size:16px;
line-height:20px;
}

.sports_line{
width:610px;
clear:both;
border-bottom:1px dotted #818181;
height:16px;
}

/********************* Contact Us Page Layout *****************/

.aboutus_toppara a{
color:#00349a;
font-weight:bold;
}

.aboutus_toppara a:hover{
text-decoration:underline;
}

.contact_conpart{
width:625px;
padding-top:30px;
}

.con_nametxt{
font:bold 16px Arial;
color:#252525;
height:22px;
text-align:left;
}

.con_namebox{
width:290px;
height:34px;
background:url(images/contact_namebox.gif) no-repeat;
}

.con_namebox input{
width:260px;
height:18px;
background-color:transparent;
border:0px;
margin:4px 0px 0px 10px;
}

.con_namebox select{
width:290px;
height:24px;
}

.con_msgbox{
width:480px;
height:162px;
background:url(images/contact_msgbox.gif) no-repeat;
}

.con_msgbox textarea{
width:450px;
height:130px;
background-color:transparent;
border:0px;
margin:10px 0px 0px 10px;
}

.con_btn{
clear:both;
}

.con_btn input{
margin-top:10px;
cursor:pointer;
width:85px;
height:38px;
background:url(images/contact_btn.jpg) no-repeat;
background-color:transparent;
border:0px;
font:bold 16px Arial;
color:#ffffff;
}

/********************** Blog Page Layout *********************/

.blog_txt{
font:bold 24px "Trebuchet MS";
color:#252525;
border-bottom:1px solid #bbbbbb;
height:32px;
width:605px;
}

.blog_conpart{
width:605px;
padding-top:25px;
}

.blog_tittxt{
font:bold 18px Arial;
color:#00349a;
}

.blog_tittxt span{
color:#777777;
font-weight:normal;
font-size:14px;
}

.blog_para{
font-size:14px;
color:#252525;
padding-top:25px;
line-height:18px;
}

.blog_line{
border-bottom:1px dotted #818181;
height:30px;
}

.blog_btmpart{
width:605px;
padding-top:30px;
font-size:16px;
colo:#252525;
}

.blog_btmleft{
float:left;
}

.blog_btmright{
float:right;
font-weight:bold;
}

.blog_btmright a{
color:#00349a;
}

.blog_btmright a:hover{
text-decoration:underline;
}

.blog_searchpart{
width:270px;
}

.blog_searchbox{
float:left;
width:220px;
}

.blog_searchbox input{
width:202px;
height:24px;
border:1px solid #464646;
font:normal 16px Arial;
color:#252525;
padding:6px 0px 0px 10px;
}

.blog_searchbtn{
float:right;
width:40px;
}

.blog_searchbtn input{
width:40px;
height:40px;
background:url(images/blog_gobtn.jpg) no-repeat;
background-color:transparent;
border:0px;
cursor:pointer;
}

.blog_searchline{
clear:both;
width:270px;
padding-top:26px;
}

.blog_archivetxt{
font:bold 24px "Trebuchet MS";
padding-top:20px;
height:35px;
color:#252525;
}


.blog_archivelist{
width:270px;
}

.blog_archivelist li{
font-size:16px;
height:25px;
}

.blog_archivelist li a{
color:#00349a;
}

.blog_archivelist li a:hover{
text-decoration:underline;
}

/******************* Get Started Page Layout *****************/

.con_infotxt{
font:bold 16px Arial;
color:#989898;
padding-top:25px;
clear:both;
}

.getstarted_con{
width:310px;
float:left;
}

.getstarted_con1{
width:310px;
clear:both;
}

.siteinfotxt{
height:34px;
}

.getstarted_placepart{
width:610px;
clear:both;
}

.citytxtpart{
float:left;
width:210px;
}

.citybox{
width:189px;
height:22px;
background:url(images/city_box.gif) left top no-repeat;
}

.citybox input{
width:160px;
height:18px;
background-color:transparent;
border:0px;
margin:4px 0px 0px 10px;
}

.statetxtpart{
width:100px;
float:left;
}

.statebox{
width:90px;
}

.statebox select{
width:90px;
height:22px;
}

.zipbox{
width:90px;
height:22px;
background:url(images/zip_txtbox.gif) left top no-repeat;
}

.zipbox input{
width:70px;
height:18px;
background-color:transparent;
border:0px;
margin:4px 0px 0px 10px;
}

.frmcatpart{
width:610px;
}

.frmcattit{
color:#252525;
font:bold 16px Arial;
height:26px;
width:610px;
text-align:left;
}

.frmcat_con{
width:610px;
}

.cat_con1{
width:165px;
float:left;
}

.catbox{
width:15px;
float:left;
}

.catbox input{
width:14px;
height:14px;
}

.cattxt{
float:left;
font:normal 16px Arial;
color:#252525;
padding-left:10px;
}

.cat_maincon{
width:165px;
height:25px;
clear:both;
}

.getstarted_btm{
clear:both;
width:620px;
padding-top:10px;
}

/***************************** Publishers Page Layout ***********************/

.publisher_jointxt{
padding-top:26px;
height:45px;
}

.publisher_list{
width:610px;
}

.publisher_list li{
font-size:16px;
margin-top:30px;
text-align:justify;
line-height:20px;
}

.publish_points{clear:both; margin-bottom:25px; float:left; text-align:justify; font-size:16px; line-height:20px; width:610px;}

.publish_left{float:left; width:100px;}

.publish_left img{width:90px; height:80px;}

.publish_right{float:left; width:500px;}

.pub_bloglist{
margin-top:0px;
}

.pub_ifpara{
font-size:16px;
line-height:20px;
}

.viral_btn1{
margin:20px 0px 0px 0px;
}





#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}

#header {
	background: #73a0c5 url('images/kubrickheader.jpg') no-repeat bottom center;
	}

#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
	}

#content {
	font-size: 1.2em;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#footer {
	background: #e7e7e7 url('images/kubrickfooter.jpg') no-repeat top;
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */

/* Begin Structure */

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/* End Structure */

/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {

	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */

/* Begin Form Elements */


#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */


#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-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;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

