/*
Theme Name: LARL
Theme URI:
Description: A custom Wordpress theme built for LARL. A child-theme based on it's parent, Thematic.
Author: Cassondra Johnson - Absolute Marketing Group
Author URI: http://absolutemg.com/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/ - LARL design and development copyright 2009 Absolute Marketing Group
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
/*@import url('../thematic/library/layouts/3c-fixed.css');*/

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');


/*
--------------------------------------------------------------------------------------
*/

body {
	font-family: Arial, sans-serif;
	margin:0 0 20px 0;
	min-width: 880px;         /* 2 x LC width + RC width */}

body.wordpress {
	background:#6f674d url(images/bkgrnd_body.jpg) repeat-x top left;
}

/* Use the wrapper to constrain the layout to a certain maximum width and use auto margins to center it within the browser window - fluid layout not in IE - see IE stylesheet */
#outside_wrapper {
	min-width:1000px;
	max-width:1500px;
	margin:0 auto;
	padding: 0 7px;
	}


#bkgrnd_wrap {
	margin:0;
}


#main {
	margin:0;
	padding:20px 0 0 0;
	background:#fff;
}

/*
HOLYGRAIL - Layout
**************************************************************************/

/* column container */
	.colmask {
		position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	    clear:both;
	    float:left;
        width:100%;				/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* holy grail 3 column settings */
	.holygrail {
	    background:#fff;
	}
    .holygrail .colmid {
        float:left;
        width:200%;
        margin-left:-200px; 	/* Width of right column */
        position:relative;
        right:100%;
        background:#fff;    	/* Centre column background colour */
    }
    .holygrail .colleft {
        float:left;
        width:100%;
        margin-left:-50%;
        position:relative;
        left:400px;         	/* Left column width + right column width */
    }
    .holygrail .col1wrap {
        float:left;
	    width:50%;
	    position:relative;
	    right:200px;        	/* Width of left column */
	    padding-bottom:1em; 	/* Centre column bottom padding. Leave it out if it's zero */
	}
	.holygrail .col1 {
        margin:0 215px;     	/* Centre column side padding:
                            	Left padding = left column width + centre column left padding width
                            	Right padding = right column width + centre column right padding width */
        position:relative;
	    left:200%;
	    overflow:hidden;
	}
    .holygrail .col2 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:200px;        	/* Width of left column content (left column width minus left and right padding) */
        position:relative;
        right:-10px;         	/* Width of the left-had side padding on the left column */
    }
    .holygrail .col3 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:200px;        	/* Width of right column content (right column width minus left and right padding) */
        margin-right:20px;  	/* Width of right column right-hand padding + left column left and right padding */
        position:relative;
        left:50%;
    }

    /* 2 column left menu settings */
	.leftmenu {
	    background:#FFD8B7;
	}
	.leftmenu .colright {
        float:left;
        width:200%;
		position:relative;
		left:200px;
        background:#fff;
    }
    .leftmenu .col1wrap {
	    float:right;
	    width:50%;
	    position:relative;
	    right:200px;
	    padding-bottom:1em;
	}
	.leftmenu .col1 {
        margin:0 15px 0 215px;
	    position:relative;
	    right:100%;
	    overflow:hidden;
	}
    .leftmenu .col2 {
        float:left;
        width:170px;
        position:relative;
        right:185px;
    }

    /* 1 column full page settings */
	.fullpage {
	    background:#fff;
	}
	.fullpage .col1 {
        margin:0 15px;
	}

/* =Link Colors
-------------------------------------------------------------------------------------*/

img a:hover {
	border:none;
	text-decoration:none;
	vertical-align: bottom;
}

a:link, a:visited {
  color: #8ba420;
  text-decoration: none;
  font-weight:700;
}
a:hover {
  color: #fa9a21;
  border-bottom: none;
  text-decoration: none;
  font-weight:700;
}
a:active, a.active {
  color: #6a7b20;
  font-weight:700;
}

