/* 
Theme Name: conway
Description: based on whiteboard, http://whiteboard.plainbeta.com/
Author: ekg
*/

/*  The following CSS Reset was written by Dejan Cancarevic
http://stylizedweb.com/2008/02/14/10-best-css-hacks/         */

/* html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code,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 {font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;}caption, th, td {text-align:left;font-weight:normal;}table {border-collapse:separate;border-spacing:0;}blockquote:before,blockquote:after,q:before,q:after {content: "";}blockquote, q {quotes: "" "";}
* {margin:0;padding:0;}
/*

/*
Here is a list of all the <DIV>s in Whiteboard.
*/

/* #container{}
.post{}
.postmeta{}
.postnavigation{}
#searchform{}
#sidebar{}
#comments
.comments_navigation{}
.comments_navigation{}
.comments_reply{}
.comments_text{}
.comments_meta{} */

body {
margin:0;
padding:0;
/* background:url(/themepics/bg.png) top center repeat-y #f3f8fc; */
background:#151515;
/* background:url(/themepics/darkcirclesbg.png); */
font-family: Arial, Verdana, sans-serif;
color:#333;
font-size: 80%;
line-height: 1.5;
}

#container {
width:960px;
margin:auto;
background:#fff;
padding:0;
}

#utility {
font-family:"Lucida Grande", Verdana, Arial, sans-serif;
font-size:1em;
position:absolute;
width:960px;
top:-8px;
} 

#utility ul {
float:right;
margin:0 10px 0 0;
padding:0;
}

#utility li {
width:89px;
height:40px;
display:inline-block;
text-align:center;
float:left;
}

#utility a {
display:inline-block;
color:#fff;
text-decoration:none;
position:relative;
top:11px;
}

#utility a:hover {
text-decoration:underline;
}

#caltab {
background:url(images/tab-blue-trans.png) no-repeat bottom center;
}

#billtab {
background:url(images/tab-orange-trans.png) no-repeat bottom center;
}

#rsstab {
background:url(images/tab-purple-trans.png) no-repeat bottom center;
}

#faqtab {
background:url(images/tab-aqua-trans.png) no-repeat bottom center;
}

#headerwrap {
background:#195954;
position:absolute;
width:100%;
height:60px;
top:100px;
left:0px;
color:#fff;
font-family:Georgia, Times, serif;
}

#header {
width:960px;
margin:auto;
}

#header h1 {
background:url(/themepics/conwayheader.png) no-repeat;
margin:0;
padding:0;
font-weight:normal;
position:relative;
left:-10px;
height:70px;
width:360px;
}

#header a {
display:inline-block;
height:60px;
width:350px;
}

#header h1 span {
visibility:hidden;
}

#header h2 {
font-family:"Lucida Grande", Verdana, sans-serif;
font-size:1.1em;
display:inline-block;
position:relative;
left:350px;
top:-50px;
font-weight:normal;
margin:0;
}

#header a {
color:#fff;
text-decoration:none;
display:inline-block;
}

#rotating {
height:301px;
}

/* search elements */

#search {
font-family:arial, verdana, sans-serif;
position:relative;
margin-left:640px;
top:-90px;
}

* html #search {
display:none;
}

#search input, #search label, #search span {
display:block;
float:left;
}

#s, #searchlabel {
margin:18px 8px 0 0;
}

#searchlabel {
margin:20px 8px 0 0;
}

#button {
margin-top:14px;
}



#contact {
padding:0;
margin:0;
background:#efefef;
border-bottom:1px solid #cecece;
}

#contact p {
padding:6px;;
margin:0;
text-align:center;
font-family:"Lucida Grande", Arial, Verdana, sans-serif;
}

#nav {
float:left;
}

#primary {
float:right;
padding:10px 20px 0;
width:740px;
}

* html #primary {
width:730px;
}

.box {
width:80%;
margin:auto;
padding:20px;
background:#f3fafd;
border:#efefef 1px solid;
}

.box h2 {
margin:0;
}

#sidebar {
clear:both;
width:200px;
}

.clear {
clear:both;
}

/* post styling */


.post h2 {
font-weight:normal;
margin:0;
}

.h2page, .post .h2page, .h2index {
font-family:georgia, times, serif;
font-size:2.0em;
font-weight:normal;
}

.post h3 {
font-weight:normal;
font-size:1.4em;
}

.postcontent {
padding-bottom:20px;
}

.postcat {
margin:0;
}

.postcat a {
font-size:9px;
text-transform:uppercase;
display:inline-block;
color:#fff;
text-decoration:none;
background:#0276d0;
padding:4px;
}

.postdate {
float:right;
background:#efefef;
padding:6px;
margin-left:6px;
}

