/*
Theme Name: Lost Taco
Theme URI: http://www.losttaco.com
Description: Custom Theme for Taco Blog
Version: 0.1 Beta
Author: Josh Malmuth
*/


/*-----------Block Level Elements--------------*/

*{margin:0; padding:0;}

body {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: small;
	margin: 0;
	background-repeat: repeat-x;
	background-image: url(/images/main/bg_gradient2.png);
	}

a:link, a:visited {color: black; text-decoration: none;}

a:hover, a:active {text-decoration: underline;}

img {
	border: none;
	margin: 0;
	}
	
#wrapper {
	display: block;
	position: relative;
	width: 960px;
	margin: 11px auto 0;
	background-repeat: repeat-y;
	background-image: url(/images/main/wrapper_gradient.png);
	background-color: transparent;	
	}

#page {
	display: block;
	width: 900px;
	margin: 0 auto;
	}

#header {
	display: block;
	float: left;
	width: 900px;
	margin-top: 30px;
	}
	
#header a:hover {
	text-decoration: none;
	}

#headerimg {
	display: block;
	float: left;
	margin-top: 5px;
	}
	
#headerimg img {
	display: block;
	}
	
	
	
/* START NAVIGATION BAR */
	
#mainbar {
	display: block;
	float: left;
	width: 900px;
	background-color: black;
	margin-bottom: 35px;
	height: 28px;
	}
		
.sub1 {
	display: block;
	padding-top: 5px;
	padding-bottom: 7px;
	}
	
.sub1 a, .sub1 a:visited {
	display: inline;
	color: white;
	font-family: Garamond, Georgia, times, serif;
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: none;
	padding: 0.8em 1.8em;
	text-transform: uppercase;
	}
	
.sub1 a:hover, .sub1 a:active {
	color: black;
	background-color: white;
	padding-bottom: 2em;
	}
	
/* END NAVIGATION BAR */



	
#content_wrapper {
	display: block;
	float: left;
	padding-right: 20px;
	border-right: 1px solid #CCCCCC;
	}

#content {
	display: block;
	width: 560px;
	float: left;
	margin-bottom: 10px;
	}

#sidebar {
	display: block;
	float: right;
	width: 300px;
	margin-bottom: 20px;
	}

#footer {
	display: block;
	width: 900px;
	background-repeat: no-repeat;
	background-image: url(/images/main/footer_bg.png);
	clear: both;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 0.9em;
	text-transform: uppercase;
	}

#footer a {
	color: #990000;
	}

/*-------------Headings-------------*/

h1 {

}

h2 {

}

h2.archive_header {
	font-size: 1.5em;
	font-weight: lighter;
	color: #990000;
	text-decoration: underline;
	}
	
.archive_header {
	display: block;
	margin-bottom: 15px;
	text-align: center;
	}

h3 {

}

h4 {

}

h5 {

}

.headline {
	font-size: 2em;
	font-weight: lighter;
	}
	
.headline a {
	text-decoration: none;
	}
	
.headline a:hover {
	text-decoration: none !important;
	}
	
.sidebar_headers {
	font-size: 1.8em;
	font-weight: lighter;
	color: #990000;
	}
	

.masthead {
	font-size: 2.3em;
	font-weight: lighter;
	word-spacing: 2px;
	}
	
.masthead a {
	text-decoration: none;
	}
	
.masthead a:hover {
	text-decoration: none !important;
	}
	
.redtext {
	color: #990000;
	display: inline;
	}
	
.redtext a {
	color: #990000;
	display: inline;
	}
	
	
.garamond {
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 0.9em;
	}
	
	
#subscribe {
	text-align: right;
	}

.about a {
	text-decoration: underline;
	}
	
.about a:hover {
	text-decoration: none;
	}
	
.prev_posts {
	text-align: right;
	}
	
.next_posts {
	float: left;
	}

/*-------------The Post-------------*/



h2 a:hover, h2 a:visited, h2 a {

}

.post {
	display: block;
	margin-bottom: 30px;
	text-align: left;
	}

.post p {
	margin-bottom: 10px;
	}

.entry a {
	text-decoration: underline;

}

.entry a:hover {
	text-decoration: none;
	}
.post ul {

}

.post li {

}

.entry {
	display: block;
	margin-top: 10px;
	line-height: 170%;
	margin-bottom: 20px;
	}
	
.entry img {
	margin-bottom: 10px;
	}

.entrytext .postmetadata {

}

.postmetadata alt {

}

.postmetadata a {

}

.navigation {

}

.alignleft {


}

.alignright {


}

.center {

}

.pagetitle {

}

blockquote {

}

cite {

}

a img {

}

acronym, abbr {

}

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

#sidebar ul {
	list-style: none;
	}
	
#sidebar p {
	margin-top: 5px;
	line-height: 150%;
	}

#sidebar ul li {
	margin-top: 20px;
	}

#sidebar ul ul {

	}
	
#sidebar ul.buroughs {
	margin-left: 5px;
	}


#sidebar ul ul li {
	margin-top:3px;
	}

#sidebar ul ul ul {

}

#sidebar p {

}

#sidebar a {

}
#sidebar a:hover {

}

#sidebar a:visited {

}

#sidebar li.search {
	margin-top: 0;
	}


/*--------------Comments--------------*/

ol.commentlist {

}

ol.commentlist li {

}

ol.commentlist li.alt {

}

ol.commentlist a {

}

small.commentmetadata {

}

/*--------------Search Form-------------*/

#searchform {

}

#searchform input {

}

#searchform #s {

}


/*-------------Calendar-----------------*/

#wp-calendar {

}

#wp-calendar th {

}

#wp-calendar a {

}

#prev a, #next a {

}

#wp-calendar caption {

}

/*-------------Widgets------------------*/


.dsq-widget-comment {
	display: block;
	margin-top: 5px !important;
	margin-left: 5px !important;
	line-height: 150%;
	}


.dsq-widget-user {
	font-weight: normal !important;
	}
	
.dsq-widget-meta {
	margin-left: 5px !important;
	}

.dsq-widget-list {
	margin-top: 5px;
	}