/*
Theme Name: On the Go Chicago 
Theme URI: http://aug4th.com
Description: On the Go Chicago Theme 
Version: 1.0
Author URI: toadcreative.com
*/

/* STANDARD HTML TAGS */

body {
	color: #524033;
	font-family: "Century Gothic", Helvetica, Arial, Verdana, sans-serif;
}

a, a:visited {
	color: #069;
	text-decoration: none;
}

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

a:active, a:focus {
	outline: none;
}

blockquote {
	border-left: 0.5em solid #ccc;
	font-size: 0.9em;
	font-style: normal;
	padding: 0 0 0 1em;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.2em;
}

hr {
	background: #eee;
	color: #eee;
}

small {
	color: #555;
	font-size: 0.9em;
}

th {
	background: #eee !important;
}

ul.inline {
	display: block;
	margin: 1em 0;
	padding: 0;
}

	ul.inline li {
		display: inline;
		margin: 0 0.5em 0 0;
	}

/* CUSTOM CSS CLASSES */

h1.go-logo {
	width: 310px;
	height: 93px;
	position: relative;
}

h1.go-logo span {
	background: url("images/go-logo.jpg");
	position: absolute;
	width: 100%;
	height: 100%;
}


h2.description {
	color: #fff;
	width: 421px;
	height: 35px;
	position: relative;
	top: 23px;
	font-size: 12px;
	float: right;
}

h2.description span {
	background: url("images/description.jpg");
	position: absolute;
	width: 100%;
	height: 100%;
}


.title {
	position: relative;
	border-bottom-color: #f27a23;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	font-family: "Century Gothic", Helvetica, Arial, Verdana, sans-serif;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: 700;
	color: #f27a23;
}

.title h2 {
	padding: 0px;
	margin: 0px;
	color: #f27a23;
}

.title a:link {color: #f27a23;text-decoration: none} 
.title a:visited {color: #f27a23;}
.title a:hover,.title a:focus {color: #;text-decoration: none;}
.title a:active {}

.alignleft {
	float: left; display: inline; /* IE6 fix */
	padding: 0 1em 0.5em 0;
	text-align: left;
}

.aligncenter {
	display: block;
	margin: 1em auto;
	text-align: center;
}

.alignright {
	float: right; display: inline; /* IE6 fix */
	padding: 0 0 0.5em 1em;
	text-align: right;
}

.alignjustify {
	text-align: justify;
}

.button-image {
	position: relative;
	margin-top:4px;
}

.commentlist {
	clear: both;
	list-style: none;
	margin: 1em 0;
	padding: 0;
}

	.commentlist li {
		border-bottom: 1px solid #eee;
		margin: 0.5em 0;
	}

	.commentlist cite {
		font-size: 1.2em;
		font-style: normal;
	}

	.commentlist img {
		border: 1px solid #eee;
		float: left; display: inline; /* IE6 fix */
		margin: 0 1em 0.5em 0;
		padding: 4px;
		text-align: left;
	}

	.commentlist p {
		clear: both;
	}
	
	.commentlist .bypostauthor {
		background: #eee;
		border-left: 0.5em solid #ccc;
		border-color: #ccc;
		padding-left: 1em;
	}
		
.commentmetadata {
	color: #555;
	font-size: 0.9em;
}





.menu-container a {
	width: 16%;
}









.menu-main {
		background-position: center;
		background-repeat: no-repeat;

		padding-left: 70px;
		height: 32px;
	}

.menu-item {
	padding: 5px;
}	
		.menu-main ul {
			list-style: none;
			margin: 0;
			padding: 0;
		}
	
		.menu-main li {
			height: 32px;
			float: left; 
			display: inline; /* IE6 fix */
			margin: 0;
			padding: 0;
			position: relative;
			list-style: none;
		}
		
		#menu-container {
			height: 32px;
			background-position: left;
			background-repeat: repeat-x;
			background-image: url('images/menu-container.jpg');
			
		}
		
		
#menu-container li a {
	display: inline;
	position: relative;
	width: 80px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	bottom: 2px;
}

#menu-container li img {
	position: relative;
	bottom: -3px;

}

		
		#menu-container li {
			padding: 10px;
			width: 17%;
		}
		
			.menu li {
				list-style: none;
			}
			
			.menu-primary-container {
				list-style: none;
				list-style-position: inside;
				
			}
		
			.menu-main li a {
				text-transform: uppercase;
				padding-left: 0.6em;
				padding-right: 0.6em;
				padding-top: 7px;
				color: #191919;
				display: block;
				text-decoration:none;
				font-weight: bold;
			}
			
			.menu-main li a:hover {
				color: #0c5ba5;
			}
			
			.menu-main li:hover {
				/* background-image: url('images/menu-select.gif'); */
			}
			
			.menu-main li:hover ul {
				border: 1px solid #999;
				display: block;
				left: 0;
				min-width: 150px;
				/* top: 1.9em; */
				white-space: nowrap;
			}
			
			.menu-main li:hover li {
				display: block;
				float: none;
				font-size: 0.9em;
				margin: 0;
				padding: 0;
			}
			
			.menu-main li.current_page_item {
				/* background-image: url('images/menu-select.gif'); */
			}

			.menu-main li.current_page_item a {
				color: #0c5ba5;
			}









































.input label {
	display: block;
	font-size: 0.9em;
	font-weight: normal;
}

li.categories {
	list-style: none;
}

li.categories ul li {
	list-style: url('images/arrow.jpg');
}

