/*  
Theme Name: Web 2.0-ish
Theme URI: http://jim.casablog.com
Description:  Based on  <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: "Times New Roman", serif; */
	font-family: "Arial", sans-serif;
	background-color: #f0f0f0;
	min-width: 996px;
}
div.col1 {
	float: left;
	width: 62%;
	background: url(content_bg.png) repeat-x top;
}
div.sidebar1 {
	float: left;
	width: 19%;
	font-size: .85em;
	color: #666;
	background: url(content_bg.png) repeat-x top;
}
div.sidebar1 h2 {
	text-transform: uppercase;
	letter-spacing: 5px;
}
div.sidebar1 li.ec3_list {
	list-style: none;
	text-transform: uppercase;
	letter-spacing: 5px;
	border-top: 1px #666 solid;
	margin: 1em 0;
	padding: .5em 0 0 0;
}
div.sidebar1 li {
	list-style: none;
	margin: .25em .5em;
	padding: .5em 0 0 0;
}

div.sidebar1 li.ec3_list ul li {
	border: none; 
	text-transform: none;
	letter-spacing: 1px;
	list-style: none;
	margin: 1em 0em 1em .5em;
	font-size: 1em;
}
div.sidebar1 ul {
}
div.sidebar1 div.inner {
	margin: .6em .25em;
	padding: .5em;
	background-color: #fff;
	border: 1px #ccc solid;
}
div.sidebar1 a {
	color: #333333;
}
div.sidebar2 {
	background: url(content_bg.png) repeat-x top;
	float: left;
	width: 19%;
	color: #666;
	font-size: .85em;
}
div.sidebar2 h2 {
	text-transform: uppercase;
	letter-spacing: 3px;
}
div.sidebar2 li {
	list-style: none;
	margin: 1em 0; 
}
div.sidebar2 ul {
}
div.sidebar2 div.inner {
	margin: .6em .25em;
	padding: .5em;
	background-color: #fff;
	border: 1px #ccc solid;
}
div.menu {
	text-align: right;
	padding-top: 40px;
	margin-right: 4px;
}
div.menu ul {
	list-style: none;
	padding-bottom: 15px;
}
div.menu li {
	display: inline;
}
div.menu li a {
	color: #ffffff;
	background: url("menu_bg.png") repeat-x top #ffffff;
	height: 25px;
	padding: 15px;
	margin-right: -4px;
	font-weight: bold;
}
div.menu li a:hover {
	text-decoration: none;
	background: url("menu_hover_bg.png") repeat-x top #ffffff;
}
p {
	margin: 1em;
}
.post p, .post ul, .post ol {
	margin: 1em;
}
.post ul, .post ol {
	margin: 2em;
}
ul {
}
ol {
}
div.details {
	font-size: .75em;
	text-transform: uppercase;
	margin: 1.5em 0 0 0;
	padding: .5em 0;
}
div.content {
	margin: .5em;
	padding: 1.5em;
	background-color: #ffffff;
	border: 1px #cccccc solid;
}
div.content p.author {
	text-align: center;
	float: right;
	font-size: .85em;
	font-style: italic;
	margin: .5em 1em;
	padding: 0;
	line-height: 1em
}
div.content p.author img {
	padding: 3px;
	border: 1px #ccc solid;
}
div.content h3 {
	clear: both;
}
div.story {
	margin: 0 0 4em 0;
	border-bottom: 1px #ccc solid;
}
div.story h2, div.story h3, div.post h2, div.post h3 {
	letter-spacing: 3px;
	text-transform: uppercase;
	border-bottom: 2px #993333 solid;
	margin-left: .75em;
}
div.entry h2 {
	color: #666;
	font-size: 1.2em;
	margin-left: .75em;
	text-transform: uppercase;
}
div.post h3 a {
	text-transform: uppercase;
	border-bottom: 1px #ccc solid;
}
div.entry.h3 {
	color: #666;
	font-size: 1.1em;
	margin-left: .95em;
	text-transform: uppercase;
}
div.story p, div.story li, div.post p, div.post li,  div.story form, div.post form {
	line-height: 1.5em;
	margin: 1em;
	text-align: justify;
}
div.story blockquote, div.post blockquote {
	background: #fffff0 url("blockquote.png")no-repeat 3px 3px; 
	line-height: 1.5em;
	margin: 1.5em 2em;
	background-color: #ffffff;
	padding: 1em;
}
div.story code, div.post code {
	display: block;
	line-height: 1.5em;
	margin: 1.5em 2em;
	background-color: #ffffff;
	padding: 1em;
}
div.story img, div.post img {
	display: block;
	padding: .5em;
	margin: 1em .5em;
	text-align: center;
	background-color: #ffffff;
	border: 1px #ccc solid;
}
a {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: underline;
}
div.header {
	width: 100%;
	background: url(header_bg.png) repeat-x bottom #fff; 
}
div.header h1 {
	margin: 0 0 .1em .3em;
	font-size: 4em;
	letter-spacing: -3px;
}
div.header h1 a {
	color: #666;
	padding-right: 120px;
	padding-bottom: 15px;
}
div.header h1 a:hover {
	text-decoration: none;
}
p.description {
	display: inline;
	font-style: italic;
	margin-left: 1.5em;
	color: #666;
}
div.search {
	position: absolute;
	top: 5px;
	left: 15px;
	margin: 0;
	text-align: right;
	padding: 15px 25px;
	background: url("menu_bg.png") repeat-x top #ffffff;
}
div.search input {
	border: 1px #ccc solid;
	padding: 5px;
}
div.content textarea {
	width: 75%;
}
div.banner {
	height: 243px;
	background: url("banner_bg.png") repeat-x bottom #ffffff;
	width: 100%;
	color: #ffffff;
	min-height: 90px;
	clear: both;
	border-top: 1px #f0f0f0 solid;
	border-bottom: 1px #333333 solid;
}
div.logo {
	text-align: left;
	padding: 15px 0 0 15px;
}
img.logo {
	padding-top: 65px;
}
div.banner h2 {
	float: left;
	font-size: 7em;
	line-height: .75em;
	color: #f0f0f0;
	margin: .5em .25em 0 .25em;
}
div.banner img {
	float: left;
}
div.banner h2 span {
	position: relative;
	top: -25px;
	font-size: .75em;
	font-style: italic;
	color: #DF5A2F;
	margin-left: 1.5em;
}
div.footer {
	clear: both;
	width: 100%;
}
.alignleft {
	float: left;
}
.alignright {
	text-align: right;
	float: right;
}
div.navigation {
	clear: both;
	margin-bottom: 1em;
}
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: #ffffff;
}
div.post {
	clear: both;
	padding-top: 1em;
	border-bottom: 1px #ccc solid;
}
.post p.post-meta {
	font-size: .75em;
	margin: 0;
	font-style: italic;
	text-align: right;
	clear: both;
}
.post div.entry table.ec3_schedule {
	float: right;
	background-color: #F5742E;
	margin: 1em;
}
.post div.entry td {
	text-align: center;
	padding: .5em;
	color: #fff;
}
.post div.entry td.qnInner,  .post div.entry td.qnType {
	color: #333;
	text-align: left;
}
.commentlist .alt {
}
/* Begin Comments*/
.alt {
	list-style-type: none;
	line-height: 1.5em;
	margin: 1.5em 2em;
	padding: 1em;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	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;
	background-image: url("blockquote.png");
	background-repeat: no-repeat;
	background-position: 3px 3px; 
}
.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 */
.PostDate { font-family: "Arial", sans-serif;  text-transform: uppercase; float: left; text-align: center; margin: 0; padding: 0px 5px 5px 5px; list-style: none; background: url(date_bg.png) no-repeat 50% 50%; width: 65px; height: 70px;}
.PostDate .day {display: block; text-align: center; letter-spacing: -1px; text-transform: lowercase;  line-height: 16px; color: #666; border-bottom: 1px #966 solid; height: 20px; padding-top: 15px;}
.PostDate .month { display: block; text-align: center; font-weight: bold; line-height: 18px; color: #666; padding-top: 4px; border-top: 1px #E6D3A8 solid; }
.clear {
	clear: both;
}
.sidebar2 div.one-image {
	float: left;
}
.ImageFrame_none {
	padding: 0;
	margin: 2px;
	border: 1px #333399 solid;
}
.g2image_float_left {
	clear: left;
	float: left;
}
.g2image_float_right {
	display: block;
	clear: right;
	float: right;
}
.giDescription {
	margin: 0;
	padding: 0;
	font-size: .85em;
	font-weight: normal;
}
