/*
Theme Name: Nowzad
Theme URI:
Description: Nowzad theme with transparency characteristics, 2-column layout, menus and widget-ready. Adapted from Motion 1.0.7 (http://85ideas.com/public-releases/wordpress-theme-motion/)
Author: Creative Infusion
Author URI: http://www.creativeinfusion.co.uk/
Version: 1.0
Tags: two-columns, sticky-post, threaded-comments, fixed-width, right-sidebar, menus

	Designed and adapted for Nowzad.com by Creative Infusion, June 2010
	Changes from motion copyright Creative Infusion
	Adapted for WordPress.com by Automattic, January 2010

	This theme was designed and built for the WordPress CMS and is copyright 85ideas.com.
	Modify, adapt, and customize for your own site at will!

	The CSS, XHTML and design of this theme are released under GPL:
	http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
*/


/************************************************
* Resets *
************************************************/
html,body,div,p,span,h1,h2,h3,h4,h5,h6,img,ul,ol,dl,li,dt,dd,blockquote,pre,form,fieldset,label,input,table,th,td,a {
	margin: 0;
	padding: 0;
	border: 0;
}
html{
	background: #F3EEE8 url(/images/background.jpg) repeat-x;
}
:focus {
	outline: 0;
}
body {
	color: #333;
	padding: 0;
	margin: 0;
}
ul,ol {
	list-style: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 1em;
}




/************************************************
* General elements *
************************************************/
body {
	background: url(/images/hills.jpg) top center no-repeat;
	font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,Helvetica,sans-serif;
	text-align: center;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Rockwell,Georgia,Palatino Linotype,Palatino,"Times New Roman",Times,serif;
}

a {
	color: #F90;
	text-decoration: none;
}
a:hover {
	color: #333;
}
a img {
	border: 0;
}
blockquote {
	font-style: italic;
	background: url(images/whitetrans.png);
	padding: .4em 1em .7em 1em;
	margin: .7em 0 .3em 0;
}
code {
	font-size: 1.1em;
	font-family: "Bitstream Vera Sans Mono",Monaco,"Lucida Console",monospace;
}
kbd,tt {
	font-size: 1.2em;
}
hr {
	border: 1px solid #a8ef9d;
}
pre {
	overflow: auto;
	width: 600px;
	background: url(images/blacktrans.png);
	padding: 1em 1.5em;
	margin: 1em 0;
	font-size: 1.2em;
	white-space: pre-wrap;/* css3 */
}
dl {
}
dt {
	font-weight: bold;
}
#gallery-1 .gallery-caption { 
font-size: 0.9em;
}
table {
	margin: .5em 0;
}
table th {
	color: #a8ef9d;
}
table td,table th {
	padding: .5em .7em;
}
table th {
	text-transform: uppercase;
	border-bottom: 1px transparent;
}
table td {
	vertical-align: middle;
}
fieldset {
	padding: 1.2em;
	border: 1px dashed #a8ef9d;
}
legend {
	padding: .2em .8em;
	font-size: 1.2em;
	text-transform: capitalize;
}
input,textarea,select {
	font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,Helvetica,sans-serif;
	margin: .2em 0;
	color: #222;
	font-size: 1em;
}
	input.adminbar-input {
		margin: 0;
	}
input,textarea {
	padding: .3em;
}
input.radio,input.checkbox {
	background: #fff;
	padding: 2px;
}
form label {
	display: block;
}
form label.subscribe-label {
	display: inline;
}

/************************************************
* General *
************************************************/
#wrapper {
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: left;
	width: 987px;
}
.clear {
	clear: both;
}
.cleared {
	overflow: hidden;
	width: 100%;
}

/************************************************
* Header *
************************************************/
#top {
	width: 640px;
	position:relative;
	z-index:3;
}

#top #menu {
	background: url(/images/menubar.png) no-repeat;
	width: 987px;
	height: 44px;
}
#top #menu li {
	float: left;
	position:relative;
	padding: 5px 26px;
	line-height: 1.5em;
	margin:0;
}

#top #menu li#menu-item-55 {
	display:inline;
	margin-left:30px;
}
#top #menu li#menu-item-54 {
	background: url(/images/orange_highlight.jpg) center 4px  no-repeat;
}

