/* reset values */
/* grabbed from http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */

/* remember to define focus styles! */
html {overflow-y: scroll;}

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	/* addresses a stupid IE6 bug that results in things shifted to the left */
	text-align: center;
	font: 72%/1.6em "Helvetica Neue", Helvetica, Geneva, Times, Arial, serif; 	
	background-color: #ccc;
}

ol, ul {
	list-style: none;
}

/* end of the reset */

a, .entry h2 a {
  color: #002f5d;
}

.entry a { 
  color: #336f9f;
  text-decoration: none;
}

.entry a:hover {
  color: #001f6c;
}

.entry ol {
  list-style:decimal;
  margin:0px;
  padding-left: 15px;
  padding-top: 15px;
}

.entry ol li {
  font-weight: bold;
}

.entry ol li p {
  font-weight: normal;
}

.entry ul {

}

.underline {
  text-decoration: underline !important;
}

/* full page wrapper */
#wrapper {
	
	/*width: 75em; */
	width: 1000px;
	margin: 1em auto;

	/*now make it look normal in regular, cooler browsers */
	text-align: left;
}

#banner {
	/*background: black;*/
	/*height: 8em;*/
	height: 150px;
	/*border: 1px solid #999;*/
}

#picture {
	width: 1000px;
	height: 150px;
	background: url(images/final_banner.png) no-repeat;
	float: left;
}

#tweet_banner {
  float:left;
  width:100%;
  height: 26px;
  text-align: center;
  background-color: #fff;
  margin-bottom: 1px;
}

#tweet_banner h3 {
  line-height: 19px;
  height: 20;
}

#label {
  display: inline;
  color: #003f84;
  font: 11px "Helvetica Neue", Helvetica, "Times New Roman", Geneva, Times, serif; 
  font-weight: bold;
}

#tweet {
  display: inline;
  font: 11px "Helvetica Neue", Helvetica, "Times New Roman", Geneva, Times, serif; 
}

#bar {
  float: left;
  height: 10px;
  width:100%;
 /* background: url(images/oba-bar.png) no-repeat;*/
  background-color: #190d0f;
  margin-top: 0px;
}

#where_are_they, #whereru_content {
 margin-left: auto;
 margin-right: auto;
 padding-top: 5px;
 text-align: center;
}

.location1 h2, .whereru_curr_location h2 {
  font: "Helvetica Neue", Helvetica, "Times New Roman", Geneva, Times, serif;
  font-size: 12px; 
  font-weight: bold;
}

.location2 h2, .whereru_next_location h2 {
  font-size: 11px;
}

.location1 a, .location2 a, .location1 h2, .location2 h2, .whereru_next_location h2, 
.whereru_next_location a, .whereru_curr_location a, .whereru_curr_location h2 {
  margin-bottom: 0px;
  margin-top: 0px;
  width: 100%;
  text-decoration: none;
}

.location1, .whereru_curr_location {
  color: #000;
  font: 14px "Helvetica Neue", Helvetica, "Times New Roman", Geneva, Times, serif; 
  padding-bottom: 5px;
}

.location1 a, .whereru_curr_location a {
  color: #960000;
}

.location2 a, .whereru_next_location a {
  color: #000;
}

#next {
  font: 14px "Helvetica Neue", Helvetica, "Times New Roman", Geneva, Times, serif; 
}

#next, .location2, .whereru_next_location {
  float: left;
  width: 100%;
}

.location2, .whereru_next_location {
  font: 12px "Helvetica Neue", Helvetica, "Times New Roman", Geneva, Times, serif; 
  /*color: #960000;*/
  color: #000000;
  padding-bottom: 5px;
}


/*#follow_us {
  padding-left: 2px;
  padding-right: 2px;
  border: 1px solid #000;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 10px;
  margin-left: 10px;
  float:left;
  width: 50px;
  background: #EEE;
}*/


/* Menu styles */

#menu {
	font: normal 8pt/12pt Helvetica, Geneva, Arial, sans-serif;
	height: 30px;
	text-align: center;
	float: left;
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-top: 10px;
        background-color: #190d0f;
	/*border: 1px solid #333;*/
	margin-top: 4px;
/*	background-color: #831d0f; red */
/*	background: url(images/background-menu-burst.png) no-repeat;*/
/*	background: url(images/menu-background-blue.png) repeat-x;*/
/*	background-color: #5f5553;*/
}

#menu ul {
	clear: left;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	left: 50%;
	text-align: center;
}

