/*   
Theme Name: NYCNDA
Theme URI: www.nycnda.com
Description: custom nycnda theme
Author: Ed Rooth
Author URI: www.edrooth.com
Version: 1.0
.
Please do not use this theme without permission
.
*/

html
{ 
	background: #fff url('images/bg.jpg') repeat top center;
}

body
{
	color: #003366;
}

/* layout */
#custom-doc
{
	background-color: #fff;
	width:61.38em;*width:59.91em;
	min-width:798px; 
	margin:auto; 
	text-align:left;
	margin-top: 1em;
	border: 1px solid #003366;
	
	-moz-border-radius: 10px; -webkit-border-radius: 10px;
	box-shadow: 6px 6px 10px #666;-moz-box-shadow: 6px 6px 10px #666;-webkit-box-shadow: 6px 6px 10px #666;
}

#hd
{
	background: url('images/header.jpg') no-repeat top center;
	height: 200px;
	-moz-border-radius-topleft: 10px; -webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px; -webkit-border-top-right-radius: 10px;
}

#bd
{
	font-size: 108%;
	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: #003366;
	padding: 1em;
	font-size: 93%;
}

#ft
{
	text-align: center;
	font-size: 108%;
	padding: 1em;
}

/* Search Form */
#searchform
{
	padding: 1em;
	float: right;
	width: 180px;
	height: 30px;
}

#s
{
	border: solid 1px #003366;
	padding: 0 4px 0 4px;
	width: 100px;
}

#searchsubmit
{
	width: 60px;
	height: 22px;
}

/* qtranslate Language Selector */
.qtrans_language_chooser
{
	padding: 1em;
	float: left;
	list-style-type: none;
	margin: 0;
}
.qtrans_language_chooser li 
{ 
	float: left; 
	margin: 0 1em 0 0;
	display: block;
	list-style-type: none;
}
	

.qtrans_language_chooser li a
{
	color: #003366;
}

#pageTitle
{
	background-color: #003366;
	width: 100%;
	padding: 0.5% 0;
	text-indent: 1%;
	color: #FFFFFF;
	font-size: 146.5%;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
}

div.newsflash
{
	padding: 1em;
	background-color: #FFE600;
	display: none;
}

div.newsflash a
{
	font-weight: bold;
}

/* Main Navigation */
.mainNav 
{
	position: relative;
	height: 2.5em;
	font-family: helvetica;
	text-transform: capitalize;
	font-size: 108%;
	background-color: #ff9900;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid #003366;
	border-bottom: 1px solid #003366;
}

.mainNav ul 
{
	float: left;
	margin: 0 0 0 1em;
}

.mainNav li 
{
	display: inline;
	text-transform: uppercase;
}

.mainNav a 
{
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	width: auto;
	text-align: center;
	float: left;
	line-height: 2.5em;
	border-width: 0;
	padding: 0 0.4em 0 0.4em;
}

.mainNav a:hover, .current_page_item a
{
	color: #003366;
	background-color: #ffffcc;
	text-decoration: none;
}

/* Secondary Navigation */
.subNav
{
	height: 2em;
	background: #fff url('images/ui-bg_glass_75_ff9900_1x400.png') repeat-x 0% 54%;
	background-color: #fff;
	font-size: 100%;
}
.subNav ul
{
	float: left;
	margin: 0 0 0 0.7em;
}
.subNav li
{
	display: inline;
	text-transform: lowercase;
}
.subNav a
{
	color: #003366;
	line-height: 2em;
	padding: 0 0.4em 0 0.4em;
}

.subNav a:hover
{
	color: #fff;
}

/* posts */
div.post
{
	border-bottom: dashed 1px #ccc;
	padding: 1em 2em 1em 2em;
	margin: 0 0 1em 0;
	clear: both;
}

div.post div.entry
{
	padding-top: 0.5em;
}

p.postmetadata
{
	margin: 2em 0 1em 0;
}

/* comments */
ol.commentlist
{
	background-color: #E6ECFF;
	margin: 1em 0 1em 0;
	clear: both;
}

ol.commentlist li.comment
{
	margin-bottom: 1em;
	border-bottom: dashed 1px #ccc;
	list-style-type: none;
}
.comment-body
{
	padding: 1em;
}
div.commentnav
{
	margin: 1em;
}
div.comment-meta
{
	font-size: 77%;
}
#respond
{
	clear: both;
	margin: 1em 0 1em 0;
}
#commentsubmit
{
	width: 150px;
	height: 25px;
}


/* general formatting */
h1
{
	font-size: 146.5%;
	font-weight: bold;
	margin: 0.8em 0;
}
h1.special, h1.specialOrange
{
	padding: 0.5% 0.5% 0.5% 1%;
	margin: 1em 0;
}
h1.special
{	
	background-color: #E6ECFF;
	border: solid 1px #003366;
	border-right-width: 0;
	border-left-width: 0;
	
}
h1.specialOrange
{
	background-color: #ffffcc;
	border: solid 1px #ff9900;
	color: #ff9900;
	border-right-width: 0;
	border-left-width: 0;
}

h2
{
	font-size: 131%;
	font-weight: bold;
	margin: 0.8em 0;
}
h2.widgettitle
{
	margin: 0;
}
h3
{
	font-size: 116%;
	font-weight: bold;
}
p
{
	margin: 1em 0;
}
strong
{
	font-weight: bold;
}
small
{
	font-size: 77%;
	color: #999;
	font-style: italic;
}
em
{
	font-style: italic;
}
a
{
	color: #FF9900;
	text-decoration: none;
}

a:hover
{
	color: #ff9900;
	text-decoration: underline;
}
ul
{
	list-style-type: disc;
	margin: 1em 2em;
}
li
{
	display: list-item;
	list-style-type: disc;
	list-style-position: outside;
}

.small
{
	font-size: 77%;
}

.alignright 
{
	float: right;
}

.alignleft 
{
	float: left;
}

table.dateTable td, table.dateTable th
{
	vertical-align: top;
	padding: 5px;
}
table.dateTable th
{
	background-color: #e6ecff;
	font-weight: bold;
	text-align: center;
}
table.dateTable table th, table.dateTable table td
{
	border: solid 1px #003366;
}

.regform-radio span
{
	display: block;
	padding: 0.25em;
}
.regform-radio span span
{
	display: inline-block;
	padding: 0;
}

.required
{
	color: #f00;
	font-weight: bold;
	font-size: 150%;
}

#regform-submit
{
	width: 60px;
	height: 22px;
}
