/*
Theme Name: New Bo
Theme URI: 
Description: A minimal blog theme
Version: 1.0
Author: Bethany
Author URI: http://www.heckhouse.com
*/

/***------------------------------------
ALL
------------------------------------***/

body {
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size: 10px;
 color:#000;
 padding: 0;
 margin: 0 auto;
 background-image:url(images/bg.gif);
 background-position:center;
 background-repeat:repeat-y;
 text-align: left;
 vertical-align: top;
 border: 0;
 background-color: #204770;
}

#left a {
text-decoration:none;
font-weight:bold;
color:#000;
}

.sideheader {
	border-bottom:#000 1px;
	margin-bottom: 15px;
	margin-top: 30px;
	font-size:24px;
	height: 15px;
	font-family:Arial, Helvetica, sans-serif;
	width: 100%;
	text-align:center;
}

a.twitter {
	background-image:url(images/twitter.png);
	float:left;
	width:37px;
	height:52px;
	background-repeat:no-repeat;
	text-indent:-10000px;
	display:block;
}

a.twitter:hover {
	background-position: 0 -52px;
	}

.displace {
	position: absolute;
	left: -5000px;
	}

a.rss {
	background-image:url(images/rss.png);
	float:left;
	width:44px;
	height:52px;
	background-repeat:no-repeat;
	text-indent:-10000px;
	display:block;
	margin-left: 18px;
}

a.rss:hover {
	background-position: 0 -52px;
	}
	
a.facebook {
	background-image:url(images/facebook.png);
	float:left;
	width:40px;
	height:52px;
	background-repeat:no-repeat;
	text-indent:-10000px;
	display:block;
	margin-left: 18px;
}

a.facebook:hover {
	background-position: 0 -52px;
	}
	
a.email {
	background-image:url(images/email.png);
	float:left;
	width:54px;
	height:52px;
	background-repeat:no-repeat;
	text-indent:-10000px;
	display:block;
	margin-left: 7px;
}

a.email:hover {
	background-position: 0 -52px;
	}
	
a.home {
	background-image:url(images/home.png);
	float:left;
	width:114px;
	height:44px;
	background-repeat:no-repeat;
	text-indent:-10000px;
	display:block;
	margin-left: 0px;
	margin-top:30px;
}

a.home:hover {
	background-position: 0 -45px;
	}
	
a.about {
	background-image:url(images/about.png);
	float:left;
	width:106px;
	height:44px;
	background-repeat:no-repeat;
	text-indent:-10000px;
	display:block;
	margin-left: 0px;
	margin-top:30px;
}

a.about:hover {
	background-position: 0 -45px;
	}
	
		
a.trip {
	background-image:url(images/rtwtrip.png);
	float:left;
	width:98px;
	height:44px;
	background-repeat:no-repeat;
	text-indent:-10000px;
	display:block;
	margin-left: 0px;
	margin-top:30px;
}

a.trip:hover {
	background-position: 0 -45px;
	}
	
a.list {
	background-image:url(images/bucketlist.png);
	float:left;
	width:80px;
	height:44px;
	background-repeat:no-repeat;
	text-indent:-10000px;
	display:block;
	margin-left: 0px;
	margin-top:30px;
}

a.list:hover {
	background-position: 0 -45px;
	}
	
a.contact {
	background-image:url(images/contact.png);
	float:left;
	width:135px;
	height:44px;
	background-repeat:no-repeat;
	text-indent:-10000px;
	display:block;
	margin-left: 0px;
	margin-top:30px;
}

a.contact:hover {
	background-position: 0 -45px;
	}

.headerRight {
	float:right;
	width:410px;
}



	
.read_more {
	float:right;
	clear:both;
	text-align:right;
	
	width: 100px;
	padding-top: 10px;
}

.alignleftnav {
	float:left;
	position:relative;
	width: 250px;
	font-size:1.3em;
	font-variant:small-caps;
}

.alignrightnav {
	float:right;
	text-align:right;
	position:relative;
	width: 250px;
	font-size:1.3em;
	font-variant:small-caps;
}


