﻿/*  
Theme Name: Dark Dream
Theme URI: http://blondish.net
Description: Simple yet dark and colorful palette. 
Version: 1.0
Author: Nile Flores
Author URI: http://blondish.net/
Author URI: http://blondish.net
Tags: two-columns, blue, pink, gray, threaded-comments, full-width-template, custom-menu

License: GPL
License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/

@font-face {
    font-family: 'SegoePrint';
    src: url('font/segoepr.eot');
    src: url('font/segoepr.eot?#iefix') format('embedded-opentype'),
         url('font/segoepr.woff') format('woff'),
         url('font/segoepr.ttf') format('truetype'),
         url('font/segoepr.svg#segoepr') format('svg');
    font-weight: normal;
    font-style: normal;
}

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{
	margin:0;
	padding:0;
}

ul{
	list-style:none;
}

a{
	color:#c72c3b;
	text-decoration:none;
        line-height:20px;
}

a:hover{
	text-decoration:none;
}

a img{
	border:0px;
}

.clear{
	clear:both;
} 
html{
	background: url(images/main-bg.png);
        border-top: 10px solid #c72c3b;
}

body{
	margin:0px;
	padding:0px;
	font-family: Arial;
	font-size:12px;
	color:#4b4b4b;
}

#page{	
	margin:0px auto;
}

#wrapall {
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
        width:980px;
        background:transparent;
}

#wrapper {
        margin-left: auto;
        margin-right: auto;
        width:980px;
}

/* menu */

#menu{
	width:1024px;
	height:40px;
        background:#FA8071;
        color:#000;
        margin:0 auto;
        background: url(images/main-menu-bg.png) no-repeat;
}

#mainmenu{
	float:left;
        margin-left:20px;
}

/* Navigation */

#menu-top-menu{ 
        z-index:99; 
        margin-left:10px; 
        padding-top:5px; 
        list-style:none; 
        line-height:1;
}

#menu-top-menu li{ 
        padding-right:13px;
}

#menu-top-menu a{ 
        position:relative; 
        font-size:16px; 
        display:block; 
        z-index:100; 
        padding:7px 7px; 
        line-height:20px; 
        text-decoration:none; 
        font-family:SegoePrint, Arial; 
        font-weight:bold; 
        color:#fff !important;
}

#menu-top-menu a:hover{ 
        color: #fff;
}

#menu-top-menu li{ 
	float:left; 
	width: auto;
}

#menu-top-menu li a.sf-with-ul{ 
	padding-right:0px;
}

/* Drop-down menu */

#menu-top-menu li ul{ 
	background: #094b59; 
	position: absolute; 
	left: -999em; 
	width: 200px; 
	z-index:999; 
	font-family: Arial;
}

#menu-top-menu li ul li{ 
	background:#094b59; 
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	padding-right:0px;
}

#menu-top-menu li ul li a{ 
	color:#fff; 
	font-size:12px; 
	font-family: Arial;
}

#menu-top-menu li ul li a{ 
	width:180px; 
	font-size:12px; 
	line-height:20px; 
	padding:5px 10px; 
	text-transform:none;
}

#menu-top-menu li ul li a.sf-with-ul{ 
	padding:5px 10px;
}

#menu-top-menu li ul li a:hover{ 
	background:#fff; 
	color: #094b59 !important;
}

#menu-top-menu li ul ul{
	margin: -30px 0 0 200px;
}

#menu-top-menu li ul ul li a{}

#menu-top-menu li ul li ul li a{}

#menu-top-menu li:hover,#menu-top-menu li.hover{ 
	position:static;
}

#menu-top-menu li:hover ul ul, #menu-top-menu li.sfhover ul ul,
#menu-top-menu li:hover ul ul ul, #menu-top-menu li.sfhover ul ul ul,
#menu-top-menu li:hover ul ul ul ul, #menu-top-menu li.sfhover ul ul ul ul{ 
	left:-999em;
}

