/*
 * Theme Name: La Paloma Custom Theme
 * Theme URI: http://lapaloma.glidedesign.com/
 * Description: Custom Wordpress Theme built by Glide Design for La Paloma Events Center
 * Version: 1.0
 * Author: Chris Canada for Glide Design
 * Author URI: http://www.glidedesign.com/
 */


/* ********************** GLOBAL - Reset *********************** */

a, abbr, acronym, address, applet, big, blockquote, body, caption, cite,
code, del, dd, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4,
h5, h6, html, iframe, img, ins, kbd, label, legend, li, object, ol, p, pre,
q, s, samp, small, span, strike, strong, sub, sup, table, tbody, td, tfoot,
th, thead, tr, tt, ul, var {
	margin: 0;
	border: none;
	padding: 0;
	text-decoration: none;
}


/* *************** GLOBAL - Rules and Typography *************** */

body {
	font-family: "Georgia", serif;
	color: #2D2C2A;
	background: #C1C49F url(images/body-bg.gif) no-repeat center top;
}
a {
	color: #006666;
}
a:hover {
	color: #993333;
}
.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}
.alignright {
	float: right;
	margin: 0 0 20px 20px;
}
.clearfix {
	display: inline-block;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */





/* ************************* HEADER ************************** */

#header {
	margin: 0 auto;
	padding-top: 20px;
	width: 980px;
	height: 135px;
}


/* ******************** HEADER - Navigation ****************** */

#main-nav {
	margin-bottom: 30px;
	padding-left: 100px;
	width: 860px;
	height: 25px;
	list-style-type: none;
}
#main-nav li {
	display: inline;
	position: relative;
	float: left;
}
	#main-nav li:first-child {
		display: none;
	}
#main-nav a {
	display: block;
	float: left;
	border-left: 1px solid #ACAAA4;
	padding: 0 22px 0 23px;
	font-weight: bold;
	font-size: 15px;
	line-height: 25px;
}
	#main-nav .menu_item_3 a {
		border: none;
	}
#main-nav a:hover,
#main-nav .current_parent a {
	color: #3f3f39;
}
#main-nav ul {
	visibility: hidden;
	position: absolute;
	top: 100%;
	z-index: 200;
	border: ;
	padding-top: 4px;
	background: url(images/dropdown-arrow.png) center top no-repeat;
}
	#main-nav li:hover ul {
		visibility: visible;
	}
	#main-nav .menu_item_2 ul {
		left: -50px;
		width: 200px;
	}
	#main-nav .menu_item_5 ul {
		left: -25px;
		width: 200px;
	}
	#main-nav .menu_item_8 ul {
		left: -50px;
		width: 210px;
	}
#main-nav ul li:first-child {
	display: block;
}
#main-nav ul a,
#main-nav .current_parent ul a {
	display: block;
	border-top: 1px solid #cac4b5;
	border-left: none;
	padding: 0 10px;
	height: ;
	text-align: center;
	line-height: 29px;
	font-weight: normal;
	color: #ffffff;
	background-color: #006666;
}
	#main-nav ul li:first-child a {
		border: none;
	}
	#main-nav .menu_item_2 ul a {
		width: 180px;
	}
	#main-nav .menu_item_5 ul a {
		width: 180px;
	}
	#main-nav .menu_item_8 ul a {
		width: 190px;
	}
#main-nav ul a:hover,
#main-nav .current_parent ul a:hover {
	color: #ffffff;
	background-color: #403f39;
}
#main-nav ul ul {
	display: none;
}


/* ********************** HEADER - Logo ********************** */

#logo-container {
	width: 980px;
	height: 75px;
}
.stripe {
	float: left;
	width: 350px;
	height: 75px;
	background: url(images/header-bg.png) 0 30px repeat-x;
}
#logo {
	float: left;
	width: 280px;
	height: 75px;
	background: url(images/logo-revised.png) center top no-repeat;
}
#logo a {
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	text-indent: -99999px;
}




