/* Abilene Cultural Affairs Council Stylesheet, November, 2008 */
/* Copyright Robert Leeper */

body {
	background:#3f2515;
	font-size:62.8%;
}

#page_center {
	width:960px;
	margin:0 auto;
	padding:0 0 30px 0;
}


/* START
   HEADER STYLES
   							*/
#header {
	width:940px;
	margin:0 10px;
	float:left;
}
	div.logo {
		width:250px;
		height:110px;
		margin:5px 0 20px 0;
		float:left;
		background:url(img/logoc.jpg) top left no-repeat;
	}
	div.logo a.logoLink {
		display:block;
		width:250px;
		height:110px;
	}


/* START
   CONVENIENCE LINKS STYLES
   												 */
	div#convenience_links {
		width:940px;
		float:left;
		text-align:center;
		height:40px;
		background:url(img/convenience_rightCap.jpg) bottom right no-repeat #301d0f;
	}
		div#convenience_links ul li {
			display:inline;
		}
		div#convenience_links ul {
			padding:10px 10px 0 10px;
			margin:0;
			background:url(img/convenience_leftCap.jpg) 0 -20px no-repeat;
			height:40px;
		}
		div#convenience_links li {
			margin:0 10px 0 10px;
			color:#ffb64e;
			font-size:11px;
		}
			div#convenience_links li a {
				color:#ffb64e;
				text-decoration:none;
			}
			div#convenience_links li a:hover {
				text-decoration:underline;
			}


/* START
   NAVBAR STYLES
                */
div#navbar {
	width:940px;
	height:56px;
	float:left;
	position:relative;
	background:url(img/navbar_capLeft.jpg) top left no-repeat #2a190d;
}
	div#navbar .rightCap {
		float:right;
		width:10px;
		height:56px;
		background:url(img/navbar_capRight.jpg) top left no-repeat;
	}
	div#navbar ul {
		float:left;
		list-style:none;
		margin:0;
	}
		div#navbar li {
			position:relative;
			float:left;
			top:15px;
		}
		div#navbar a.hovers {
			height:25px;
			display:block;
			border:none;
		}

/* START
	 DROP DOWN LIST STYLES
												*/
		div#navbar li ul {
			display:none;
			position:absolute;
			top:25px;
			left:0;
		}
			div#navbar li:hover ul, div#navbar li.over ul{
				width:130px;
				padding:0 10px 20px 10px;
				display: block;
				background:#2a190d;
				}
				div#navbar li:hover ul li, div#navbar li.over ul li {
					width:100%;
					padding:5px 0 10px 0;
					color:#ffb64e;
					font-size:11px;
				}
					div#navbar li:hover ul li a:link, div#navbar li:hover ul li a:visited {
						color:#ffb64e;
						text-decoration:none;
						line-height:1.2em;
					}
					div#navbar li:hover ul li a:hover {
						text-decoration:underline;
					}

/* START 
   CONTENT STYLES
                 */

/* Generic/Universal content style
																	*/
#content {
	width:940px;
	margin:20px 10px 20px 10px;
	float:left;
	color:#eed4ae;
	font-size:1.3em;
}
#content.general {
width:900px;
margin:20px 10px 20px 30px;
}

#content h2 {
	font-size:2.3em;
	font-weight:bold;
	margin:0 0 20px 0;
}
#content h3 {
	font-size:1.9em;
	font-weight:bold;
	margin:10px 0;
	}
#content h4 {
	font-size:1.6em;
	font-weight:bold;
	clear:both;
	}
#content h5 {
	font-size:1.4em;
	font-weight:bold;
	}
#content h6 {
	font-size:1.1em;
	font-weight:bold;
	}
#content p {
	line-height:1.3em;
	margin:0 0 2em 0;
	}
	.section-name {
		font-size:120%;
		font-weight:bold;
		margin:0;
		border:1px #2a190d;
		border-style:none none solid none;
		}
#content blockquote {
	margin-left:40px;
}

ul {
	list-style:disc;
	line-height:1.3em;
	margin:0 0 0 20px;
	}
	ul.checklist {
		list-style:none;
		}
ol {
	list-style:decimal;
	line-height:1.3em;
	margin:0 0 20px 20px;
	}
	ol.alpha-list {
		list-style:lower-alpha;
		}
	ol.width500 {
		width:500px;
		}

.placeName {
	font-weight:bold;
	font-size:110%;
		}
#content .medium_size {
	font-size:80%;
	}
#content .small_size {
	font-size:65%;
	}
#content .darkenedLVL1 {
	color:#a79479;
	}
#content .darkenedLVL2 {
	color:#807059;
	}
#content .yellow {
	color:#e4e076;
	}
em {
	font-style:italic;
	}
strong {
	font-weight:bold;
	}

table.dark {
	background:#331e10;
	}