.postdate p {
padding:0;
margin:0;
font-size:11px;
}

.postdate span {
display:block;
text-align:center;
font-size:9px;
text-transform:uppercase;
color:#000;
}

.thumbnail {
padding:4px;
border:1px solid #cecece;
float:left;
margin:0 10px 10px 0;
}

/* menu styling */

#nav {
width:175px;
padding:0;
float:left;
margin:0;
list-style:none;
font-family:"Lucida Grande", Verdana, sans-serif;
}

#nav small {
display:none;
}

	
	#nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		/* float:left; */
		/* width : 11em; */
	}

#nav ul {width:150px;}
	
	#nav li { /* all list items */
		position : relative;
		/* float : left; */
		/* margin-bottom : -1px; */
width:185px;
		/* width: 11em; */
	}

#nav li ul {
display:none;
}

#nav li:hover ul li ul {display:none;}
	
#nav li:hover ul, #nav li ul li:hover ul { /* second-level lists */
display:block;
position : absolute;
margin-left : 184px;
margin-top : -32px;
}

#nav li {
background:#195954;
}

#nav li.parent {
background:#195954 url(http://townofconway.dreamhosters.com/admin/wp-content/themes/conway/images/arrow.png) no-repeat center right;
}

/* #nav li.parent a:hover {
background:#151515 url(http://townofconway.dreamhosters.com/admin/wp-content/themes/conway/images/arrow.png) no-repeat center right;
} */
	
#nav li a {
padding:6px 12px 6px 12px;
display:block;
color:#fff;
text-decoration:none;
height:100%;
cursor:pointer !important;
cursor:hand !important;
}

#nav li a:hover {
color:white !important;
background-color:#151515 !important;
}
	
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
left: auto;
}


#sidebar {
display:none;
}

#footer {
background:#f3fafd;
border-top:1px solid #cecece;
}	

#footer div {
padding:20px;
}

#footer h3 {
margin:0;
padding-bottom:8px;
font-weight:normal;
font-style:italic;
font-family:georgia, times, serif;
font-size:1.6em;
color:#195954;
}

#leftfooter, #centerfooter {
float:left;
}

#leftfooter {
width:280px;
}

#leftfooter ul {
list-style-type:none;
margin:8px 0 20px 0;
padding:0;
}

#centerfooter {
width:200px;
}

#rightfooter {
float:right;
width:358px;
}

#rightfooter img {
padding:8px;
float:left;
}

/* misc */

.alignright {
float:right;
margin:10px;
}

.alignleft {
float:left;
margin:10px 10px 10px 0;
}

#nav h3 {
font-weight:normal;
text-transform:uppercase;
font-size:1.0em;
text-align:center;
background:#491452;
color:#fff;
width:130px;
padding:6px;
margin:10px auto 10px auto;
}

#directory {
width:90%;
margin:auto;
background:#efefef;
border:1px solid #cecece;
padding:12px;
}

.wp-caption {
font-size:12px;
text-align:center;
}

.wp-caption img {
border:1px solid #efefef;
}

a img {border:none;}

#minicontact {
width:200px;
margin-left:12px;
float:right;
padding:12px;
background:#efefef;
clear:right;
border:1px solid #cecece;
}

#recentnews {
width:200px;
float:right;
margin-left:12px;
border:1px solid #cecece;
padding:12px;
background:url(/themepics/push_pin.gif) no-repeat top left;
margin-bottom:20px;
font-family:"Lucida Grande";
}

#recentnews h2 {
font-weight:normal;
font-family:arial, verdana, sans-serif;
margin:0 0 0 18px;
color:#195954;
}

#recentnews ul {
font-size:12px;
padding:0 0 0 8px;
}

.button-orange {
display:inline-block;
background:url(/themepics/button-orange.gif) no-repeat;
height:27px;
width:140px;
text-align:center;
color:#fff;
font-family:"Lucida Grande", Verdana, Arial, sans-serif;
text-decoration:none;
padding-top:3px;
float:left;
margin-right:10px;
}

.button-orange:hover {
text-decoration:underline;
}

.button-aqua {
display:inline-block;
background:url(/themepics/button-aqua.gif) no-repeat;
height:27px;
width:140px;
text-align:center;
color:#fff;
font-family:"Lucida Grande", Verdana, Arial, sans-serif;
text-decoration:none;
padding-top:3px;
float:left;
}

.button-aqua:hover {
text-decoration:underline;
}

.more-link {
display:inline-block;
font-family:"Lucida Grande";
font-size:11px;
text-decoration:none;
color:#ffecbe;
background:#d7622a;
border:1px solid #d7622a;
padding:2px;
margin-left:10px;
}

