/* 
Theme Name: Casco Amarillo
Theme URI: http://www.7MileSys.com
Description: A personal blog theme, it borrows heavily from the WordPress Default 1.6 theme (and therefore from the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a> as well)
Version: 2010.1222-0.055
Author: Bill Gord
Author URI: http://www.7MileSys.com
Tags: yellow, custom header, fixed width, two columns, widgets
*/

/*
	Kubrick v1.5
	http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
*/

/* Begin Typography & Colors  - - - - - - - - - - - - - - - - - - - - - - - -*/
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #D2FFFD;
	color: #000;
	text-align: center;
	}

#page {
	background-color: #ffffaa;
	border: 1px solid #959596;
	text-align: left;
	}

#header {
	background-color: #ffffaa;
	}

#headerimg {
	background-color: #ffffaa;
	color: #ffffff;
}

#content {
	background-color: #ffffaa;
	font-size: 1.2em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.swGeoMap_link {
	margin-top: 3px;
}

.postmetadata, .geomaplink, .swGeoMap_link {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.2em;
	}

.alt {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	}

small {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Comic Sans MS', 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 3.5em;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .5em;
	}

.description {
	font-size: 1.2em;
	text-align: center;
	font-family: 'Comic Sans MS', 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	letter-spacing: .6em;
	color: #ffffab;
	}

h2 {
	font-size: 1.6em;
	background: rgb(0,128,192);
	}

h2.pagetitle {
	font-size: 1.6em;
	}  

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: rgb(100,33,0);
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: rgb(100,33,0);
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #f0f;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Verdana, Arial, Sans-Serif;
	}
	
.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}
	
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}


small, .nocomments, .postmetadata, .geomaplink, .swGeoMap_link, blockquote, strike {
	color: #777;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h1 a:hover, h2 a:hover, h3 a:hover {
	color: #00F;
	text-decoration: none;
	}

a:hover {
	color: #0FF;
	text-decoration: underline;
	}
	
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 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: 20px auto;
	padding: 0;
	width: 800px;
	border: 1px solid #959596;
	}
	
#header {
	padding: 0;
	margin: 0 auto;
	height: 180px;
	width: 100%;
	}

#headerimg {
	background: url(images/shore1e.jpg) no-repeat;
	margin: 5px;
	height: 150px;
	border: 1px solid black;
	}

.entry {
	padding-left: 10px;
	padding-right: 10px;
	}
	
.narrowcolumn {
	float: left;
	margin-left: 20px;
	width: 530px;
	}

.widecolumn {
	margin-top: 5px;
	margin-left: 50px;
	width: 700px;
	}

.post {
	margin: 0 0 40px;
	padding: 0 0 20px;
	text-align: justify;
	border-top: 1px solid black;
	background-color: white;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	}

.widecolumn .postmetadata {
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	}
	
.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
	}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
	}

.postmetadata, .geomaplink, .swGeoMap_link {
	clear: left;
	}

.clear {
	clear: both;
}

#footer {
	padding: 0 0 0 1px;
	margin: 0 auto;
	width: 800px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers  - - - - - - - - - - - - - - - - - - - - - - - -*/
h1 {
	margin-top: 12px;
	text-align: center;
	}

.description {
	margin-top: 45px;
	text-align: center;
	}

h2 {
	margin: 30px 0 0 0;
	padding-left: 10px;
	}

.post h2 {
	margin: 30px 0 0 0; 
    margin-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	}

.locationinfo h2 {		/* for swGeoMap's Info Window*/
	width: auto;
	margin: 22px 0 0 0; 
    margin-top: 0px;
	padding-left: 7px;
	padding-right: 7px;
	}
	
h2.pagetitle 
{
	margin: 0 0 0 0;
	padding-left: 0;
	text-align: center;
}

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, img.aligncenter {
	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 ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
ol li {
	list-style: decimal outside;
	}


/* End Entry Lists */



/* Begin Form Elements  - - - - - - - - - - - - - - - - - - - - - - - -*/
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 145px;
	margin-left: 4px;
	padding-left: 4px;
	padding-right: 0px;
	}

#sidebar #searchsubmit {
	padding: 0px;
	}

.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%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments  - - - - - - - - - - - - - - - - - - - - - - - -*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar  - - - - - - - - - - - - - - - - - - - - - - - -*/

.wrap_widget 
{
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
}

.wrap_widget p {
	margin-left: 10px;
	}

.wrap_widget ul{
	margin-top: 5px;
	margin-left: 10px;
	padding: 0px;
	}

.wrap_widget ul li {
	list-style-type: none;
	list-style-image: none;
	margin-top: 3px;
	color: #777;
	}

#sidebar {
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
	margin-left: 20px;
	float: left;
	/*margin-left: 580px;*/
	width: 210px;
	border-top: 1px solid black;
	border-left: 1px solid black;
	font: 1em Verdana, Arial, Sans-Serif;
	}

#sidebar form {
	margin: 0;
	}
	
#sidebar h2 {
	margin: 0px 0 10px 0 ;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	text-decoration: none;
	}
	
.template_sidebar ul ul li, .template_sidebar ul ol li {
	color: #777;
	}
	
.template_sidebar ul, .template_sidebar ul ol {
	margin: 0;
	padding: 0;
	}

.template_sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

.template_sidebar ul li p {
	margin-left: 8px;
	}

.template_sidebar ul p, .template_sidebar ul select {
	margin: 5px 0 8px;
	}