/* ************************* CONTENT ************************* */

#content {
	margin: 0 auto;
	padding: 30px 20px 60px;
	width: 980px;
}


/* ********************** CONTENT - Main ********************* */

#main {
	float: left;
	padding: 0 90px 0 0;
	width: 550px;
	font-size: 14px;
	line-height: 19px;
}
#main h2 {
	margin-bottom: 40px;
	font-size: 30px;
}
#main h3 {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 18px;
	line-height: 40px;
}
#main h4 {
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 16px;
	line-height: 30px;
}
#main p {
	margin-bottom: 20px;
}
#main ol {
	margin: 0 0 20px 20px;
}
#main ul {
	margin: 0 0 20px 15px;
}

#main .facility {
	display: block;
}

#main .toppadding {
	margin-top: 40px !important;
}

#main .leadimage {
	margin-bottom: 20px;
}
#mappress0 {
	margin-bottom: 40px;
	border: 1px solid #ACAAA4;
}
.mapp-poweredby {
	display: none;
}
hr {
	margin: 20px 0px 20px;
	padding: 0px;
	border-top: 1px solid #ACAAA4;
	border-right-style: none;
	border-left-style: none;
	border-bottom: none;
}
hr.calltoaction {
	margin: 60px 0px 20px;
	height: 5px;
	border-bottom: 1px solid #ACAAA4;
}
hr.partner {
	margin: 40px 0px !important;
	height: 5px;
	border-bottom: 1px solid #ACAAA4;
}
h3.calltoaction {
	margin: 0px;
	padding: 20px 0px 0px 61px;
	line-height: 24px !important;
	background: url(images/calltoaction-icon.png) no-repeat left 20px;
}
.ddsg-wrapper h2,
.ddsg-wrapper div {
	display: none;
}
.ddsg-wrapper ul {
	list-style-type: none;
}


/* ****************** CONTENT - Main - Blog ****************** */

.post {
	margin-bottom: 20px;
	border-bottom: 1px dashed #6e6861;
	padding-bottom: 10px;
}
.archive-post-title a {
	height: ;
	font-weight: bold;
}


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

#sidebar {
	float: left;
	width: 300px;
}
.widget-list {
	list-style-type: none;
}
.widget {
	margin-bottom: 35px;
}
.widgettitle {
	font-size: 18px;
	line-height: 35px;
}
.textwidget {
	border-top: 1px solid #cfcabe;
	border-bottom: 1px solid #cfcabe;
	font-size: 14px;
	line-height: 22px;
}
.widget_slideshow ul {
	border-top: 1px solid #cfcabe;
	border-bottom: 1px solid #cfcabe;
	padding: 5px 0;
}


/* *************** CONTENT - Sidebar - Navigation ************ */

#sidebar-nav {
	margin-bottom: 35px;
	list-style-type: none;
}
#sidebar-nav a {
	display: block;
	border-bottom: 1px solid #cac4b5;
	font-weight: normal;
	font-size: 20px;
	line-height: 35px;
}
#sidebar-nav a:hover,
#sidebar-nav .current_page_item a,
#sidebar-nav .current-cat a {
	color: #3f3f39;
}


/* ******************* CONTENT - Home Page ******************* */

#gallery-outer {
	margin: 25px 0;
	width: 100%;
	height: 326px;
	/* background: url(images/home-gallery-bg.png) 0 36px repeat-x; */
}
#gallery-inner {
	position: relative;
	margin: 0 auto;
	width: 1040px;
	height: 326px;
}
#gallery-container {
	width: 1040px;
	height: 326px;
}
#gallery-container img {
	padding: 36px 51px 50px 49px;
	width: 940px;
	height: 240px;
}
#gallery-frame {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 101;
	padding: 36px 51px 50px 49px;
	width: 940px;
	height: 240px;
	background: url(images/home-gallery-frame.png) no-repeat;
}
#gallery-frame a {
	display: block;
	width: 940px;
	height: 240px;
	outline: none;
}
#sidebar.home {
	float: none;
	margin: 0 auto;
	width: 940px;
}
#sidebar.home .widget {
	position: relative;
	float: left;
	margin-right: 20px;
	width: 300px;
}
	#sidebar.home .widget_rss {
		margin: 0;
	}