table.budget {
	border:1px #2a190d;
	border-style:solid none none solid;
	margin:0 0 20px 0;
	}
	table.budget td {
		border: 1px #2a190d;
		border-style:none solid solid none;
		}
td {
	padding:2px 5px 3px 5px;
	vertical-align:top;
}
table.orgs td {
	padding:10px;
	}
tr.heading {
	text-align:center;
	background:#2a190d;
	}
	table.bottom-pad {
		margin:0 0 20px 0;
		}

hr {
	border:1px #2a190d;
	border-style:none none solid none;
	width:100%;
	margin:10px 0;
}

div.clear {
	width:100%;
	height:0;
	clear:both;
	}

img.right {
	float:right;
	clear:right;
	margin:0 0 20px 20px;
	}
img.left {
	float:left;
	clear:left;
	margin:0 20px 20px 0;
	}
img.frame {
	border:20px solid #2a190d;
	background:#2a190d;
	}
img.center {
	text-align:center;
	width:auto;
	}

.indent {
	margin:10px 0 10px 20px;
	}
.block {
	width:230px;
	padding:10px;
	margin:0 0 10px 10px;
	float:right;
	background:#2a190d;
	}
	.block a:hover {
		text-decoration:none;
	}

#right-sidebar {
	width:230px;
	padding:10px;
	margin:0 0 10px 10px;
	float:right;
	background:#2a190d;
	line-height:1.2em;
	}

div.column {
	width:440px;
	float:left;
}
	div.column.right {
		width:440px;
		float:left;
		margin:0 0 0 20px;
	}
	div.column.left {
		margin:0 20px 0 0;
	}
div.column .block {
	width:440px;
	float:left;
	background:#2a190d;
	margin:0 0 20px 0;
	padding:10px;
}
	div#content.aa h5 {
		font-size:2.2em;
	}
	div#content.aa h6 {
		font-size:1.5em;
	}
	div.column .block.nocolor {
		background:none;
	}
	div.column .flash {
		padding:0 0 0 20px;
		
	}

.brown {
	background:#2a190d;
}

/* YouTube Embeds */
object.right {
	float:right;
	margin:0 0 20px 20px;
	clear:right;
}
embed.right {
	float:right;
	margin:0 0 20px 20px;
	clear:right;
}

/* Homepage specific content style
										*/
div#content.home div#left {
	width:260px;
	float:left;
	margin:0 10px 0 20px;
}
	div#content.home div#left h2 {
		font-size:22px;
		font-weight:bold;
		line-height:1.3em;
		border:none;
	}

div#content.home div#right {
	width:640px;
	float:left;
	margin:0 0 0 10px;
}

#homeImage {
	float:right;
	border:1px solid #2a190d;
}
#homeImage img {
	margin:10px;
}


/* START
   QUICK DESTINATION STYLES 
                           */
div#quick_destinations {
	width:940px;
	margin:0 0 20px 10px;
	float:left;
	background:url(img/quickdest_capRight.jpg) top right no-repeat #2a190d;
}
	div#quick_destinations ul {
		width:920px;
		height:20px;
		padding:10px 0 0 20px;
		margin:0;
		*height:20px; /* IE7 Hack */
		*padding: 10px 0 0 20px; /* IE7 Hack */
		float:left;
		background:url(img/quickdest_capLeft.jpg) top left no-repeat;
	}
	div#quick_destinations ul li {
		font-size:.9em;
		margin:0 5px 0 0;
		color:#9f7a45;
		display:inline;
	}
		div#quick_destinations li a {
			margin:0 0 0 10px;
			color:#ffb64e;
			text-decoration:none;
		}
			div#quick_destinations li a:hover {
				text-decoration:underline;
			}


/* START
   NEWSLETTER SIGNUP STYLES
                           */
div#newsletterSignup {
	width:280px;
	margin:0 0 0 10px;
	float:left;
}
	div#newsletterSignup h5 {
		margin:0 0 10px 0;
		color:#77a6c9;
		font-weight:bold;
		font-size:15px;
	}
	div#newsletterSignup form {
		margin:0 0 10px 0;
	}
		div#newsletterSignup form input.emailAddress {
			width:203px;
			height:26px;
			border:1px #000;
			border-style:solid;
			float:right;
			font-size:20px;
			color:#767676;
		}
		div#newsletterSignup form input.submitButton {
			width:60px;
			height:30px;
			margin:0 0 10px 0;
			float:left;
		}
	div#newsletterSignup .newsletter_smallprint {
	font-size:9px;
	font-style:italic;
	color:#9f7a45;
	float:left;
	clear:both;
	}


/* START
   ABILENE ROAD TRIP STYLES
                           */
div#ARTLink {
	width:230px;
	margin:0 10px 0 0;
	float:right;
	clear:none;
	color:#9f7a45;
	text-align:center;
	}
	div#ARTLink img {
		border:none;
		}



