

body {
	margin: 0;
	padding: 0;
	background: url(../images/bg.png);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999;
}

h1, h2, h3, p, ul, ol {
	margin-top: 0;
}

h1, h2, h3 {
	text-transform: lowercase;
}

h1 {
	letter-spacing: -2px;
	font-size: 250%;
}

h2 {
	letter-spacing: -1px;
	font-size: 167%;
}

h3 {
	font-size: 123.1%;
}

p, ul, ol {
	line-height: 120%;
}

strong, em {
	color: #;
}

a {
	text-decoration: none;
}

a:link {
	color:#667700 ;
}

a:visited {
	color: #667700 ;
	border-bottom: ;
}

a:hover {
	color: #ffffff;
	border-bottom-color: #000000;
}

a img {
	border: none;
}

img.floatLeft {
  margin: 0px 10px 0px 0px;
  float:left;
  vertical-align:top;
}

img.floatRight {
  margin: 0px 0px 0px 0px;
  float:right;
  vertical-align:top;
}

/* WRAP - Encloses everything to add the header background. */

#wrap {
	background: url(../images/header_bg.png) no-repeat 50% 0;
}

/* HEADER - Contains the logo, slogan and menu. */

#header {
	width: 960px;
	height: 230px;
	margin: 0 auto;
    overflow:visible;
}

/* LOGO & SLOGAN */

#header h1, #header h2 {
	margin: 0;
	text-align: center;
	color: #000;
}

#header h1 {
	padding-top: 35px;
}
/*
#header a {
	border: none;
	color: #000;
}

#header a:hover {
	color: #fff;
}

/* MENU */
/*
#header ul {
	margin: 0;
    font-size:18px;
	padding: 1em 0 0 0;
	line-height: normal;
	list-style: none;
	text-align: center;
}

#header li {
	display: inline;
}

#header li a {
    font-size:18px;
	padding: 0 1em;
	font-weight: bold;
	color: #ffffff;
}

#header li a:hover {
	background: url(../images/post_entry_bg.png) repeat-x 0 50%;
	color: #975151;
    font-weight:bold;
    text-transform: uppercase;
    text-decoration: underline;
}
*/
/* PAGE - Contains the main content and the sidebar. */

#page {
	width: 960px;
	margin: 0 auto;
}

/* CONTENT - The main content area. */

#content {
	float: left;
	width: 640px;
}

/* POST - Contains a section of the content. Grouping content is neat. */

.post {
	margin-bottom: 20px;
    font-size: 14px;
}

.post .title {
	height: 35px;
	margin: 0;
	padding: 6px 0 0 20px;
	background: url(../images/post_title_bg.png) repeat-x;
	font-size: 153.9%;
	font-weight: normal;
	color: #fff;
}

.post .title a {
	border: none;
	color: #fff;
}

.post .entry {
	padding: 20px 20px 1px 20px;
	background: url(../images/post_entry_bg.png);
}

.post .byline {
	font-size: smaller;
	color: #666;
}

.post .byline a {
	font-weight: bold;
	color: #999;
}

.post .meta {
	background: url(../images/post_meta_bg.png);
	border-top: 1px solid #000;
}

.post .meta p {
	margin: 0;
	padding: 10px;
	border-bottom: 1px solid #000;
	line-height: normal;
	color: #666;
}

.post .meta a {
	border: none;
	color: #999;
}

.post .meta a:hover {
	color: #fff;
}

.post .meta .tags {
	padding-left: 30px;
	background: url(../images/tag_green.png) no-repeat 10px 50%;
}

.post .meta .tags a {
}

.post .meta .links {
}

.post .meta .links a {
	padding-left: 22px;
}

.post .meta .comments {
	background: url(../images/comments.png) no-repeat 0 50%;
}

.post .meta .permalink {
	background: url(../images/world_link.png) no-repeat 0 50%;
}

.post .meta .more {
	background: url(../images/bullet_go.png) no-repeat 0 50%;
}

.breadcrumb {
    font-size:16px;
    color:#dc9090;
    font-weight:bold;
}

.sliderbutton {float:left; width:32px; padding-top:134px}
.sliderbutton img {cursor:pointer}
.sliderbutton img:hover {background:#666}


.pagination {float:left; list-style:none; height:25px; margin:15px 0 0 32px}
.pagination li {float:left; cursor:pointer; padding:5px 8px; background:#666; border:1px solid #999; margin:0 4px 0 0; text-align:center; color:#222}
.pagination li:hover {background:#777; border:1px solid #bbb; color:#000}
li.current {border:1px solid #ccc; background:#888}

li#slidecontent {width:464px; height:270px; padding:15px 28px 15px 18px}
#slidecontent h1 {font:22px Georgia,Verdana; margin-bottom:15px; color:#036}

/* SIDEBAR - For extra links and ad spaces. */

#sidebar {
	float: right;
	width: 300px;
}

#sidebar ul {
	margin: 0;
	padding: 0 0 0 20px;
}

#sidebar li {
}

#sidebar li ul {
	padding: 20px;
}

#sidebar li li {
	padding: 2px 0;
	border-bottom: 1px dotted #333;
}

#sidebar li li a {
	border: none;
}

#sidebar li li a:hover {
	padding-left: 20px;
	background: url(../images/bullet_go.png) no-repeat 0 50%;
	color: #fff;
}

#sidebar h2 {
	height: 35px;
	margin: 0;
	padding: 6px 0 0 20px;
	background: url(../images/post_title_bg.png) repeat-x;
	font-size: 153.9%;
	font-weight: normal;
	color: #fff;
}

#sidebar .pad {
	padding: 20px;
}

/* FOOTER - For footnotes and copyright notices. */

#footer {
	clear: both;
	width: 960px;
	margin: 0 auto;
	padding: 10px 0;
	border-top: 1px solid #000;
	text-align: center;
	font-size: smaller;
}

#footer p {
	margin: 0;
	line-height: normal;
}

#footer .legal img {
	margin-top: 1em;
}
#footer h2 {
	height: 35px;
	margin: 0;
	padding: 6px 0 0 20px;
	background: url(../images/post_title_bg.png) repeat-x;
	font-size: 153.9%;
	font-weight: normal;
	color: #fff;
}