#top #menu li a {
	color: #fff;
	font-size: .75em;
}
#top #menu li a:hover {
color: #F90;
}

#top #menu .sub-menu {
	display: none;
	position: absolute;
	z-index: 20;
	width: 200px;
	left:0;
	top:34px;
	background-color: #5A4848;
}

#top #menu li:hover .sub-menu {
	display: block;
}

#top #menu li .sub-menu li {
	border-bottom: 1px dotted #CCC;
	display:block;
	width:156px;
}

#top #menu li.current-menu-item a{
color: #F90;
}	
#search {
	float: right;
	width: 300px;
	text-align: right;
}
#searchform input {
	padding: 3px;
}
#searchbox {
	width: 180px;
	color: #555;
	font-size: .75em;
	border: 1px solid #ddd;
	background: #eee;
}
#searchbox:hover {
	background: #fff;
}
#searchform .submitbutton {
	cursor: pointer;
	color: #fff;
	font-size: 0.8em;
	padding: .08em;
	vertical-align: top;
}
#header, #catnav {
	overflow: hidden;
	width: 100%;
}
#header {
	padding-bottom: 20px;
}
#header #logo {
	float: left;
	width: 480px;
	margin: 35px 0 10px 0;
}
#header #logo img {
	float: left;
	display: inline;
	margin: 5px 10px 10px 0;
}
#header #logo h1 a {
	color: #fff;
	font-size: 2em;
	font-weight: normal;
}
#header #logo h1 a:hover {
	color: #a8ef9d;
}
#header #logo #desc {
	font-size: .8em;
	color: #ddd;
	margin-top: .6em;
	line-height: 1.2em;
}

#catnav {
	width: 987px;
}
#nav li {
	float: left;
	line-height: 2em;
	margin: 5px 0 5px 5px;
	display: inline;
}
#nav li:hover {
}
#nav li a {
	display: block;
	margin: 0;
	font-size: 0.8em;
	color: #fff;
	padding: 0 13px;
}
#nav li a:hover {
	color: #afdaff;
	text-decoration: none;
	display: block;
}
#nav li ul {
	position: absolute;
	width: 180px;
	left: -999em;
	padding-top: 5px;
	margin: 0;
}
#nav li:hover ul,#nav li.sfhover ul {
	left: auto;
}
#nav li li {
	padding: 0;
	margin: 0;
	width: 180px;
	line-height: 1.5em;
}
#nav li li a {
	color: #fff;
	margin: 0;
	padding: 7px 13px;
}
#nav li li ul li {
	margin-left: 13px;
}
#nav li li a:hover {
	color: #afdaff;
}
#nav li:hover,#nav li.sfhover {
	position:static; /* prevents IE7 drop-down menu bug (focus on a page element prevents nested menus from disappearing) */
}

/************************************************
* Content *
************************************************/
#main {
	background: url(/images/container_background.png) repeat-y;
	padding: 0 20px 20px 20px;
	position:relative;
	z-index:2;
}
#content {
	float: left;
	overflow: hidden;
	width: 709px;
	margin-top: 20px;
}
#content.full {
	width: 987px;
}
h2#contentdesc {
	font-weight: normal;
	font-size: 1.3em;
	padding-bottom: 15px;
}
h2#contentdesc span {
	color: #FC0;
	font-size: 28px;
}
.post {
	padding: 0 0 35px 0;
}
.sticky {
	padding: 10px;
	margin-bottom: 35px;
}
.posttop {
	padding: 10px 5px 10px 0;
	margin: 5px 5px 0 5px;
	border-bottom: 3px solid #DFD8D1;
}
.posttop h2.posttitle a {
	color: #5a4c3d;
	font-size: 1.4em;
}
.posttop h2.posttitle a:hover {
	color: #FC0;
}
.postmetatop {
	overflow: hidden;
	width: 100%;
	font-size: 0.7em;
	padding-top: 8px;
	line-height: 1.5em;
}
.postmetatop .categs {
	float: left;
	width: 450px;
	background: url(images/categ.png) left 2px no-repeat;
	padding-left: 20px;
	line-height: 16px;
}
.postmetatop .categs a:hover {
	color: #afdaff;
}
.postmetatop .date {
	float: right;
	width: 130px;
	text-align: right;
}
.postmetatop .date span {
	background: url(images/date.png) left no-repeat;
	padding-left: 20px;
}
.postcontent {
	color: #333;
	margin: .8em;
	font-size: 0.8em;
	line-height: 1.5em;
}
.postcontent h1 {
	padding: .8em 0;
	font-size: 1.5em;
}
.postcontent h2 {
	padding: .8em 0;
	font-size: 1.6em;
	border-bottom: 3px solid #DFD8D1;
}
.postcontent h3 {
	color: #DDC01C;
	padding: .8em 0;
	font-size: 1.3em;
}

