/*
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-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #737373;
}
#wrapper { 	background: #FFFFFF url(images/img01.gif) repeat-x; }

form {
	margin: 0;
	padding: 0;
}

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-bottom: 1.8em;
	line-height: 160%;
}

ul, ol {
}

blockquote {
}

a {
	color: #AE2ECC;
}

a:hover {
	text-decoration: none;
}

hr {
	display: none;
}

/* Menu */

#primary_navigation {
	width: 960px;
	height: 58px;
	margin: 0 auto;
	overflow: hidden;
	padding: 1px 0;
	background: url(images/img02.jpg) no-repeat center top;
}

#primary_navigation ul {
	height: 58px;
	margin: 0;
	padding: 0;
	background: url(images/img03.gif) no-repeat;
	list-style: none;
}

#primary_navigation li {
	float: left;
	height: 58px;
	background: url(images/img03.gif) no-repeat right top;
}

#primary_navigation a {
	float: left;
	height: 58px;
	padding: 17px 25px 0 25px;
	text-decoration: none;
	font-size: 1.4em;
	font-weight: bold;
	color: #000000;
}

#primary_navigation a:hover {
	background: url(images/img04.gif) repeat-x;
	color: #FFFFFF;
}

#primary_navigation li.active a {
	background: url(images/img05.gif) repeat-x;
	color: #FFFFFF;
}

/* Logo */

#logo {
	width: 962px;
	height: 91px;
	margin: 0 auto;
	background: url(images/img06.gif) no-repeat;
	color: #69A7E1;
}

#logo h1, #logo h2 {
	margin: 0;
	padding: 0 20px;
}

#logo h1 {
	float: left;
	padding-top: 30px;
	letter-spacing: -3px;
	font-size: 3em;
}

#logo h2 {
	float: right;
	padding-top: 49px;
	letter-spacing: -1px;
	font-weight: normal;
}

#logo a {
	text-decoration: none;
	color: #69A7E1;
}

/* Page */

#page {
	width: 960px;
	margin: 0 auto;
	padding: 10px;
        overflow: hidden;
}

/* Content */

#location_0 {
	float: right;
	width: 680px;
}

.blog_post {
	padding-bottom: 20px;
}

.blog_post h3.title {
	margin: 0;
	padding: 5px 20px;
	letter-spacing: -2px;
	border-bottom: 1px solid #F5F5F5;
	font-size: 2em;
}

.blog_post h3.title a {
	text-decoration: none;
}

.blog_post .content {
	padding: 10px 20px;
}
.blog_post .date { padding-top: 10px; padding-left: 20px; color: #999; font-style: italic;}
.blog_post .metadata {
	height: 26px;
	border-top: 1px solid #E9E9E9;
	font-size: smaller;
	font-weight: bold;
	margin-bottom: 1.8em;
  background-color: #F5F5F5;
}

.blog_post .comments {
	float: left;
	height: 16px;
	padding: 5px 20px;
}
#location_0 .blog_post .comments { background: url(images/img09.gif) no-repeat left bottom; }
#location_0 .blog_post .metadata { background: #F5F5F5 url(images/img10.gif) no-repeat right bottom; }

.blog_post .tags, .blog_post .category {
	float: right;
	height: 16px;
	padding: 5px 20px;
}


/* Sidebar */

#location_1 {
	float: left;
	width: 250px;
}

#location_1 .component {
	margin-bottom: 20px;
}
#location_1 .component_content p { padding: 0px 10px; }
#location_1 .blog_component .component_content, 
#location_1 .feed_component .component_content {
  margin: 0px; 
	padding-bottom: 10px;
  background: #F5F5F5 url(images/img08.gif) no-repeat left bottom; 
} 

#location_1 ul {
	padding: 10px 20px;
	margin: 0px; 
	background: #F5F5F5 url(images/img08.gif) no-repeat left bottom;
}

#location_1 li {
	margin: 0;
}

#location_1 h2 { font-size: 1em; margin: 0px; padding: 0px; }
#location_1 h3 { margin: 0px; padding: 10px 0px; }
#location_1 h2 span {
	height: 29px;
	display: block;
	margin: 0;
	padding: 6px 0 0 20px;
	background: url(images/img07.jpg) no-repeat;
	font-size: 1.4em;
	font-weight: normal;
	color: #000000;
}
#location_1 .image_gallery_component .cropped_images.small_images { padding-left: 32px; }
#location_1 .image_gallery_component .cropped_images.medium_images { padding-left: 30px; }

#location_0 .image_gallery_component .cropped_images.small_images { padding-left: 15px; }
#location_0 .image_gallery_component .cropped_images.medium_images { padding-left: 70px; }


.image_gallery_component .component_content { margin-top: 10px; }

/* Search */

#search form {
	padding: 20px;
}

#search br {
	display: none;
}

#search #s {
	width: 135px;
}

/* Footer */

#footer {
	clear: both;
	width: 960px;
	margin: 0 auto;
	padding: 10px 0;
	border-top: 1px solid #E9E9E9;
	font-size: smaller;
 	text-align: center;
	line-height: normal;
}


.paging { padding: 10px 0px; }
