body {
        /*background: url("images/bg.gif") repeat;*/
	margin: 0;
	padding: 0;
	font: 70% verdana, sans-serif;
	color: #333;
	text-align: center;
}

a {
	color: #151B8D;
}

a:hover {
/*	background: url(images/flash2.gif) bottom left repeat-x;*/
}

p {
	margin: 0 0 15px 0;
	line-height: 1.5em;
}

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

h1 {
	font-size: 3.2em;
	letter-spacing: -3px;
	color: #567;
	margin: 12px 0 5px 20px;
}

h1 a:hover {
	background: url(images/flash2.gif) bottom left repeat-x;
}

h2 {
	font-size: 1.8em;
	letter-spacing: -1px;
	margin: -10px 0 0 50px;
	color: #f57900;
}

h3 {
	color: #555;
	font-size: 1.4em;
	margin: 1em 0 0.5em 0.5em;
}

h4 {
	font-size: 1.2em;
	font-weight: bold;
}

img a:hover {
	background: none;
}

/* ---------------------------- container ----------------------------------- */

#container {
	width: 770px;
	padding: 0;
	margin: 0 auto;
	background: #fff;
	color: #333;
	text-align: left;
	/*
        border-right: 10px solid #0479fb;
	border-left: 10px solid #0479fb;
	border-bottom: 10px solid #0479fb;
        */
}

/* ---------------------------- sitetitle ----------------------------------- */

#sitetitle {
	float: left;
	height: 150px;
	width: 100%;
	background-position:center;	
}

#sitetitle a {
	color: #567;
	font-weight: normal;
}

#sitetitle a:hover {
/*	color: #269;
	background: url(images/flash2.gif) bottom left repeat-x;*/
}

#sitetitle h2 {
	color: #269;
	font-size: 100%;
  padding-top: 15px;
}

#sitetitle img {
	width: 770px;
	height: 150px;
	border: 0px;
	no-repeat left top;
}

/* ------------------------------ menu -------------------------------------- */

#menu {
	height: 51px;
	padding-top: 35px;
	text-align: right;
}

#menu ul, #menu li {
	padding: 0;
	margin: 0;
	list-style-type: circle;
	display: inline;
}

#menu a {
	margin: 0;
	height: 100px;
	padding: 34px 6px 40px 6px;
	font-size: 1.6em;
	font-weight: normal;
	letter-spacing: -1px;
	color: #888;
}

#menu a:hover {
	color: #269;
	text-decoration: none;
	background: #fff url(images/menuhover.png) repeat-x;
	padding: 34px 5px 40px 5px;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}

/* ---------------------------- content ------------------------------------- */

#content {
	margin-top: 0px;
	width: 100%;
	
	/*background: url(images/globebottom.gif) bottom left no-repeat;*/
}

#content h1 {
	margin: 10px 0 15px 0.5em;
	color: #f57900;
	font-size: 2.2em;
	letter-spacing: -1px;
}

#content h2 {
	margin: 10px 0 15px 0.5em;
	color: #f57900;
	/*border-bottom: 2px solid #abb;*/
}

#content h2 a {
	color: #151B8D;
	font-weight: normal;
	text-decoration: none;
}

#content h2 a:hover {
	color: #f57900;
	background: url(images/flash2.gif) bottom left repeat-x;
	background: none;
}

#content p {
	margin: 0.5em 1em 0.8em 1em;
}

/* ------------------------------- left ------------------------------------- */

#left {
	width: 70%;
	float: left;
}

/* ------------------------------- right ------------------------------------ */

#right {
	margin-left: 72%;
	margin-top: -15px;
}

#right h2 {
	margin: 15px 0 5px 0;
	width: 98%;
	font-size: 1.6em;
	border-bottom: 1px solid #abb;
}

/* ------------------------------- footer ----------------------------------- */

#footer {
	clear: both;
	padding: 10px 0 12px 24px;
	text-align: left;
	color: #888;
}

#footer a {
	color: #888;
	font-weight: normal;
}

#footer span {
	color: #aaa;
	font-size: 2em;
	letter-spacing: -2px;
}

/* ------------------------------- entry ------------------------------------ */

.entry {
  with: 540px;
	position: relative;
	margin: 0 0 20px 0;
	/*border: 1px solid yellow;*/
	
	background: #fff;
	color: black;
	padding: 0;
}

.entry h2 {
  border-bottom: 1px solid white;
}

.entry a:hover, .intro a:hover {
	text-decoration: none;
	padding-bottom: 2px;
	background: url(images/flash2.gif) bottom left repeat-x;
/* Delete this line to remove the flashing underline for regular links */
}

.entry img {
	border: 0px solid #fff;
	padding: 10px;
	margin: 10px;
	background: #fff;
}

/* ------------------------------- video ------------------------------------ */

.video {
  text-align: center;
}

/* ------------------------------- link ------------------------------------- */

.link {
	color: #269;
	background: url(images/linkarrow.gif) left no-repeat;
	display: block;
	margin: 4px 0 0 0;
	padding: 2px 1em;
}

.link:hover {
	color: #48b;
	background: url(images/blinkarrow.gif) left no-repeat;
/* Delete this line to remove the blinking arrows by the links */
	text-decoration: none;
}

.thumbs img {
	position: relative;
	padding: 3px;
	margin: 0 2px 2px 0;
	/*border: 1px solid #fff;*/
	background-color: #ddd;
	color: #555;
}
.thumbs img:hover {
	background: url(images/flash.gif);
/* Delete this line to remove the blinkingblue frame around the thumbnails */
}
.entryphoto {
	margin: 5px 10px 10px 0;
	float: left;
	padding: 3px;
	border: 1px solid #fff;
	background-color: #ddd;
	color: #333;
}
.meta {
	clear: both;
	border-top: 0px solid #ccc;
	padding: 5px 1px 0 0;
	margin: 10px 0 0 0;
	text-align: left;
	font-size: 0.9em;
	color: #567;
}
.pagenav {
	color: #888;
	text-align: center;
}
.entry img {
	position: relative;
}
.subcontainer {
	width: 90%;
}
.subcontainer ul, .subcontainer li, .rightsub ul, .rightsub li {
	list-style-type: disc;
	padding: 0 0 0 0;
	margin: 0 0 0 0.5em;
}
.rightsub {
	float: left;
	width: 45%;
}
.rightsub2 {
	float: right;
	width: 45%;
}
.date {
	float: left;
	/*font-weight: bold;*/
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.clear {
	clear: both;
}
.hide {
	display: none;
}

/* ------------------------------ adsense ----------------------------------- */

#adsense_header_menu {
  width: 766px;
  text-align: center;
}

#adsense_top_728x90_as {
  width: 760px;
  text-align: center;
}

#adsense_post_top {
  text-align: center;
}

#adsense_post_bottom {
  text-align: left;
}

/* ------------------------- related posts plugin -------------------------- */
#related_posts ul, #related_posts li {
  padding-left: 0em;
  list-style-type: none;
}
