/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 20px 0;
	padding: 0;
	background: #3399FF url(../images/img01.gif) repeat-y top;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #999999;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.4em;
}

img {
	border: none;
}

a {
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

/* Header */

#header {
	width: 740px;
	height: 160px;
	margin: 0 auto;
	position: relative;
}

/* Logo */

#logo {
	overflow: hidden;
	float: left;
	width: 240px;
	height: 160px;
	background: url(../images/img02.gif) no-repeat;
 
}

#logo h1 {
	padding: 50px 0 0 20px;
	letter-spacing: -.05em;
	font-size: 2.5em;
	color: #3399FF;
	width: 200px;
}
#logo h1 a, #logo h1 a:visited, #logo h1 a:hover { color: #3399FF; text-decoration: none; }
#logo h2 {
	margin: 0px 30px 0px 10px; 
	font-size: 1.5em;
}

#logo a {
	text-decoration: none;
	color: #3399FF;
}

/* Menu */

#primary_navigation { 
	position: absolute; 	
	right: 0px; 
	top: 0px; 
	width: 431px;
	height: 50px;
	margin: 50px 40px 0 0;
	background: #99CC00 url(../images/img05.gif);
	overflow: hidden;
}

#primary_navigation ul {
	margin: 5px 0px 0px;
	padding: 0 0 0 10px;
	list-style: none;
}

#primary_navigation li {
	display: inline;
}

#primary_navigation a {
	display: block;
	float: left;
	font-weight: normal;
	padding: .5em .7em;
	text-decoration: none;
	letter-spacing: -1px;
	font-size: 1.5em;
	color: #FFFFFF;
}

#primary_navigation a:hover {
	background: #FF9900;
}

#primary_navigation li.active a {
}

/* Content */

#content {
	width: 740px;
	margin: 0 auto;
}

/* Posts */

#location_0 {
	float: right;
	width: 440px;
	padding: 0 30px 0 0;
}

.component {
	margin-bottom: 10px;
}

.component .blog_post  { margin-bottom: 20px; } 
.component .blog_post .comments { 
  text-align: right; 
  padding-bottom: 2px; 
  border-bottom: 1px dotted #ffe1b3;
}
.component .blog_post .comments a,
.component .blog_post .comments a:visited { 
	color: #FF8400; 
}
#location_0 .component h2  {
	padding: 0 0 5px 20px;
	color: #FF8400;
}

#location_0 .component .blog_post h3.title a, 
#location_0 .component .blog_post h3.title a:visited { 
	color: #FF8400;
	font-size: 1.5em;
	text-decoration: none;
}
#location_0 .component .blog_post .date {
	margin-top: 5px; 
	padding: 10px 20px;
	background: url(../images/img06.gif) no-repeat;
	font-size: smaller;
}

#location_0 .component_content {
	padding: 10px 20px;
	line-height: 180%;
}

/* Sidebar */

#location_1 {
	float: left;
	width: 240px;
}

/* Boxed */

#location_1 .component {
	width: 240px;
	padding: 0 0 3em 0;
	background: #FFCC00 url(../images/img04.gif) no-repeat left bottom;
}

#location_1 .component h2 {
	height: 40px;
	padding: 10px 0 0 30px;
	background: url(../images/img03.gif) no-repeat;
	font-size: 2em;
  overflow: hidden;
	color: #FFFFFF;
}

#location_1 .component_content {
	color: #FFFFFF;
	padding: 0px 10px;
	overflow: auto; 
}
#location_1 .component ul .navigation_label { font-weight: bold; color: #336688 } 
#location_1 .component ul {
    margin: 0px 0px 0px 10px; 
	padding: 0px; 
	list-style-type: disc; 
}

#location_1 .component li {
  margin: 0px 0px 0px 5px; 
  padding: 0px; 
}


#location_1 .component a {
	text-decoration: none;
	color: #3399FF;
}

#location_1 .component a:hover {
	color: #FF9900;
}


/* Footer */

#footer {
	clear: both;
	font-weight: bold;
	width: 200px;
	margin: 0 auto;
	padding: 0 520px 0 20px;
	color: #FFFFFF;
}
#powered_by { margin-top: 10px; }
#footer a, #footer a:visited, #powered_by a, #powered_by a:visited { 
  color: #fff;	
}

#comment_form .submit_wrapper { padding-left: 235px; }

.image_gallery_component .cropped_images { padding-left: 20px; }
.image_gallery_component .image { margin: 5px; }