.more-link:hover {
color:#d7622a;
background:#ffecbe;
}

.bohfees {
width:500px;
margin:auto;
border:1px solid #cecece;
border-collapse:collapse;
margin-bottom:10px;
}

.bohfees td {
border:1px solid #cecece;
padding:3px;
}

.bohfees .price {
text-align:right;
}

#meta {
width:500px;
margin:auto;
text-align:center;
padding:12px;
color:#888;
}

#meta a {
color:#fefce1;
}

#photocredits {
position:relative;
top:260px;
height:20px;
padding:2px;
margin:0;
width:80px;
background:#333;
font-size:10px;
left:890px;
}

#photocredits a {
margin-top:-8px !important;
margin-left:4px !important;
padding:0;
margin:0;
}

iframe {
border:none;
}

#weather {
border:1px solid #7da7d9;
padding-bottom:12px;
float:right;
margin-top:0px
}

#weather h3 {
display:none;
}

.pdf {
background:url(images/pdf.png) no-repeat bottom right;
line-height:18px;
padding-right:18px !important;
}

.word {
background:url(images/word.png) no-repeat right;
padding-right:18px;
}

.xls {
background:url(images/xls.png) no-repeat right;
padding-right:18px;
}

#breadcrumb {
background:#f0f0f0 url(http://townofconway.dreamhosters.com/admin/wp-content/themes/conway/images/arrow.png) no-repeat center left;
padding:0 0 0 24px;
border:1px solid #cecece;
margin-bottom:8px;
font-size:11px;
}

#breadcrumb p {
padding:4px;
margin:0;
}

.with_frm_style {
width:500px;
background:#fefde9;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border:1px solid #f8c085;
padding:0px 12px 0 12px;
margin:20px auto;
}

.with_frm_style label {
font-family:arial, verdana, sans-serif !important;
color:#143052 !important;
font-size:1.2em !important;
}

.success {
border:1px solid #f89e40;
padding:40px;
width:550px;
margin-left:50px;
font-size:20px;
color:#0093d8;
background:#fff4e8;
position:absolute;
margin-top:-540px;
line-height:normal;
}

.success span {
display:block;
float:right;
font-size:12px;
margin:6px;
}

.faq_build_title {
font-weight:normal !important;
padding-bottom:12px;
color:#d7622a;
}

#boh {
margin-top:10px;
}

#ask {
font-family:arial, verdana, sans-serif;
text-align:center;
padding:12px;
line-height:normal;
font-style:italic;
margin-top:-15px;
}

select {
margin-bottom:20px;
}

.sticky {
width:550px;
background:#fefde9;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border:1px solid #f8c085;
padding:12px 12px 0 12px;
margin-bottom:20px;
margin-top:-10px;
}

.sticky .postcat, .sticky .postdate {
display:none;
}

.sticky h2 {
font-family:georgia, times, serif;
}

.sticky h2 a {
text-decoration:none;
}

.sticky p {
margin:0;
}

.sticky .more-link {
border:none;
background:none;
color:blue;
margin:0;
padding:0;
}

#ie6 {
position:absolute;
display:none;
top:0;
left:0;
width:100%;
background:#222;
padding:0 20px 10px 20px;
color:#fff;
}

#ie6 h3 {
font-family:Georgia, Times, serif;
font-weight:normal;
font-size:22px;
margin:0px;
}

#ie6 p {
color:#cecece;
margin:0px;
padding:0px;
}

#ie6 ul {
padding:0;
margin:0;
}

#ie6 ul li {
display:inline-block;
padding-right:18px;
}

#ie6 a {
color:#fff;
border-bottom:1px dotted #fff;
text-decoration:none;
}

#ie6 a:hover {
border-bottom:#222;
}

#emergency {
background:#fef5e4;
padding:12px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
border:1px solid #9e0b0f;
}

#emergency h2 {
border:1px solid #9e0b0f;
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
-webkit-border-radius-top-left:10px;
-webkit-border-radius-top-right:10px;
background: #9e0b0f;
margin:-12px -12px 0 -12px;
color:#fff;
font-size:30px;
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:normal;
padding:0 12px 0 12px;
}

.alert-date p {
color: #9e0b0f;
font-style:italic;
margin-bottom:0;
}

#emergency h3 {
margin-top:0;
margin-bottom:-14px;
color:#9e0b0f;
font-size:20px;
font-weight:normal;
}

#alert-page #emergency {
width:250px;
float:right;
}

#alert-page #emergency h2 {
font-familY:Arial, Verdana, sans-serif;
line-height:18px;
font-size:20px;
padding:10px;
}

.all-clear {
font-family:georgia, times, serif;
color:#015fa7;
font-size:20px;
font-style:italic;
text-align:center;
}