#blog-title a:active,
#blog-title a:hover {
    color: #fa9a21;
}
.page-title a:active,
.page-title a:hover {
    color: #fa9a21;
}
.entry-meta a {
    color:#8ba420;
    text-decoration:none;
}
.entry-meta a:active,
.entry-meta a:hover {
    color: #fa9a21;
}
.entry-utility a {
    color:#8ba420;
    font-style:italic;
    text-decoration:none;
}
.entry-utility a:active,
.entry-utility a:hover {
    color: #fa9a21;
}
.page-link a {
    border:1px solid #ccc;
    color:#8ba420;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.page-link a:active,
.page-link a:hover {
    color: #fa9a21;
}
.navigation a {
    color:#8ba420;
    font-style:italic;
    text-decoration:none;
}
.navigation a:active,
.navigation a:hover {
    color: #fa9a21;
}
#comments-list .comment-meta a {
    color:#8ba420;
    font-style:italic;
    text-decoration:none;
}
#comments-list .comment-meta a:active,
#comments-list .comment-meta a:hover {
    color: #fa9a21;
}
.comment-reply-link a {
    color:#8ba420;
    font-style:italic;
    text-decoration:none;
}
.comment-reply-link a:active,
.comment-reply-link a:hover {
    color: #fa9a21;
}
.comment-navigation a {
    border:1px solid #ccc;
    color:#8ba420;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.comment-navigation a:active,
.comment-navigation a:hover {
    color: #fa9a21;
}
#respond .required {
    color:#fa9a21;
    font-weight:bold;
}
.aside .current_page_item a {
    color: #fa9a21;
}
.aside .current_page_item .page_item a:hover,
.aside .current_page_item .page_item a:active {
    color: #fa9a21;
}
.aside a {
    color:#8ba420;
}
.aside a:active,
.aside a:hover {
    color: #fa9a21;
}
#siteinfo a {
    color:#8ba420;
}
#siteinfo a:active,
#siteinfo a:hover {
    color: #fa9a21;
}
.wp-pagenavi a:hover {
    border:1px solid #ccc !important;
    color:#fa9a21 !important;
}
.wp-pagenavi a:active {
    border:1px solid #ccc !important;
    color:#fa9a21 !important;
}

/*
--------------------------------------------------------------------------------------
Font Size Adjust
DESCRIPTION: Font size adjuster at top of pages
*/

#fontsizeadjust {
	padding:0;
	text-align:left;
	color:#ffffff;
	width:900px;
	margin: 5px 30px;
	height: 28px;
	line-height: 28px;
}

#fontsizeadjust * {
  display: inline;
  margin:0;padding:0;
}

/* Font Sizes */
.small_font		{ font-size:small; }
.medium_font	{ font-size:medium; }
.large_font		{ font-size:large; }
.x_large_font	{ font-size:x-large; }
.xx_large_font	{ font-size:xx-large; }

/* Outter Div Element style */
.fontsizeadjust_outter		{
	margin:0;
	padding:0; }

/* Font size changer interface style */
#fontsizeadjust .font_sizer a:link, #fontsizeadjust .font_sizer a:visited, #fontsizeadjust .font_sizer a:hover, #fontsizeadjust .font_sizer a:active	{
	text-decoration:none;
	color:white;
	border:none; }

/*
--------------------------------------------------------------------------------------
*/

#wrapper_top {

	margin:0;
	padding:0;
	height:100%; /* IE6 Peekaboo bug fix */
}

#header {
	background:transparent;
  	}

#header_logotext {
	width:100%;
	background:#fff url(images/larl_logotext.jpg) no-repeat 140px 30px;
	height:155px; /* needs height to display in Firefox */
	overflow:visible;
}

#branding {
	display:none;
	}

.skip-link {
    display:none;
}

#header_logo {
	width:100px;
	margin:15px 10px;}

#header_logo img {
	vertical-align: top}


#access {
    border:none;
    height:32px;
    font-size:13px;
}

#access #searchform {
	float:right;
	display:inline;
	clear:both;
	min-width:350px;
	margin:30px 0;}