.page-id-1948 .postcontent h3, .page-id-1278 .postcontent h3, .page-id-1950 .postcontent h3, .page-id-1952 .postcontent h3, .page-id-1954 .postcontent h3, .page-id-1281 .postcontent h3{
	color: #FFF;
	background-color: #8F836B;
	padding: 5px 10px;
	font-size: 1.5em;
	margin: 20px 0;
	}
.postcontent h4 {
	padding: .8em 0;
	font-size: 1.2em;
}
.postcontent h5 {
	padding: .8em 0;
	font-size: 1.1em;
}
.postcontent h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #F93;
	font-size: 16px;
	margin: 30px 0 0 0;
}
.postcontent p {
	padding: .6em 0 .2em 0;
}

.postcontent p.attachment {
	text-align: center;
}

.postcontent p.attachment img{
	text-align: center;
	border: 3px solid #DFD8D1;
}
.postcontent a img {
	background: none;
	border: 3px solid #DFD8D1;
}
.postcontent ul,.postcontent ol {
	padding: .4em 0 .5em 2em;
}
.postcontent ul li {
	list-style: disc;
}
.postcontent ol li {
	list-style: decimal;
}
.postmetabottom {
	overflow: hidden;
	width: 100%;
	padding: 10px 0;
	font-size: 0.8em;
	line-height: 1.1em;
	margin-top: 15px;
}

.postmetabottom .tags {
	float: left;
	width: 440px;
	background: url(images/tags.png) left 1px no-repeat;
	margin-left: 10px;
	padding-left: 20px;
	line-height: 16px;
}
.postmetabottom .readmore {
	clear:left;
	float: left;
	width: 160px;
	padding-left: 10px;
	text-align: left;
}
.postmetabottom .readmore span {
	background: url(images/more.png) left 4px no-repeat;
	padding-left: 17px;
}
.postmetaauthor {
	padding: 10px;
	font-size: 0.8em;
	line-height: 1.1em;
	margin-top: 20px;
}
.postmetaauthor .authorpic {
	float: left;
	width: 60px;
}
.postmetaauthor .authordesc {
	float: right;
	width: 540px;
}
.postmetaauthor .authordesc p.theauthor {
	line-height: 1.4em;
	font-weight: bold;
}
.postmetaauthor .authordesc p.thedesc {
	line-height: 1.4em;
	padding: .8em 0 .2em 0;
}
.postmetaauthor .authordesc a {
	color: #afdaff;
	border-bottom: 1px dashed #afdaff;
}

/************************************************
* Navigation *
************************************************/
#navigation {
	overflow: hidden;
	width: 100%;
	line-height: 1.7em;
	margin-bottom: 20px;
}
#navigation .wp-pagenavi a, #navigation .wp-commentnavi a{
	padding: 5px 7px;
	border: none;
	font-size: .8em;
	color: #F90;
}
#navigation .wp-pagenavi a:hover, #navigation .wp-commentnavi a:hover {
	color: #333;
}
#navigation .wp-pagenavi span.pages,#navigation .wp-pagenavi span.current,#navigation .wp-pagenavi span.extend, #navigation .wp-commentnavi span.pages,#navigation .wp-commentnavi span.current,#navigation .wp-commentnavi span.extend {
	padding: 5px 7px;
	font-size: .8em;
	color: #f90;
	border: none;
}
#navigation.image a {
	background: 0;
	border: 0;
}
.linkpages {
	clear: both;
	margin: 10px 0;
}
.linkpages p span {
	padding: 5px 7px;
	color: #ddd;
	font-size: 1em;
}
.linkpages p a, .linkpages p a:hover {
	background: none;
	border: 0;
}
.linkpages p a span {
	color: #fff;
}
.linkpages p a:hover span {
	color: #a8ef9d;
}

