/*-----------------------------------------------------------------------------
Alabama Young Republicans Stylesheet (screen.css)

version:   	1.0
date:				2008-03-08
author:    	seth messer
email:     	seth.messer@gmail.com
website:   	alabamayoungrepublicans.org
copyright: 	Alabama Young Republicans - 2008  
-----------------------------------------------------------------------------*/


/* Import helper stylesheets
-----------------------------------------------------------------------------

@import url("typography.css");*/



/* Set various defaults
-----------------------------------------------------------------------------*/
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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-style:normal;
	}

body { 
	line-height: 1;
	font: 62.5%/1.5  "Lucida Grande", "Lucida Sans", Tahoma, Verdana, sans-serif;
	background: #fff url(../img/body_bg.png) repeat-y center center;
	color: #333;    
	text-align:center;
	}

ol, ul { list-style: none; }

blockquote, q { quotes: none; }

/* remember to define focus styles! */
:focus { outline: 0; }

/* remember to highlight inserts somehow! */
ins {	text-decoration: none; }

del {	text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	}

h1, h2, h3, h4, h5, h6, p, pre, code { font-size: 1em; }

acronym, abbr {
	border-bottom: #000 1px dashed;
	cursor: help; 
	} 
	
/*a hrefs*/
a, a:link, a:active, a:visited {
	outline:none;
	color:#369;
	text-decoration:none;
}	

a:hover {
	background:#369;
	color:#eee;
}

a:active {}

a:visited {}
		


/* Setup help styles
-----------------------------------------------------------------------------*/
.clear: { clear:both; }

.fright { float: right; }

.fleft { float: left; }



/* Typography
-----------------------------------------------------------------------------*/
h1 { font-size: 2.2em; }

h1 span, .hidetext { margin-left:-9999px; text-indent: -9999px; }

h2 { font-size: 2.0em; color:#940600;}

h3 { font-size: 1.8em; }

h4 { font-size: 1.6em; }

h5 { font-size: 1.4em; }

p { font-size: 1.2em;	}



/* Forms
-----------------------------------------------------------------------------*/
form { } 

fieldset { border: 1px solid #cccccc; } 

legend { color: #000000; } 

label, .label { }

select { } 

option { } 

textarea { } 

input[type="button"] { } 

input[type="checkbox"] { } 

input[type="file"] { } 

input[type="hidden"] { } 

input[type="image"] { } 

input[type="password"] { } 

input[type="radio"] { } 

input[type="reset"] { } 

input[type="submit"] { } 

input.text,
input[type="text"] {
	padding: 3px;
	border: 1px solid #999999;    
	}

button { }



/* Tables
-----------------------------------------------------------------------------*/
table {
	border-spacing: 0;
	border-collapse: collapse;
	border:1px solid #333;
	}

th, td {
	text-align: left;
	font-weight: normal;
	border:1px solid #aaa;
	} 



/* Primary Structure
-----------------------------------------------------------------------------*/
#wrapper {
	width:852px;
	text-align:left;  
	margin:10px auto 0;
	}

#header {
	background:#fff url(../img/header.png) no-repeat left bottom;
	width:852px;
	height:80px;
}

#nav {
	background:#fff;
	float:left;
	width:100%;
	margin:0 0 0;
}

#imgbanner {
	background:#fff url(../img/imgbanner.jpg) no-repeat 0 0;
	height:193px;
	width:852px;
	float:left;
}

#content {
	background:#fff;
	border-bottom:1px solid #aaa;
	padding:0 10px 10px;
}

#home #content {
	float:left;
}

#footer {
	padding:10px 0;
	text-align:center;
	color:#555;
	width:852px;
	float:left;
}


/* Secondary Structure
-----------------------------------------------------------------------------*/
#home #primary {
	width:560px;
	float:left;
}



#sidebar {
	float:right;
	width:250px;
	padding:2px;
	margin:10px 0 0 10px;
	border:1px solid #ccc;
}

/* Header
-----------------------------------------------------------------------------*/


/* Navigation
-----------------------------------------------------------------------------*/
#nav ul {
	list-style:none;
}

li.navlink {
	display:inline;
}

li.navlink a, li.navlink a:link, li.navlink a:visited, li.navlink a:active, li.navlink a:hover {
	display:block;
	float:left;
	padding:5px 8px;
	margin:0 5px 0 0;
	font-size:1.3em;
}

li.navlink a:hover, li.navlink a.active {
	background:#94b1db;
	color:#fff;
}


/* Content
-----------------------------------------------------------------------------*/
#primary img {
	padding:2px;
	border:1px solid #eee;
	margin:5px;
}

#primary p {
	margin:0 0 10px;
}

#primary h2 {
	border-bottom:1px solid #940600; 
	margin-bottom:10px;
}

#sidebar p {
	margin:3px 10px;
}

#sidebar h2 {
	background:#eee;
	padding:3px 5px;
	font-size:1.5em;
}

#sidebar ul {
	padding:0 15px;
	margin:5px 0;
}

#sidebar ul li {
	list-style:none;
	padding-left:13px;
	background:transparent url(../img/li.png) no-repeat 0 2px;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer a, #footer a:link, #footer a:visited, #footer a:active, #footer a:hover {
	padding:2px;
	color:#940600;
	font-size:0.9em;
}

#footer a:hover {
	border-bottom:1px dotted #940600;
	background:transparent;
}
