/*/*/
/* A Liberated Space Styles - Copyright A Liberated Space 2006 /*

/** Useful Shortcuts:
*	font: font-style  font-variant  font-weight  font-size / line-height  font-family
*	background:  background-color  background-image  background-repeat  background-attachment  background-position 
*	border: border-width  border-style  border-color 
*	margin: top right bottom left 
*	padding: top right bottom left
***

	*** Liberated Blog Template Customization ***
	All CSS that changes pertinent colors on the template is below.
	This is to ease customization and allow for identical styles
	across all liberated blogs.
*/


/******************* STANDARD TAGS ************************/
body {
	background: #272727 url(images/bodyBackground.jpg) repeat-x 0 15px;padding: 0px;
	margin: 0px;
	text-align: center;
	font: normal .77em/125% Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}
img, form, p {margin: 0px; padding: 0px;}
p {margin: 0 0 1.6em 0em;}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: .1em 0;	
	
}
h1 {
	font-size: 1.8em; 
	margin: 0 0 .3em 0; 
	left: -.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	}
h2 {
	font-size: 1.45em; 
	margin: .3em 0 .3em 0; 
	left: -.1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	}
h3 {font-size: 1em; color: #000;}
h4 {font-size: 1.0em; color: #999;}
h5 {font-size: .9em;}
h6 {font-size: 1.0em;}

h3.bottomBorder {border-bottom: 1px solid #CDCDCD; padding: 0 0 .2em 0; width: 450px; }

.hide, #siteName {
	display: none;
	line-height: 0;
	font-size: 0;
}
.clearing {clear: both; height: 0; line-height: 0; font-size: 1px;}


/********************* LINKS ******************************/
#content a.more {
	float: right;
	clear: both;
	text-decoration: none;
	font-weight: bold;
	color: #333;
	padding: 0 15px 0 0;
	margin-bottom: .4em;
	background: url(images/arrowBlue.gif) no-repeat right center;	
	}
	#content a.more:hover {
	text-decoration: underline;
	background: url(images/arrowOrange.gif) no-repeat right center;
}
/* Remaining link specs moved to individual blog stylesheets */

/********************* CONTENT ****************************/
#branding img {margin-top: 7px;}

div.post h3 a {color: #000; text-decoration: none;}
div.post h3 a:hover {text-decoration: underline;}
div.post h2 {margin-bottom: .7em;}	
div.entrytext img {padding: 10px;}

/********************* NAVIGATION *************************/
#branding ul {
	padding: 1em 9px 0 0;
	margin: 0;
	}
	#branding ul li {
	display: inline;
	margin-left: 1em;
	}
	#branding a {color: #888; text-decoration: none;}
	#branding a:hover {color: #FFF; text-decoration: none;
}

/*** Side Bar ***/
#sideBar ul {
	/* background image located in individual blog styles */
	width: 212px;
	padding: 10px 5px 1.5em 5px;
	margin: 0;
	}
	#sideBar ul li {
	list-style: none; 
	background: url(images/horizontalDot.gif) repeat-x 0 bottom;
	padding: .3em 0 .7em 5px;
	}
	#sideBar ul li.last {
	background: none;
}
#sideBar ul ul {margin: .3em 0 0 .5em;}
#sideBar ul ul li {
	background: none;
	padding-bottom: 0;
	margin: 0 0 .5em 0;
	}
#sideBar ul li p {margin-bottom: .5em;}

/*BlogRoll*/
#linkcat-1 ul { 
	padding: 0;
	margin: .7em 0 1.7em 25px;
	}
	#linkcat-1 ul li {list-style: none; margin-bottom: .2em;}
	#linkcat-1 ul li a {
	font-size: .7em;
	color: #333;
	text-decoration: none;
	padding-left: 20px;
	background: url(images/greenDash.gif) no-repeat 0 center;
	}
	#linkcat-1 ul li a:visited {background: url(images/check.gif) no-repeat 0 center;}
	#linkcat-1 ul li a:hover { 
	background: url(images/redDash.gif) no-repeat 0 center !important;
	text-decoration: underline;
}