/************************************************
* Gallery and Images *
************************************************/
.gallery a, .recent_images a {
	background: none;
	border: 0;
}

/************************************************
* Comments *
************************************************/
#comments {
	margin: 15px 0;
	width: 709px;
}
#comments h3 {
	font-size: 1em;
	font-weight: normal;
}


#comments ul.commentlist li {
	margin: 10px 10px 0 0;
	padding: 15px;
	float: left;
	width: 600px;
	background-color: #D8D0C5;
	border-left: 5px solid #F3EEE8;
}

.page-id-40 #comments ul.commentlist li {
	width: 190px;
	min-height: 250px;
	text-align: center;
}
* html .page-id-40 #comments ul.commentlist li { 
height: 250px;
}
#comments .comment-wrap {
	overflow: hidden;
	width: 100%;
}
#comments ul.commentlist li ul.children li {
	clear: both;
	margin: 20px 0 0 20px;
}
#comments img.avatar {
	float: left;
	margin: 0 20px 0 0;
}

.page-id-40 #comments img.avatar {
	display: none;
}

.page-id-40 .author {
	display: none;
}
#comments .commentbody .author {
	font-size: .9em;
	margin-bottom: 10px;
}
#comments .commentbody .author a {
	color: #FC0;
}
#comments .commentbody .author a:hover {
	color: #000;
}
#comments .commentbody .commentmetadata {
	font-size: .7em;
	color: #bbb;
	margin-bottom: 25px;
}

.page-id-40 #comments .commentbody .commentmetadata {
	display: none;
}
#comments .commentbody .commentmetadata a {
	color: #FFF;
}
#comments .commentbody p {
	font-size: .8em;
	padding: 5px 0 8px 0;
	line-height: 1.4em;
}
#comments .commentbody p a {
	color: #FC0;
}
#comments .commentbody p a:hover {
	color: #000;
}
#comments .reply a {
	margin-top: 5px;
	padding: 5px;
	line-height: 1.3em;
	font-size: .7em;
	float: left;
	background: #ddd;
	color: #000;
}
#comments .reply a:hover {
	color: #999;
}
#comments h3#trackbacktitle {
	padding-top: 10px;
}
#comments ul.trackback {
	margin: 10px 0 0 0;
	padding: 15px;
}
#comments ul.trackback li {
	margin-bottom: 17px;
	font-size: .9em;
}
#comments ul.trackback li .commentbody .author {
	margin: 0;
}
#comments a#cancel-comment-reply-link {
	display: block;
	padding: 8px 0;
}
#comments a#cancel-comment-reply-link:hover {
	color: #ccc;
}
#comments #respond {
	margin-top: 20px;
	overflow: hidden;
	width: 100%;
}
#comments #respond h3 {
	margin-bottom: 15px;
}
#comments #respond input {
	padding: 5px;
	width: 200px;
	background: #efefef;
	font-size: .8em;
}
#comments #respond p {
	padding: .5em 0 0 0;
}
#comments #respond p label {
	font-size: .8em;
	font-weight: normal;
}
#comments #respond textarea {
	width: 600px;
	padding: 10px;
	background: #efefef;
	font-size: .8em;
	border: none;
}
#comments #respond .submitbutton {
	color: #FFF;
	padding: 6px;
	line-height: 1.4em;
	font-size: .8em;
	background-color: #584A48;
}
#comments #respond .submitbutton:hover {
	cursor: pointer;
	color: #F90;
}
#comments #respond p.subscribe-to-comments label {
	display: inline;
	margin-left: 4px;
}