#mid-logo {
	float:right;
	margin:2px 15px;
	min-width:100px;
	border-style: solid;
	border-width: 0px;
	border-color: #575910;
	text-align: left;
	}	
p.midlogoc {
	margin-bottom: 4px;
	font-weight: bold;
	vertical-align: text-top;
	}
/* =Menu
-------------------------------------------------------------- */

.menu-primary {
	float:right;
	display:inline;
	margin:-20px 10px 0 0;}

#sec_menu {
	float:right;
	display:inline;
	margin:0;
	clear:both;
	min-width:880px;
}


/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			12em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			11em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			11em; /* match ul width */
	top:			0;
}

/*** THEMATIC SKIN ***/
.sf-menu {
    border:none;
	float:left;
}


.sf-menu a {
	border:none;
	padding:9px 13px;
	text-decoration:none;
	color:#fff;
}
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
    border:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#666;
}
.sf-menu li {
	background:		#fff;
}

a#events_button img { border:none; }
a#events_button img, a#events_button:hover img { border:none; }
a#events_button { display:block; height:50px; width:200px; overflow:hidden; margin-bottom:0;}
a#events_button:hover { display:block; text-indent:-200px; }


#prim_menu .sf-menu li {
    background:url(images/menu_primary/green.png) repeat-x top left;
	float:left;
}

#sec_menu .sf-menu li {
    background:url(images/menu_secondary/green.png) repeat-x top left;
	float:left;
}

.sf-menu li li {
	background:		#fff;
}
.sf-menu li li li {
	background:		#9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    color:#000;
	outline:		0;
    border:none;
}
.sf-menu ul {
	border: none;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:32px; /* overriding essential styles */
}
.sf-menu ul ul {
    margin-top:0;
}
.sf-menu ul a {
    background:#fafafa;
	border-bottom:none;
}
.sf-menu ul a:hover {
    color: #fa9a21;
}


#prim_menu ul.sf-menu {
	padding: 5px 0 0 0;
	margin: 0;
	list-style: none;
	float: left;
}

#prim_menu ul.sf-menu li {
	float: left;
	margin:0 10px 0 0;

}

#prim_menu ul.sf-menu li a {
	float: left;
	text-decoration: none;
	color: #fff;
	padding: 4px 15px 0 0;
	margin-right: 0;
	font: 500 16px "Gill Sans", Arial, sans-serif;
	background: url("images/menu_primary/green.png") no-repeat top right;
}

#prim_menu ul.sf-menu li a span {
	float: left;
	padding-right: 15px;
	display: block;
	margin-top: -4px;
	height: 32px;
	background: url("images/menu_primary/green.png") no-repeat top left;
}

#prim_menu ul.sf-menu li a:hover, #prim_menu ul.sf-menu li a.current {
 	color: #222;
	background: url("images/menu_primary/green.png") no-repeat top right;
}

#prim_menu ul.sf-menu li a:hover span, #prim_menu ul.sf-menu li a.current span {
	background: url("images/menu_primary/green.png") no-repeat top left;
}

#prim_menu ul.sf-menu li li, #prim_menu ul.sf-menu li li a, #prim_menu ul.sf-menu li li a span {
	background:none;
	background:	#A1B539;
	color:#fff;
	font-size: 14px;
}
#prim_menu ul.sf-menu li li li, #prim_menu ul.sf-menu li li li a, #prim_menu ul.sf-menu li li li a span {
	background:none;
	background:	#A1B539;
	color:#fff;
}

#prim_menu ul.sf-menu ul ul {
    margin-top:0;
}

#prim_menu ul.sf-menu li li a:hover, #prim_menu ul.sf-menu li li a.current, #prim_menu ul.sf-menu li li li a:hover, #prim_menu ul.sf-menu li li li a.current {
 	color: #222;
	background:none;
	background:	#A1B539;
}

#prim_menu ul.sf-menu li li a:hover span, #prim_menu ul.sf-menu li li a.current span, #prim_menu ul.sf-menu li li li a:hover span, #prim_menu ul.sf-menu li li li a.current span {
	background:none;
	background:	#A1B539;
}


