/*  
Theme Name: Benelkay Santas
Theme URI: 
Description: A theme created by Trish Biggs Graphic Design for Benelkay Santa Gertrudis
Author: Trish Biggs
Author URI: http://trishbiggsgraphicdesign.com.au/
*/
@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
	background-image: url(images/bk-bgstrip_with_blu.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-attachment: scroll;
	background-color: #E1D4C3;
}
table tr td {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 140%;
	color: #000;
	text-decoration: none;
	text-align: justify;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
td a {
	color: #821C1F;
	text-decoration: none;
	text-align: left;
	line-height: 40px;
	height: 40px;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0px;
	margin-bottom: 10px;
	padding-right: 15px;
	padding-left: 15px;
	text-align: left;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 140%;
	color: #000;
	text-decoration: none;
	text-align: justify;
	padding-top: 10px;
}
#footer p {
	color: #FAF5DF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color: #C01D2E;
	padding-top: 20px;
	line-height: 30px;
	text-decoration: none;
}
h1a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 30px;
	color: #C01D2E;
	padding-top: 20px;
	text-decoration: none;
}
h1a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 30px;
	color: #00339A;
	padding-top: 20px;
}
h1a visited {
	color: #666;
	text-decoration: none;
	}

h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #C01D2E;
	padding-top: 20px;
}
h3a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	text-decoration: none;
	color: #224DA3;
}

#container {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	top: 0px;
}
#header {
	height: 218px;
	width: 960px;
	background-image: url(images/benelkayhead.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#header1 {
	height: 343px;
	width: 960px;
	background-image: url(images/benelkayhead.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#header2 {
	height: 343px;
	width: 960px;
	background-image: url(images/benelkayhead.jpg);
	background-repeat: no-repeat;
	background-position: top;
}



#headerimages {
	width: 960px;
	height: 323px;
	background-repeat: no-repeat;
}

#sliderimages {
	text-align: center;
	height: 343px;
	width: 960px;
}

/* ############### nav bar formatting ############# */


#navbar {
	height: 60px;
	width: 760px;
	background-color: #C9B694;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 200px;
}

#navbar ul {
	float: left;
	height: 40px;
	width: 960px;
	list-style-type: none;
}

#navbar li	{
	display: block;
	float: left;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #00339B;
	line-height: 40px; /* this should be the same as your #main-nav height */
	height: 40px; /* this should be the same as your #main-nav height */
	position: relative; /* this is needed in order to position sub menus */
	left: 40px;
}
#navbar li a	{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 40px;
	text-decoration: none;
	display: block;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	color: #00339B;
	font-weight: bold;
}
#navbar .current-menu-item a, #navbar .current_page_item a, #navbar a:hover {
	color: #FFFFFF;
	background-color: #00339B;
}

#navbar ul ul { /* this targets all sub menus */
	display: none; /* hide all sub menus from view */
	position: absolute;
	top: 40px; /* this should be the same height as the top level menu -- height + padding + borders */
}
#navbar ul ul li { /* this targets all submenu items */
	float: none; /* overwriting our float up above */
	width: 150px; /* set to the width you want your sub menus to be. This needs to match the value we set below */
	background-color: #666;	
}
#navbar ul ul li a { /* target all sub menu item links */
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFF;
}
#navbar ul li:hover > ul {
	display: block; /* show sub menus when hovering over a parent */
}
#navbar ul ul li ul {
	/* target all second, third, and deeper level sub menus */
	left: 150px; /* this needs to match the sub menu width set above -- width + padding + borders */
	top: 0; /* this ensures the sub menu starts in line with its parent item */
}


/* ############### ends nav bar formatting ############# */




/* ############### sidebar left formatting ############# */


#sidebarleft {
	float: left;
	width: 240px;
	border-right-width: medium;
	border-right-style: dotted;
	border-right-color: #CCC;
}
#sidebarleft ul a{
	text-decoration: none;
	list-style-type: none;
	color: #333;
	}
#sidebarleft ul {
	text-decoration: none;
	list-style-type: none;
	text-align: left;
	padding-bottom: 20px;
	}
#sidebarleft ul   {
	text-align: left;
	list-style-type: none;
	text-decoration: none;
	padding-left: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 18px;
	padding-bottom: 30px;
}
#sidebarleft ul li a {
	text-align: left;
	list-style-type: none;
	text-decoration: none;
	color: #666;
}
#sidebarleft ul li a:hover {
	text-align: left;
	list-style-type: none;
	text-decoration: none;
	color: #00339B;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
