/*
Theme Name: PMA Coray's Twist
Theme URI: http://www.pmamediagroup.com
Description: Based on the code base of the Classic Theme.
Version: 1.0
Author: Coray McClellan
Tags: coray, cool, awesome, pma
*/

/* Eric Meyer Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #595959;
	background: #eeede7 url(images/header.png) top repeat-x;
	font: 14px/28px Helvetica, Arial, Verdana, sans-serif;
  text-align: center;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

#sidebar ul li {
	background: url(images/footer_bullet.gif) no-repeat 5px 50%;
	padding-left: 15px;
}

/* Navagation */

ul#nav {
	font-size: 18px;
	line-height: 1em;
	margin-top: 9px;
}

ul#nav li {
	display: inline-block;
	*display:inline;
	zoom:1;
	_height:1px;
	vertical-align:top;
	border-left: 1px solid #034557;
  border-right: 1px solid #045268;
  width: 158px;
}

ul#nav li a {
  display: block;
	padding: 20px 0 0 15px;
	height: 75px;
	background: url(images/nav.png) repeat-x center -9px;
}

ul#nav li a em {
	font-size: 16px;
	display: block;
	color: #95caeb;
	text-shadow: none;
}

#nav li a:link, #nav li a:visited {
	color: #fff;
	text-decoration: none;
}

#nav li a:hover {
	background: url(images/hover.png) top center no-repeat;
}

#nav li a.current, #nav li a.current:hover, #nav li a.current:active, blog {
	background: url(images/hover.png) top center no-repeat;	
	cursor: default;
}

/* Layout */

#wrapper {}

#topbar {}

#topbar_inner {
	width: 960px;
	height: 86px;
	margin: 0 auto;
	overflow: hidden;
  text-align: left;
}

#logo a{
	background: url(images/pma_logo.png) no-repeat;
	width: 185px;
	height: 63px;
	color: #fff;
	text-indent: -9999px;
	position: absolute;
	top: 30px;
	left: 40px;
}

#slogan {
	color: #95caeb;
	font-size: 34px;
	line-height: 130px;
	padding-left: 280px;
}

#photobar {}

#photobar_inner {
	background: url(images/logo_background.jpg) no-repeat top center;
	width: 960px;
	margin: 0 auto;
	height: 127px;
	position: relative;
	margin-bottom: 20px;
}

#content {
	width: 960px;
	margin: 0 auto;
        text-align: left;
}

p {
	margin-bottom: 14px;
}

#sidebar {
	width: 300px;
	float: left;
  margin: 0 10px;	
	display: inline;
}

#sidebar ul {
	margin-bottom: 13px;
}

.brand {
	border: #fff solid 8px;
	margin-bottom: 14px;
}

#text_block {
	width: 620px;
	float: left;
	margin: 0 10px;	
}

#footer {
	min-height: 100px;
	background: #e6e0d6;
	font-size: 12px;
	padding: 20px 0 30px;
	color: #a67c55;
}

#footer_inner {
	width: 940px;
	margin: 0 auto;
        text-align: left;
}

#footer h3, #sidebar h3 {
	text-transform: uppercase;
	font-size: 15px;
}

#footer a:link, #footer a:visited {
	color: #a67c55;
	text-decoration: none;
}

#footer a:hover {
		color: #603913;
}

#footer em {
	color: #866342;
}

#footer ul{
	border-top: #cebba5 solid 1px; 
}

#footer ul li {
	background: url(images/footer_bullet.gif) no-repeat 5px 50%;
	padding-left: 15px;
	border-bottom: #cebba5 solid 1px; 
}

#copy {
	text-align: center;
	font-size: 12px;
	margin: 10px 0 20px;
	color: #a67c55;
}

/*General Styles*/

h1 {
}

h2 {
	color: #603913;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 0px;
}

h2 a:link, h2 a:visited {
	color: #603913;
}

h2 a:hover {
	color: #603913;
}

h3 {
	color: #603913;
	font-size: 16px;
}

h4{
	font-weight: normal;
	display: inline;
}

a:link {
	color: #A67C55;
	text-decoration: none;
}

a:visited {
	color: #A67C55;
	text-decoration: none;
}

a:hover {
	color: #A67C55;
	text-decoration: underline;
}

a:active {
	color:#175380;
	text-decoration: underline;
}

label {
	float: left;
	width: 160px;
	clear: left;
	height: 15px;
	margin-bottom: 10px;
	margin-left: 60px;
}

input, select {
	width: 290px;	
	height: 15px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
        padding: 5px;
}

#s {
	width: 180px;
        display: inline;
        margin-right: 15px;
}

#searchsubmit {
	width: 80px;
        height: 21px;
        color: #fff;
        background: #3bc0ef;
        border: 0;
        text-transform: uppercase;
        line-height: 21px;
        padding: 0;
}

