/*
Theme Name: AMSA FAU
Theme URI: http://www.amsafau.org/
Version: 1.1
Author: Patrick Bonaparte
Tags: blue, custom header, fixed width, two columns, widgets

	This theme was designed and built by Patrick Bonaparte

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

html {
	/*background-image: 		url(images/background.png);*/
	background-color:		#000070;
}

#page {
	text-align: 			left;
}

/* -------------------------------------
/*  Baseline values for browser consistency
/* -------------------------------------*/

/* Resetting of element defaults to avoid cross-browser incompatibilities */
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, font, img, ins, kbd, q, s, samp,
sub, sup, tt, var, dd, dl, dt, li, ol, ul, form, fieldset, input, textarea, label, 
table, legend, caption, tbody, tfoot, thead, tr, th, td {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	margin: 				0;
	padding: 				0;
	font-weight: 			normal;
	font-style: 			normal;
	text-align: 			left;
}

body {
	font-size: 				62.5%
}

ul {
	list-style:				none;
}

a {
	outline:				0;
}

a img {
	border: 				0;
}

/* -------------------------------------
/*  default links
/* -------------------------------------*/

a:link, a:visited {
	color:					#0e7fc7;
	text-decoration:		none;
}

a:hover {
	text-decoration:		underline;
}

.clear {
	clear:					both;
	height:					0px;
	font-size: 				0px;
	line-height: 			0px;
}

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

#body {
	margin-left: 			auto;
	margin-bottom: 			20px;
	margin-right: 			auto;
	margin-top: 			0;
	width: 					850px;
	position: 				relative;
}

#header {
	width: 					inherit;
	height: 				140px;
	background-color:		#000070;
	background:				url(images/dash.png) top left no-repeat;
}

/*-------------------------------------
 	SiteNav
---------------------------------------*/

#siteNav {
	background:				#000041;
	width: 					750px;
	position: 				relative;
	margin:					0px auto;
	font-size:				1.3em;
}

#siteNav ul {
	margin-left:			25px;
}

#siteNav li {
	float:					left;
	text-align:				center;
	position: 				relative;
	top:					1px;
	font-size:				1.2em;
}

#siteNav li a {
	padding:				8px 20px 8px 24px;
}

#siteNav ul:after {
    content:				"."; 
    display:				block; 
    height:					0; 
    clear:					both; 
    visibility:				hidden;	
}

#siteNav a {
	text-decoration:		none;
	display:				block;
}

#siteNav li a:link, #siteNav li a:visited {
	color:					#c2d4dd;
}

#siteNav li a:hover {
	background-color: 		#006bbe;
	color:					#fff;
	z-index: 				0;
}

#siteNav li.current a:link, #siteNav li.current a:visited {
	background:				url(images/tabback.gif) repeat-x top left;
	color:					#000;
	position: 				relative;
	top: 					1px;
	border-top: 			1px solid #fff;
}

/*-------------------------------------
 	Content
---------------------------------------*/

#login {
	text-align: 			left;
	position: 				relative;
	top:					20px;
}

#content, #homeContent, #aboutContent, #activitiesContent {
	padding-left:			30px;
	padding-right:			30px;
	padding-bottom: 		20px;
	padding-top:	 		20px;
	border-top:				1px solid #fff;
	border-left:			1px solid #fff;
	border-right:			1px solid #fff;
	background:				#fff url(images/bodyback.gif) top left repeat-x;
}

#ruler {
	background:				transparent url(images/horizontalSep.png) center left repeat-x;
	padding-bottom: 		10px;
	margin-bottom: 			10px;
	padding-top: 			10px;
}

#homeText, #contactsText {
	width: 					550px;
	float: 					left;
}

#postingText {
	float: 					left;
	font-size: 				1.2em;
	line-height: 			1.6em;
}

#downloadsText {
	font-size: 				1.4em;
	line-height: 			1.6em;
}

#activitiesText {
	width: 					600px;
	float: 					left;
}

#leftList {
	background-position: 	top right;
	padding-right: 			30px;
	margin-right: 			30px;
	float: 					left;
}

#rightList {
	padding-left: 			20px;
	margin-left: 			30px;
	float: 					left;
	width: 					225px;
}

#leftList, #rightList {
	background-repeat: 		repeat-y;
	background-image: 		url(images/verticalSep.png);
	height: 				inherit;
	font: 					1.4em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	line-height: 			30px;
}

#socialList {
	background-repeat: 		repeat-x;
	background-image: 		url(images/horizontalSep.png);
	padding-top: 			15px;
	margin-top: 			20px;
	text-align: 			center;
}

#footer {
	background:				#000041;
	width: 					750px;
	font-family:			10px 'Lucida Grande', Verdana, Arial, Sans-Serif;
	line-height:			18px;
	color:					#fff;
	text-align: 			center;
	padding: 				10px;
	position: 				relative;
	font-size: 				1.0em;
	margin:					0px auto;
}

#announcePost {
	background:				transparent url(images/horizontalSep.png) bottom left repeat-x;
	padding-bottom: 		10px;
	margin-bottom: 			10px;
}

#aPost {
	padding-bottom:			15px;
}

#aboutPost, #activitiesPost {
	float: 					left;
	padding-bottom:			10px;
}

#downloadsBox {
	padding: 				15px;
	width:					355px;
	height: 				125px;
	margin-bottom: 			20px;
	background-color: 		#c9c6ff;
}

#downloadsBox.left {
	float: 					left;
}

#downloadsBox.right {
	float: 					right;
}

#downloadsImage {
	height: 				inherit;
	float: 					left;
}

#newsPost {
	background:				transparent url(images/verticalSep.png) top right repeat-y;
	position: 				relative;
	width: 					150px;
}