/************************************************
* Sidebar *
************************************************/
#sidebar {
	float: right;
	overflow: hidden;
	width: 225px;
	font-size: 0.7em;
	line-height: 1.4em;
	margin: 10px 0 30px 0;
}
#sidebar ul li.boxed {
	overflow: hidden;
	padding: 10px 0;
	margin-bottom: 15px;
}
#sidebar h3 {
	padding: 5px 10px;
	line-height: 1.3em;
	font-size: 1.5em;
	margin-bottom: 10px;
	background-color: #584a48;
	color: #FFF;
}
#sidebar ul ul li a {
	display: block;
	padding: 3px 5px;
}
#sidebar ul ul li a:hover, #sidebar p a:hover {
}
#sidebar ul ul ul li {
	background: url(images/bullet.png) left 7px no-repeat;
	line-height: 1.5em;
	padding: 0 0 0 10px;
	margin: 0 0 0 10px;
}
#sidebar p {
	color: #eee;
	padding: 0 5px 10px 5px;
}
#sidebar img {
	background: none;
	border: none;
	padding: 0 5px;
}
	#sidebar .rsswidget img {
		background: transparent !important;
	}
#sidebar img.avatar {
	float: left;
	padding: 0 15px 5px 5px;
}
.widget table {
	width: 100%;
}
#tag_cloud a, .widget_tag_cloud a, .widget_text a, h3 a.rsswidget {
	display: inline !important;
}
#tag_cloud a:hover {
	color: #fff;
}
li#tagbox a:hover {
	color: #fff;
}
#sidebars ul.children li {
	border-bottom: none;
}
#sidebars ul.children {
	margin-bottom: 0;
}
.widget_recent_comments table td {
	background: none;
	overflow: hidden;
	padding-bottom: 2px !important;
}
#sidebar .widget_recent_comments img.avatar {
	padding: 5px 5px 3px 5px;
}
.widget_recent_comments li {
	margin: 5px;
}
.widget_twitter ul li, .widget_rss ul li {
	margin: 8px 2px;
}
.widget_categories ul li a, .widget_archive ul li a, .widget_twitter ul li a {
	display: inline !important;
}
.widget_rss ul li span {
	padding: 2px 5px;
}
.widget_flickr table {
	background-color: transparent !important;
	margin: 0;
	border: 0 !important;
}
.widget_flickr table td {
	background: none;
	padding: 0;
}
.widget_flickr table tr:hover td {
	background: none;
}
#sidebar .widget_flickr img {
	padding: 0;
}

/************************************************
* Footer *
************************************************/
#footer {
	clear: both;
	width: 100%;
	background: url(/images/grass_repeat.png) bottom repeat-x;
}

#footer #inner {
	margin: 0 auto 0 auto;
	width: 987px;
	font-size: 0.8em;
	background: url(/images/footer.png) top left no-repeat;
	height: 148px;
}
#footer .foot1 {
	float: left;
	width: 310px;
	margin: 10px 0 0 10px;
	display: inline;
}
#footer .foot2 {
	float: left;
	width: 310px;
	margin: 10px 15px 0 15px;
	display: inline;
}
#footer .foot3 {
	float: left;
	width: 310px;
	margin: 10px 0 0 0;
	display: inline;
}
#footer h3 {
	font-weight: normal;
	font-size: 1.4em;
	margin-bottom: .4em;
}
#footer h4 {
	font-weight: normal;
	font-size: 1em;
	margin: .8em 0 .2em 0;
	font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,Helvetica,sans-serif;
}
#footer p {
	line-height: 1.5em;
	color: #eee;
	padding: .2em 0 .8em 0;
}
#footer ul li {
	padding: 10px;
	margin-bottom: 10px;
}
#footer ul ul li {
	background: url(images/bullet.png) left 7px no-repeat;
	line-height: 1.5em;
	padding: 0 0 0 10px;
	margin-bottom: 4px;
}
#footer li a {
	display: block;
	font-weight: normal;
	padding: 2px 5px;
}
#footer .widget_tag_cloud a {
	display: inline;
}
#footer .widget_tag_cloud a:hover {
	background: none;
	color: #fff;
}
.widget ul {
	width: 100%;
	overflow: hidden;
}
#credits {
	clear: both;
	overflow: hidden;
	width: 100%;
	font-size: 0.9em;
	line-height: 1.4em;
}
#credits a {
	color: #999;
}
#credits a:hover {
	color: #FC0;
}
#credits #creditsleft {
	float: left;
	width: 600px;
	color: #999;
	text-align: left;
	margin-top: 20px;
}
#credits #creditsright {
	float: right;
	width: 300px;
	text-align: right;
	color: #aaa;
	margin-top: 20px;
}

