/*
Theme Name: EastVillageSanDiego.com
Theme URI: eastvillagesandiego.com
Description: The for East Village San Diego site
Version: 1.0
Author: BHAUS Media
Author URI: http://www.bhausmedia.com
*/

@import "public/stylesheets/reset.css" screen, print;
@import "public/stylesheets/forms.css" screen, print;

/* Table of Contents 
=======================
	* - Global
	1 - Header
	2 - Structure
	3 - Nav
	4 - Search
	5 - Headings
	6 - Lists
	7 - Forms
	8 - Links
	9 - Misc
=======================
*/

/* -----------------------------------*/
/* ---------->>> GLOBAL <<<-----------*/
/* -----------------------------------*/


body {
	background-color: #EFEFEF;
	color:#5C5C5D;
	margin:0;
	padding:0;
	font:10pt/1.5 Arial, Sans-Serif;
	text-align: left;
}


/* 1- Header
----------------------------------------------- */

div#header {
	width: 100%;
	display: inline-block;
	text-align: left;
}

img#logo {
	position: absolute;
	margin: 0;
	padding: 0;
}

div#header div#weather {
	float: right;
	height: 40px;
	width: 720px;
	text-align: right;
	color: #909090;
	position: relative;
}

div#header div#weather strong{
	position: relative;
	bottom: 10px;
	text-transform: uppercase;
	font-size: 11px;
}

div#header div#weather img{
	margin-right: 5px;
}
/* 2- Structure
----------------------------------------------- */

div#wrapper {
	width: 920px;
	margin: 0px auto;
	background-color: white;
	display: block;
	padding: 20px;
	padding-top: 10px;
}

div#wrapper div#content{
	display: inline-block;
	width: 100%;

}

div#left {
	width: 155px;
	float: left;
	display: inline-block;
}

div#right {
	width: 750px;
	display: inline-block;
	float: right;
	text-align: left;
	min-height: 255px;
}

div.rightcol {
	float: right;
	display: inline-block;
	width: 400px;
}

div.leftcol {
	float: left;
	display: inline-block;
	width: 325px;
}

img#main {
	float: right;
}

div.video, div.image {
	float: right;
	margin: 20px;
	text-align: right;
	margin-right: 0px;
	margin-top: 0px;
}

img.photo, img.alignright {
	float: right;
}

div#right div#post {
	width: 100%;
	display: inline-block;
	text-align: left;
	margin-bottom: 2em;
	margin-right: 10px;
}

div#right div#post.home {
	height: 228px;
}

div#right div#post-content {
	width: 340px;
	float: left;
	text-align: left;
}

div#right div#post-content h2 {
	margin-top: 40px;
	widows: 5;
}

div#right div#post p {
	font-size: 13px;
	padding: 0px;
	margin: 0px;
	text-align: justify;
	margin-bottom: .5em;
	display: block;
}

div#right div#post.home p{
	overflow: hidden;
	height: 140px;
}



div#right div#post #date {
	float: right;
	display: block;
	color: #bababa;
	width: 40px;
	margin-top: -3px;
	text-align: center;
}

div#right div#post #date span.month {
	font-size: 16px;
	clear:both;
	display: inline-block;
	text-transform: uppercase;
	margin: 0px;
}

div#right div#post #date span.date {
	font-size: 30px;
	font-weight: bolder;
	display: inline-block;
	margin-top: -10px;
}

div#footer {
	display: inline-block;
	margin-top: 5px;
	width: 100%;
}

/*--DOWNLOADS PAGE --*/

div#downloads h4{
	margin-top: 10px;
	font-size: 11pt;
}

div#downloads a{
	clear:both;
	width: 100%;
	font-size: 10pt;
}

div.category {
	width: 175px;
	float: left;
	display: block;
}

div.category {
	width: 150px;
	float: left;
	display: inline-block;
}

div.category h4, div.category h4 a {
	color: #fc8213;
}


/*--GALLERY --*/

div#gallery {
	width: 100%;
	clear:both;
}

div#gallery img {
	width: 130px;
	height: 100px;
}

/*--GUIDE PAGE --*/

div#markers {
	margin: 1em 0;
}

div.marker {
	width: 325px;
}

div.marker a {
	color: #fc8213;
}

div.marker table {
	width: 350px;
	font-size: 11px;
	border-bottom: 1px solid #DDD;
}

div.marker table td{
	vertical-align: top;
	text-align: left;
}

div.marker table td.name{
	width: 125px;
}

div.marker table td.address{
	width: 200px;
}

#add {
	float: right;
	margin: 8px;
	clear:both;
	display: inline-block;
}

/*--CONTACT PAGE --*/

form#register {
	width: 100%;
	clear:both;
	display: inline-block;
}

form#register input.text {
	background-color: #CCC; 
}

form#register input.submit {
	float: right;
	margin-right: 40px;
}


/*--BUSINESS DIRECTORY PAGE --*/

div#directory h3{
	background-color: #CCC;
	color: #FFF;
	cursor: pointer;
}

div#directory table td{
	vertical-align:top;
}

/*--SOCIAL LINKS --*/
	
div#social.single {
	width: 100%;
	text-align: right;
	float: right;
	display: inline-block;
	margin-left: 500px;
	border-bottom: 1px solid black;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

div#social.single span.title {
	float: left;
}