.prevnext {
	margin:20px 0;
	padding:0;
	text-align:center;
}
.prevnext li {
	margin:0;
	padding:0 10px;
	display:inline;
	list-style-image:none;
	list-style:none;
}
.pageheader {
	margin-top: 0px;
	margin-bottom: 25px;
	width: 470px;
}

.pageheader h1{
	border-bottom:thin #c65212 dotted;
	
}

.postContent {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 20px;
	float:left;
}

.postContentFull {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 20px;
	float:left;
	width: 98%;
}

img {
 border: 0;
}

img.aligncenter {
	display:block;
	margin: 0 auto;
}

img.alignleft {
	display:block;
	float: left;
	padding: .5em .5em .5em 0;
}

img.alignright {
	display:block;
	float: right;
	paddng: .5em 0 .5em .5em;
}

a, a:link, a:visited {
 color:#204770;
 border: 0;
}

a:hover {

 text-decoration: underline;
 border: 0;
}

ul {
 margin: 0;
 padding: 0px 0px 10px 0px;
 list-style:disc;
 border: 0;
 margin-left: 17px;
/* -moz-padding-start:40px;*/
}

li {
 list-style: disc;

}

p {
	font-size: 1.6em;
	line-height: 1.5em;
	padding-bottom: 1.5em;
 	margin: 0;
}

ol li {
 list-style-type: decimal;
}

/***------------------------------------
body styles
------------------------------------***/

#container {
 width: 970px;
 margin: 0 auto;
 margin-top:-5px;
 padding: 0;

 height:auto;
 position:relative;
 z-index:1;
}

small {
	font-size:11px;
	color:#666;
}

#tag {
	background-image:url(images/tag.gif);
	width:213px;
	height:109px;
	background-repeat:no-repeat;
}

#footer {
	width: 100%;
	padding: 15px 0 30px 0;
	background-image:url(images/footer.jpg);
	background-repeat:repeat-x;
	background-color: #E3DDD1;
}

#footerContainer {
	width: 970px;
 	margin: 0 auto;
 	padding: 1em 1.5em;
 	height:auto;
 	position:relative;
}

.links li {
	margin-bottom: 30px;
	margin-top: 10px;
}

#logo {
	float:left;
 
 margin-top: 2px;
 background-image:url(images/logo.gif);

 padding: 0;
 background-repeat:no-repeat;
 background-position:center;
 width: 340px;
 height: 100px;
}

#headertop {
	background-image:url(images/top.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#204770;
	width:100%;
	position:relative;
	z-index: 100;
}

.headerholder {
	width:940px;
	margin:0 auto;
	
}

#subscribe {
	background-image:url(images/Subscribe.gif);
	width:114px;
	height:26px;
	background-repeat:no-repeat;
	margin-top:20px;
	margin-bottom: 8px;
}

#flickr {
	background-image:url(images/FlickrPhotos.gif);
	width:158px;
	height:26px;
	background-repeat:no-repeat;
	margin-top:95px;
	margin-bottom: 8px;
}

.flickr {

	float:left;
	padding: 2px;
}

.flickr img {
	width:50px;
}

.flickr a:hover {
	opacity: .80;
}

.more-photos {
	display:none;
}

#latest-twitter-widget {
	background-image:url(images/OnTheTwitter.gif);
	height:25px;
	background-repeat:no-repeat;
	margin-top:205px;
	margin-bottom: 8px;
	color: #e2ddd1;
	font-size: 1.4em;
}

#leftTwitter {
	padding: 8px 8px 8px 8px;
}

#leftTwitter a, #leftTwitter a:visited {
	color: #e2ddd1;
	font-weight: normal;
}

.twitterFollow {
	text-align: right;
	padding: 8px;
	font-size: .8em;
}

#header {
	background-image:url(images/header.png);
	background-repeat:repeat-x;
	width:100%;
	height:112px;
	position:relative;
	z-index: 100;
}

#main {
 float: left;
 position:relative;
 width: 950px;
 margin: 0;
 padding-left: 20px;
  padding-right: 20px;
   padding-top: 20px;
 background-color:#FFF;
 margin-top: 30px;
}

