/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin-top: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}


h1 {
}

h2 {
}

h3 {
}

p, blockquote, ul, ol {
}

a {
	color: #C90404;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

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

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

/* Header */

#header {
	width: 770px;
	height: 100px;
	margin: 0 auto;
	padding: 0 0 0 0;
	background: url(img1.jpg);
}

#header h1, #header h2 {
	float: left;
	font-weight: normal;
}

#header h1 {
	padding: 14px 0 0 180px;
	letter-spacing: 4px;
	font-size: 30px;
	color: #90210A;
}

#header h2 {
	padding: 31px 0 0 10px;
	letter-spacing: 3px;
	font-size: 12px;
	color: #90210A;
}

#header a {
	text-decoration: none;
	color: #90210A;
}

/* Page */

#page {
	width: 770px;
	margin: 0 auto;
	background: url(img2.gif) repeat-y;
}

/* Content */

#location_0 {
	float: right;
	width: 380px;
	padding: 0 20px;
	background: url(img4.gif) no-repeat;
}



#location_0 h2 {
	margin-top: 1em;
	margin-bottom: 1em;
	font-weight: normal;
	color: #333333;
}

#location_0 .blog_post h3 {
	margin-bottom: 1em;
	font-size: 100%;
}

#location_0 p, #location_0 ul, #location_0 ol {
	margin-bottom: 1em;
	line-height: 1.5em;
}

#location_0 blockquote, #location_0 ul, #location_0 ol {
	margin-left: 3em;
}

/* Sidebar */

#sidebar, #sidebar2 {
	float: left;
	width: 150px;
	padding: 15px;
	background: url(img3.gif) no-repeat;
}


#sidebar h2 span, #sidebar2 h2 span {
	display: block;
	margin: 15px 0;
	padding: 3px 0px 3px 22px;
	background: url(img6.gif) no-repeat left top;
	font-size: 92%;
	color: #3A2403;
}

#sidebar ul, #sidebar2 ul {
	background: url(img7.gif) repeat-x;
	list-style: none;
}

#sidebar ul li, #sidebar2 ul li {
	padding: 10px 0 15px 0;
	background: url(img7.gif) repeat-x left bottom;
}

#sidebar h3, #sidebar2 h3 {
	font-size: 77%;
}
#sidebar .navigation li, #sidebar2 .navigation li { padding: 5px 0px; }
#sidebar .navigation li ul, #sidebar2 .navigation li ul { background-image: none; }
#sidebar .navigation ul li, #sidebar2 .navigation ul li {
	 background-image: none;
   padding: 5px 0px 5px 15px;
}


#sidebar2 {
	float: right;
	width: 120px;
	padding: 15px 25px;
	background: url(img5.gif) no-repeat;
}

/* Menu */

#primary_navigation {
	font-size: 16px;
	font-weight: bold;
}

#primary_navigation ul {
	list-style: none;
	background: url(none);
}

#primary_navigation ul li {
	padding: 0;
	margin: 10px 0;
	background: url(none);
}

#primary_navigation a {
	text-decoration: none;
}

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


/* blog */

.blog_post {
	position: relative;
}

.blog_post .date {
	font-weight: bold;
	position: absolute;
	top: 0;
	right: 0;
}

#comments { 
padding-top: 10px; 
margin-top: 10px;
	border-top: 1px solid #ddd;
}

.comments { display: inline; }
.tags, .category { padding-left: 10px; border-left: 1px dotted #aaa;}

/* Footer */

#footer {
	width: 770px;
	height: 100px;
	text-align: center;
	margin: 0 auto;
	padding: 20px 0px 0 0px;
	background: url(img8.gif) no-repeat;
	font-size: 98%;
}

#copyright { margin: 0px 190px;}

#footer p {
	margin-bottom: 1em;
	line-height: normal;
}

#location_1 .blog_post .date, #location_2 .blog_post .date {
  font-weight: bold;
  position: relative;
  top: 0;
  right: 0;
  margin: 5px 0 20px;
}

#location_0 .blog_post { margin-bottom: 20px; }


#location_0 .cropped_images.small_images { margin-left: 20px; }
#location_0 .cropped_images.medium_images { margin-left: 5px; }
#location_0 .image_gallery_component .cropped_images.large_images .image { float: none; }
#location_1 .image_gallery_component .cropped_images.small_images .image, #location_2 .image_gallery_component .cropped_images.small_images .image { float: none; }