#menu-top-menu li:hover ul, #menu-top-menu li.sfhover ul,
#menu-top-menu li li:hover ul, #menu-top-menu li li.sfhover ul,
#menu-top-menu li li li:hover ul, #menu-top-menu li li li.sfhover ul,
#menu-top-menu li li li li:hover ul, #menu-top-menu li li li li.sfhover ul{ 
	left:auto;
}

#menu-top-menu .sf-sub-indicator{
	position:absolute; 
	display:block; 
	right:-0.8em; 
	top:0.7em; 
	width:10px; 
	height:10px; 
	text-indent:-999em; 
	overflow:hidden;
}

#menu-top-menu li ul .sf-sub-indicator{
	right:0.4em; 
	top:0.9em;
}

/* ######### CSS classes applied to down and right arrow images  ######### */
/* HEADER */

#header{
	width:980px;
	height:100px;
	margin: 0 auto;
}

#header_title{
	float:left;
	margin-top:10px;
	margin-left:10px;
}

#header_title h1{
	color:#c72c3b;
	font-size:48px;
	font-family:SegoePrint, Arial;
	padding:20px 0 0 20px;	
	font-weight:normal;
}

#header_title h2{
	text-transform:uppercase;
	font-size:16px;
	font-family: Arial;
	padding:10px 0 0 20px;
	color: #fff;
}

#header_title h1 a{
	color:#c72c3b;
}

#header_title h1 a:hover{
	text-decoration:none;
}
/* BODY */

#body{
	width:980px;
	margin:0 auto;	
	float:left;
	background: #f1ecd9;
}

#body_left{
	width:625px;
	float:left;
}

#body_full{
	width:980px;
	float:left;
	padding-left:10px;
	padding-right:10px;
}

#body_right_sidebar{
	width:350px;
	float:right; 
}

#body_right{
	width:350px;
	float:right;
}


/* left content */

#content{
	width:625px;
	float:left;
	padding:10px;
}

#content2{
	width:960px;
	float:left;
}

.sticky {}

.bypostauthor {}

.postbox {
	margin-bottom:10px;
}

.post-divider{
	margin-top:10px;
	margin-bottom:10px;
	border-bottom: 2px solid #363530;
}

.post{
	width:590px;
}

.post-top{
	float:left;
	width:590px;
	padding-bottom:10px;
}

.post-title{
	float:left;
	width:100%;
	color:#404040;
}

.post-title h2{
	font-size:28px;
	line-height:34px;
	color:#c72c3b;
	font-weight:bold;
	font-family: SegoePrint, Arial;
	padding-bottom:10px;

}

.post-title h2 a{
	color:#c72c3b;
	line-height:34px;
}

.post-top h4{
	color:#404040;	
	font-size:30px;
	font-weight:bold;
	font-family: Arial;
	float:left;	
}

.post-top h3{
	font-weight:normal;
	color:#404040;
	font-size:12px;
	font-family: Arial;
}

.post-top h3 a, .post-top h3 span{
	color:#c72c3b;
	font-weight:bold;
	text-transform:capitalize;
	text-decoration:underline;

}

.post-top h3 a:hover, .post-top h3 span{
	text-decoration:none;
}

.entry{
	line-height:20px;
	font-size:12px;
	font-family: Arial;
	text-align:justify;
	color:#676767;
}

.attachment-post-thumbnail{
	float:left; 
	margin-right:5px; 
	margin-bottom:5px;
}

.entry p{
	padding-bottom:10px;
	color:#676767;
}

.entry p a{
	text-decoration:underline;
	color:#c72c3b;
	font-weight:bold;
}

.entry p a:hover{
	text-decoration:none;
}

.entry h4 {
	font-size:16px;
	font-weight:bold;
	color:#404040;
}

.postmetadata{
	width:100%;
	overflow:hidden;
}

.postmetadata a{
	color:#c72c3b;
	font-size:12px;
	font-weight:bold;
	display:block;
	padding:5px 10px 5px 10px;
	float:left;
}

.post-page{
	width:100%;
}

