/*
Theme Name: 	ASNA Chicago Blog One
Theme URI: 		http://www.asnachicago.org
Description:	ASNA Chicago Blog.
Version: 		0.5
Author: 		Noel Suarez
Author URI: 	http://www.asnachicago.org
Tags: 			widgets

	ASNA Chicago (Andersonville South Neighborhood Association)
	http://www.asnachicago.org/

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

*/



* {
	padding: 0;
	margin: 0;
}

body {
	font: 14px/20px Georgia, Cambria, "Times New Roman", Times, serif;
	background: #f2f3f0 url(images/bg1.gif) repeat-y center center;
	color: #333;
}

/*
a {
	color: #6e7f69;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}

a:hover {
	color: maroon;
	text-decoration: none;
	border-bottom: 1px solid maroon;
}
*/

/* SEARCH WIDGET */

.search-wrapper {
}

.search-wrapper .textfield {
	width: 120px;
}

#s {
	font: bold 11px "Lucida Grande", Lucida, Verdana, sans-serif;
}


#searchsubmit {
	font-size: 11px;
}

/* SEARCH WIDGET end */


#prewrapper {
	margin: 0 auto;
	width: 960px;
	border: 0px dotted gray;
}

#wrapper {
	margin: 0 auto;
	width: 950px;
	background-color: white;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#searchdiv {
	position: relative;
	clear: both;
	float: right;
	right: 5px;
}

#searchdiv li {
	list-style-type: none;
}

input#s.textfield {
	border-width: 1px;
}



/*
*********************************************
HEADER ITEMS:
*********************************************
*/

#header {
	color: #333;
	width: 930px;
	float: left;
	padding: 10px;
	height: 230px;
	margin: 0px 0px 0px 0px;
	/*background: url(images/wave_header_taller_1.jpg) repeat-x; */
	background: url(images/altHeader.png) repeat-x;
}

#header h1 {
	color: #fff;
	font: normal normal 30px Georgia, Cambria, ""Times;
	text-decoration: none;
	padding-left: 350px;
	padding-top: 65px;
	text-shadow: #414141 1px 1px 3px;
}

#header p {
	color: #fdfed1;
	font: 12px/18px Georgia, Cambria, "Times New Roman", Times, serif;
	text-decoration: none;
	padding-left: 250px;
	text-transform: uppercase;
	letter-spacing: 3px;
	text-shadow: #282828 1px 1px 3px;
	padding-top: 10px;
}

#header a {
	text-decoration: none;
	color: white;
}

#header a:hover {
	text-decoration: none;
	color: yellow;
	border-bottom: 1px dotted yellow;
	text-shadow: yellow 1px 1px 5px;
}

/*   ORIGINAL HEADER 
#header {
	color: #333;
	width: 930px;
	float: left;
	padding: 10px;
	height: 230px;
	margin: 0px 0px 0px 0px;
	background: url(images/wave_header_taller_1.jpg) repeat-x; 
}

#header h1 {
	color: #fff;
	font: normal normal 30px Georgia, Cambria, ""Times;
	text-decoration: none;
	padding-left: 40px;
	padding-top: 133px;
	text-shadow: #414141 1px 1px 3px;
}

#header p {
	color: #faf170;
	font: 12px/18px Georgia, Cambria, "Times New Roman", Times, serif;
	text-decoration: none;
	padding-left: 40px;
	text-transform: uppercase;
	letter-spacing: 3px;
	text-shadow: #282828 1px 1px 3px;
}
*/


/*
*********************************************NAVIGATION ITEMS: (NOT USED HERE)
*********************************************
*/

#navigation {
	width: 928px;
	padding: 10px;
	border: 1px solid #72a616;
	margin: 0px 0px 0px 0px;
	background: #87c21a;
	position: absolute;
	top: 65px;
	opacity: 0.76;
	border-bottom: 1px solid #cfff37;
	border-right-color: #cfff37;
}

#navigation p {
	color: #333;
}


/*
*********************************************
COLUMN ONE ITEMS (MAIN):
*********************************************
*/

#columnone {
	width: 700px;
	float: left;
	background: white;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px 0px 0px 0;
}

#columnone a {
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}

#columnone a:hover {
	color: maroon;
	text-decoration: none;
	border-bottom: 1px solid maroon;
}

#columnone p {
	font: 14px/20px Georgia, Cambria, "Times New Roman", Times, serif;
	margin-bottom: 18px;
	color: #333;
}

#columnone ul li {
	font: 14px/20px Georgia, Cambria, "Times New Roman", Times, serif;
	margin-bottom: 9px;
	color: #333;
	margin-left: 15px;
}