#center {
 float: right;
 width: 628px;
 margin: 0;
 padding: 15px 15px 20px 15px;
 background-color:#FFF;
 margin-right:46px;
 min-height: 1000px;
}

#fullcenter {
 float: right;
 width: 880px;
 margin: 0;
 padding: 0;
 padding-top: 15px;
 background-color:#FFF;
 padding-left:20px;
 margin-right:46px;
 margin-bottom:-15px;
}

.singlecom {
}

#centerSingle {
 float: left;
 width: 695px;
 margin: 0;
 margin-right: 30px;
 margin-left: 20px;
 padding: 0;
}

.postLine {
 background-color:#000;
 background-repeat:no-repeat;
 height:1px;
 margin-top: 17px;
 margin-bottom: 20px;
}

.postLineFull {
 width: 840px;
 background-color:#000;
 background-repeat:no-repeat;
 height:1px;
 margin-top: 17px;
 margin-bottom: 20px;
}

.clear {
	clear:both;
}

#right {
 float: right;
 width: 120px;
 margin-top: 15px;
 padding: 0;
 margin-left: 15px;
}

#left{
 float: left;
 width: 230px;
 margin-top: 15px;
 padding: 0;
 margin-left: 34px;
}

#left li {
	 list-style-type: none;
	 margin: 0 .2em .6em -1em;
}

#right li {
	 list-style-type: none;
	margin-left:-15px;
}

blockquote {
 padding: .5em;
 background-color: #ebebeb;
 margin: 0 2em 2em 2em;
 border: solid;
 border-color: #666;
 border-width: 1px;
}

blockquote p {
 padding: .5em;
}

.alignright {
 margin: 0px 0px 20px 20px;
}

.alignleft {
 margin: 0px 20px 20px 0px;
}

#next2 {
	margin-top: 15px;
	margin-bottom: 5px;
 float: left;
 width:600px;

}

#next2 a{
	text-decoration:none;

}

.footerSpace {
	margin: 1em 0;
}

.footerleft {
	float:left;
	width: 630px;
}

.footerright {
	float:right;
	width: 270px;
}

#twitterHolder {
	height:30px;
	text-align:center;
	margin: 0 auto;
	position:relative;
	z-index:1001;
	color:#FFF;
	list-style:none !important;
	width:600px;
	font-size:1.5em;
	padding: 7px 0 0 0;
}

#twitterHolder a:visited {
	color:#e2ddd1;
}

#text-4 {
	padding: 2px 0 0 0;
}

#twitterHolder a:link {
	color:#FFF;
}

#rss-3 {
	margin: 25px 0 0 0;
	color: #e2ddd1;
	background-image:url(images/MostPopularPosts.gif);
	height:29px;
	background-repeat:no-repeat;
	margin-top:95px;
	margin-bottom: 8px;
}

#rss-3 a {
	font-size: .85em;
	font-weight:normal;
	line-height: 1em;
	color: #e2ddd1;
	padding: 8px;
}

#rss-3 .categories {
	display: none;
}

#rss-3 ul {
	padding: 30px 8px 8px 8px;
}

.commentlist ul {
 /*-padding-start: 0;*/
 margin: 0;
 padding: 0;
}

.commentlist li {
 width: 90%;
 list-style-type: none;
 border-bottom:1px dotted #999;
 padding: 0px 20px 0px 20px;
 margin: 0px 0px 20px 0px;
}