/* START
   NAVBAR HOVER STYLES
                      */
#nav-home {
	width:82px;
	left:20px;
	background:url(img/navbar_sprites.jpg) 0 0 no-repeat;
}
	#nav-home a.hovers:hover {
		width:82px;
		left:20px;
		background:url(img/navbar_sprites.jpg) 0 -60px no-repeat;
	}
	#nav-home a.current {
		width:82px;
		left:20px;
		background:url(img/navbar_sprites.jpg) 0 -30px no-repeat;
	}
#nav-heritage {
	width:157px;
	left:40px;
	background:url(img/navbar_sprites.jpg) -87px 0 no-repeat;
}
	#nav-heritage a.hovers:hover {
		width:157px;
		left:40px;
		background:url(img/navbar_sprites.jpg) -87px -60px no-repeat;
	}
	#nav-heritage a.current {
		width:157px;
		left:40px;
		background:url(img/navbar_sprites.jpg) -87px -30px no-repeat;
	}
#nav-families {
	width:74px;
	left:60px;
	background:url(img/navbar_sprites.jpg) -248px 0 no-repeat;
}
	#nav-families a.hovers:hover {
		width:74px;
		left:60px;
		background:url(img/navbar_sprites.jpg) -248px -60px no-repeat;
	}
	#nav-families a.current {
		width:74px;
		left:60px;
		background:url(img/navbar_sprites.jpg) -248px -30px no-repeat;
	}
#nav-performingArts {
	width:138px;
	left:80px;
	background:url(img/navbar_sprites.jpg) -328px 0 no-repeat;
}
	#nav-performingArts a.hovers:hover {
		width:138px;
		left:80px;
		background:url(img/navbar_sprites.jpg) -328px -60px no-repeat;
	}
	#nav-performingArts a.current {
		width:138px;
		left:80px;
		background:url(img/navbar_sprites.jpg) -328px -30px no-repeat;
	}
#nav-galleries {
	width:93px;
	left:100px;
	background:url(img/navbar_sprites.jpg) -472px 0 no-repeat;
}
	#nav-galleries a.hovers:hover {
		width:93px;
		left:100px;
		background:url(img/navbar_sprites.jpg) -472px -60px no-repeat;
	}
	#nav-galleries a.current {
		width:93px;
		left:100px;
		background:url(img/navbar_sprites.jpg) -472px -30px no-repeat;
	}
#nav-calendar {
	width:79px;
	left:120px;
	background:url(img/navbar_sprites.jpg) -660px 0 no-repeat;
}
	#nav-calendar a.hovers:hover {
		width:79px;
		left:120px;
		background:url(img/navbar_sprites.jpg) -660px -60px no-repeat;
	}
	#nav-calendar a.current {
		width:79px;
		left:120px;
		background:url(img/navbar_sprites.jpg) -660px -30px no-repeat;
	}
#nav-about {
	width:86px;
	left:200px;
	background:url(img/navbar_sprites.jpg) -570px 0 no-repeat;
}
	#nav-about a.hovers:hover {
		width:86px;
		left:200px;
		background:url(img/navbar_sprites.jpg) -570px -60px no-repeat;
	}
	#nav-about a.current {
		width:86px;
		left:200px;
		background:url(img/navbar_sprites.jpg) -570px -30px no-repeat;
	}


/* START
	 CALENDAR STYLES
	 								*/

.calendar p {
	margin:0 0 0 0;
	line-height:1em;
	height:auto;
}
.calendar_date {
	font-size:90%;
}
.calendar_item_name {
	color:#ffd369;
}
.calendar_month {
	font-size:145%;
	font-weight:bold;
	border-bottom:1px solid #2a190d;
	margin:0 0 20px;
}


/* START
	 ARTFULLY ABILENE STYLES
	 								*/
.aa_orgname {
	font-size:200%;
	font-weight:bold;
	text-align:right;
	border-bottom:1px solid #2a190d;
}
span.small {
	display:block;
	font-weight:normal;
	margin:0 0 5px 0;
	line-height:130%;
	font-size:50%;
}


/* START
	 ARTFULLY ABILENE STYLES
	 						*/
div#Social {
	width:170px;
	margin:0 10px;
	float:right;
	clear:none;
	color:#9f7a45;
	text-align:center;
	}
	div#Social img {
		border:none;
		}
	div#Social a {
		border:none;
		text-decoration:none;
	}

/* START
   LEGAL FOOTER
                       */
#legal {
	color:#9f7a45;
	clear:both;
	font-size:9px;
	padding-top:40px;
	text-align:center;
	width:100%;
}
#legal a {
	color:#9f7a45;
}

/* START
   ADDITIONAL LIST MESS
                       */
.hide {
	display:none;
}
a {
	color:#ffb64e;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.center {
	text-align: center;
}
.center {
	text-align: center;
}