#sec_menu ul.sf-menu {
	padding: 5px;
	margin: 10px 0;
	list-style: none;
	float: left;
}

#sec_menu ul.sf-menu li {
	float: left;
	margin:0 10px 0 0;

}

#sec_menu ul.sf-menu li a {
	float: left;
	text-decoration: none;
	color: #fff;
	padding: 4px 15px 0 0;
	margin-right: 0;
	font: 500 16px "Gill Sans", Arial, sans-serif;
	background: url("images/menu_secondary/green.png") no-repeat top right;
}

#sec_menu ul.sf-menu li a span {
	float: left;
	padding-right: 15px;
	display: block;
	margin-top: -4px;
	height: 32px;
	background: url("images/menu_secondary/green.png") no-repeat top left;
}

#sec_menu ul.sf-menu li a:hover, #sec_menu ul.sf-menu li a.current {
 	color: #222;
	background: url("images/menu_secondary/green.png") no-repeat top right;
}

#sec_menu ul.sf-menu li a:hover span, #sec_menu ul.sf-menu li a.current span {
	background: url("images/menu_secondary/green.png") no-repeat top left;
}

#sec_menu ul.sf-menu li li, #sec_menu ul.sf-menu li li a, #sec_menu ul.sf-menu li li a span {
	background:none;
	background:	#A1B539;
	color:#fff;
	font-size: 14px;
}


#sec_menu ul.sf-menu li li li, #sec_menu ul.sf-menu li li li a, #sec_menu ul.sf-menu li li li a span {
	background:none;
	background:	#A1B539;
	color:#fff;
	margin-left: 0;
	padding-left: 0px;
}

#sec_menu ul.sf-menu ul ul {
    margin-top:0;
}

#sec_menu ul.sf-menu li li a:hover, #sec_menu ul.sf-menu li li a.current, #sec_menu ul.sf-menu li li li a:hover, #sec_menu ul.sf-menu li li li a.current {
 	color: #222;
	background:none;
	background:	#A1B539;
}

#sec_menu ul.sf-menu li li a:hover span, #sec_menu ul.sf-menu li li a.current span, #sec_menu ul.sf-menu li li li a:hover span, #sec_menu ul.sf-menu li li li a.current span {
	background:none;
	background:	#A1B539;
}


/* Asides/Widget Areas
--------------------------------------------------------------------------------------
*/

#primary {
	border:none;
}

#secondary {
	margin-bottom:22px;
}

.aside, .aside input {
	font-size: 13px;
	line-height: 18px;
	margin:0 0 6px 0;
	padding: 0 10px; /*important! keeps the sidebars from overlapping the main content */
}

.main-aside ul {
	padding: 0;
}

#content .aside {
border:none;
}

#content .aside ul {
padding:0;
}


#index-top .widgetcontainer, #index-bottom .widgetcontainer, #page-bottom .widgetcontainer, #single-bottom .widgetcontainer, #single-top .widgetcontainer, #single-insert .widgetcontainer {
width:99%; /* 99% keeps the right side from being overlapped/not showing the right edge */
border-top:1px dotted #6F674D;
}

#page-top .widgetcontainer, #single-insert .widgetcontainer {
border-bottom:1px dotted #6F674D;
}

#content .widgetcontainer, #content .widgetcontainer h3, #subsidiary .widgetcontainer, #subsidiary .widgetcontainer h3 {
background:none;
}

#subsidiary {
margin:0 auto;
width:90%;
}

#subsidiary .aside {
float:left;
display:inline;
margin:0 auto;
width:30%;
}

#subsidiary .widgetcontainer {
width:99%;
border-top:5px solid #6F674D;
}


#subsidiary .widgetcontainer img {
	margin:0 auto;
}


.widgetcontainer {
	font-size: 13px;
	line-height: 18px;
	margin:0 0 6px 0;
	padding: 0 0 5px 0; /*important! keeps the sidebars from overlapping the main content */
	width:200px;
	background: url("images/sidebar/sidebar_blockbottom.jpg") no-repeat bottom left;
}

