/*  
Theme Name: El Gringoqueño Personalized
Theme URI: http://jim.casablog.com
Description: El Gringoqueño <a href="http://jim.casablog.com">El Gringoqueño</a>.
Version: 1.0
Author: James O'Malley
Author URI: http://jim.casablog.com
*/

/*-----------------------------------------------------------------------------------------------
Global Styles
-----------------------------------------------------------------------------------------------*/

* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "Trebuchet MS", serif;
	background-color: #f0f0f0;
	min-width: 996px;
}
div.col1 {
	float: left;
	width: 62%;
	min-width: 780px;
}
div.sidebar1 {
	float: left;
	width: 19%;
	font-size: .85em;
}
div.sidebar1 h2 {
	text-transform: uppercase;
	letter-spacing: 5px;
	border-bottom: 1px #cccccc solid;
}
div.sidebar1 li {
	list-style: none;
	margin: 1em 0; 
}
div.sidebar1 ul {
}
div.sidebar1 div.inner {
	margin: .5em;
	padding: .5em .25em .5em 0em;
}
div.sidebar2 {
	float: left;
	width: 19%;
	font-size: .85em;
}
div.sidebar2 h2 {
	text-transform: uppercase;
	letter-spacing: 5px;
	border-bottom: 1px #cccccc solid;
}
div.sidebar2 li {
	list-style: none;
	margin: 1em 0; 
}
div.sidebar2 ul {
}
div.sidebar2 div.inner {
	border-left: 1px #cccccc solid;
	margin: .5em;
	padding: .5em .25em .5em 1em;
}
div.menu {
	float: right;
	margin-top: -.75em;
}
div.menu ul {
	list-style: none;
}
div.menu li {
	display: inline;
}
div.menu li a {
	position: relative;
	color: #666666;
	background: url("banner_bg.png") repeat-x bottom #cccccc;
	padding: .5em .5em 1em .5em;
	border: 2px #cccccc solid;
	border-bottom: 0px;
	font-weight: bold;
}
div.menu li a:hover {
	text-decoration: none;
	background: url("menu_hover_bg.png") repeat-x bottom #bbbbbb;
	border: 2px #cccccc solid;
	border-bottom: 0px;
}
p {
	margin: 1em;
}
.post p, .post ul, .post ol {
	margin: 1em ;
}
.post ul, .post ol, .story ul, .story ol {
	margin: 0 2em;
}
ul {
}
ol {
}
div.details {
	font-size: .75em;
	text-transform: uppercase;
	margin: 1.5em 0 0 0;
	padding: .5em 0;
	border-top: 1px #cccccc solid;
}
div.content {
	margin: .5em;
	padding: 1.5em;
	border: 1px #cccccc solid;
	background-color: #ffffff;
}
div.story {
	margin: 0 0 4em 0;
}
div.story h2, div.story h3 {
	border-bottom: 1px #cccccc solid;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #666666;
}
div.story h3 {
	border: none;
	margin-left: .25em;
}
.post h2, .post h3 {
	border-bottom: 1px #cccccc solid;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #666666;
}
.post h3 {
	margin-left: .25em;
	margin-bottom: 0;
	border: none;
}
div.entry h2 {
	color: #666666;
	font-size: 1.2em;
	margin-left: .75em;
}
div.entry.h3 {
	color: #666666;
	font-size: 1.1em;
	margin-left: .95em;
}
div.story p, div.story li, div.post p, div.post li {
	line-height: 1.5em;
	margin: 1em;
	text-align: justify;
}
div.story li, div.post li {
	margin: .5em 1em;
}
div.story blockquote, div.post blockquote, .commentlist blockquote {
	background: #f0f0f0 url("blockquote.png") no-repeat 3px 3px; 
	line-height: 1.5em;
	margin: 1.5em 2em;
	border: 1px #cccccc solid;
	padding: 1em;
}
div.story code, div.post code {
	background-color: #f0f0f0;
	margin: 1.5em 2em;
}
div.story pre, div.post pre {
	line-height: 1.5em;
	margin: 1.5em 2em;
	background-color: #f0f0f0;
	border: 1px #cccccc solid;
	padding: 1em;
}
div.pull-quote {
	width: 50%;
	float: right;
	font-family: "Georgia", serif;
}
div.pull-quote p {
	font-family: "Georgia", serif;
	line-height: 1.2em;
	text-align: left;
	font-style: italic;
	color: #999999;
	font-size: 120%;
	margin: 0;
	padding: 1em;
}
div.pull-quote p:first-letter {
	display: block;
	font-size: 260%;
}
div.story img, div.post img {
	display: block;
	padding: 1em;
	margin: 1em auto;
	text-align: center;
	border: 1px #cccccc solid;
	background-color: #ffffff;
}
div.story img.wp-image, div.post img.wp-image, div.story img.size-medium, div.post img.size-medium, div.story img.size-full, div.post img.size-full {
	border: none;
	padding: 0;
}
div.image {
}
div.image p {
	font-size: .85em;
	text-align: center;
	margin: 0;
	font-style: italic;
}
a {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
}
div.header {
	width: 100%;
	height: 9em;
	background-color: #ffffff;
}
div.header h1 {
	margin: 0 0 .1em .3em;
	font-size: 4em;
	letter-spacing: -3px;
}
div.header h1 a {
	color: #666666;
	padding-right: 120px;
	padding-bottom: 15px;
/*	background: url(holly.png) no-repeat 100% 100%; */
}
div.header h1 a:hover {
	text-decoration: none;
}
p.description {
	display: inline;
	font-style: italic;
	margin-left: 1.5em;
	color: #666666;
	border-top: 1px #cccccc solid;
}
div.search {
	position: relative;
	right: 1em;
	top: -5.5em;
	margin: 0;
	text-align: right;
}
div.search input {
	border: 1px #cccccc solid;
}
div.content textarea {
	width: 75%;
	border: 1px #cccccc solid;
}
div.banner {
	position: relative;
	background: url("banner_bg.png") repeat-x bottom #cccccc;
	width: 100%;
	clear: both;
	color: #ffffff;
	border-top: 2px #bbbbbb solid;
	border-bottom: 2px #bbbbbb solid;
	min-height: 90px;
}
div.banner h2 {
	position: absolute;
	font-size: 8em;
	color: #c0c0c0;
	margin-top: -.3em;
}
div.banner blockquote {
	position: relative;
	font-size: 1.5em;
	font-style: italic;
	padding: .5em 1em;
}
div.footer {
	clear: both;
	width: 100%;
}
.alignleft {
	float: left;
}
.alignright {
	text-align: right;
	float: right;
}
div.navigation {
	clear: both;
	margin-bottom: 1em;
	border-bottom: 1px #cccccc solid;
}
div.clear {
	clear: both;
}
.more {
	text-align: right;
	text-transform: uppercase;
}
span.arrow {
	font-family: monospace;
	font-weight: bold;
	color: #ffffff;
	padding: 0px 4px;
	background-color: #cccccc;
	border: 1px #999999 solid;
}
.post p.post-meta {
	font-size: .75em;
	border-top: 1px #cccccc dotted;
	margin: 0;
	font-style: italic;
	text-align: right;
}
/* Begin Comments*/
.alt {
	list-style-type: none;
	line-height: 1.5em;
	margin: 1.5em 2em;
	padding: 1em;
	margin: 0;
	padding: 0;
	background-color: #f0f0f0;
	background-image: url("blockquote.png");
	background-repeat: no-repeat;
	background-position: 3px 3px; 
}
.commentlist {
	padding: 0;
	text-align: justify;
}
.commentlist li {
	margin: 1em;
	padding: 1em;
	list-style: none;
	border: 1px #cccccc solid;
	background-image: url("blockquote.png");
	background-repeat: no-repeat;
	background-position: 3px 3px; 
}
.commentlist p {
	line-height: 1.5em;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	margin: 0;
	display: block;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}
/* End Comments */
embed, #jwplayer-2-div {
	display: block;
	margin: 0 auto;
	text-align: center;
}
div.textwidget {
	margin: 0;
	padding: 0;
	background: none;
	display: inline;
}
.wp-caption {
	font-style: italic;
	font-size: .75em;
	padding: .5em;
	margin: 1.5em;
	border: 1px #dddddd solid;
}
div.story p.wp-caption-text, div.post p.wp-caption-text {
	width: inherit;
	text-align: center;
}
