/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	font: normal small Arial, Helvetica, sans-serif;
	color: #666666;
}

#everything {
	background: #4B689A url(images/img1.jpg) repeat-x;
}

h1, h2, h3, h4, h5, h6, .title {
	margin-top: 0;
	padding-top: 0;
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.blog_post { margin-bottom: 25px; }
.blog_post h3 { border-bottom: 2px solid #fff; margin-bottom: 10px; }
.blog_component .title a {
	text-decoration: none;
	color: #666666;
}

h2, h3{
	font-size: 1.6em;
}


h4 {
	margin: 0;
	font-size: 1em;
}

p, ul {
	margin-top: 0;
}
ul { padding: 0px 15px; }
a {
	color: #4B689A;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 600px;
	height: 100px;
	margin: 0 auto;
	padding: 0 20px;
	background: url(images/img2.jpg);
}

#header * {
	margin: 0;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFFFFF;
}
#header { position: relative; }
#header h1 {
	position: absolute;
	bottom: -10px;
	left: 20px;
	padding: 0;
	font-size: xx-large;
}

#header h2 {
  position: absolute; 
	bottom: -5px;
	right: 20px;
	padding: 0;
	font-size: small;
}

/* Menu */

#primary_navigation {
	width: 580px;
	height: 20px;
	margin: 0 auto;
	padding: .5em 0;
	background: #EBEEF2;
	border: 10px solid #FFFFFF;
}

#primary_navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#primary_navigation li {
	display: inline;
}

#primary_navigation a {
	display: block;
	float: left;
	padding: 0px 15px;
	text-decoration: none;
	text-align: center;
	font-family: "Arial Black",Arial,Helvetica,sans-serif;
	font-weight: bold;
}

/* Content */

#content {
	width: 600px;
	margin: 0 auto;
	background: #FFFFFF url(images/img3.gif);
}

#location_0 {
	float: right;
	overflow: hidden;
	width: 350px;
	padding: 10px 20px 0 0;
}

#location_1 {
	float: left;
	width: 180px;
	overflow: hidden;
	padding: 10px 0 0 20px;
}

ul ul {
	margin: 0;
	padding-left: .5em;
	list-style: none;
}

/* Footer */

#footer {
	width: 580px;
	margin: 0 auto;
	padding: .5em 0;
	background: #EBEEF2;
	border: 10px solid #FFFFFF;
	text-align: center;
	font-size: smaller;
}

#location_1 #blog_search { width:95px; }

ul.tweets li { margin-bottom: 5px; }
.tweet_date_posted { font-size: 0.8em; font-style: italic;}