div#social.single ul, div#social.blog ul {
	list-style-type: none;
	float:   right;
	margin:  0;
	padding: 0;
}

div#social.single ul li, div#social.blog ul li {
	float: left;
	margin: 0px 2px;
	padding: 0;
}

div#social.blog {
	text-align: right;
	width: 140px;
	float: right;	
}

div#social.blog span.title {
	color:#FC8213;
	float: left;
	display: inline-block;
	font-size: 10pt;
	font-weight: bolder;
}

/*--COMMENTS --*/
	
div#leavecomments {
	float: right;
	width: 100%;
	position:relative;
}
	
div#leavecomments p {
	margin: 0 !important;
	padding: 0 !important;	
}
	
div#leavecomments textarea {
	width: 380px;
	height: 100px;
}

div#comments {
	width: 100%;
	display: inline-block;
	clear:both;
}

/* 3- Nav
----------------------------------------------- */

/*--HEADER NAV --*/

ul#nav {
	float: right;
	width: 750px;
	list-style-type: none;
	border-top: 1px solid #808080;
	display: block;
	text-align: right;
	height: 40px;
	margin-top: 35px;
}

ul#nav li {
	margin-left: 33px;
	display: inline;
	position: relative;
	top: 10px;

}

ul#nav li a{
	color:#39393b;
	font-size: 10pt;
	font-weight: 800;
	height: 40px;
	text-transform: uppercase;
}

ul#nav li.current-cat a {
	color: #fc8213;
}

/*--LEFT SIDE SUBNAV --*/

ul#subnav {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: left;
}

ul#subnav li  {
	margin-bottom: 12px;
}

ul#subnav li  ul {
	list-style-type: none;
	margin-left: 10px;
	display: none;
}

ul#subnav li ul li {
	margin: 0px;
}

ul#subnav li ul li a {
	font-weight: normal;
}

ul#subnav li ul li {
	margin: 0px;
}

ul#subnav li.current_page_item a {
	color: #fc8213;
}

ul#subnav li.current_page_item ul li a {
	color: inherit;
	font-weight: normal;
}

ul#subnav li a{
	color: #666;
	font-weight: bolder;
	font-size: 11px;
	text-transform: uppercase;
}

/*-- CATEGORIES SUBNAV --*/

ul#categories {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: right;
	display:inline-block;
	width: 750px;
	float: right;
}

ul#categories li {
	margin: 0px;
	padding: 0px;
	display: inline;
	position: relative;
}

ul#categories li a img{
	width: 184px;
}

ul#links {
	margin: 0;
	padding: 0;
	text-align: left;
	list-style-type: none;
	float: left;
}

ul#links li{
	float: left;
	margin: 0px 7px;
}

/* 4- Search
----------------------------------------------- */

div#search {
	margin-bottom: 10px;
	padding: 10px 0px;
	display: block;
	text-align: left;
	height: 20px;
	margin-top: 50px;
}

div#search form input.text {
	width: 117px;
	padding: 3px;
	background-color:#C7C7C7; 
	border:none;
	float: left;
	height: 14px;
	color: white;
	font-size: 11px;
	text-transform: uppercase;
	display: inline-block;
	margin: 0;
	margin-right: 2px;
}

div#search form input.submit {
	float: left;
	display: inline-block;
	margin: 0;
}

form.search {
	text-align:center;
}

input.subscribe {
	width: 117px;
	padding: 3px;
	background-color:#C7C7C7; 
	border:none;
	float: left;
	height: 14px;
	color: white;
	font-size: 11px;
	text-transform: uppercase;
	display: inline-block;
	margin: 0;
	margin-right: 2px;
}

input.ssubmit {
	float: left;
	display: inline-block;
	margin: 0;
}

/* 5- Headings
----------------------------------------------- */

h1 {
	background: url(public/images/ev.jpg) no-repeat left center #38383A;
	padding-left: 30px;
	display: block;
	color: white;
	text-transform: uppercase;
	font-weight: bolder;
	font-size: 12pt;
	margin-bottom: 1em;
}

h1 a{color: white;}

h2 , h2 a{
	color: #fc8213;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
	margin-bottom: 1em;
}

h3 {
	
	color: #666;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 10pt;
	margin-bottom: 1em;
	
}

h4 {
	text-transform: uppercase;
	font-weight: bold;
}

h5 {
	color: #fc7803;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

/* 6- Lists
----------------------------------------------- */

ul.none , ul.none li ul{
	list-style-type: none;
}

ul a {
	color: inherit;
}

/* 7- Forms
----------------------------------------------- */

/* 8- Links
----------------------------------------------- */

a {
	text-decoration: none;
	color: inherit;
}

a img {
	border: none;
}

a.more {
	color: #fc8213;
	clear:both;
	float: right;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 8pt;
	position: absolute;
	margin-left: 280px;
}

/* 9- Misc
----------------------------------------------- */

/* Begin Images */
div.image img , p img{
	padding: 0;
	max-width: 400px;
}

img.centered {
	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 */

.borderbottom {
	border-bottom: 1px solid black;
}

.paddingbottom20px {
	padding-bottom: 20px;
}

.right {
	float: right;
}

.block {
	display: block;
}

.orange {
		color: #fc8213;
}

.height130px {
	height: 130px;
}