h2.page_title{
	font-size:30px;
	line-height:40px;
	color:#000;
	font-weight:bold;
	font-family: SegoePrint, Arial;
	text-align:center;
	padding-bottom:20px;
}

.post-page .entry{
	text-align:justify;
	color:#676767;
	font-size:12px;
}

.post-page .entry a{
	text-decoration:underline;
	color:#c72c3b;
	font-weight:bold;
}

.post-page .entry a:hover{
	text-decoration:none;
}

.entry strong{}

.gravatar-image{ 
	float:left;
	padding-right:10px;
	padding-bottom:10px;
}

.post-page .entry h1, .post-page .entry h2, .post-page .entry h3, .post-page .entry h4, .post-page .entry h5, .post-page .entry h6{
}

.post-page .entry h1{
	font-size:24px;
	padding:0 0 14px 0;
	font-family: SegoePrint, Arial;
}

.entry h1{
	font-size:24px;
	padding:0 0 14px 0;
	font-family: SegoePrint, Arial;
}

.post-page .entry h2{
	font-size:22px;
	padding:0 0 14px 0;
	font-family: SegoePrint, Arial;
}

.entry h2{
	font-size:22px;
	padding:0 0 14px 0;
	font-family: SegoePrint, Arial;
}

.post-page .entry h3{
	font-size:20px;
	padding:0 0 12px 0;
	font-family: SegoePrint, Arial;
}

.entry h3{
	font-size:20px;
	padding:0 0 12px 0;
	font-family: SegoePrint, Arial;
}

.post-page .entry h4{
	font-size:18px;
	padding:0 0 10px 0;
}

.entry h4{
	font-size:18px;
	padding:0 0 10px 0;
}

.post-page .entry h5{
	font-size:16px;
	padding:0 0 8px 0;
}

.entry h5{
	font-size:16px;
	padding:0 0 8px 0;
}

.post-page .entry h6{
	font-size:14px;
	padding:0 0 6px 0;
} 

.entry h6{
	font-size:14px;
	padding:0 0 6px 0;
} 

/* SIDE BAR */

#body_right_content{}

#sidebar{
	width:350px;
	font-size:12px;
	color:#676767;
	margin-right:-29px;
}

#sidebars {
	padding-bottom:20px;
	float:right;
}

#sidebars h2{
	color:#fff;
	font-weight:bold;
	font-size:20px;
	padding-top:10px;
	text-indent:10px;
}

#sidebar h2.widgettitle {
	padding-right:10px;
}

.sidebars h2{
	font-size:20px;
	color:#fff;
	line-height:24px;
	font-weight:normal;
	font-family: SegoePrint, Arial;
	padding-top:5px;
	background: url(images/widget-header-bg.png) no-repeat;
	display: block;
	height: 40px;
	width: 350px;
}

.sidebars ul{
	color:#676767;
	font-size:12px;
	font-family: Arial;
}

.sidebars ul li{
	padding:0 0 20px 0;
	color:#676767;
}

.sidebars ul li ul li{
	margin-bottom:0;
	width:auto;
	color:#676767;
}

.sidebars ul li ul li ul li{
	margin-left:0;
	color:#676767;
}

.sidebars li ul{
	margin:0 0 5px 0;
	color:#676767;
}

.sidebars li ul li ul{
	padding-bottom:0px;
	padding-left:5px;
	background:none;
	width:auto;
	color:#676767;
}

.sidebars li ul li ul li ul{}

.sidebars li{
	margin-bottom:0px;
	background:none;
	color:#c72c3b;
}

.sidebars li li{
	margin-bottom:0px;
	line-height:16px;
	padding:4px 0 4px 10px;
	color:#676767;
}

.sidebars li li li{
	background:none;
	border:0;
	padding-bottom:3px;
	color:#676767;
}

.sidebars li a{
	color:#c72c3b;
	font-weight:bold;
}

.sidebars li.widget_categories ul li{}

.sidebars li.widget_categories ul li a{
	font-weight:bold;
	padding:1px 0 1px 10px;
}

