/*  
Theme Name: Adventurousity
Theme URI: http://www.mauiadventurer.com
Description: A customized version of the default WordPress theme for <a href="http://www.mauiadventurer.com">Maui Adventurer</a>.
Version: 1
Author: Justin O'Brien
Author URI: http://justinpobrien.com/
*/



/* Begin Typography & Colors */
body {
	font-size: 100%;
	font-family: arial, sans-serif, tahoma, verdana; 
	background: #fff;
	color: #000; 
	text-align: center;
	}

#page {
	text-align: left;
	}
#header {
	color: #000;
	/*text-shadow: #000 0px 1px 1px;*/
	font-size: 90%;
	background: #fff;
	border: 0px;
}
#header h1 {
	text-align: left;
	width: 830px;
	margin: 0 auto;
	padding: 20px 0;
	font-size: 22px;
	font-weight: normal;
	}
#header h1 a.title {
	background: url('images/logo.gif') center left no-repeat;
	height: 129px;
	width: 723px;
	display: block;
	position:absolute;
	left:89px;
	top:0px;
}
#header h1 a span,
#header h1 span.sep {
	display: none;
}
#header h1 span {
	color: #000;
	font-weight: normal;
	font-size: 14px;
	line-height: 180%;
	margin-left: 258px;
	display: block;
}
#content {
	padding-bottom: 40px;
	}

.widecolumn .entry p {
	font-size: 1.00em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	font-size: 14px;
	line-height: 140%;
	}

.widecolumn {
	line-height: 1.6em;
	}

#footer {
	border: none;
	}

small {
	font-size: 0.9em;
	line-height: 1.5em;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}
h2, h3, h4 {
	font-weight: normal;
}
h2 {
	font-size: 1.2em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

h3 {
	font-size: 1.2em;
	}

h2, h2 a, h2 a:visited {
	color: #000 !important;
	text-decoration: none !important;
	}
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}
.entry h2 {
	font-weight: bold;
}
h2 a {
	font-weight: bold;
}
#comments {
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist cite, .commentlist cite a {
	font-style: normal;
	}

.commentlist p {
	font-weight: normal;
	font-size: 13px;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #999;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	background: #ff9;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, a:link, a:visited {
	color: blue;
	text-decoration: underline;
}
a:hover {
	color: blue;
	text-decoration: underline;
}

.postmetadata a, .postmetadata a:link, .postmetadata a:visited {
	color: #999;
	text-decoration: none;
}
.postmetadata a:hover {
	color: #000;
	background: none;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0; 
	}

#page {
	margin: 0px auto;
	padding: 0;
	width: 870px;
	}

#header {
	margin: 0px 0px 60px 0px; 
	padding: 0; 
	}

.narrowcolumn {
	width: 500px;
	float: left;
}
.widecolumn,
.narrowcolumn {
	padding: 0px 20px;
	margin: 0;
	}

.post {
	margin: 0 0 60px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding: 12px;
	}
.postmetadata {
	margin: 30px 0;
	background: #ffffe0;
	border: 1px solid #e6db55;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	}

#buttonish a {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	padding: 5px;
	margin: 10px 0;
	background: #95cd3c;
	border: 0px solid #DDD;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

#footer {
	border-top: 3px solid #555;
	clear: left;
	padding: 0;
	margin: 40px 0 0;
	color: #ddd;
	text-shadow: #000 0px 1px 1px;
	font-size: 90%;
	background: #777;
	}

#footer p {
	text-align: left;
	width: 836px;
	margin: 0 auto;
	padding: 20px 0;
	
	}
#footer a {
	color: #aaf;
	text-decoration: none;
}
#footer a:hover {
	color: #aaf;
	text-decoration: underline;
}
/* End Structure */



/*	Begin Headers */
h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	font-weight: bold;
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry img {
	margin: 6px 6px 6px 0px;
	padding: 0px;
	border: 1px solid #000;
	text-align: center;
}

.entry ul li:before, #sidebar ul ul li:before {
	content: url('http://blog.googideawiki.com/justinpobrien/wp-content/themes/justinpobrien/images/bullet.gif');
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}
.postmetadata {
	font-size: 14px;
}
span.sep {
	padding: 0 6px;
	color: #ccc;
}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#vimeo a,
#flickr a,
#twitter a,
#facebook a,
#youtube a {
	padding-left: 22px !important;
}

#vimeo a { background: url('images/vimeo.png') center left no-repeat; }
#flickr a { background: url('images/flickr.png') center left no-repeat; }
#twitter a { background: url('images/twitter.png') center left no-repeat; }
#facebook a { background: url('images/facebook.png') center left no-repeat; }
#youtube a { background: url('images/youtube.png') center left no-repeat; }

#sidebar ul ul#connect li:before, ul#connect li:before {
	content: url('http://blog.googideawiki.com/justinpobrien/wp-content/themes/justinpobrien/images/cleardot.gif');
}



