/*
Theme Name: El Granto v1.0
Theme URL: http://www.ElGranto.com/
Description: The 1st version of ElGranto.com.
Version: 1.0
Author: Grant (El Granto) Sanger
Author URL: http://www.ElGranto.com/

This theme was designed and built by Grant Sanger for Grant Sanger and ElGranto.com
*/

/* ======================== Begin Structure ======================== */

body {
	font-family: Arial, Verdana, Sans-Serif;
	background: url(../images/ELG_background.gif) top left repeat;
	color: #000;
	font-size: 15px;
	line-height: 1.2em;
}

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

#contentContainer {
	width: 962px;
	margin: 0 auto;
	background: #fff url(../images/sidebarBG.gif) top left repeat-y;
	border-right: 2px solid #000;
}

#header {
	background: #000 url(../images/ELG_header.jpg) top left no-repeat;
	width: 1023px;
	height: 290px;
}
#header h1 a{
	display: block;
	height: 290px;
	width: 1023px;
	text-indent: -300000px;
}
ul#nav{
	width: 1023px;
	height:42px;
	background: url(../images/navBG.gif) top left no-repeat;
	margin: 0;
}

ul#nav li{
	float: right;
	display: block;
	margin: 10px 60px 0 0;
}

ul#nav li a{
	color: #fff;
	font-family: 'Arial Black', Gadget, sans-serif;
	font-size: 20px;
}

ul#nav li a:hover{
	color: #d1d1d1;
}
	
#page {
	margin: 0 auto;
	padding: 0;
	width: 1020px;
}

.narrowcolumn {
	float: right;
	padding: 0 15px;
	margin: 0;
	width: 690px;
	background-color: #fff;
}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
}

.post {
	margin: 20px 0 70px;
	text-align: justify;
}

div.postDate {
	display: block;
	color: #a3a3a3;
	font-size: 12px;
	width: 535px;
	margin: 3px auto;
	text-align: center;
	background: url(../images/dateAccent.gif) center left repeat-x;
}

div.postDate span{
	background: #fff;
	padding: 0 5px;
}

.endPostHR {
	width: 300px;
	margin-top: 30px;
	border: none;
}

.post hr {
	display: block;
}

.widecolumn .post {
	margin: 0;
}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	width: 450px;
	margin: 0 auto;
	text-align: center;
}

.widecolumn .postmetadata {
	margin: 30px 0;
}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

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

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/* ======================== Footer ======================== */

#footer {
	padding: 0;
	margin: 0 auto;
	clear: both;
	color: #fff;
	width: 964px;
	height: 239px;
	background: url(../images/footerBG.gif) top left no-repeat;
}

#footer a {
	color: #fff;
}

#footer a:hover {
	color:#502e00;
}

#footer p {
	margin-top:10px;
	text-align: center;
}

a.RSSlink {
	display: block;
	width: 81px;
	padding-top: 75px;
	background: url(../images/RSSicon.gif) top center no-repeat;
	margin: 10px auto;
	text-align: center;
}

div#footerLinks {
	margin-top: 10px;
	float: left;
	padding-left: 20px;
}

ul.socialLinks {
	background: url(../images/socialLinkIcons.gif) top left no-repeat;
}

ul.socialLinks li a{
	padding-left: 21px;
}

div.linksList {
	float: left;
 	width: 255px;
	height: 200px;
}

div.linksList ul{
	margin: -15px 0 0 20px;
}

div.linksList ul li{list-style:none; margin:0;}

/* ======================== Titles ======================== */

h2.title {
	margin: 0 0 0 20px;
	padding: 0;
	height: 51px;
	color: #fff;
	text-indent: -300000px;
	display: block;
}

h2.search {
	background: url(../images/titles/search.png) top left no-repeat;
	width: 110px;
	margin-bottom: -20px
}

h2.recentPosts {
	background: url(../images/titles/recentPosts.png) top left no-repeat;
	width: 242px;
	margin-left: -24px;
}

h2.recentComments {
	background: url(../images/titles/recentComments.png) top left no-repeat;
	width: 185px;
}

h2.recentTweets {
	background: url(../images/titles/recentTweets.png) top left no-repeat;
	width: 222px;
	margin-left: -24px;
	height: 61px;
}

h2.cats {
	background: url(../images/titles/categories.png) top left no-repeat;
	width: 200px;
	margin-left: 4px;
}

h2.linksTitle {
	background: url(../images/titles/links.png) top left no-repeat;
	width: 242px;
	margin-left: 4px;
}

h2#linksTitle {
	background: url(../images/titles/links.png) top left no-repeat;
	margin-left: 4px;
	height: 70px;
}

