/*
Theme Name: A-List
Description: A custom Wordpress theme made for The A-List in Brooklyn Park, MN.
Version: 1.5
Author: Michelle Heil
Author URI: http://heil-design.com/
Tags: red, fixed, two columns
*/

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed silver;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid silver;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}
.alignright {
	float:right;
}
.alignleft {
	float:left;
}
.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	clear:both;
	}
.clear {
	clear:both;
}
img {
	margin:5px;
}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.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 */


/*
main colors
-----------
dark red: #8F1E1C
dark purple: #473087
light red: #C4322E
light purple: #8064A2
*/

/* global */
* {
	margin:0;
	padding:0;
}
body {
	color:#DDD;
	background:#000000 url(images/carpetbg01.jpg) no-repeat center top;
	font-family:Calibri, Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:1em;
}

/* text & headers */
h1,h2,h3,h4,a, li, #footer {
	text-transform:lowercase;
	color:#FFF;
	
}
#extraContent h4, .content h4, .content a, .content li {
	text-transform:none !important;
}
p {
	padding:5px 0;
}
h1, h2 { /* Main headers */
	text-align:right !important;
	font-size:26px;
	line-height:1em;
}
h2 {/* Text Header */
	padding-top:10px;
}
h2 a, #sidebar h2 { /* Link Header */
	color:#8064A2 !important;
}
h3 {/* Sub Header */
	text-align:right;
	font-size:20px;
	line-height:1em;
	margin-top:.8em;
	color:#CCC;
	border-bottom:1px #8064A2 solid;
}
#sidebar h2 {
	border-bottom:1px #8064A2 solid;
}
a {
	color:#FFF;
}

a:active, a:focus {
	outline:none;
	border:0;
}


/* logo */
#logo {
	background:url(images/logo.png) no-repeat center;
	height:160px;
}
#logo h1, .description {
	display:none;
}
#header {
	text-align:center;
}
object#flash {
	margin:0 auto;
	text-align:center;
	width:1000px;
}

/* dropdown v2 */
/*    navbar   */
#navbar .pagenav {
	text-align:center;
	background: url(images/barBoxRed.png) no-repeat;
	font-weight: bold;
	height:25px;
	line-height:1em;
	list-style-type:none;
	z-index:100;
	margin-top:-5px;
}
#navbar .pagenav ul li {
	display:inline;
	padding: 0 7px 0 18px;
	position:relative;
	font-size:15px;
	background:url(images/star.png) left no-repeat;
}
#navbar .pagenav li:hover {
	background: url(images/bar-hover.gif) repeat-x;
	border-right: 1px solid silver /*#C4322E*/;
	border-left: 1px solid silver /*#C4322E*/;
	padding:0 6px 0 17px;
}
#navbar .pagenav li:hover ul {
	display:block;
	left:0;
	top:16px;
}
#navbar .pagenav .page_item {
	list-style-image:url(images/star.png) !important;
}

/* ######### Style for Drop Down Menu ######### */

#navbar a {
	text-decoration: none;
}
#navbar .pagenav li ul{
	position:absolute;
	border-bottom-width: 0;
	width: 120px;
	left:-10000px;
	padding-bottom:71px;
	background:url(images/endstrip_120.png) no-repeat bottom;
}
#navbar .pagenav li li{
	width: auto;
	display: block;
	font-weight: bold;
	padding-left:10px;
	padding-top:10px;
}
#navbar .page_item li.page_item {
	background-image: url(images/film_120.png);
	height:53px;
}
#navbar .page_item li.page_item a {
	padding:10px 0 35px;
}
#navbar .page_item li.page_item:hover {
	margin-left:-1px;
	padding-left:10px;
	padding-top:10px;
}

#navbar .page_item li.page_item ul {
	display:none;
}



/* content and sidebar */
#container {
	width:800px;
	margin:0 auto;
}
.content, #sidebar {
	padding:10px;
	margin:10px 0 0;
	min-height:700px;
}

