/*
Theme Name: CityPrayz3
Theme URI: http://www.cityprayz.com
Author: Josh Meyer
Author URI: http://www.photricity.com
*/

body {
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-smooth: always;
	color: #fff;
	margin: 0px;
	background: #000 url(img/cityprayz-background.jpg) no-repeat fixed center top;
}
a:link, a:visited {
	color: #fb0;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: none;
	color: #ffc978;
	border-bottom: 1px dashed #ffc978;
	outline: none;
}
h1, h2, h3, h4, h5, h6 {
  display: block;
  /* fixed for Non-PCs without Photoshop CS2+ */
  font-family: "Myriad Pro", "HelveticaNeue-Light", "Helvetica Neue Light", "Lucida Grande", "Helvetica Neue", Arial, "Lucida Sans Unicode", sans-serif;
  font-weight: normal;
}
h1 {
	font: bold 34px "Courier New", Courier, monospace;
	line-height: 1em;
	margin: 0.2em 0 3px;
	text-shadow: 2px 2px 4px #000;
}
h2 { font-size: 28px; line-height: 1.3; margin: 1em 0 .2em; }
h3 { font-size: 24px; line-height: 1.3; margin: 1em 0 .2em; }
h4 { font-size: 19px; margin: 1.33em 0 .2em; }
h5 { font-size: 1.3em; margin: 1.67em 0; font-weight: bold; }
h6 { font-size: 1.15em; margin: 1.67em 0; font-weight: bold; }

.h2special {
	font: bold 24px "Courier New", Courier, monospace;
	line-height: 21px;
	margin: 15px 0 3px 0;
}
p {
	margin-top: 0;
	margin-bottom: 17px;
	line-height: 20px;
}
blockquote {
	display: block;
	padding-left: 26px
}
.large, .largebody {
	font-family: "Myriad Pro", "HelveticaNeue-Light", "Helvetica Neue Light", "Lucida Grande", "Helvetica Neue", Arial, "Lucida Sans Unicode", sans-serif;
	font-size:20px;
	line-height: 26px;
}
.highlight { color: #dbc590; text-shadow: 2px 2px 4px #000; }
ul, li { list-style: none; margin: 0; padding: 0; }
ul.bulletlist { margin: 0 0 20px 35px; }
ul.bulletlist li { list-style: circle outside; }
#content img { margin: 5px; }
a img { border: 0; }
.noborder, a:hover.noborder { border: 0 !important; }
.nopadding {margin:0 !important;}
.5space { padding: 5px; }
.neatbox {width: 400px; height: 135px;}
.leftbox {width: 295px; float: left;}
.rightbox {width: 295px; float: right;}
.col {
	width: 47%;
	float: left;
	margin: 15px 7px 25px 7px;
}
.leftcol {
	width: 47%;
	float: left;
	margin: 15px 0 25px 0;
}
.rightcol {
	width: 47%;
	float: left;
	margin: 15px 6% 25px 0;
}
.3col {
	width: 210px;
	float: left;
	margin: 15px 3px 25px 3px;
}
hr { width: 90%; height: 0px; border-bottom: 1px dashed #c4965b; border-top: 0px; }

#wrap {
	width: 880px;
	margin: 0 auto;
}
#logo-side {
	float: left;
	height: 635px;
	width: 210px;
}
#main {
	width: 650px;
	margin: 0 10px;
	float: left;
	margin-top: 20px;
}


.parenth-left {
	float: left;
	background: url(img/parentheses.png) no-repeat left 12px;
	width: 260px;
	padding-left: 50px;
	margin: 20px 0 25px 30px;
	overflow: invisible;
}
.parenth-right {
	float: right;
	background: url(img/parentheses.png) no-repeat right -108px;
	width: 230px;
	padding-right: 0px;
	margin: 20px 30px 25px 0;
	overflow: invisible;
}
.descr {
	font-weight: bold;
	margin: 0 0 15px;
}
.post .info{
	border-top: 1px dashed #AAAA9A;
	font-weight: bold;
	margin: 4px 0 8px;
	padding: 8px 0;
}
#commentlist li {
	margin-bottom: 1.5em;
	padding-bottom: 1em;
	border-bottom: 1px solid #700000;
}
#commentform {
	margin: 1em 0;
	width: 460px;
}
#commentform input {margin-bottom: 3px;}
.commentmetadata a {font-size: 1em;}