#menu ul li {
	display: block;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	right: 50%;
}

#menu ul li a {
	display: block;
	margin: 0 0 0 6px;
	padding: 3px 10px;
/*	background: #95adc7;*/

	text-decoration: none;
	line-height: 1.3em;
	border: 1px solid #000;
}

.page_item a {
  color: #000;
  background-color: #fff;
}

#menu ul li a:hover {
  color: #fff;
  /*background-color: #369;*/
  background-color: #4f88aa;
/*background-color:#b22e22;*/
}

.current_page_item a {
  color: #fff;
/*background-color:#b22e22; red*/
  background-color: #4f88aa;
}

/* Content styles */

#column_wrapper {
	margin-top: .5em;
	position:relative;	/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	background:#eee;		/* Left column background colour */
}

/* c1 styles */

#c1 {
	margin-top: 7px;
	float: left;
	width: 220px;
	/*border: 1px solid #999;*/
	/*margin-right: .5em;*/
	text-align: center;
	background-color: #eee;
}

#inner_c1 {
	margin-top: .5em;
	margin: 0 auto;
}

#c1 a {
	color: #002f5d;
	text-decoration: none;
	width: 10em;
}

#c1 a:hover {
	text-decoration: underline;
}

.disabled_link {
	color: #bbb;
}

#map {
	text-align: center;
}

#countries {
	width: 140px;
	margin: 0;
	padding: 0;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#countries h2 {
	margin: 0;
	font-size: 20px;

/*	margin-right: 2.5em;*/
	font-weight: bold;
}

#countries ul {
	padding: 0;
}

#countries ul li {
	font-size: 14px;
	line-height: 1.2em;
	margin-left: 1em;
}

/* c2 styles */

#c2 {
/*	margin-top: .5em;*/
	float: left;
	width: 48.5em;
	/*width: 545px;*/
	/*height: 33em;*/
	/*height: 100%;*/
	background-color: #fff;
	position: relative;
	min-height: 45em;
	_height: 45em;
}

#inner_c2 {
	font: normal 10pt/12pt Helvetica, Geneva, Arial, sans-serif;
	background-color: #fff;
	padding:1em;
	float: left;
	/*position: relative;*/
	width: 40.0em;
	/*width: 530px;*/
	text-align: justify;
}


/*.archive {
        color: #555;
	text-align: center;
	margin-bottom: .5em;
	margin-top: .5em;
        margin-left: auto;
        margin-right: auto;
	font: 18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
        background: #ddd;
        padding: 5px;
        border: 1px solid #999;
}*/

.post {
	margin-bottom: 25px;
}

.post h2 {
/*	width: 75%;*/
	border-bottom: 1px solid #002f5d;
	margin-bottom: .5em;
	margin-top: .5em;
	font: 18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-align: left !important;	
}

.post h2 a {
	text-decoration: none;
}

.entry {
	display: inline-block;
	width: 100%;
}

/*
.entry img {
	background-color: #ddd;
        padding: 2px;
        margin: 5px;
}*/

#inner_c2 .meta, .postmeta {
	margin-top: .5em;
	margin-bottom:  1em;
}

#inner_c2 .meta, .postmeta {
	margin-top: .5em;
	margin-bottom:  1em;
}

/*#page_wrapper {
	width: 43.0em;
}*/

/* c3 styles */

#c3 {
	margin-top: 7px;
	float: right;
	/*width: 14em;*/
	width: 220px;
	/*border: 1px solid #999;*/
	background-color: #eee;
	font: 10px arial;
	margin: 0 auto;
}

#inner_c3 h2 {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px; 
	/*height: 1.25em;*/
	height: 20px;
}

#inner_c3 {
	margin: auto;
	width: 20em;
	text-align: center;
}

#dynamic_sidebar_section {
	width: 20em;	
}

/* sidebar stuff */
#sidebar {
  list-style-type: none;
  list-style-position: none;
  margin: 0;
  padding: 0;
}

#sidebar li {
float: left;
margin-bottom: 5px;
}

/* reset sidebar lists */
#sidebar ul, #sidebar ol {
  margin:0px;
  padding:0px;
}

.sidebar_filler {
height: 100%;
}

#social-media {
  margin-top: .5em;
  width: 190px;
  margin-left: auto;
  margin-right: auto;
}

#twitter, #facebook, #digg, #youtube, #stumbledupon, #myspace, #rss, #feedburner {
  margin-top: .5em;
  padding-left: 1px;
  margin-left: 1px;
  margin-right: 1px;
  padding-right: 1px;
  float: left;
  display: inline;
}

