/*  
Theme Name: Golden Gate
Theme URI: http://www.freewpthemes.net/preview/goldengate
Description: Widget ready and tested on WP 2.3.1.
Version: 2.0
Author: Free WordPress Themes
Author URI: http://www.freewpthemes.net/
*/

body {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #252525;
	background-color: #F1F1F1;
	background-image: url(../images/img01.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 100%;
}

h1, h2, h3 {
	margin-top: 0;
	color: #0153B4;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}

ul {
	list-style-image: url(images/img07.gif);
}

a {
	text-decoration: none;
	color: #0153B4;
}

a:hover {
	border-bottom: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

/* Header */

#logo {
	width: 968px;
	height: 100px;
	background-image: url(../images/img02.png);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}

#logo h1, #logo p {
	float: left;
	margin: 0;
	color: #FFFFFF;
}

#logo h1 {
	padding: 10px 0 0 0;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 3em;
}

#logo p {
	text-transform: uppercase;
	padding: 37px 0 0 3px;
	font-size: 10px;
	color: #FFFFFF;
}

#logo a {
	border: none;
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 968px;
	height: 46px;
	background-image: url(../images/img03.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	text-transform: uppercase;
	color: #252525;
	margin-top: 20;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	border: none;
	padding: 15px 15px;
	font-weight: bold;
	color: #262626;
	background-image: url(../images/img04.png);
	background-repeat: no-repeat;
	background-position: right 50%;
}

#menu a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #868686;
	text-transform: uppercase;
}

#menu .current_page_item a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #8e6e0b;
	text-transform: uppercase;
}

/* Banner */

/* #banner {
	margin: 0 auto;
	width: 968px;
	height: 310px;
	background: url(images/img03.jpg) no-repeat left top;
}*/

/* Wrapper */

#wrapper {
}

/* Page */

#page {
	width: 968px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
}

#page-bg {
	background-image: url(../images/img01.jpg);
	background-repeat: no-repeat;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* Latest Post */

#latest-post {
	padding: 20px;
	border: 1px dashed #CCCCCC;
}

/* Content */

#content {
	float: left;
	width: 968px;
}

.post {
	margin-bottom: 20px;
	padding-bottom: 15px;
	line-height: 200%;
}

.post h1 {
	font-weight: normal;
	font-size: 30px;
}

.post h2 {
	font-size: 24px;
}

.title {
	margin: 0;
	padding-bottom: 6px;
	font-weight: normal;
	
}

.title a {
	border-bottom: none;
}

.title a:hover {
	border-bottom: 1px dashed #CCCCCC;
}

.byline {
	border-top: 1px dashed #CCCCCC;
	margin: 0 0 20px 0;
	text-transform: uppercase;
}

.entry {
}

.links {
	font-size: 11px;
}

.links a {
	display: block;
	border: none;
	color: #333333;
}

.links a:hover {
}

.links .more {
	float: left;
	padding-left: 25px;
	padding-right: 15px;
	text-transform: uppercase;
}

.links .comments {
	float: left;
	padding-left: 20px;
	background: url(images/img04.jpg) no-repeat left top;
}

/* Sidebars */

.sidebar {
	float: left;
	width: 200px;
	padding: 0 0 0 21px;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	margin-bottom: 10px;
	padding: 0 0 20px 0px;
	background: url(images/img06.jpg) repeat-y left top;
	border-bottom: 1px solid #CCCCCC;
}

.sidebar li ul {
}

.sidebar li li {
	margin: 0;
	padding: 5px 10px;
	border: none;
}

.sidebar li h2 {
	height: 30px;
	margin: 0 0 10px 0;
	padding: 14px 0 5px 10px;
	background: url(images/img05.jpg) no-repeat left top;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
}

.sidebar p {
	padding: 0 10px;
}

/* Search */

#searchform {
	margin: 0;
	padding: 0;
	border: none;
	background: none;
}

#searchform br {
	display: none;
}

#s {
	margin: 0;
	padding: 2px 2px;
	width: 120px;
	height: 18px;
	font-size: 10px;
	color: #000000;
}

#x {
	margin: 0;
	padding: 2px 5px;
	height: 24px;
	border: none;
	background: #A49D3C;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
/* Calendar */

#calendar_wrap {
	padding: 0;
	text-align: center;
	font-size: 10px;
}

#calendar_wrap table {
	width: 100%;
}

#calendar_wrap th {
}

#calendar_wrap td {
}

#calendar_wrap tfoot td {
	border: none;
}

#calendar_wrap tfoot td#prev {
	text-align: left;
	font-weight: bold;
	border: none;
}

#calendar_wrap tfoot td#prev a {
	border: none;
}

#calendar_wrap tfoot td#next {
	text-align: right;
	font-weight: bold;
	border: none;
}

#calendar_wrap tfoot td#next a {
	border: none;
}

/* Footer */

#footer {
	height: 124px;
	background-image: url(../images/img07.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#icon {
	width: 196px;
	background-image: url(../images/follow.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 32px;
	float: left;
	padding-top: 4px;
	margin-left: 360px;
}

#footer p {
	margin: 0;
	padding: 40px 0 0 0;
	text-align: center;
	font-size: 9px;
	color: #313131;
	font-family: Arial, Helvetica, sans-serif;
}

#footer a {
	color: #7c7c7c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	letter-spacing: .1em;
	font-weight: bold;
}

#commentform {
}

#comment {
	width: 500px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

#respond {
	margin: 0;
	padding-top: 50px;
}

.navigation {
	padding-top: 20px;
}

.pagetitle {
	padding-bottom: 20px;
}

hr {
	display: none;
}

#search {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
}


/* -----------------------------SANDERS STYLES ----------------------------------------- */

/*TYPOS */

/* TITULO GRISES ARIAL */

.titelgris {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	text-transform: uppercase;
	color: #313131;
}

.titelgold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #8e6e0b;
	font-weight: bold;
	line-height: 20px;
}


/* HOME */

#home-pic {
	margin-top: -10px;
}

#home-txt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #313131;
	padding-left: 20px;
	line-height: 24px;
}

.contacthome1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8e6e0b;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.contacthome2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #8e6e0b;
	font-style: italic;
	letter-spacing: .1em;
}

/* ATTORNEY */

#attorney-pic {
	margin-top: -10px;
}

#attorney-photo {
	padding-left: 20px;
	padding-top: 30px;
}

#attorney-txt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #313131;
	padding-left: 200px;
	line-height: 24px;
	background-position: left top;
	margin-top: -15px;
}

.attorney-txtsmall {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #313131;
	padding-left: 0px;
	line-height: 20px;
}

/* AREAS */

#areas-pic {
	margin-top: -10px;

}

#areas-txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	text-transform: uppercase;
	color: #313131;
	line-height: 45px;
	padding-left: 20px;
}

/* FAQ */

#faq-pic {
	margin-top: -10px;

}

#faq-txt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #313131;
	line-height: 18px;
	padding-left: 20px;
	padding-top: 20px;
}

.punteado {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #313131;
	line-height: 16px;
	letter-spacing: .1em;
}


.li {	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #313131;
	line-height: 16px;

}

/* CONTACT */

#contact-pic {
}

#contact-txt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #313131;
	line-height: 18px;
	padding-top: 05px;
	padding-left: 20px;
}

.formtxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #313131;
	font-weight: bold;
}

#form {
	padding-left: 20px;
	margin-top: 40px;
}



#a {
	height: 240px;
	width: 320px;
	margin-top: 150px;
}

#chat {
	float: right;
	margin-bottom: 10px;
}