#sidebarbanner {
	background-image: url(images/sss_sidebar_banner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 280px;
	width: 220px;
	padding-left: 20px;
	padding-bottom: 40px;
}

/* ##############  ends sidebar left formatting ############# */











#content {
	float: left;
	width: 700px;

}
.wp-caption-text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #666;
	text-decoration: none;
	text-align: left;
	padding-left: 5px;

}
#whitebg {
	background-color: #FFF;
	width: 960px;
}
#content ul	{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 140%;
	text-decoration: none;
	text-align: left;
	padding-left: 30px;

}
#content li	{
}
#content li a	{
	color: #FFF;
}	






#contentmain {
	width: 960px;
}

#contentmain table {
	background-color: #FFF;
}

/* ############### sidebar right formatting ############# */


#sidebarright {
	float: right;
	width: 240px;
}
#sidebarright ul {
	text-decoration: none;
	list-style-type: none;
	text-align: left;
	padding-bottom: 20px;
	}
#sidebarright ul a{
	text-decoration: none;
	list-style-type: none;
	color: #333;
	}
#sidebarright ul   {
	text-align: left;
	list-style-type: none;
	text-decoration: none;
	padding-left: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 18px;
	padding-bottom: 30px;

}
#sidebarright ul li a {
	text-align: left;
	list-style-type: none;
	text-decoration: none;
	color: #666;
}
#sidebarright ul li a:hover {
	text-align: left;
	list-style-type: none;
	text-decoration: none;
	color: #00339B;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}

/* ##############  ends sidebar right formatting ############# */

.textwidget {
	color: #FFF;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	}

.textwidget a {
	color: #CCC;
	text-decoration: none;	
	}
.textwidget a visited {
	color: #999;
	text-decoration: none;
	}



#footer {
	clear: both;
	height: 200px;
	width: 960px;
	background-color: #00339B;
	padding-bottom: 20px;
}
#footer h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
}
#footer ul {
	text-decoration: none;
	list-style-type: none;
	text-align: left;
	}
#footer ul a{
	text-decoration: none;
	list-style-type: none;
	color: #FFF;
	}
#footer ul   {
	text-align: left;
	list-style-type: none;
	text-decoration: none;
	padding-left: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding-top: 10px;
}
#footer ul li a {
	text-align: left;
	list-style-type: none;
	text-decoration: none;
	color: #CCC;
}
#footer ul li a:hover {
	color: #63F6A4;
}

#footerwd1 {
	float: left;
	width: 239px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #999999;
	height: 170px;
	text-decoration: none;
}
#footerwd2 {
	float: left;
	width: 239px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #999999;
	height: 170px;
	text-decoration: none;
}
#footerwd3 {
	float: left;
	width: 239px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #999999;
	height: 170px;
	color: #999;
	text-decoration: none;
}
#footerwd4 {
	float: left;
	width: 239px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 170px;
	color: #CCC;
	text-decoration: none;
}
.copyright {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	height: 20px;
	line-height: 20px;
}
copyright a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #EDE1BF;
	text-decoration: none;
	text-align: center;
	height: 30px;
	line-height: 40px;
}


#trishcontact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: center;
	line-height: 40px;
}

.trishcontactlink {
	font-weight: normal;
	color: #999;
	text-decoration: none;
}


/* ##############  post formatting ############# */



.top_meta {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCC;
	text-align: left;
	padding-left: 10px;
}

.bottom_meta {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
}
.bottom_meta a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-decoration: none;
}
.bottom_meta a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #69F;
	text-decoration: none;
}

.post-date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
}

.post h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #B7151B;
}
.post h1 a {
	color: #B7151B;
	text-decoration: none;
}
.post h1 a:hover {
	color: #00339A;
	text-decoration: none;
}

.post h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #B7151B;
}
.post h2 a {
	color: #00339B;
	text-decoration: none;
}
.post h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #B7151B;
	padding-top: 10px;
}
.post h3 a {
	color: #224DA3;
	text-decoration: none;
}
.post h3 a:hover {
	color: #347F39;
	text-decoration: none;
}
.pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #B7121B;
	background-color: #C9B694;
	height: 40px;
	width: 940px;
	line-height: 40px;
	text-transform: capitalize;
}
.post {
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #999;
}
.post img {
	border: 0;
	padding: 0;
	
}

img.alignright { 
padding: 4px; 
margin: 0 0 2px 7px; 
display: inline; 
}

img.alignleft {
	padding: 4px;
	display: inline;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 0;
}
img.aligncenter { 
display: block; 
margin-left: auto; 
margin-right: auto; 
}

.alignright { 
float: right; 
}
.alignleft { 
float: left; 
}