#sidebar li.advert {
	padding-top: 40px;
}
#sidebar li.advert img {
	padding: 8px;
	border: 1px solid #ddd;
	}
#sidebar li.advert p {
	color: #999;
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 90%;
}
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	font-size: 13px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	xpadding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	cursor: pointer;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: left;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	border-bottom: 1px solid #ddd;
	}
.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar {
	margin-left: 580px;
	padding: 30px 0;
	}
#sidebar ul li p {
	line-height: 150%;
}
#sidebar form {
	margin: 0;
	}
	
#sidebar #contact {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#sidebar #contact li {
	list-style: none !important;
	margin: 0;
	padding: 2px 0;
}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	background: #F9F9F9;
	border-left: 3px solid #AAAAAA;
	margin: 0;
	padding: 1px 10px 1px 10px;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/
  
  #Menu {
	position: absolute;
	margin: 5px;
	}
#Menu a span {
	display: none;
	}
#Menu #Home {
	float: left;
	display: block;
	background: url('images/home.off.gif') 0 0 no-repeat;
	height: 24px;
	width: 47px;
	}
#Menu #Home:hover {
	background: url('images/home.on.gif') no-repeat;
	}
#Menu #Blog {
	margin-left: 47px;
	display: block;
	background: url('images/blog.off.gif') 0 0 no-repeat;
	height: 24px;
	width: 47px;
	}
#Menu #Blog:hover {
	background: url('images/blog.on.gif') no-repeat;
	}

pre {
    overflow: auto;
    background: #ff9;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
    padding: 4px;
    font-family: courier;
    font-size: 12px;
    line-height: 16px;
}
hr {
    border: 0px;
    background: #2b1710;
    height: 1px;
}
table.Grid {
    border-top: 1px solid #7b6760;
    border-left: 1px solid #7b6760;
}
table.Grid th,
table.Grid td {
    border-bottom: 1px solid #7b6760;
    border-right: 1px solid #7b6760;
    background: #f7eac1;
    padding: 3px;
}
table.Grid th {
    background: #ddc094;
}

.tabberlive .tabbertabhide {
    display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
    margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
#sidebar ul ul.tabbernav {
	margin: 0;
	padding: 0;
	}

#sidebar ul ul.tabbernav li {
	margin: 0;
	padding: 0;
	}

#sidebar ul ul.tabbernav
{
    margin:0;
    padding: 3px 0;
/*    border-bottom: 1px solid #808080; */
    border-bottom: 5px solid #ffc614;  //yellow bottom for entire row
}

#sidebar ul ul.tabbernav li
{
    list-style: none;
    margin: 0;
    display: inline;
}

#sidebar ul ul.tabbernav li a
{
    padding: 3px 0.5em;
    margin-left: 3px;
    color: #ffc614;
    border: 1px solid #000; 
    border-bottom: none; 
    background: #3b362d;  /* background: #e6e6e6; non-active background-image here */
    text-decoration: none;
    text-shadow: #000 0px 1px 1px;
    font-size: 90%;
}

#sidebar ul ul.tabbernav li a:link { color: #ffc614; }
#sidebar ul ul.tabbernav li a:visited { color: #ffc614; }

#sidebar ul ul.tabbernav li a:hover
{
/*
    color: #000;
    background: #CCC;
    border-color: #4d4d4d;
*/
    border-color: #808080;
}

#sidebar ul ul.tabbernav li.tabberactive a
{
/*
    background-color: #fff;
    border-bottom: 1px solid #fff;
*/
    background-color: #ffc614;
    border-color: #808080;
    color: #fff;
    border-bottom: none;
    text-shadow: #000 0px 1px 1px;
    font-size: 90%;
}

#sidebar ul ul.tabbernav li.tabberactive a:hover
{
/*
    color: #000;
    background: white;
    border-color: #4d4d4d;
    border-bottom: 1px solid white;
*/
}

#sidebar ul ul.tabbernav li:before, ul.tabbernav li:before {
	content: url('http://blog.googideawiki.com/justinpobrien/wp-content/themes/justinpobrien/images/cleardot.gif');
}
div.highestratings {
padding-left: 3px;
padding-right: 3px;
margin-left: 7px;
margin-top: 9px;
}
div.highestratings li {
/*
background: url('http://blog.googideawiki.com/justinpobrien/wp-content/themes/justinpobrien/images/bullet.gif') no-repeat center left;
padding-left: 13px;
*/
padding-top: 10px;
border-top: 1px solid #ccc;
}
div.highestratings li:first-child {
padding-top: 10px;
border-top: 1px solid #fff;
}
div.highestratings li a {
display:block;
}
/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
    padding:5px;
/*    border:1px solid #808080; 
    border:2px solid #e6db55;*/
    border:1px solid #ffc614;
    border-bottom: 5px solid #ffc614;
   border-top:0;
 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
    display:none;
}
.tabberlive .tabbertab h3 {
    display:none;
}
