/*
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;
	background: url(/assets/images/img01.gif) repeat-x left top;
	font-size: 13px;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

h1, h2, h3 {
	margin: 0;
	text-transform: lowercase;
	font-weight: normal;
	color: #FFFFFF;
}

h1 {
	letter-spacing: -1px;
	font-size: 32px;
}

h2 {
	font-size: 23px;
}

p, ul, ol {
	margin: 0 0 2em 0;
	line-height: 26px;
}

a:link {
	color: #8BD80E;
}

a:hover, a:active {
	text-decoration: none;
	color: #8BD80E;
}

a:visited {
	color: #8BD80E;
}

img {
	border: none;
}

/* Form */

input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

#wrapper {
	margin: 0;
	padding: 0;
	background: #000000;
}

/* Header */

#header {
	width: 713px;
	margin: 0 auto;
	height: 42px;
}

/* Menu */

#primary_navigation {
	float: left;
	width: 713px;
	height: 50px;
	background: url(/assets/images/img02.gif) no-repeat left top;
}

#primary_navigation ul {
	margin: 0;
	padding: 0px 0 0 10px;
	list-style: none;
	line-height: normal;
}

#primary_navigation li {
	display: block;
	float: left;
}

#primary_navigation a {
	display: block;
	float: left;
	background: url(/assets/images/img04.gif) no-repeat right 55%;
	margin-top: 5px;
	margin-right: 3px;
	padding: 8px 17px;
	text-decoration: none;
	font-size: 13px;
	color: #000000;
}

#primary_navigation a:hover { 
	color: #000000;
}

#primary_navigation .active a {
	color: #000000;
}

/** LOGO */

#logo {
	width: 713px;
	height: 80px;
	margin: 0 auto;
}

#logo h1, #logo h2 {
	float: left;
	margin: 0;
	padding: 30px 0 0 0px;
	line-height: normal;
}

#logo h1 { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:40px;
}

#logo h1 a {
	text-decoration: none;
	color: #4C4C4C; 
}

#logo h1 a:hover { text-decoration: underline; }

#logo h2 {
	float: left;
	padding: 45px 0 0 18px;
	font: 18px Georgia, "Times New Roman", Times, serif;
	color: #8BD80E; 
}



/* Page */

#page {
	width: 663px;
	margin: 0 auto;
	background: #4C4C4C url(/assets/images/img03.gif) no-repeat left bottom;
	padding: 0 25px;
}

/* Content */

#location_0 {
	float: left;
	width: 410px;
}

/* Post */

#location_0 .component {
	padding: 15px 0px;
	margin-bottom: 20px;
}

#location_0 h2, #location_0 .blog_post .title {
	margin-bottom: 20px;
	padding-bottom: 5px;
	font-size: 22px;
	color: #FFFFFF;
}
#location_0 .blog_post .title {
  margin-bottom: 5px;
}
#location_0 .blog_post .date {
  margin-bottom: 15px;
}

#location_0 .blog_post {
  margin-bottom: 20px;
}

/* Sidebar */

#location_1 {
	width: 210px;
	float: right;
	margin: 0;
	padding: 0;
}

#location_1 ul {
	margin: 0;
	padding: 0 0 0 15px;
	list-style: none;
}

#location_1 .component {
	margin-bottom: 40px;
}

#location_1 h2 {
	width: 250px;
	padding: 8px 0 0 0px;
	margin-bottom: 10px;
	background: url(/assets/images/img07.jpg) no-repeat left top;
	font-size: 20px;
	color: #FFFFFF;
}

/* Footer */
#footer-wrap {
}

#footer {
	margin: 0 auto;
	padding: 20px 0 10px 0;
	background: #000000;
	font-size: 11px;	
	text-align: center;
}

html>body #footer {
	height: auto;
}

#footer p {
	text-align: center;
	padding: 0;
	margin: 0;
}

#footer a {
	font-weight: normal;
	color: #FFFFFF;
}


/* Fancy bullets for components */
ul.tweets li { margin: 0px; padding: 0px 0px 0px 20px; background: transparent url('/extras/images/bullets/tweet.png') no-repeat 0px 7px; list-style-type: none; }
ul.events li { margin: 0px; padding: 0px 0px 0px 20px; background: transparent url('/extras/images/bullets/shout.png') no-repeat 0px 5px; list-style-type: none; }
.feed ul li { margin: 0px; padding: 0px 0px 0px 20px; background: transparent url('/extras/images/bullets/feed.png') no-repeat 0px 5px; list-style-type: none; }

/* Line up comments, tags, etc for blog posts */
.category, .tags, .comments { 
  display: inline;
	border-left: 1px dotted #999;
	padding: 0px 10px;
}
.comments { border-left-width: 0px; padding-left: 0px; }