h2#blogroll {
	margin: 0 0 0 -19px;
	padding: 0;
	height: 70px;
	color: #fff;
	text-indent: -300000px;
	display: block;
	background: url(../images/titles/blogroll.png) top left no-repeat;
	width: 242px;
}

/* ======================== Begin Typography & Colors ======================== */

p {margin: 10px 0;}
strong {font-weight: bold;}
em {font-style: italic;}
ul li {
	list-style:circle;
	margin-left: 30px;
}
ol li{
	list-style: outside decimal;
	margin-left: 30px;
}
ol li ol, ul li ul {
	margin:0;
}
dl, ul, ol {
	margin: 20px;
}
dt{font-weight: bold;}
dd {margin: 0 5px;}

.thread-alt {
	background-color: #eee;
}

.thread-even {
	background-color: white;
}

.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {
	border-left: 1px solid #ddd;
}

#headerimg .description {
	text-align: center;
}

.commentlist li, #commentform input, #commentform textarea {
}
.commentlist li ul li {
}

.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;
}

.commentlist p {
	font-weight: normal;
	text-transform: none;
}

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

.commentmetadata {
	font-weight: normal;
}

code {
	display: block;
	font: 11px 'Courier New', Courier, Fixed;
	margin-left: 15px;
	background: #eee;
	border: 2px solid #999;
	padding: 10px;
}

a, h2 a:hover, h3 a:hover {
	color: #984700;
	text-decoration: none;
}

a:hover {
	color: #999;
}

#wp-calendar #prev a, #wp-calendar #next a {
}

#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;
}

/* ======================== Begin Headers ======================== */


h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1em;
}

h1 a, h3 a {
	color: #000;
}

h1 {font-size: 50px; text-align: center;}
h2 {font-size: 40px; text-align: center;}
h3 {font-size: 22px;}
h4 {font-size: 20px;}
h5 {font-size: 18px;}
h6 {font-size: 16px;}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

h3 {
	padding: 0;
	margin: 15px 0 0;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
}

/* ======================== Begin Images ======================== */
p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

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

#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 {
	margin: 5px 10px 0 0;
}
#commentform textarea {
	width: 100%;
	padding: 2px;
}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
}
#commentform #submit {
	display: block;
	margin: 5px;
	float: right;
	background: url(../images/Button.gif) top left no-repeat;
	width: 212px;
	height: 30px;
	padding: 0;
	border: none;
}
#commentform #submit:hover {
	cursor: pointer;
	}

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

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

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

}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

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

#commentform p {
	margin: 5px 0;
}

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

.commentmetadata {
	margin: 0;
	display: block;
}

/* ======================== Begin Sidebar ======================== */
#sidebar {
	float: left;
	width: 242px;
	color: #fff;
}

#sidebar a {
	color: #fff;
}

#sidebar form {
	margin: 0;
}

#sidebar ul {
	margin-top: 6px;
}

#sidebar ul li{
	list-style: none;
}
div#sidebar ul#cats ul.children {margin: 0;}
div#sidebar ul#cats ul.children li {margin: 0 0 0 15px;}
ul#recentPosts li{
	margin-bottom: 10px;
}
li.recentPosts{
	margin: 0 0 10px 2px;
	}
li.recentPosts span{
	font-family:Georgia,"Times New Roman",Times,serif;
	color: #984700;
	}
li.recentPosts a{
	display: block;
	padding-left: 20px;
	}
#sidebar ul#recentPosts li, #sidebar ul#cats li {
	margin-left: 20px;
	list-style: disc inside;
}

#sidebar hr{
	display: block;
	width: 200px;
	height: 23px;
	background: url(../images/sidebarHR.png) top left no-repeat;
	border: none;
	margin: 12px auto;
}

/* ======================== Begin gallery reset ======================== */

div.gallery dl { margin: 0;}

/* ======================== 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; }

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

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

blockquote {
	margin: 15px 30px 10px 25px;
	padding: 1px 15px;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 5px solid #999;
	background: #eee;
}

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

.center {
	text-align: center;
}

.hidden {
	display: none;
}

hr.contentHR {	
	width: 305px;
	height: 30px;
	border: none;
	background: url(../images/contentHR.gif) top left no-repeat;
	margin: 0 auto;
}

a img {
	border: none;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

/* ======================== Captions ======================== */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	padding: 0 4px 5px;
	margin: 0;
}

/* ======================== SHARE THIS ======================== */

#shareThis {
	margin: 0 auto 10px;
	background: url(../images/shareThisButton.gif) top left no-repeat;
	width: 177px;
	height: 30px;
	padding: 7px 0 0 37px;
}

#shareThis a{
	color: #fff;
}