.widgetcontainer h3 {
	margin:0;
	padding:15px 8px 4px 15px;
	font-size:130%;
	background: url("images/sidebar/sidebar_blocktop.jpg") no-repeat top left;
}

.widgetcontainer ul .widgetcontainer ol, .widgetcontainer ol li, .widgetcontainer ol ol li, .widgetcontainer p, .widgetcontainer h1, .widgetcontainer h2, .widgetcontainer h4, .widgetcontainer h5, .widgetcontainer h6 {
	margin:0;
	padding: 14px 10px 14px 15px;
}

.widgetcontainer ul li, .widgetcontainer ul ul, .widgetcontainer ul ul ul, .widgetcontainer ol {
	list-style:none;
}

.widgetcontainer ul li, .widgetcontainer ul ul li, .widgetcontainer ul ul ul li, .widgetcontainer ol li, .widgetcontainer ol ol li, .widgetcontainer ol ol ol li {
	margin: 0 15px 3px 0;
	padding:0 5px 0 0;
}

/* Page Bottom Aside
------------------------------------------------------------------------------*/

#page-bottom.aside {
	border: none;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#page-bottom .widgetcontainer h3 {
	margin:0;
	padding: 15px 8px 4px 0;
	font-size:130%;
	background: none;
}

#page-bottom .widgetcontainer {
	font-size: 13px;
	line-height: 18px;
	margin:0 0 6px 0;
	width: 100%;
	padding: 0 0 5px 0; /*important! keeps the sidebars from overlapping the main content */
	background: none;
}
#page-bottom .widgetcontainer h2.entry-title {
	margin: 0px;
	padding: 0px 15px;
	background: #575910;
}
#page-bottom .entry-title, #page-bottom .entry-title a, #page-bottom .entry-title a:visited {
  	background: none;
}

/* Page Top Aside
------------------------------------------------------------------------------*/

#page-top.aside {
	border: none;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#page-top .widgetcontainer h3 {
	margin:0;
	padding: 15px 8px 4px 0;
	font-size:130%;
	background: none;
}
#page-top .widgetcontainer {
	font-size: 13px;
	line-height: 18px;
	margin:0 0 6px 0;
	width: 100%;
	padding: 0 0 5px 0; /*important! keeps the sidebars from overlapping the main content */
	background: none;
}
#page-top .widgetcontainer h2.entry-title {
	margin: 0px;
	padding: 0px 15px;
	background: #575910;
}
#page-top .entry-title, #page-top .entry-title a, #page-top .entry-title a:visited {
  	background: none;
}

/*
--------------------------------------------------------------------------------------
*/

.entry-content {
padding:5px 0 5px 0;
}

.entry-content h1 {
padding:10px 0 5px 0;
}

.entry-content h2 {
padding:8px 0 4px 0;
}

.entry-content h3 {
padding:6px 0 3px 0;
}

.entry-title {
	font-family: Helvetica, Arial,sans-serif;
	font-size: 26px;
	font-weight: bold;
	line-height: 30px;
	padding: 5px;
	color: #FFF;
  	text-transform:capitalize;
  	background: #575910;
  	clear:both;
  	overflow:hidden;
  	min-height:32px;
}

.entry-title a, .entry-title a:visited {
	font-family: Helvetica, Arial,sans-serif;
	font-size: 26px;
	font-weight: bold;
	line-height: 30px;
	padding: 5px;
	color: #FFF;
  	text-transform:capitalize;
  	background: none;
  	clear:both;
}


.entry-title a:hover {
  color: #FFF;
  border-bottom: none;
  text-decoration: none;
}

.home .entry-meta {
border-top: none;
color: #666666;
font-size: 13px;
font-style: italic;
line-height: 18px;
}
.entry-meta {
border-top: none;
}

.hentry {
padding-top: 0pt;
padding-right: 0pt;
padding-bottom: 40px;
padding-left: 0pt;
}