ol.commentlist { list-style:none; margin:0 0 1em; padding:0; text-indent:0; }
ol.commentlist li { }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {font-weight:bold; font-size:16px; }
ol.commentlist li.comment { border-bottom:1px dotted #666; padding:1em; }
ol.commentlist li.comment div.comment-author {font-weight:bold;}
ol.commentlist li.comment div.vcard { font:normal 16px georgia,times,serif; }
ol.commentlist li.comment div.vcard cite.fn { font-style:normal; }
ol.commentlist li.comment div.vcard cite.fn a.url {}
ol.commentlist li.comment div.vcard img.avatar { border:0px solid #ccc; float:right; margin:0 0 1em 1em; }
ol.commentlist li.comment div.vcard img.avatar-32 {}
ol.commentlist li.comment div.vcard img.photo {}
ol.commentlist li.comment div.vcard span.says { display:none; }
ol.commentlist li.comment div.commentmetadata {}
ol.commentlist li.comment div.comment-meta { font-size:10px; margin-bottom: 1.8em;}
ol.commentlist li.comment div.comment-meta a { color:#999; text-decoration: none;}
ol.commentlist li.comment p { font-size:16px; margin:0 0 .5em 0; line-height:20px; }
ol.commentlist li.comment ul { font-size:16px; list-style:square; margin:0 0 1em 2em; }
ol.commentlist li.comment div.reply { font-size:12px; }
ol.commentlist li.comment div.reply a {  text-transform:uppercase; color:#999; text-decoration:none; letter-spacing:0.1em; }
ol.commentlist li.comment ul.children { list-style:none; margin:1em 0 0 1.5em; text-indent:0; }
ol.commentlist li.comment ul.children li {}
ol.commentlist li.comment ul.children li.alt {}
ol.commentlist li.comment ul.children li.bypostauthor {}
ol.commentlist li.comment ul.children li.byuser {}
ol.commentlist li.comment ul.children li.comment {}
ol.commentlist li.comment ul.children li.comment-author-admin {}
ol.commentlist li.comment ul.children li.depth-2 { border:0px solid #555; margin:0 0 .25em .25em; }
ol.commentlist li.comment ul.children li.depth-3 { border:0px solid #999; margin:0 0 .25em .25em; }
ol.commentlist li.comment ul.children li.depth-4 { border:0px solid #bbb; margin:0 0 .25em .25em; }
ol.commentlist li.comment ul.children li.depth-5 {}
ol.commentlist li.comment ul.children li.odd {}
ol.commentlist li.even { background:#fff; }
ol.commentlist li.odd { background:#fff; }
ol.commentlist li.parent { border-left:0px solid #111; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}

.fn {
	font-weight:bold;
	font-size:18px;
}

.fn a:link {
	text-decoration:none;
}

.comment-text {
 font-size: 12px;
}

.postContent img {
	border-width:0.063em;
	padding:0.5em;
	background:none repeat scroll 0 0 #EEEEEE;
	border-color:#DDDDDD;
	border-style:solid;
}

img.noBorder {
	border-width:0;
	padding:1em 0 1em 0;
	background: none repeat scroll 0 0 #FFFFFF;
	border-style: none !important;
}

.nocomments {
	display:none;
}

/***------------------------------------
Type
------------------------------------***/

h1 {
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size: 3em;
 color: #000;
 font-weight: normal;
 margin: 0;
 padding: 0;
 text-decoration: none;
 padding-bottom: 5px;
 line-height: 1.15em;
}

h2 {
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size: 2.5em;
 color: #000;
 font-weight: normal;
 margin: 0;
 padding: 0;
 line-height: 36px;
}

h3 {
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size: 2em;
 color:#000;
 font-weight: normal;
 text-decoration:none; 
 margin-top: 1.5em;
 padding: 0;
}

h4 {
	font-size:1.2em;
	font-style:italic;
	font-variant:small-caps;
	line-height:1.2em;
	margin:.9em 0 1em 0;
}

h1 a, h1 a:link, h1 a:visited {
 text-decoration: none;
 color:#000;
}

h2 a, h2 a:link, h2 a:visited {
 text-decoration: none;
 color:#000;
}

h1.headline_text {
	text-align:center;
	padding: 1em 0 .2em 0;
}

h1.headline_text_main {
	font-size:2.2em;
	text-align:center;
	padding-top: .5em;
}

p.headline_meta {
	font-size:1em;
	color: #666;
	text-align:center;
	padding: 0;
}

p.footerdisclaimer {
	font-size: 1em;
	text-align: center;
	color: #666666;
}

ul, ol {
	font-size:1.6em;
	line-height:1.5em;
}

.commentlist ul, .commentlist p {
	font-size: 1em;
	line-height: 1em;
}