#rss_div {
  margin-left: 40px;
  float: left;
  padding-bottom:5px;
  width: 130px;
}

#follow_us {
  margin: 0 auto;
  float: left;
  margin-bottom:10px;
  width: 20em;
}

#ebk_widget {
  margin: 0 auto;
  float: left;
  margin-top: 10px;
  margin-bottom:10px;
  width: 20em;
}

#ebk_widget h2 {
  padding-bottom: 5px;
}

#amzn_widget {
  margin: 0 auto;
  float: left;
  margin-bottom:10px;
  margin-top: 5px;
  height: 150px;
  padding-bottom: 10px;
  width: 20em;
}

.label {
  text-align: left;
  float: left;
  padding: 5px;
}

#paypal {
	float: left;
	width: 20em;
	margin: 0;
	float: left;
	height:130px;
}

#paypal img, #paypal h2 {
   text-align: center;
   padding: 0px;
}

#dynamic_sidebar_section {
  float:left;
}

#most-read-posts {
	width: 20em;
/*	padding: 0;
	margin: 0;*/
	float: left;
}

img {
	border: 0px;
}

#subscribe2 {
  list-style-type: none;
  list-style-position: none;
}


.subscribe {  
  text-align: center;
}

.widgettitle {
margin-bottom: 5px !important;
}

.widgettitle, #follow_us h2, #login_meta h2, #most_read h2, #subscribe2 h2, #paypal h2, #search h2, #amzn_widget h2, #ebk_widget h2 {
	color: #222;
	/*background: #ccc !important;*/
	background: #eee url('images/h2-sidebar.png') no-repeat right 
top;
	line-height: 1.75em;
	width:200px;
	text-align: center;
}

/* list item */
#ratings-3 {
  text-align: left;
  font: 10px/1.4em Arial, "Times New Roman","Helvetica Neue", Helvetica, Geneva, Times, serif; 
} 

#ratings-3 li {
float: left;
margin-top: 5px;
margin-bottom: 5px;
width: 200px;
}

#ratings-3 ul {
padding-left: 5px;
}

#text_input {
padding-top:5px;
padding-bottom: 5px;
}

#login_meta {
	margin: 0 auto;
	float: left;
	height: 5em;
	margin-top: 1.25em;
	width: 20em;
	text-align: center;
}

#login_meta ul {
	text-align: center;
	padding: 0;
	margin: 0;
	margin-top: .25em;
}

#inner_c3 h3 {
	margin: 0;
	padding: 0;
	font: 12px/1.8em Arial, "Times New Roman","Helvetica Neue", Helvetica, Geneva, Times, serif; 
}

/* footer styles */
#footer {
	float: left;
	width: 100%;
	text-align: center;
	background-color: #ccc;
}

#copyright {
	font: 10px Arial;
	text-align: center;
	height: 1.5em;
	width: 100%;
	background-color: #eee;
	padding-top: .5em;
	margin-bottom: 1em;
}

/* accordion like thing */

.section h3 {
	display: block;
	cursor: pointer;
	font: 16px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	line-height: 1.25em;
	background: #eee;
	padding: 0 0 0 4px;
	margin: 0;
	color: #4c4c4c;
	border: 1px solid #ccc;
}

.section, .sub-section, .section ul, .section ul li {
	margin: 0;
	padding: 0;
}

.sub-section {
	padding-left: 4px;
	padding-right: 4px;
}

.section {
	margin-top: 5px;
}

/* paypal link */
.paypal {
	font: 1em Georgia, "Times New Roman", Times, serif;
	padding-bottom: 10px;
}

.paypal h2 {
	margin:0px;
	width: 100%;
}

.paypal ul {
	/* width of section is 730px */
	margin-left: 110px;
	width: 300px;
}

.paypal li {
	list-style-type: none;
	text-align: center;
}

.paypal li  a:hover {
	background: #fff576;
	font-weight: bold;
}

.paypal li a {
  	padding: 3px 10px;
	display: block;
	margin-right: 0.5em;
	text-decoration: none;
	background: #fff576;
	color: #000;
	border: 1px solid #000;
}

/*.donate_link a {
	background: #fff;
}*/

.ngg-gallery-thumbnail-box{
 float: left;
}

.piclenselink  {
	margin-bottom: 1em;
}

.photo_table {
	/*margin-left: 80px;*/
	margin-left: auto;
	margin-right: auto;
}