h1 {
	font-family: Helvetica, Arial,sans-serif;
	font-weight: bold;
	font-size: 26px;
	line-height: 28px;
	text-transform: uppercase;
	padding: 5px 0px 10px;
	margin-bottom: 0;
}
h2 {
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
	padding: 5px 0px 10px;
	margin-bottom: 0;
}
h3 {
	font-size: 18px;
	line-height: 20px;
	text-transform: uppercase;
	padding: 5px 0px 10px;
	margin-bottom: 0;
}
h4 {
	font-size: 16px;
	line-height: 18px;
	text-transform: uppercase;
	font-weight: normal;
	padding: 5px 0px;
	margin-bottom: 0;
}
h5 {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	padding: 5px 0px;
	margin-bottom: 0;
}
h6 {
	font-size: 14px;
	line-height:16px;
	font-weight: normal;
	font-style: italic;
	padding: 5px 0px;
	margin-bottom: 0;
}

#leftcolumn a:hover, #rightcolumn a:hover {
	border:none;
}

hr {
  margin: 0;
  padding: 0;
  border: none;
  height: 1px;
  background: #5294c1;
}

/* Location Dropdown Menu
--------------------------------------------------------------------------------------
*/

#choose_location {
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 5px;
	width: 180px;
}
select#location_dropdown {
	width: 180px;
	clear: both;
}


/* Footer
--------------------------------------------------------------------------------------
*/
#footer {
	clear: both;
	margin:0;
	padding:0;
	border:none;
  height: 88px;
  background:#d6c89d;
}

#footer a:link, #footer a:visited {
	color:#505050;
	text-decoration:none;
	border-bottom:none;
}

#footer a:hover {
	color:#505050;
	text-decoration:underline;
}

#footer a:active {
	color:#505050;
	text-decoration:underline;
}

#siteinfo {
	text-align:center;
	width:860px;
	margin:0 auto;
	padding:22px 0;
	background:transparent;
}

.footer_text {
	margin:0 30px;
	background:transparent;
}

.footer_text_first {
	margin:0 30px 0 0;
}

.footer_text_last {
	margin:0 0 0 30px;
}

.wp-report-this {display:none;}


/*
--------------------------------------------------------------------------------------
BrowserWarning
DESCRIPTION: Gives IE6 users a helpful upgrade nudge - For IE6 users, a dropdown slider appears at the top of the page reminding them to upgrade and linking to BrowseHappy.
*/

#browserwarning {
  display: block;
  padding: .5em 0 .5em 3.5em;
  width: 100%;
  border-bottom: 2px solid #dee1cd;
  font-size:70%;
  font-family:"Lucida Grande","Lucida Sans Unicode","Eras Medium ITC","Bitstream Vera Sans",Helvetica,Verdana,sans-serif;
  line-height:1.3;
  background: #fff;
}

#browserwarning p {
	background:#ffffff;
}

#browserwarning a {
  font-weight: bold;
}

#browserwarning img {
  float:right;
  margin: 0 50px;
}

#warningCloseContainer {
 text-align:center;
}


/*
--------------------------------------------------------------------------------------
jFlow Slider styles
DESCRIPTION: Styles the Featured Posts Slider on blog Home pages
*/

#fcs_box {margin:0;height:342px;overflow:hidden;clear:both;}

#myController span {
color:#FFF;
background:#000;
margin-right:10px;
cursor:pointer;
}

.jFlowControl {
display:none;
}

#jFlowSlide{
border:0;
}

#myController span.jFlowSelected {
background:#F00;
}

#myController span.jFlowSelected {}


#myController {
margin:20px 0 0 0
}

#myController span {
color:#FFF;
background:#000;
margin:0 10px 0 0;
cursor:pointer;
padding: 4px;
}


#jFlowPrev, #jFlowNext {
width:150px;
margin-top:5px;
}

#jFlowNext {
float:right;
display:inline;
margin-top:-29px;
}

.jFlowPrev, .jFlowNext {
cursor:pointer;
}


#post_excerpts {
margin-top:20px;
}