textarea.styled {
	width: 350px;
}
.styled {
	font-size: 1.1em;
	color: white;
	background: #2c0506;
	border: 1px solid #c2c4b6;
	padding: 3px;
	vertical-align: middle;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.styled:hover {
	background: #42090b;
	border: 1px solid #c0c7cb;
}
.styled:focus {
	background: #42090b;
	border: 1px solid #fb0;
	outline: none;
}
.submit {
	height: 27px;
	padding: 0 3px;
	color: #2c0506;
	background: #c2c4b6;
	border: 0;
	font-weight: bold;
}
.submit:hover, .submit:focus { background: #e1e3d5; color: #573839; border: 0; }

.pillbox {
	height: 19px;
	font-size: 14px;
	font-weight: normal;
	color: white;
	background: #222;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#3e3e3e), to(#232323));
	background-image: -moz-linear-gradient(0% 0% 275deg,#3e3e3e, #232323);
	border: 1px solid #5b666e;
	border-right: 0;
	padding: 3px;
	margin: 0;
	vertical-align: middle;
	-moz-border-radius: 5px 0 0 5px;
	-khtml-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
}
.pillbutton {
	height: 27px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background: #5b666e;
	border: 0;
	border-left: 0;
	padding: 3px;
	margin: 0;
	vertical-align: middle;
	-moz-border-radius: 0 5px 5px 0;
	-khtml-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
}
.pillbox:hover {
	background: #333;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#525252), to(#303030));
	background-image: -moz-linear-gradient(0% 0% 275deg,#525252, #303030);
	border: 1px solid #74828c;
	border-right: 0;
}
.pillbox:focus {
	background: #333;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#525252), to(#303030));
	background-image: -moz-linear-gradient(0% 0% 275deg,#525252, #303030);
	border: 1px solid #fb0;
	border-right: 0;
	outline: none;
}
.pillbutton:hover {
	background: #74828c;
	color: #fff;
	border: 0;
}
.pillbutton:focus {
	background: #74828c;
	color: #fff;
	border: 0;
	outline: none;
}



#footer {
	margin: 50px 0;
}


#nav {
	font: bold 22px "Courier New", Courier, monospace;
	height: 31px;
	text-transform: lowercase;
	line-height: 32px;
	margin-left: 130px;
}
#nav ul {
	padding: 0;
	margin: 0 auto;
}
#nav li {
	list-style: none;
	background: url(img/nav-bg.png) repeat-x top;
	float: left;
}
#nav li a {
	color: #fff;
	display: block;
	height: 31px;
	text-align: center;
	text-decoration: none;
	padding: 0 8px;
	border-left: 1px solid #290a0a;
}
#nav-left {
	background: url(img/nav-ends.png) no-repeat left;
	height: 31px;
	width: 19px;
	float: left;
}
#nav-right {
	background: url(img/nav-ends.png) no-repeat right;
	float: left;
	height: 31px;
	width: 19px;
	border-left: 1px solid #290a0a;
}
#nav a:hover, #nav a:active, #nav a:focus {
	color: #fb0;
	background: url(img/nav-bg.png) repeat-x bottom;
	border-bottom: 0;
}
#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 200px;
	margin: 0px;
	padding: 0px;
}
#nav li ul li {
	background: #240808;
	width: 100%;
}
#nav li ul li a {
	text-align: left;
	border-left: 0;
	font-size: 14px;
}
#nav li ul li a:hover {
	background: #1a0404;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul {
	left: auto;
}


.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	text-align: center;
}
.txtleft { text-align: left; }
.txtright { text-align: right; }
.footerdrop {
	width: 200px;
	float:right;
	visibility:hidden;
}

#cityprayz-bar {
	width: 100%;
	height: 28px;
	background: url(img/cityprayz-bar-bg3.png);
	text-align: center;
	color: #ccc;
	font-size: 11px;
}
#cityprayz-bar a:link, #cityprayz-bar a:visited {
	color: #ccc;
	font-weight: bold;
	text-decoration: none;
	padding: 0 3px;
}
#cityprayz-bar a:hover, #cityprayz-bar a:focus, #cityprayz-bar a:active {
	color: #fff;
	text-decoration: underline;
	border: 0;
}


/* WORDPRESS */
.alignleft {
	float:left;
	text-align:left;
	margin-right:10px;
}
.alignright {
	float:right;
	text-align:right;
	margin-left:10px;
}
.aligncenter {
	display: block;
	margin: 0 auto;
}
.wp-caption {
	text-align: center;
	padding: 4px 0;
}
.wp-caption img {
	margin-bottom: 4px;
	padding: 0px;
	border: 0px;
}
.wp-caption p.wp-caption-text {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
}
.post {
	margin-bottom: 50px;
}