.sidebars li.pagenav ul li a{
	font-weight:bold;
	padding:1px 0 1px 10px;
}

.sidebars li.widget_archives ul li a{
	font-weight:normal;
	padding:1px 0 1px 10px;
}

.sidebars .widget_recent_entries ul li{
	background:url(images/list-bullet.png) no-repeat left 12px;
	padding:6px 0 6px 11px;
	color:#676767;
	display:block;
}

.sidebars .widget_meta ul li{
	background:url(images/list-bullet.png) no-repeat left 12px;
	padding:6px 0 6px 11px;
	color:#676767;
	display:block;
}

.sidebars .widget_recent_comments ul li{
	background:url(images/bg-meta-comments.png) no-repeat left 12px;
	padding:6px 0 1px 15px;
	color:#676767;
	display:block;
}

.sidebars .widget_categories ul li{
	background:url(images/bg-meta-category.png) no-repeat left 12px;
	padding:6px 0 1px 15px;
	color:#676767;
	display:block;
}

.sidebars li.linkcat ul li a{
	font-weight:normal;
	padding:1px 0 1px 10px;
}

.sidebars select{
	border: 1px solid #404040;
	font-size: 12px;
	margin: 2px 0;
	padding: 5px 5px;
	color: #404040;
	width: 250px;
}​

.sidebars .widget_tags p{
	padding:0px 10px 10px 15px;
}

.sidebars .widget_tags a{
	color:#F82F89;
}

.sidebars .textwidget{
	padding:10px;
	color:#676767;
}

/* FOOTER */

#footer{
	width:980px;
	color:#fff;
	margin-bottom:10px;
	padding-bottom:10px;
	background: #4f4e49;
	border-top:10px solid #c72c3b;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

#footer_title{
	float:left;
	padding:10px;
	margin-bottom:10px;
	font-family: Arial;
	color:#fff;
	font-size:12px;
	margin-left:10px;
	width:980px;
	margin-right:20px;
}

#footer_title a{
	color:#F82F89;
	text-decoration:none;
}

#footer_title a:hover{
	color:#032C2D;
	text-decoration:none;
}

#footer_text{
	float:right;
	width:410px;
	padding:10px;
	margin-bottom:10px;
	font-family: Arial;
	color:#676767;
	font-size:12px;
	margin-left:10px;
}

#footer_title h2{
	color:#FF12C4;
	font-size:20px;
	font-family: SegoePrint, Arial;
	font-weight:normal;
}

#footer_title h2 a{
	color:#F82F89;
}

#footer_title h2 a:hover{
	text-decoration:underline;
}

#footer_text p{
	font-size:12px;
	text-align:right;
	padding:0 0 8px 0;
	color:#fff;
}

#footer_text a{
	color:#F82F89;
}

#footer_text span a{
	color:#FE234D;
	text-decoration:none;
}

#footer_text span a:hover{
	text-decoration:underline;
}

#footerbottom {
	width:980px;
	color:#fff;
	padding-top:5px;
	padding-bottom:5px;
}

#footerbottom p{
	text-align:center;
	color:#fff;
}

#footerbottom a{
	color:#000;
}

#closing-div{
	width:980px;
	margin: 0 auto;
}

#closing-div a{
	float: right;
	margin-top: 5px;
	display: block;
	background: url(images/go-to-top-of-page.png) no-repeat;
	height:34px;
	width:34px;
	text-indent:-10000px;
	margin-bottom:10px;
}


/*  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
}
.aligncenter{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption{
   border: 1px solid #c0c0c0;
   text-align: center;
   background-color: #ffffff;
   padding-top: 5px;
}

.wp-caption img{
   float: none;
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text{
   font-size: 12px;
   line-height: 17px;
   padding: 0px;
   margin: 0px;
}

.gallery-caption {}

/* Begin Calendar */
#wp-calendar{
	empty-cells: show;
	margin: 10px auto 0;
	width: 98%;
}

#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;
}

/* Various Tags & Classes */
acronym, abbr, span.caps{
	cursor: help;
}