/* Accordion Stylesheet
lab.artillery.ch
start:				2008-01-10
last update:	2008-01-10
developped by benjamin wiederkehr for Artillery - graphic craft */
/*
links
/////////////////////////////////////////////////////////////////*/
div.accordion a{
	color: #fff;
	padding: 0 4px;
	text-decoration: none;
	outline: none;
	background-color: #333;
}
	div.accordion ul li ul li a,
	div.accordion a.home_link{
		display: block;
		margin: 0 0 2px 0px;
		padding: 4px 4px 3px;
		font-size: 1.2em;
	}
	div.accordion ul#links li ul li a,
	div.accordion a.ext{
		text-indent: 21px;
		/*background: #333 url("../../images/external.png") 2px 50% no-repeat;*/
	}
div.accordion a:hover,
	div.accordion ul#links li ul li a:hover{
	background-color: #f07;
	text-decoration: none;
}
/*
header
/////////////////////////////////////////////////////////////////*/
div.accordion h1				{ margin: 0 0 10px 0;}
div.accordion #header h1{ text-align: right; font-size: 1.2em;}
div.accordion #header		{ padding: 5px 0;}
/*
accordion
/////////////////////////////////////////////////////////////////*/
div.accordion h2,
div.accordion h3 {
	margin: 0 0 2px 0;
	padding: 8px 4px 4px 4px;
	font-size: 1.2em;
	text-transform: uppercase;
	color: #fff;
	background: #333;
}
div.accordion h3:hover { background: #444}
div.accordion ul	{ list-style: none; margin: 0 0 0 10%;}
.accordion_headings:hover{ cursor: pointer;}
/*
footer
/////////////////////////////////////////////////////////////////*/
div.accordion #footer		{ padding: 15px 0 5px;}
div.accordion #footer p	{ text-align: right; font-size: 1.2em; margin: 0;}
/*
info & help
/////////////////////////////////////////////////////////////////*/
div.accordion h3#infolink{
	position: absolute;
	top: 0; right: 20px;
	font-size: 11px;
	text-transform: none;
	background: #f07;
}
div.accordion h3#helplink{
	position: absolute;
	bottom: 20px; right: 20px;
	font-size: 11px;
	text-transform: none;
	background: #f07;
}
div.accordion h3#infolink:hover,
div.accordion h3#helplink:hover{ cursor: pointer; }
div.accordion p#informer{
	position: absolute;
	top: 4px; right: 45px;
	width: 161px; height: 0;
	color: #fff;
	background: #f07;
	filter:alpha(opacity=80); -moz-opacity:0.8;
}
div.accordion p#helper{
	position: absolute;
	bottom: 25px; right: 45px;
	width: 161px; height: 0;
	color: #fff;
	background: #f07;
	filter:alpha(opacity=80); -moz-opacity:0.8;
}

/* Location Widget
-------------------------------------------------------------------------------*/
.location {font-size:11px;}

.widgetcontainer p.hours {margin:13px 15px 3px 15px;line-height:.95em;padding:0;}

span #sunday, span #monday, span #tuesday, span #wednesday , span #thursday, span #friday, span #saturday {padding:10px 0 7px 35px;line-height:1.75em;}

span #sunday {background:url("images/days_buttons/sunday.gif") no-repeat left 50%;
padding:10px 0 7px 35px;line-height:2em;}
span #monday {background:url("images/days_buttons/monday.gif") no-repeat left 50%;
padding:10px 0 7px 35px;}
span #tuesday {background:url("images/days_buttons/tuesday.gif") no-repeat left 50%;
padding:10px 0 7px 35px;}
span #wednesday {background:url("images/days_buttons/wednesday.gif") no-repeat left 50%;
padding:10px 0 7px 35px;}
span #thursday {background:url("images/days_buttons/thursday.gif") no-repeat left 50%;
padding:10px 0 7px 35px;}
span #friday {background:url("images/days_buttons/friday.gif") no-repeat left 50%;
padding:10px 0 7px 35px;}
span #saturday {background:url("images/days_buttons/saturday.gif") no-repeat left 50%;
padding:10px 0 7px 35px;}