#imageCaption {
	background-image: 		url(images/captionBack.png);
	height: 				30px;
	padding-top:			5px;
	padding-bottom:			5px;
	padding-left:			10px;
	padding-right:			10px;
	position: 				relative;
	top: 					80%;
}

#imageCaption.right {
	float: 					right;
	text-align: 			right;
}

#imageCaption.left {
	float: 					left;
	text-align: 			left;
}

.alignLeft {
	float: 					left;
}

.alignRight {
	float: 					right;
}

#stupidLengthener {
	clear: both;
}

/*-------------------------------------
 	Type
---------------------------------------*/

p {
	margin-bottom:			10px;
}

h.banner { 
	font-family: 			cursive, Helvetica, sans-serif; 
	color: 					#fff;
	position: 				relative;
	float: 					right;
}

p.mainHeading {
	font-size: 				2.4em;
	color: 					red;
}

p.subHeading { 
	font-size: 				1.8em;
	color: 					black;
	line-height: 			16px;
}

p.caption { 
	font-style: 			italic;
	font-size: 				1.0em;
	color:					white;
}

p.postingDate { 
	font-style: 			italic;
	font-size: 				1.0em;
	color: 					#7d7d7d;
	float: 					right;
	position: 				relative;
}

p.position {
	font-style: 			italic;
	font-size: 				1.0em;
	color: 					#7d7d7d;
	position:				relative;
	left:					10px;
	top:					2px;
}

p.postingText, div#postingText p {
	line-height: 			16px;
	font-size: 				1.3em;
}

p.postingAuthor {
	line-height: 			12px;
	font-size: 				1.0em;
	float: 					left;
	position: 				relative;
}

p.postingText p {
	font-size: 				1.2em;
	padding-bottom: 		10px;
}

h.postingText {
	font-size: 				1.2em;
}

.thread-alt {
	background-color: 		#f8f8f8;
}

.thread-even {
	background-color: 		white;
}

.depth-1 {
	border: 				1px solid #ddd;
}

.even, .alt {
	border-left: 			1px solid #ddd;
}

small {
	font-family: 			Arial, Helvetica, Sans-Serif;
	font-size: 				.8em;
	font-style: 			italic;
	color: 					#7d7d7d;
	position:				relative;
	left:					10px;
}

h1, h2, h3 {
	font-family: 			'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: 			bold;
}

h1 {
	font-size: 				40px;
	text-align: 			center;
}

h2 {
	font-size: 				1.6em;
	}

#rightList h2 {
	font-family: 			'Lucida Grande', Verdana, Sans-Serif;
	font-size: 				1.4em;
	text-decoration: 		none;
}

h3 {
	font-size: 				1.3em;
}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: 		none;
	color: 					white;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: 					#333;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #wp-calendar caption, cite {
	text-decoration: 		none;
}

.entry p a:visited {
	color: 					#b85b5a;
}

.sticky {
	background: 			#f7f7f7;
	padding: 				0 10px 10px;
}

.sticky h2 {
	padding-top: 			10px;
}

small, .nocomments, .postmetadata, blockquote, strike {
	color: 					#777;
}

code {
	font: 					1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps {
	font-size: 				.9em;
	letter-spacing: 		7px;
}

a, h2 a:hover, h3 a:hover {
	color: 					#06c;
	text-decoration: 		none;
}
	
#footer a, p:postmetadata a {
	font-size: 				1.0em;
}
	
p.subHeading a {
	float:					left;
	line-height: 			16px;
}

a:hover {
	color: 					#147;
	text-decoration: 		underline;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 				.9em;
}

#wp-calendar a {
	text-decoration: 		none;
}
	
#wp-calendar caption {
	font: 					bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: 			center;
}

#wp-calendar th {
	font-style: 			normal;
	text-transform: 		capitalize;
}
/* End Typography & Colors */



/* Begin Structure */

#page {
	margin: 				20px auto;
	width: 					900px;
}

.post {
	margin: 				0 0 40px;
	text-align: 			justify;
	}

.post hr {
	display: 				block;
	}

.postmetadata {
	font-size: 				1.0em;
	clear: 					both;
}

.clear {
	clear: 					both;
}

/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
}

h2 {
	margin: 0px 0 0;
}

h3 {
	padding: 0;
	margin: 30px 0 0;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}
	
img.right, #imageRight {
	float: 					right;
	position: 				relative;
	margin-left: 			10px;
	margin-bottom: 			2px;
}

img.left, #imageLeft {
	float: 					left;
	position: 				relative;
	margin-right: 			10px;
	margin-bottom: 			2px;
}

#imageLeft, #imageRight {
	border-width: 1px;
	border-style: solid;
	border-color: #00007d;
}

img.center {
	float: 					left;
	padding-bottom: 		5px;
}

img.icon {
	position:				relative;
	top:		 			5px;
	padding-right: 			10px;
}

img.amsaLogo {
	position:				relative;
	top: 					-35px;
	left: 					75px;
}

img.owlsLogo {
	position: 				relative;
	left:					175px;
	top:					10px;
}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */
	
#rightlist ul, h.postingText ul, ul.list {
	list-style:				square;
	padding-left: 			20px;
	padding-bottom: 		10px;
	font-size:				1.4em;		
}

/*html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

ol li, #rightList ul ol li {
	list-style: decimal outside;
	}
 End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

/*.entry form { /* This is mainly for password protected posts, makes them look better.
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



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

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

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

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -10000px;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: 				block;
	text-align: 			center;
	margin-top: 			10px;
	margin-bottom: 			40px;
}
/* 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: 1.1em;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

