/*

Theme Name: Inner City Outings

Theme URI: http://www.angelsico.org

Description: Custom WordPress Theme

Author: Christina Lannen for Zumwinkle

Author URI: http://www.zumwinkle.com





/*-----------Block Level Elements--------------*/

*{margin:0; padding:0;} /* removes all margins and padding */

html { min-height:100%; margin-bottom:1px; } /*keeps short pages from jumping */



body {
	background-image: url(images/page_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	font-family: Arial, Helvetica, sans-serif;
	color: #555;
	font-size: 10pt;
	background-color: #D8CE93;
}

#page {
	width: 950px;
	margin: 0 auto;
}

#header {
	width: 100%;
}

#headerimg {
}

.description {
}

#wrapper {
	width: 100%;
	background-image: url(images/content_bg.gif);
	background-repeat: repeat-y;
	background-color: #fff;
	border-bottom: 18px solid #7ca32c;
}

#content {
	float: right;
	width: 700px;
}

#sidebar {
	width: 28%;
	margin-right: 70%;
}

#sidenav {
	width: 250px; 
	overflow: hidden;
	background-color: #99713D;
}

#footer {
	width: 780px;
	margin: 0 auto;
	clear: both;
	color: #98713A;
}

#footer p {
	text-align: center;
	padding: 5px; 
	font-size: 9pt;
}

#footer p.contact {
	line-height: 16px;
}

#footer a {
	color: #98713A; 
	text-decoration: underline;
}

/*-------------Headings-------------*/

h1, h2, h3 {
	color: #7ca32c;
}

h1 {
}

h2 {
	margin-bottom: 20px;
}

h3 {
}

h4 {
}

h5 {
}

#post-8 {
	margin: -200px 20px 20px;
}

/*-------------The Post-------------*/

h2 a:hover, h2 a:visited, h2 a {
color: #7ca32c;
}

.postsearch {
	margin: 20px; clear: both;
}

.post {
	margin: 20px;
}

.post p {
	margin-bottom: 10px;
	line-height:1.5;
}

.post a {
	color:#886600; 
}

.post a:hover, .post a:active {
	color:#000; 
}

.post ul {
margin: 10px 25px;
}

.post ol {
	margin: 10px 28px;
}

.post li {
	margin: 0 0 10px 0;
}

blockquote {
	margin-left: 25px;
}

.entry {
}

.entry p {
	margin-bottom: 10px;
}

.entrytext .postmetadata {
	margin-bottom: 10px;
}

.postmetadata alt {
}

.postmetadata a {
}

.navigation {
}

.alignleft {
}

.alignright {
}

.center {
}

.pagetitle {
}

blockquote {
}

cite {
}

a img {
}

acronym, abbr {
}

/*--------------Sidebar------------*/

#sidebar h2 {
	margin-left: 10px;
	font-weight: lighter;
}

#sidebar ul {
	list-style-type: none;
	margin: 20px 0 0 20px;
	padding: 0;
	width: 200px;
}

#sidebar ul h2 {
}

#sidebar ul li {
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #AAB676;
}

#sidebar ul ul {
	margin: 5px 0 0 20px;
}

#sidebar ul ul li {
	border-bottom: none !important;
}

#sidebar ul ul ul {
	margin-left: 10px;
}

#sidebar p {
}

#sidebar a {
	color: #BFCAA8;
	text-decoration: none;
	margin-right: 25px;
}

#sidebar a:hover {
}

#sidebar a:visited {
}

#sidebar li.current_page_item a {
	color: #fff; 
	font-weight: bold; 
}

#sidebar li.current_page_item li a {
	color: #bfcaa8;  
	font-weight: normal;
}

#sidebar li.current_page_ancestor.page_folder a {
	color: #fff;
} 

#sidebar li.current_page_ancestor.page_folder li a {
	color: #bfcaa8;
} 

#sidebar li.current_page_ancestor.page_folder ul li.current_page_item  a {
	color: #fff; 
	font-weight: bold; !important;
}

#sidebar ul li:last-child {
	border: none;
}

/* sidebar search form */

#sidebar #searchform {
	margin-left: 10px;
}

#sidebar #searchsubmit {
	background-color: #99713D; 
	color: #fff;
	border: 2px solid #99713D;
}

/*--------------Comments--------------*/

ol.commentlist {
}

ol.commentlist li {
}

ol.commentlist li.alt {
}

ol.commentlist a {
}

small.commentmetadata {
}

/*--------------Search Form-------------*/

#searchform {
}

#searchform input {
}

#searchform #s {
}

/*-------------Calendar-----------------*/

#wp-calendar {
}

#wp-calendar th {
}

#wp-calendar a {
}

#prev a, #next a {
}

#wp-calendar caption {
}

/*-------------Images------------------*/

/*-------------Other------------------*/

hr {
	display: none;
}

td {
	vertical-align: top;
}

/* --------AZ added Print Styles 3/22/13 -------------*/

@media print {

	#sidebar, .bigpageimage, .footer-links, .footer-copyright, .footer-sitecredit {
		display: none !important;
	}

	body {
		background-color: #FFF !important; 
		background-image: none !important; 
	}

	body #content {
		float: none !important; 
		width:650px !important;
	}

	body #content h2 {
		color: #000 !important; 
	}

	body #wrapper {
		background-image: none !important; 
		background-color: #FFF !important; 
		border-bottom: none !important; 
	}

	body #footer {
		margin: 0 !important;
		color: #000 !important;
		clear: none !important;
		background-color: #FFF !important; 
	}

	body #footer p.footer-description {
		text-align: left !important; 
		color: #000 !important; 
	}
}

/* --------the above bracket required to end Print Styles -------------*/

#hideme form br {
	display:none;
}