.template_sidebar ul ul, .template_sidebar ul ol {
	margin: 5px 0 0 10px;
	}

.template_sidebar ul ul ul, .template_sidebar ul ol {
	margin: 0 0 0 10px;
	}
	
.template_sidebar ul ol li {
	list-style: decimal outside;
	}

.template_sidebar ul ul li, .template_sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}



/* End Sidebar */



/* Begin Calendar  - - - - - - - - - - - - - - - - - - - - - - - -*/
#wp-calendar {
	empty-cells: show;
	margin: 10px 0 0 10px;
	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, #wp-calendar th {
	padding: 3px 0;
	text-align: right;
	}

#wp-calendar td.pad:hover { 
	background-color: #ffffaa; 
	}
#today {
	font-weight: bold;
	text-decoration: underline;
}	
/* End Calendar */



/* Begin Various Tags & Classes  - - - - - - - - - - - - - - - - - - - - - - - -*/
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	} 

.center {
	text-align: center;
	}

hr {
 display: none;
 }
 
a img {
	border: none;
	}

/*
.navigation {
	display: block;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 50px;
	}

.navigation .center {
	text-align: center;
	margin-bottom: 10px;
	width: 100%;
	vertical-align: top;
}	

.navigation .alignleft {
	text-align: left;
	margin-bottom: 10px;
	width: 50%;
	vertical-align: top;
}	

.navigation .alignright {
	text-align: right;
	margin-bottom: 10px;
	width: 50%;
	vertical-align: top;
}	
*/

.post_nav {
	margin-top: 20px;
	margin-bottom: 35px;
	padding-left: 10px;
	padding-bottom: 25px;
	font-size: 14pt;
	}
	
.post_nav_top {
	margin-top: 20px;
	margin-bottom: 25px;
	padding-left: 10px;
	Padding-bottom: 25px;
	font-size: 11pt;
	}

.post_nav .alignleft, .post_nav_top .alignleft {
	text-align: left;
	width: 50%;
	vertical-align: top;
}	

.post_nav .alignright, .post_nav_top .alignright {
	text-align: right;
	width: 50%;
	vertical-align: top;
}	
.post_nav a:link, .post_nav a:visited, .post_nav_top a:link, .post_nav_top a:visited {
	/* color: #627A52; */
	color: rgb(0, 0, 255);
	text-decoration: none;
	}

.post_nav a:hover, .post_nav a:active, .post_nav_top a:hover, .post_nav_top a:active {
	/* color: #732E26; */
	color: rgb(128, 0, 128);
	text-decoration: underline;
	}


.postie-image-div 
{
	border-top: thin solid black;
	margin-top: 10px;
	padding-top: 10px;
	/*float: right;*/
}

/* Default CSS generated by dTabs plugin */

#tabbar {
	text-align: left;
	margin-top: 0px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 15px;
	padding-left: 12px;
	
	height: 36px; 
	/*width: 760px;*/
	background-color: rgb(153,217,234);
	font-family: 'Comic Sans MS', 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: rgb(100,33,0);
	font-weight: bold;
	list-style: none;
}

#tabbar li {
	float: left;
}
/* style the tabs */
.tab, .tabselected {

	/*background-color: rgb(168,230,29);*/
	font-family: 'Comic Sans MS', 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 1.3em;
	font-weight: bold;
	
	float: left;
	height: 20px;
	/*width: 115px; */
	padding-right: 13px;
	padding-left: 13px;
	border-right: 1px solid white;
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 0px;
    text-align: center;
}

/* make changes to the selected tab */
.tabselected {
	
	/* set a white background */
	background-color: transparent;
	
	/* make the border along the bottom blend into the white background */
	border-bottom-color: transparent;
	/* background: url(images/bkg-page.gif) repeat; */
	height: 26px;
}

.tab a, .tabselected a {
	color: rgb(100,33,0);
	text-decoration: none;
}
.tab a:hover, .tabselected a:hover {
	color: rgb(0,0,255);
	text-decoration: none;
}

/* style the drop down menus */
.dmenu {
	/* left align the text */
	text-align: left;
	
	/* REQUIRED */
	position: absolute;
	
	/* js fade method should display them 23px below the top of the tabs */
	margin: 23px 0 0 0;
	
	/* put some space around the contents */
	padding: 5px 15px;
	
	/* set a grey background */
	background-color: rgb(240,240,240);
	
	/* set a border, round all the corners except the top left */
	border: 1px solid rgb(150,150,150);
	/*
	-moz-border-radius: 5px;
	-moz-border-radius-topleft: 0;
	-khtml-border-radius: 5px;
	-khtml-border-radius-top-left: 0;
	-webkit-border-radius: 5px;
	-webkit-border-top-left-radius: 0;
	*/
}
#tabbar .dmenu ul {
	
	/* put space at the top and bottom of top-level menus */
	padding: 5px 0 0 10px;
	
	/* stop ie going crazy */
	margin: 0;
	
}
#tabbar .dmenu ul li {
	
	/* stop ie from displaying list items inline */
	display: list-item;
	
}

/* REQUIRED: hide menus off screen by default */
.dmenu {
	left: -999em;
}

/* STYLING JUST FOR CSS MENUS */
#tabbar .fademenu .dmenu {
	
	/* position menus correctly */
	margin: 5px 0 0 -6px;
}
/* REQUIRED: show menus on hovering */
#tabbar .fademenu:hover .dmenu {
	left: auto;
}


/* End Various Tags & Classes*/