#sideBar #search {margin: 1em 0;}
#sideBar #search label {display: none;}
	#sideBar #search input {
	margin: .5em 0 0 0; 
	vertical-align: middle;
	padding:.1em;
	}
	#sideBar #search input.search {
	border: 1px solid #BBB;
	width: 175px;
	/*background: #FFF url(images/searchBackground.gif) no-repeat left center;*/
	}
	#sideBar a.search {
	font-size: .7em; 	
}
#sideBar a {
	text-decoration: none; 
	color: #444;
	}
	#sideBar a:hover {
	color: #000; 	
	text-decoration: underline;
	}

#sideBar ul.event_list {margin: 0; padding: 0;}
#sideBar ul.event_list li {margin: 0 0 1em 0; padding: 0;}

#sideBar ul li.donate {padding: 1.5em 0;}
#sideBar ul li.donate form {text-align: center; margin: 2em 0 .5em;}

#sideBar h2 {line-height: 1.3em;}
/*** Footer ***/

#footer a, #footer a:visited {color: #777;}
#footer a:hover, #footer a:active {color: #DFC55B; }
#footer p {margin-bottom: 0em; line-height: 135%;}

/********************* LAYOUT *****************************/
#page {
	margin: 0 auto;
	padding: 0px;
	width: 920px;
	text-align: left;
	background: #FFF;
}	
#topBar {
	background: url(images/topBarBlack.jpg) repeat-x 0 0;
	height: 15px; 
	font-size: 0;
}
#branding {
	width: 920px;
	height: 85px;
	text-align: right;
	background: #1A1A15 url(images/brandingBackground.jpg) repeat-x;
}
#nav {
	width: 920px;
	height: 15px;
	background: #FFF url(images/navBackground.jpg) repeat-x bottom;
}
#banner {
	position: relative;
	height: 231px; 
	width: 920px;
	border-bottom: 2px solid black;
}
#content {
	position: relative;
	width: 903px;	
	margin: 0px 0 0 0;
	padding: 1px 0px 0 17px;
	}
	#mainContent {
	position: relative;
	float: left;
	width: 668px;
	padding: 10px 0 1em 0;
	}
	#sideBar {
	position: relative;
	float: right;
	width: 222px;
	background:  url(images/sideBarTop.gif) repeat-x 0 0;
	border-bottom: 1px solid #EEE;
	border-left: 1px dotted #E1DEE5;
	}
	#sideBar ul {
	width: 212px;
	padding: 10px 5px 1.5em 5px;
	margin: 0;
	}
	#sideBar ul ul {background: none; width: auto; padding: 0; border: none;
}
#footer {
	background: #000 url(images/footerBackground.jpg) repeat-x 0 0; 
	width: 903px;
	color: #666;
	clear: both;
	padding: 1em 0 15px 17px;
}



/* Begin Wordpress Typography & Colors */
.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}
	
.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-top: 2em;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
	
.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a {
	font-size: 9pt;
	}

#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 */
.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}
	
.post {
	margin: 0 0 25px;
	text-align: justify;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

/* End Structure */



/* Begin Images */
p img {
	padding: 0;

	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

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 ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.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;
	}
	
/* End Entry Lists */



/* Begin Form Elements */
.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 textarea {
	width: 75%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 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;
	outline: none;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	outline: none;
	}
#wp-calendar a.eventday {font-weight: bold;}

/* Remaining calendar link specs moved to individual blog stylesheets */

#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;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 15px;
	}
div.navigation div.alignright {width: 47%; text-align: right;}
div.navigation div.alignleft {width: 47%; text-align: left;}

/* End Various Tags & Classes*/


/************ Individual Blog Customization ***************/
h1 {color: #7A5591;}
h2 {color: #000;}
a:link {
	color: #0BB8C8;
	text-decoration: underline; 
	} 
	a:hover, a:active  {
	color: #DFC55B;
	text-decoration: none;
	} 
	a:visited {
	color: #7A5591;
	text-decoration: underline;
} 
#sideBar ul {
	background: url(images/sideBarBackground.jpg) repeat-x bottom;
	}

/* Calendar Colors */
#sideBar #wp-calendar a, #sideBar #wp-calendar a:visited {
	display: block;
	text-decoration: none;
	color: #AF7044 !important;
	}