#submit {
	width: 120px;
        height: 21px;
        color: #fff;
        background: #3bc0ef;
        border: 0;
        text-transform: uppercase;
        line-height: 21px;
        padding: 0;
}

#send {
	width: 100px;
        height: 21px;
        color: #fff;
        background: #3bc0ef;
        border: 0;
        text-transform: uppercase;
        line-height: 21px;
        padding: 0;
}


fieldset {
	padding: 20px;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	background: #efefef;
}

#signup {
	display: block;
	margin-left: 220px;
	margin-bottom: 0;
	background: url(images/submit.gif) no-repeat top right;
	border: 0;
	text-indent: -9999px;
	width: 79px;
	height: 22px;
	cursor: pointer;
}

#login {
	display: block;
	margin-left: 220px;
	margin-bottom: 0;
	background: url(images/login.gif) no-repeat top right;
	border: 0;
	text-indent: -9999px;
	width: 79px;
	height: 22px;
	cursor: pointer;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
	color: #555;
}

.hr {
	background: url(images/full_hr.gif) no-repeat;
	height: 1px;
	clear: both;
	margin-bottom:20px;
}

.halfhr {
	background: url(images/half_hr.gif) no-repeat;
	height: 1px;
	clear: both;
	margin-bottom:20px;
}

hr {
	display: none;
}

.clear {
	clear: both;
}

#col_one,
#col_two,
#col_three {
	width: 217px;
	display: inline-block;
	*display:inline;
	zoom:1;
	_height:1px;
	vertical-align:top;
	margin-right: 20px;
}

#col_four {
	width: 217px;
	display: inline-block;
	*display:inline;
	zoom:1;
	_height:1px;
	vertical-align:top;
}

small {
	font-style: italic;
	color: #A67C55;
}

.odd {
	background: #f3f3f3;
}
.comment {
	border-bottom: solid 1px #dad1bf;
}
.thread-odd {
	padding-left: 20px;
}
	
.rss {
	background: url(images/07.png) no-repeat 5px 50%;
	padding-left: 20px;
}

.rss2 {
	background: url(images/13.png) no-repeat 5px 50%;
	padding-left: 20px;
}





/*Old Styles*/

.screen-reader-text {
     position: absolute;
     left: -1000em;
}

a img {
	border: none;
}

acronym, abbr {
	border-bottom: 1px dashed #333;
}

acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
}

acronym, abbr {
	cursor: help;
}

blockquote {
	border-left: 5px solid #ccc;
	margin-left: 1.5em;
	padding-left: 5px;
}

cite {
	font-size: 90%;
	font-style: normal;
}


ol#comments li p {
	font-size: 100%;
}


/* classes used by the_meta() */
.postmetadata, .storycontent {
	padding-bottom: 10px;
	border-bottom: solid 1px #dad1bf;
}

ul.post-meta {
	list-style: none;
}

ul.post-meta span.post-meta-key {
	font-weight: bold;
}

.credit {
	background: #90a090;
	border-top: 3px double #aba;
	color: #fff;
	font-size: 11px;
	margin: 10px 0 0 0;
	padding: 3px;
	text-align: center;
}

.credit a:link, .credit a:hover {
	color: #fff;
}

.feedback {
	color: #ccc;
	text-align: right;
	clear: both;
}

.meta {
	font-size: .80em;
}

.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.meta, .meta a {

}

.storytitle {
	margin: 0;
}

.storytitle a {
	text-decoration: none;
}

#commentform #author, #commentform #email, #commentform #url, #commentform textarea, textarea {
	background: #fff;
	border: 1px solid #ccc;
	padding: .2em;
}

#commentform textarea {
	width: 100%;
}

#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}

#commentlist li .avatar {
	float: right;
	margin-right: 25px;
	border: 1px dotted #ccc;
	padding: 2px;
}



#header {
	background: #90a090;
	border-bottom: 3px double #aba;
	border-left: 1px solid #9a9;
	border-right: 1px solid #565;
	border-top: 1px solid #9a9;
	font: italic normal 230% 'Times New Roman', Times, serif;
	letter-spacing: 0.2em;
	margin: 0;
	padding: 15px 10px 15px 60px;
}

#header a {
	color: #fff;
	text-decoration: none;
}

#header a:hover {
	text-decoration: underline;
}


#wp-calendar {
	border: 1px solid #ddd;
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	width: 90%;
}

#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;
	text-decoration: none;
}

#wp-calendar a:hover {
	background: #e0e6e0;
	color: #333;
}

#wp-calendar caption {
	color: #999;
	font-size: 16px;
	text-align: left;
}

#wp-calendar td {
	color: #ccc;
	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #fff;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #eee;
	color: #bbb;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

/* Captions & aligment */
.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;
	-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 & aligment */
#cca{
  text-align:center;
  color:#613404;
  text-transform:uppercase;
  font-size:9px;
  line-height:1;
}
#cca p{
  margin:0 0 1em;
  padding:0;
  line-height:1;
}