acronym, abbr{
	border-bottom: 1px dashed #999;
}

blockquote{
	margin: 15px 30px 10px 10px;
	padding-left: 24px;
	padding-bottom:7px;
	background:url(images/blockquote_bg.gif) repeat-y;
}

blockquote blockquote{
	background:url(images/blockquote_bg2.gif) repeat-y;
}

blockquote cite{
	margin: 5px 0 0;
	display: block;
}

.center{
	text-align: center;
}

h {
	display: none;
}

a img{
	border: none;
}

.navigation{
	display: block;
	margin-left:20px;
	width:590px;
	padding:8px 0 8px 0;
	overflow:hidden;
	color:#676767;
}

.navigation a{
	color:#000;
	font-size:12px;
}

.wp-pagenavi{
	position: relative;
	padding: 13px 0px 7px;
}

.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:visited{ 
	background: url(images/pagenavi.png) no-repeat !important; 
	padding: 8px 10px 12px 13px !important; 
	margin: 1px; 
	font-weight: normal !important; 
	color:#000 !important; 
	border: none !important; 
	text-shadow: 1px 1px 1px #000;
}

.wp-pagenavi span.pages{ 
	padding: 5px 7px 5px !important; 
	margin: 1px !important ; 
	color: #000 !important; 
	border:none !important; 
	color: #404040; 
	background: none !important;
}

.wp-pagenavi span.current, .wp-pagenavi span.extend, .wp-pagenavi a:active, .wp-pagenavi a:hover{ 
	background: url(images/pagenavi-current.png) no-repeat !important;
	padding: 8px 10px 12px 13px !important; 
	margin: 1px; 
	font-weight: normal !important; 
	color:#fff !important; 
	border: none !important; 
	text-shadow: 1px 1px 1px #000;
}


/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

.entry ul{
	margin: 0 10px 5px 5px;
	list-style: none;
	padding:5px 0px 0px 10px;
	border:none;
} 

.entry ul li{
	background:url(images/list-bullet2.png) no-repeat left 12px;
	padding:6px 0 0px 11px;
	color:#676767;
	display:block;
}

.entry ul li:before{
	/*content: url(images/list-bullet.png);*/
}

.entry ol{
	margin: 0 10px 25px 5px;
	padding:15px 15px 15px 20px;
	background:#676767;
}

.entry ol li{
	margin: 0;
	padding:6px 0 6px 0;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}
	
ol li{
	list-style: decimal outside;
}

/* Form Elements */

#searchform{
	margin-bottom: 10px;
	margin-top:10px;
	padding: 5px 3px; 
	text-align: center;
	width:310px;
	clear:both;
}

#sidebar #searchform #s{
	width: 260px;
	height:30px;
	background: #fff;
	border: 0px !important;
	color: #404040;
	float:left;
}

#searchform #s{
	width: 260px;
	height:30px;
	background: #fff;
	border: 0px !important;
	color: #404040;
	float:left;
}

#sidebar #searchsubmit{
	background: url(images/search-submit.png) no-repeat;
	display:block;
	width: 45px;
	height:30px;
	text-indent: -10000px;
	border: 0px !important;
	float:right;
}

#searchsubmit{
	background: url(images/search-submit.png) no-repeat;
	display:block;
	width: 45px;
	height:30px;
	text-indent: -10000px;
	border: 0px !important;
	float:right;
}

.entry form{ /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

select{
	width: 130px;
}

#commentform{
	width:600px;
}

#commentform input{
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform label{
	clear:both;
	float:left;
}

#commentform .form-allowed-tags{
	float:left;
	clear:both;
}

#commentform textarea{
	width: 100%;
	padding: 2px;
	float:left;
}

#commentform #submit{
	margin: 0;
	width:85px;
	height:35px;
	display:block;
	text-indent:-10000px;
	background: url(images/submit-comment.png) no-repeat !important;
}

/* Comments*/

