/*
Theme Name: SanBusco
Theme URI: http://sanbusco.com/
Description: wordpress theme for San Busco Shopping Center.
Version: 1.0
Author: Santa Fe Web Design
Author URI: http://www.santafewebdesign.com/
*/


body
{
	background-color : #17858f;
	margin : 0px;
	padding : 50px 0px 0px 0px;
	font-family : verdana, arial, helvetica, sans-serif;
	font-size : 12px;
}

#layout
{
	width : 1000px;
	margin : 0px auto;
}

#header
{
	padding : 0px 0px 5px 0px;
	color : white;
}

#nav
{
	float : left;
	width : 780px;
	font-size : 14px;
}

#nav a
{
	color : white;
	text-transform : uppercase;
	text-decoration : none;
}

#nav a:hover
{
	text-decoration : underline;
}

#form_right
{
	float : left;
	width : 220px;
	text-align : right;
	padding : 0px 0px 5px 0px;
}

#form_right form
{
	display : inline;
	margin : 0px;
	padding : 0px;
}

#search_box
{
	border : 1px solid #89a3a6;
	color : #17858f;
	padding : 3px;
	margin : 0px;
	width : 100px;
}

#search_button
{
	position : relative;
	margin : -7px 0px 0px 0px;
	padding : 0px;
	top : 7px;
}

#lower_layout_pad
{
	clear : both;
	background-color : white;
	padding : 14px;
}

#lower_layout
{
	background-image : url(/images/content_bg.gif);	
	display : inline-block;
}

#lower_layout:after 
{
	content : ".";
	display : block;
	height : 0;
	clear : both;
	visibility : hidden;
}

#logo_contact
{
	background-color : #a2d076;
	display : inline-block;
}

#logo_contact:after 
{
	content : ".";
	display : block;
	height : 0;
	clear : both;
	visibility : hidden;
}

#logo
{
	float : left;
	width : 486px;
}

#contact
{
	float : left;
	width : 476px;
	padding : 10px 10px 10px 0px;
	color : white;
	text-align : right;
}

#contact a
{
	color : white;
	text-decoration : none;
}

#contact span#blue
{
	color : #17858f;
	font-weight : bold;
}

#left_col
{
	float : left;
	width : 200px;
	padding : 15px 0px 15px 10px;
	color : white;
}

#left_col a
{
	color : white;
	font-size : 13px;
	display : block;
	width : 200px;
	height : 20px;
	text-decoration : none;
}

#mid_col
{
	width : 550px;
	float : left;
}

#mid_col h1
{
	color : #17858f;
	font-size : 24px;
	padding : 0px 0px 5px 0px;
	background-image : url(/images/h1_bg.gif);
	background-position : bottom left;
	background-repeat : repeat-x;
	margin : 0px;
}


#mid_col h2
{
	background-color : #17858f;
	color : white;
	font-size : 24px;
	margin : 0px;
	padding : 5px;
	letter-spacing : 2px;
}

#mid_col h3
{
	clear : both;
	font-size : 18px;
	padding : 0px 0px 5px 0px;
	background-image : url(/images/h1_bg.gif);	
	background-position : bottom left;
	background-repeat : repeat-x;
}

#mid_col h3 a
{
	color : #17858f;
	text-decoration : none;
}

#content
{
	padding : 7px 7px 0px 7px;
}

#content blockquote
{
	float : left;
	width : 175px;
	margin : 0px;
	margin-bottom : 10px;
	padding : 0px 0px 0px 5px;
}

#content blockquote p
{
	margin : 0px;
	padding : 0px;
}

#content blockquote img
{
	padding-bottom : 5px;
}

#right_col
{
	float : left;
	width : 212px;
}

#right_col a
{
	text-decoration : none;
	color : black;
}

select#dropdown
{
	border : 1px solid #b8b0b0;
	margin-top : 5px;
}

.heading, .widgettitle
{
	color : #ac2d66;
	font-weight : bold;
	letter-spacing : 1px;
	font-size : 12px;
}

#feed
{
	padding : 10px;
	color : #5e5959;
}

#feed .wpng-widget-date-title
{
	color : #17858f;
	font-weight : bold;
	text-decoration : none;
}

#feed a
{
	color : #696969;
	text-decoration : none;
}

#feed a:hover
{
	text-decoration : underline;
}


#feed ul
{
	list-style-type : none;
}


#footer
{
	clear : both;
	background-color : #a2d076;
	color : white;
	font-size : 13px;
	line-height : 17px;
	padding : 10px;
}

#footer p
{
	margin : 5px 5px;
}

.index_event
{
	clear : both;
	height : 150px;
	padding : 10px;
	background-image : url(/images/h1_bg.gif);	
	background-position : bottom left;
	background-repeat : repeat-x;
}

.index_event a
{
	color : #17858f;
}

.index_event a b
{
	font-size : 14px;
}

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

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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 */