/************************************************
* WP related *
************************************************/
.alignleft {
	float: left;
	margin: 5px 15px 7px 0;
}
.alignright {
	float: right;
	margin: 5px 0 7px 15px;
}
.aligncenter,div.aligncenter {
	margin: 10px auto;
	text-align: center;
	display: block;
}
img.alignleft {
	float: left;
	margin: 5px 15px 5px 0;
}
img.alignright {
	float: right;
	margin: 5px 0 5px 15px;
}
img.aligncenter {
	margin: 10px auto;
	text-align: center;
	display: block;
}
.wp-caption {
	text-align: center;
	padding-top: 6px;/* optional rounded corners for browsers that support it */
	-moz-border-radius:4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.wp-caption img {
	padding: 0;
	margin: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/*Mailchimp*/
#mc_display_rewards {
	text-align: right;
}

#mc_signup_form input {
	padding-top: 0;
	margin-top: 0;
	width: 200px;
	height: 20px;
}

#mc_signup_form {
	line-height: 1.0em;
}

#mc_signup_form .mc_signup_submit input{
	height: 30px;
	background-color: #AA9E88;
	color: #FFF;
}

.mc_signup_submit {
	margin-top: 20px;
}

#items_right {
	float: right;
	width: 220px;
	margin-top: 47px;
}

#charity_no {
	position: relative;
	right: -15px;
	top: 10px;
}

h2#donate, h2#donate a {
	display: block;
	width: 219px;
	height: 86px;
	text-indent: -999px;

}
h2#donate a {
	background: url(/images/donate.jpg) no-repeat;
}
h2#donate a:hover {
	background-position:  0 -86px;
}

#banner {
	background-color: #a5987f;
	width: 688px;
	height: 295px;
	position: relative;
	padding: 8px;
}

#bannertext {
	background: url(/images/banner_overlay.png) no-repeat;
	position: absolute;
	top: 8px;
	right: 8px;
	width: 287px;
	height: 254px;
	z-index: 10;
	padding: 20px 15px 20px 45px;
	color: #C4BBAA;
	font-size:1.1em;
}

#bannertext p {
	margin-bottom: 20px;
}

#bannertext span {
	color: #FFF;
}

#rotator {
	float: left;
	
}

#latest-tweets li {
	border-bottom: 1px dotted #963;
	padding: 5px 0 10px 0;
}

h2#bold {
	background-color: #A5987F;
	color: #FFF;
	border-bottom: none;
	padding:0.4em;
	margin: 15px 0 20px 0;
}

#post-85 img {
	float: left;
	margin: 0 55px;
	display: inline;
	border: 3px solid #CFC8C2;
}

img.attachment-thumbnail {
	float: right;
	border: 3px solid #CFC8C2;
	margin-left: 10px;
	display: inline;
}

#gallery-1 .gallery-caption {
	clear: both;
}

#gallery-1 img.attachment-thumbnail {
	float: none;
}

#ecu_uploadform {
	margin-top: 20px;
	font-size: 0.8em;
}

#ecu_uploadform h3 {
	font-size: 1.3em;
}

.button {
	margin-top: 20px;
	float: left;
}

.buttonright {
	margin-top: 20px;
	float: right;
}
#donations {
	margin-top: 30px;
}
table#donations td {
	background: url(/images/donate1.jpg) no-repeat;
	padding: 90px 0 0 10px;
	width: 150px;
	height: 142px;
}

#donations a:hover {
	color: #FFF;
}

.page-id-1278 h4 {
	clear: left;
	color: #584A48;
	font-size: 1.5em;
}

.page-id-1278 h3 {
	clear: left;
}

#sidebar ul li#events-list ul li a {  
padding-left: 0;
}