.content li, #sidebar li li, #footerbar li li, #extraContent li {
	color:#FFF;
	list-style-image:url(images/star.png);
	list-style-position:outside;
	margin-left:20px;
}
#sidebar li {
	list-style-type:none;
}
.content {
	width:500px;
	float:left;
	clear:left;
	background:url(images/contentBox.png) top center no-repeat;
}
.short {
	background:url(images/contentBoxShort.png) top center no-repeat !important;
	min-height:500px !important;
}
.content p, .content li {
	font-size:14px;
}
.content a {
	font-weight:bold;
}
#extraContent {
	padding:10px;
	margin:10px 0 0;
	float:left;
	clear:left;
	width:500px;
	min-height:80px;
	background:url(images/extraBox.png) top center no-repeat;
}
#sidebar {
	float:right;
	width:245px;
	clear:right;
	background:url(images/sideBox.png) top center no-repeat;
}
.wide { /* pages with no sidebar */
	width:770px;
	background:url(images/wideBox.png) top center no-repeat !important;
}
#sidebar p {
	font-size:13px;
}
#sidebar h2 {
	font-size:24px;
}
#searchsubmit {
	background: transparent url(images/search.gif) no-repeat;
	width:75px;
	height:25px;
	text-align:center;
	border:none;
	color:#FFF;
	font-weight:bold;
}


/* Footer */
#footerbar {
	clear:both;
	width:100%;
	text-align:center;
	background: url(images/barBox.png) top center no-repeat;
	height:25px;
	font-size:14px;
	margin-top:-10px;
}
#footerbar li {
	margin: 15px;
	display:inline;
	line-height: 16px;
	font-weight:bold;
}
#footer, #footerbar li {
	text-align:center;
	font-weight:bold;
}
#footer {
	clear:both;
	width:100%;
	font-size:12px;
	margin-top:-5px;
	background: url(images/headline.png) top center no-repeat;
}
/* Miscellaneous */
.linkBox {
	float:left;
	padding: 10px 15px;
}
.linkBox a {	
	font-weight:normal !important;
}
.linkBox h3 {
	text-transform: lowercase;
	background: url(images/linkBoxTop.gif) no-repeat;
	margin: 0 -10px 10px;
	padding: 5px 10px;
	border-bottom: 1px solid #ffffff;
}		
		
.linkBox div {
	width:130px;
	margin:-10px;
	padding:10px;
	min-height:110px;
	font-size: 14px;
	background: url(images/linkBoxBottom.gif) bottom center repeat-x;
	opacity:0.75;
	filter:alpha(opacity=75);
}	
.linkBox div:hover {
	opacity:1.0;
	filter:alpha(opacity=100);
}
#conversation {
	width:200px;
	border:0;
	background:#E2F1CF url(images/conversation_gen.jpg) no-repeat;
	padding-top:50px;
	float:left;
	clear:none;
}
#conversation p {	
	padding:5px;
	color:#000;
	margin-left:auto;
	margin-right:auto;
}
#activity {
	width:200px;
	border:0;
	background:#A7D5EF url(images/activity_gen.jpg) no-repeat;
	padding-top:50px;
	float:right;
	clear:none;
}
#activity p {	
	padding:5px;
	color:#000;
	margin-left:auto;
	margin-right:auto;
}
/* 20 for 20 */
#twentyFor20 {
	width:770px;
	margin-top:-10px;
	z-index:50;
	padding:10px;
	height:100px;
	background: url(images/headline.png) top right no-repeat;
}
#twentyFor20 a {
	text-decoration:none;
}

/* Page Headers */
.headImg{
	height:51px;
	float:right;
	margin-top:-35px;
	background:url(images/headCap.gif) no-repeat;
	padding-left:51px;
}
.entry {
	clear:both;
}
.headImg h2 {
	padding:15px 10px;
	height:21px;
	background:url(images/headImg.gif) right no-repeat;
}