#columnone ul ul li {
	font: 14px/20px Georgia, Cambria, "Times New Roman", Times, serif;
	margin-bottom: 9px;
	margin-left: 30px;
}

#columnone ol li {
	font: 14px/20px Georgia, Cambria, "Times New Roman", Times, serif;
	margin-bottom: 9px;
	color: #333;
	margin-left: 15px;
}

#columnone ol ol li {
	font: 14px/20px Georgia, Cambria, "Times New Roman", Times, serif;
	margin-bottom: 9px;
	margin-left: 30px;
}



#container {
	padding: 0 0px 0px;
	margin-left: 60px;
}

#columnone .posts {
}

#columnone .post {
	border-bottom: 1px dotted silver;
	margin-bottom: 40px;
}

#columnone .post h4 {
	color: #174a97;
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 10px;
	line-height: 22px;
	padding-left: 50px;
	margin-left: -60px;
	border-left: 10px solid #f2f3f0;
	background-image: none;
}

#columnone .post h4 a {
	color: #174a97;
}

#columnone .post h4 a:hover {
	color: maroon;
}

/* page template-specific */
#columnone .page {
	margin-bottom: 40px;
}

#columnone .page h2 {
	color: #174a97;
	font-size: 32px;
	font-weight: normal;
	margin-bottom: 20px;
	line-height: 36px;
	padding-left: 50px;
	margin-left: -60px;
	border-left: 10px solid #f2f3f0;
	background-image: none;
}

#columnone .page h2 a {
	color: #174a97;
}

#columnone .page h2 a:hover {
	color: maroon;
}





/* META INFO FOR AUTHOR DATE ETC... */
#columnone p.postmetauser {
	color: gray;
	font: bold 9px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-transform: uppercase;
	border-left: 5px solid silver;
	padding-left: 5px;
}

#columnone p.postusermeta a {
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}

#columnone p.postusermeta a:hover {
	color: maroon;
	text-decoration: none;
	border-bottom: 1px solid maroon;
}

/* META INFO FOR POST: CATEGORY ETC... */
#columnone p.postmetadata {
	color: gray;
	font: bold 9px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-transform: uppercase;
	border-left: 5px solid silver;
	padding-left: 5px;
}

#columnone p.postmetadata a {
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}

#columnone p.postmetadata a:hover {
	color: maroon;
	text-decoration: none;
	border-bottom: 1px solid maroon;
}

/* comments */
h3#comments {
	color: gray;
}

ol.commentlist {
	margin-left: 20px;
	margin-top: 20px;
}

/* page title */
h2.pagetitle {
	color: gray;
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 10px;
}


/*
*********************************************
COLUMN TWO ITEMS (RIGHT):
*********************************************
*/

#sidebar {
	float: right;
	color: #555;
	width: 200px;
	display: inline;
	background: white;
}

#sidebar a {
	text-decoration: none;
	color: #555;
	padding-left: 11px;
}

#sidebar a:hover {
	text-decoration: none;
	color: maroon;
	border-left: 6px solid maroon;
	padding-left: 5px;
}

#sidebar ul {
	color: maroon;
	padding-left: 20px;
}


#sidebar ul li {
	list-style-type: none;
	margin-left: -20px;
	margin-bottom: 2px;
	font: 11px/15px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#sidebar ul li h2 {
	color: #004299;
	text-transform: uppercase;
	font: bold 11px Georgia, Cambria, ""Times New Roman"", Times, serif;
	letter-spacing: 1px;
	margin-bottom: 4px;
	background: none repeat-x;
	padding: 2px;
	border-top: 1px solid silver;
}

#sidebar ul li ul li {
	color: #555;
	margin-left: 0;
	list-style-type: none;
}

/* spaces between each widget */
#sidebar ul li ul {
	margin-bottom: 30px;
	margin-left: -20px;
}

#sidebar ul li ul ul li {
	color: #555;
	list-style-type: none;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-left: 15px;
}

#sidebar ul li ul ul {
	margin-bottom: 0px;
}


/*
*********************************************
FOOTER ITEMS:
*********************************************
*/

#footer {
	width: 930px;
	clear: both;
	color: #333;
	background: white url(images/smallleaf.jpg) no-repeat;
	border-top: 1px solid #ccc;
	margin: 0px 0 0 0px;
	padding: 10px 10px 30px;
}

#footer p {
	padding-left: 50px;
	padding-right: 250px;
}

#footer a {
	color: #6e7f69;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}