li.location hr {
margin:3px 10px;color: #fff; background-color: #fff; border: 1px dotted #575910; border-style: none none dotted;
}

span .location_titles {font-style:italic;font-weight:700;}


/* Child Page Navigation for IE users on Main site, and all browsers on sub-sites
--------------------------------------------------------------------------------------
*/

#pagenav {clear:both;width:100%;background:#4b4022;display:block;}

#nav_blogid1 a:link, #nav_blogid1 a:visited, #nav_blogid1 a:hover, #nav_blogid1 a:active {
color:#fff;
}

#nav_blogid1 ul li, #nav_blogid1 ul li ul li, #nav_blogid1 ul li ul li ul li {
	list-style-type:none;
	}

#nav {
	background:#4b4022;
	height:32px;
	}
ul#nav, ul#subnav, #subnav ul {
	margin: 0px 0px;
}
ul#subnav {
	clear: both;
}

#nav li, #nav li li {
	padding-right:25px;
	}

#nav li, #subnav li {
	float:left;
	list-style:none;
	}

#nav a, #nav a:visited {
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	line-height: 32px;
	padding: 0px 5px;
	display: block;
	float: left;
	}

#nav a:hover, #nav a:active,
#nav li.current_page_item a,
#nav li.current_page_item a:visited
        {
	background:#806d39;
	}

#subnav {
	background:#d6c89d;
	border-top:2px solid #80775d;
	border-bottom:2px solid #e5d6a8;
	height:28px;
	}
#subnav li {
	margin: 0px 0px;
	padding: 0px 0px;
}
#subnav li a {display: none;}
#subnav li ul li a, #subnav li ul li a:visited {
	color:#4b4022;
	text-decoration:none;
	font-weight:bold;
	line-height: 28px;
	display: block;
	border-right:1px solid #4b4022;
	padding:0 7px;
	margin:0;
	}

#subnav li ul li a:hover, #subnav li ul li a:active {
	text-decoration:underline;
	}
#subnav li li.current_page_item a,
#subnav li li.current_page_item a:visited {
	background: none;
	text-decoration: underline;
}

span.edit-link {
clear:both;
}

#wpa_marquee{
color:#fff;
border:2px dotted #f99a29;
padding:10px;
line-height:1;
margin:0 auto;
width:900px;}

#wpa_marquee h2, #wpa_marquee h3, #wpa_marquee h4 {
padding:0;
}

#wpa_marquee a:link, #wpa_marquee a:visited, #wpa_marquee a:hover, #wpa_marquee a:active {

}

body.page-template-page_sitemap-php .hentry li, body.page-template-page_sitemap-php .hentry ul li {
	list-style-type:none;
	}

body.page-template-page_sitemap-php .hentry li {
	font-size:125%;
	}

body.page-template-page_sitemap-php .hentry li li {
	font-size:90%;
	}



/* RSS Event Feed from EventKeeper widget area styling
--------------------------------------------------------------------------------------
*/

.rssSummary {font-size:85%;margin:2px 0 5px 0;line-height:1;}

a.rsswidget {line-height:.90;font-size:95%;}


/* Main Body Advanced HTML styling classes
--------------------------------------------------------------------------------------
*/

.leftcol {float:left;display:inline;width:47%;}

.rightcol {float:right;display:inline;width:47%;margin-left:15px;}

.leftcol25 {float:left;display:inline;width:25%;}

.rightcol75 {float:right;display:inline;width:70%;margin-left:15px;}

.leftcol75 {float:left;display:inline;width:70%;margin-right:15px;}

.rightcol25 {float:right;display:inline;width:25%;}

.leftcol33 {float:left;display:inline;width:33%;}

.rightcol66 {float:right;display:inline;width:61%;margin-left:15px;}

.leftcol66 {float:left;display:inline;width:61%;margin-right:15px;}

.rightcol33 {float:right;display:inline;width:33%;}

.fullwidth {clear:both;width:100%; padding-top:10px;}