h2#comments{
	font-size:27px;
	color:#000;
	font-weight:normal;
	font-family: SegoePrint, Arial;
	border-bottom:1px solid #8b8b8b;
	padding:0 0 7px 5px;
}

.alt{
	margin: 0;
	padding: 10px;
}

.commentlist{
	padding: 0;
	text-align: justify;
	margin:0 0 0 25px;
}

.commentlist .comment{
	margin: 15px 0 0 0;
	padding: 10px 15px 20px 15px;
	list-style: none;
	background:#f5f5f5;
	border:1px solid #d3d3d3;
}

.commentlist .alt{
	background:#ffffff;
	border:1px solid #d3d3d3;
}

.commentlist .comment .comment{
	margin: 15px 15px 15px 15px;
	padding: 10px 15px 20px 15px;
	width:auto;
}

.commentlist p {
	margin: 10px 5px 10px 0;
	line-height:18px;
}

.commentmet_data{
	width:100%;
	overflow:hidden;
}

.commentmet_data td{
	vertical-align:top;
	text-align:left;
}

.commentmet_avatar{
	width:102px;
	padding:15px 0 0 0;
}

.commentmet_text{ }

.commentmet_avatar img{
	border:1px solid #333;
}

#commentform p{
	margin: 5px 0;
}

.commentmet_replay{
	width:100%;
	overflow:hidden;
}

.commentmet_replay a{
	width:79px;
	height:20px;
	float:right;
	display:block;
	background:url(images/comment-reply.png) no-repeat;
	text-indent:-9999px;
	text-transform:capitalize;
}

.nocomments{
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata{
	margin: 0;
	display: block;
	padding:0 0 5px 0;
	color:#333;
	font-size:15px;
	font-weight:bold;
	font-family: Arial;
	text-transform:capitalize;
}

.commentmetadata a{
	color:#c72c3b;
}

.commentmetadata span{
	color:#636363;
}

.commentmetadata span.commentmetadata_title{
	color:#c72c3b;
}

.commentmet_text{
	font-size:12px;
}

#respond{
	padding-bottom:60px;
}

.cancel-comment-reply small{
	font-size:12px;
}

h3#respond_title{
	font-size:27px;
	color:#000;
	font-weight:normal;
	font-family: SegoePrint, Arial;
	border-bottom:1px solid #8b8b8b;
	padding:0 0 7px 5px;
}

#commentform{
	color:#000000;
	font-size:12px;
	width:80%;
	font-family:Arial;
}

#commentform small{
	position:relative;
	top:-1px;
	font-size:12px;
}

#commentform a{
	color:#c72c3b;
}

#commentform input{
	background:#fff;
	border:2px solid #c9c9c9;
	font-family:Arial;
	font-size:11px;
	padding:7px;
	color:#000000;
	float:left;
	clear:both;
}

#commentform textarea{
	background:#fff;
	border:2px solid #c9c9c9;
	font-family:Arial;
	font-size:11px;
	padding:7px;
	margin:5px 0 0 0;
	color:#000000;
}

#commentform input#submit{
	background:none;
	border:0px;
}


/* More Extras */

.wp-email{
	font-size:11px;
}

.wp-email p{
	width:100%;
	overflow:hidden;
}

.wp-email p label{
	text-align:left;
	padding:0;
}

.wp-email p input, .wp-email p textarea{
	color: #ccc; 
	padding: 6px; 
	border:0;
	background-color: #7f7f7f;
	width: 50%;
	font-size:12px;
	font-family: Arial;
	height: auto;
	margin:0;
}

.wp-email p textarea{
	width : 90%;
	height:200px;
}	

#imageverify{
	margin:0 0 0 15px;
}

#wp-email-button input{
	background:url(images/comm_sub.gif) no-repeat;
	display:block;
	border:0;
	text-indent:-5000px;
	text-transform:capitalize;
	width:65px;
	height:25px;
}

/* Yoast Breadcrumbs Navigation */

#breadcrumbs {
	font-size:12px;
	font-family: Arial;
}

/* Gravity Forms Optional */

.gform_body li {
	background: none !important;
}