.post {
	margin: 0 0 3em 0;
}

.postmetadata {
	clear: both;
	color: #555;
	font-size: 0.9em;
}

.postmetadata-comment {
	clear: both;
	color: #c1d72e;
	font-size: 14px;
	text-transform: uppercase;
}

.postmetadata-comment a {
	clear: both;
	color: #c1d72e;
	font-size: 14px;
	text-transform: uppercase;
}

.wp-caption {
	background: #eee;
	border: 1px solid #ccc;
	padding: 0.5em;
}

	.wp-caption img {
		border: 0;
		margin: 0;
		padding: 0;
	}
	
	.wp-caption p.wp-caption-text {
		margin: 0;
		padding: 0;
	}

/* DOM ELEMENTS */

#page {
}


	#header {
		overflow: hidden;
	}
	
		#header * {
			text-decoration: none;
		}
		
		#headerimg {
			background: transparent;
			height: 150px;
			width: 950px;
		}
		
		#sub-header {
			position: relative;
			top: 58px;
			vertical-align: bottom;
			float: right;
		}
				
	#nav { }
	
		#nav ul {
			list-style: none;
			margin: 0;
			padding: 0;
		}
		
		#nav li {	
			float: left; display: inline; /* IE6 fix */
			margin: 0;
			padding-top: 5px;;
			position: relative;
		}
		
		
		/*
		#nav li:hover {
		}
		
			#nav li a {
				display: block;
				padding: 0.2em 0.6em;
				text-decoration: none;
			}
			
			#nav li ul {
				display: none;
				position: absolute;
				z-index: 99;
			}
	
			#nav li:hover ul {
				background: #fff;
				border: 1px solid #999;
				display: block;
				left: 0;
				min-width: 150px;
				top: 1.9em;
				white-space: nowrap;
			}

			#nav li:hover li {
				background: #fff;
				display: block;
				float: none;
				font-size: 0.9em;
				margin: 0;
				padding: 0;
			}
			
			#nav li:hover li:hover {
				background: #eee;
			}
			
			#nav li:hover li a {
				padding: 0.3em 0.5em;
			}
			
		*/
	
	#content {
		margin: 1.5em 0;
		overflow: hidden;
	}
	
		#content h1 {
			font-size: 2em;
			margin: 0 0 0.5em 0;
		}
	
		#content h2 {
			font-size: 1.8em;
			margin: 0 0 0.5em 0;
		}
	
		#content h3 {
			font-size: 1.5em;
			margin: 1em 0 0.5em 0;
		}
	
	#sidebar {
		font-size: 0.9em;
		margin: 1em 0 0 1em;
		overflow: hidden;
		float: right;
	}
	
	#sidebar a {
		color: #524033;
		font-weight: bold;
		font-size: 12px;
	}
	
		
	
	#footer {
		border-top: 1px solid #eee;
		color: #555;
		font-size: 0.9em;
		margin: 0 0 1.5em 0;
		overflow: hidden;
	}
	
		#footer p {
			margin: 0.5em 0;
		}
	
		#footer ul {
			list-style: none;
			margin: 0;
			padding: 0;
		}
		
		#footer li {
			display: inline;
			margin: 0 1em 0 0;
		}
		

.contentf h3 {
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}		

.categories h2 {
	color: #f57b20;
	font-weight: bold;
	font-size: 14px;
}

.contentd li {
	list-style: none;
}

.contentd li a {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
		

.contentd a {
	color: #fff;
}

.contentd a:link {color: #fff;text-decoration: underline} 
.contentd a:visited {color: #fff;}
.contentd a:hover,a:focus {color: #036;text-decoration: none;}
.contentd a:active {}


.contente .bottom-image input {
	position: relative;
	padding-bottom: 2px;
}

.contentf img.center {
	text-align: center;
}
		
		
/* rounded corners code */
.b1f, .b2f, .b3f, .b4f{font-size:1px; overflow:hidden; display:block;}
.b1f {height:1px; background: #c1d72e; margin:0 5px;}
.b2f {height:1px; background: #c1d72e; margin:0 3px;}
.b3f {height:1px; background: #c1d72e; margin:0 2px;}
.b4f {height:2px; background: #c1d72e; margin:0 1px;}
.contentf {background: #c1d72e;}
.contentf div {margin-left: 10px; margin-right: 10px; padding-top: 2px;}
/* rounded corners code */

/* rounded corners code BLUE */
.b1e, .b2e, .b3e, .b4e{font-size:1px; overflow:hidden; display:block;}
.b1e {height:1px; background: #01568d; margin:0 5px;}
.b2e {height:1px; background: #01568d; margin:0 3px;}
.b3e {height:1px; background: #01568d; margin:0 2px;}
.b4e {height:2px; background: #01568d; margin:0 1px;}
.contente {background: #01568d;}
.contente div {margin-left: 10px; margin-right: 10px; padding-top: 2px;}
/* rounded corners code */

/* rounded corners code BLUE */
.b1d, .b2d, .b3d, .b4d{font-size:1px; overflow:hidden; display:block;}
.b1d {height:1px; background: #629605; margin:0 5px;}
.b2d {height:1px; background: #629605; margin:0 3px;}
.b3d {height:1px; background: #629605; margin:0 2px;}
.b4d {height:2px; background: #629605; margin:0 1px;}
.contentd {background: #629605;}
.contentd div {margin-left: 10px; margin-right: 10px; padding-top: 2px;}
/* rounded corners code */