#sidebar.home .widgettitle,
#sidebar.home .widgettitle a {
	letter-spacing: -1px;
	font-size: 25px;
	line-height: 50px;
	color: #663333;
}
#sidebar.home .textwidget,
#sidebar.home .widget_rss ul {
	border-top: 1px solid #6e6861;
	border-bottom: 1px solid #ACAAA4;
	padding-top: 10px;
	height: 210px;
	font-size: 14px;
}
#sidebar.home .ngg-widget {
	border-bottom: 1px solid #ACAAA4;
	height: 221px;
	font-size: 14px;
}
#sidebar.home h4 {
	font-size: 16px;
}
#sidebar.home p,
#sidebar.home .widget_rss ul {
	margin-bottom: 20px;
}
.panel-link {
	position: absolute;
	bottom: 5px;
	font-weight: bold;
	font-size: 20px;
}
	#sidebar.home .widget_rss .panel-link {
		bottom: 25px;
	}
#text-10 img {
	margin-top: 5px;
	width: 300px;
	height: 150px;
}
#sidebar.home .widget_rss {
	position: relative;
}
#sidebar.home .widget_rss img {
	display: none;
}
#sidebar.home .widget_rss li {
	margin-top: 7px;
	border-top: 1px solid #ACAAA4;
	padding-top: 4px;
	list-style-type: none;
	line-height: 22px;
}
	#sidebar.home .widget_rss li:first-child {
		margin: 0;
		border: none;
		padding: 0;
	}
#sidebar.home .widget_rss li a {
	display: block;
	outline: none;
	font-weight: bold;
}


/* ***************** CONTENT - Gallery Page ****************** */

#content.gallery-page h2 {
	margin-bottom: 25px;
	font-size: 30px;
}





/* ************************* FOOTER ************************** */

#footer-container {
	width: 100%;
	padding-top: 40px;
	height: 150px;
	background: url(images/footer-bg.gif) repeat-x;
}
#footer {
	margin: 0 auto;
	width: 940px;
	font-size: 12px;
	line-height: 18px;
	color: #ffffff;
}
#footer a {
	color: #ffffff;
}
#footer-left {
	float: left;
	width: 750px;
}
#legal {
	font-size: 11px;
}
#footer-right {
	float: left;
	width: 190px;
	text-align: right;
}
#footer-right span {
	display: block;
	padding-bottom: 10px;
	font-size: 20px;
}
#footer-right a {
	text-decoration: underline;
}


/* ******************* FOOTER - Navigation ******************* */

#footer-nav {
	margin-bottom: 20px;
	width: 750px;
	height: 18px;
	list-style-type: none;
}
#footer-nav li {
	display: inline;
	float: left;
	padding: 0 10px 0 13px;
	background: url(images/footer-nav-divider.gif) 0 9px no-repeat;
}
	#footer-nav .page-item-3 {
		padding-left: 0;
		background: none;
	}
#footer-nav a {
	font-weight: bold;
}
#main .ngg-album {
	margin: 0px !important;
	padding: 0px !important;
	border-style: none !important;
}
#main .ngg-description {
	font-size: 12px !important;
	font-weight: normal !important;
	font-size: 14px !important;
	line-height: 18px !important;
}
.ngg-widget {
	margin: 0px !important;
	padding: 0px !important;
}
.ngg-widget img {
	margin: 0px !important;
	padding: 0px !important;
	border-style: none !important;
	border-width: 0px !important;
}
.ngg-widget a {
	margin: 0px !important;
	padding: 0px !important;
	border-style: none !important;
	border-width: 0px !important;
}
