/*
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: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #72777f;
}
#wrapper {	background: #FFFFFF url(img04.gif) repeat-x; }
h1, h2, h3 {
	margin-top: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666666;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 156%;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

p, ul, ol {
	margin-bottom: 1.6em;
	line-height: 180%;
}

/* blog */
.blog_post h3 a {
  color: #444; 
  font-size: 156%;
  font-weight: normal;
  text-decoration: none;
}
.blog_post h3 { margin-bottom: 0px; }
.blog_post h3 a:hover { text-decoration: underline; }
.blog_post .date { color: #999 }
.blog_post .metadata { color: #999; }
.blog_post .post_wrapper { margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px dotted #eee; }


#location_1 ul.friends { margin-left: 20px; }
#location_1 .cropped_images.small_images { padding-left: 20px }
#location_0 .cropped_images.small_images { padding-left: 3px; }

blockquote { font-style: italic; }

a {
	color: #5aa1c8;
}

a:hover {
	text-decoration: none;
}

small {
}

hr {
	display: none;
}

img {
	border: 1px solid #B2B2B2;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

/* header */

#header {
	width: 770px;
	height: 100px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	width: 240px;
	height: 100px;
	background: #5aa1c8 url(img01.gif) no-repeat left bottom;
}

#logo h1#site_heading, #logo h2#site_subheading {
	margin: 0;
	text-align: center;
}

#logo h1#site_heading {
	padding-top: 15px;
	font-size: 36px;
        height: 45px; 
        overflow: hidden;
}

#logo h2#site_subheading {
	font-size: 12px;
        color: #fff; 
}


#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Search */

#search {
	float: right;
	width: 280px;
	padding-top: 20px;
}

#search form {
	margin: 0;
	padding: 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search legend {
	display: none;
}

#searchinput, #searchsubmit {
	border: 1px solid #EDEBD5;
	font: bold 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #7F7772;
}

#searchinput {
	padding: 2px 5px;
	width: 198px;
	background: #FFFFFF url(img02.gif) repeat-x;
}

#searchsubmit {
	background: #FFFFFF url(img03.gif) repeat-x left bottom;
}

/* Menu */

#primary_navigation {
	width: 770px;
	height: 40px;
	margin: -30px auto 30px auto;
}

#primary_navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
        float: right;
        width: 510px;
        overflow: hidden;
        height: 40px;
}

#primary_navigation li {
	float: left;
	display: block;
	height: 40px;
}

#primary_navigation li:hover {
	background: #d8edfa;
}

#primary_navigation a {
	display: block;
	width: 60px;
	height: 35px;
	padding: 5px 20px 0 20px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #72777f;
}

html>body #primary_navigation a {
	width: auto;
}

#primary_navigation li.active {
	background: #d2e5f0 url(img05.gif) no-repeat;
}

#primary_navigation li.active a {
	background: url(img06.gif) no-repeat right top;
}

/* Page */

#page {
	width: 770px;
	margin: 0 auto 20px auto;
	background: url(img07.gif) repeat-y 260px 0;
}
#page.single_column { 
  background-image: none;	
}

.blog_post {
	margin-bottom: 10px;
}

/* Content */

#location_0 {
	float: right;
	width: 490px;
}

#page.single_column #location_0
{
  width: 770px;	
}
#location_0 h2 span {
	display: block;
	margin-top: 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #D5EBED;
}


/* Sidebar */

#location_1 {
	float: left;
	width: 240px;
}
#location_1 div.component {
	padding: 20px;
        margin-bottom: 20px; 
        background: url(img11.gif) no-repeat;
}

#location_1 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#location_1 li {
	padding: 5px;
}


#location_1 h2 span {
	display: block;
	border-bottom: 1px solid #D5EBED;
	font-size: 114%;
	font-weight: bold;
}

#location_1 h3 {
	margin: 0;
	padding: 5px 0;
	background: url(img12.gif) repeat-x left bottom;
}

#location_1 p {
	margin: 0;
	line-height: normal;
}

#location_1 a {
	text-decoration: none;
}

#location_1 a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	clear: both;
	height: 100px;
	padding-top: 20px;
	background: #d2e5f0 url(img08.gif) repeat-x;
        font-size: 77%;
        text-align: center;
}
#footer img { border: 0px; }
#copyright, #powered_by {
	padding-left: 20px;
}

.search_wrapper #blog_search { width:115px; }