@import url("reset.css");
@import url("cross_site_header.css");

body {
	font-family: "Arial";
	font-size: 12px;
}
a { color: #4fa3b3; }

div.entry a {
	color: #343434;
	font-weight: bold;
}

#logo {
	width: 210px;
	height: 27px;
	float: left;
	margin-left: 13px;
}

li.comment {
	margin-bottom: 15px;
}


/*
 * Containers
 */
#bodywrap {
	width: 845px;
	margin: auto;
	overflow: hidden;
	margin-top: 64px !important;
	margin: 30px auto 30px auto;
}

#contentwrap {
	background: #f2f2f2 url('images/contentwrap_corner.gif') no-repeat 0 0;
	padding: 15px 0;
	clear: both;
	width: 845px;
	overflow: hidden;
}

#contentwrap-i {
	background: transparent url('images/contentwrap_bg.gif') repeat-y 0 0;
	padding: 0 15px 15px 15px;
	overflow: hidden;
	width: 815px;
	float: left;
}

#boxleft {
	width: 300px;
	float: left;
}

#boxright {
	width: 501px;
	float: right;
	padding: 32px 0;
}

#boxleft, #boxright {
	background: #f6f6f6
}




/*
 * Main Tabs
 */
#tabs {
	float: right;
}

#tabs li {
	display: inline;
	float: left;
}

#tabs li a {
	background: transparent url('images/inactive_left.gif') no-repeat 2px 0;
	float: left;
	padding: 0 0 0 30px;
	line-height: 32px;
	color: #989898;
	font-size: 12px;
	font-weight: normal;
}

#tabs li a:hover { color: #5b9c9f; }

#tabs li a span {
	float: left;
	display: block;
	background: transparent url('images/inactive_right.gif') no-repeat 100% 0;
	padding: 0 30px 0 0;
}

/* Commented backslash hides rule from IE5-Mac \*/
#tabs li a span { float: none; }
/* End hidden rule */

#tabs li.current_page_item {
	background: transparent url('images/active_left.gif') no-repeat 2px 0;
}

#tabs li.current_page_item a {
	background-position: 0 -125px;
	color: #5b9c9f;
}

#tabs li.current_page_item a span {
	background: transparent url('images/active_right.gif') no-repeat 100% 0;
}





/*
 * Search Form
*/
#searchform {
  position: relative;
  height: 64px;
}

#searchform #s {
  width: 200px;
  height: 20px;
  background: transparent url('images/search_input.gif') no-repeat 0 0;
  border: 0px;
  font-size: 14px;
  padding: 4px 6px 0 6px;
  position: absolute;
  top: 32px;
}

#searchform #searchsubmit {
  position: absolute;
  right: 14px;
  bottom: 10px;
}





/*
 * Sidebar
*/
#sidebar h2, #sidebar ul li ul {
	padding-left: 15px;
}
#sidebar h2 {
	font-size: 13px;
	font-weight: bold;
	margin: 10px 0 6px 0;
}
#sidebar ul li p { padding: 0 15px; }
#sidebar ul li {
	line-height: 12px;
	font-size: 12px;
	color: #7e7e7e;
	padding: 0 0 5px 20px;
	background: transparent url('images/sidebar_li.gif') no-repeat 10px 50%;
}
#sidebar ul li a {
	font-size: 12px;
	font-weight: normal;
	letter-spacing: .04em;
}
#sidebar ul li a:hover { color: #1f6976; }

#sidebar div.title {
	font-size: 13px;	
	color: #343434;
	font-weight: bold;
	margin: 10px 0 6px;
}

#sidebar div.title a {
        font-size: 13px;
	color: #343434;
        font-weight: bold;
        margin: 10px 0 6px;
}

#sidebar {
	padding-left: 15px;
}


/*
 * Posts
*/
div.content {
	padding: 0 15px;
}
div.content h2, div.content h2 a {
	color: #2e2e2e;
	font-size: 18px;
}
div.content h2 { margin-bottom: 12px; }
.entry {
	color: #343434;
	line-height: 18px;
}
.entry img { }
.entry p { margin: 12px 0 12px 0; }
.postmetadata {
	clear: both;
	overflow: hidden;
	font-size: 11px;
	padding-bottom: 10px;
	color: #989898;
}
.postmetadata p { 
	float: left; 
}
.postmetadata ul {
	float: right;
}
.postmetadata ul li {
	display: inline;
	float: left;
	padding-left: 3px;
	padding-right: 3px;
}
.postmetadata ul li em { color: #4fa3b3; }

#commentform textarea {
	width: 400px;
}

h1,h2,h3,h4,h5 {
	color: #343434;
}