.sociable_tagline {
	float: left;
	padding-bottom: 10px;
}


.photo_table tr {
/*  height: 50px; */
  margin: 0px;
  margin-bottom: 20px;
  padding-bottom: 20px !important;
  width: 533px;  
}

.photo_album_column {
padding-bottom: 5px;
margin-bottom: 10px;
}

/*theme compliance for wordpress */
img.alignleft, div.alignleft {
float:left;
margin:0 0.5em 0.5em 0;
}
img.alignright, div.alignright {
float:right;
margin:0 0 0.5em 0.5em;
}
img.aligncentered, div.aligncentered {
text-align:center;
margin:0 auto;
}

#related_posts h3 {
  padding-top: 10px;
  margin: 0;
  font-size: 14px;
  height: 1.25em;
}

#related_posts {
  width: 100%;
  float: left;
  font-size: 12px;
}

#related_posts ol {
  list-style: disc;
  margin: 0px;
  margin-left: 10px;
  padding: 10px;
}

#related_posts li {
  padding: 3px;
  margin: 0px;
}

#related_posts a:hover {
  font-weight: bold;
}

.grav {
  float: left;
  width: 100%;
}

/* gravitar */
.grav .avatar {
  border: 1px solid #444;
  float: left;
  margin-top: 15px;
  margin-right: 5px;
}

.comments-template {
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
	float: left;
}

.comments-template textarea {
        width: 44em;
}

.comments-template ol {
	margin: 0;
	padding: 0 0 10px;
	list-style: none;
}

.commentmetadata .author {
	/*border-top: 1px solid #ccc;*/
}

.comments-template ol li {
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	/*border-bottom: 1px solid #ccc;*/
	/*border-top: 1px solid #ccc;*/
}

.comments-template h2, .comments-template h3 {
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata {
	font-size: 12px;
}

.comments-template p.nocomments {
	padding: 0;
}

.comments-template textarea {
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

.ST4_most_read_widget.widgettitle {
  color: #222;
  background: #ccc;
  line-height: 1.75em;
}

#feeds {
	width: 210px;
	margin-top: 120px;
	float: right;
}

#feeds li {
	padding-left: 15px;;
	display: inline;	
}

#feeds li a {
	color: #003f83;
	text-decoration: none;
}

#feeds li a:hover {
	color: #ffffff;
	text-decoration: none;
}
.tags {
	width: 90%;
        font-size: 10pt;
        color: #555;
        background: #eee;
        padding: 5px;
        margin-left: auto;
        margin-right: auto; 
	margin-top: 25px;
        border: 1px solid #999;        
}

.single.tags {
        font-size: 8pt;
	float:left;
	margin-left: 21px;
	margin-top: 5px !important;
}

.tags a, .tags a:visited {
        color: #002f5d;
        text-decoration: none;
}

.tags a:hover {
        text-decoration: underline;
}

/* sociable stuff */
span.sociable_tagline { float: left; position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
        position: absolute;
        display: block;
        top: -5em;
        background: #ffe;
        border: 1px solid #ccc;
        color: black;
        line-height: 1.25em;
}
.sociable span {
        display: block;
}
.sociable ul {
	float:left;
        display: inline;
        margin: 0 !important;
        padding: 0 !important;
}
.sociable ul li {
        background: none;
        display: inline !important;
        list-style-type: none;
        margin: 0;
        padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
        float: none;
        width: 16px;
        height: 16px;
        border: 0;
        margin: 0;
        padding: 0;
}

.sociable-hovers {
        opacity: .4;
        -moz-opacity: .4;
        filter: alpha(opacity=40);
}
.sociable-hovers:hover {
        opacity: 1;
        -moz-opacity: 1;
        filter: alpha(opacity=100);
}

.post-ratings {
	float:left;
	margin-top: 5px;
        margin-bottom: 5px;
}

.review-writer {
text-align: left;
float: left;
}

.google_ads {
	text-align: center;
	padding-top: 15px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#social-media {
	height: 65px;
  	text-align: center;
}

#social-media h2 {
	background: #eee !important;
}

#social-media img {
  	padding-top:5px;
}

#socialmedia_label {
	margin:0;
	padding:0;
	margin-top:10px;
	font-size: 10pt;
} 

.relposts {
width: 100%;
}

.navigation {
	margin-top: 5px;
}

blockquote {
	margin: 1em 3em;
	color: #555;
	border-left: 2px solid #999;
	padding-left: 1em; 
}
