html, body
{
	margin: 0px;
	padding: 0px;
	font: 13px 'Lucida Grande' , Lucida, Verdana, Arial, sans-serif;
	color: #333;
	background-color: #eee;
}

h1, h2, h3, h4, h5, h6
{
	margin: 0px;
	padding: 0px;
}

h1
{
	font-size: 22px;
}

h2
{
	font-size: 20px;
}

h3
{
	font-size: 18px;
}

h4
{
	font-size: 16px;
}

h5
{
	font-size: 14px;
}

a
{
	color: #546379;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a img
{
	border: none;
}

/* Header */

#header
{
	padding-top: 35px;
	width: 100%;
	height: 50px;
	position: relative;
}

#header a
{
	text-decoration: none;
	color: #546379;
}

/* Logo */

#logo
{
	margin-left: auto;
	margin-right: auto;
	width: 650px;
	text-align: center;
	color: #546379;
}

#logo span a:hover
{
	text-decoration: underline;
}

#logo span
{
	color: #546379;
	float: right;
	font-weight: bold;
}

#logo h1
{
	margin: 0px;
	font-size: 34px;
	line-height: normal;
	font-weight: bold;
	color: #546379;
}

/* Menu */

#menu
{
	float: right;
	background: #546379;
	border-top: 2px #9BC56F solid;
	margin: 25px 0 0 0;
}

#menu ul
{
	margin: 0px 0 0 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li
{
	float: left;
	margin: 0px 0px 0px 1px;
}

#menu a
{
	display: block;
	width: auto;
	height: 28px;
	padding: 12px 20px 0px 20px;
}

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

#menu .first
{
	background: none;
}

#menu .active a
{
}

/* Page */

#page
{
	width: 870px;
	margin: 0px auto;
	margin-top: 20px;
}

/* Content */

#holiday-submit
{
	display: none;
}

#content
{
	float: left;
	width: 620px;
	min-height: 350px;
}

.holiday-content
{
	background-color: #eee;
	margin: 0px 0px 30px 0px;
}

.holiday-content .title
{
	font-size: 18px;
	padding: 8px 12px 6px 12px;
	color: #546379;
}

.holiday-content .title a
{
	color: #333;
	text-decoration: none;
}

.holiday-content .title a:hover
{
	text-decoration: underline;
}

.holiday-content-data
{
	border: 5px solid #ffe26b;
	padding: 12px;
	background-color: #fff0b2;
}

.holiday-content .meta
{
	font-weight: bold;
}

.holiday-content .tags
{
	margin: 0px;
	font-size: 10px;
	margin-bottom: 5px;
}

#holiday-countdown-description
{
	font-size: 17px;
	line-height: 160%;
	margin-bottom: 15px;
	text-align: justify;
	padding-left: 10px;
	padding-right: 10px;
}

#holiday-countdown-description h4
{
	display: inline;
}

/* Sidebar */

#client-datetime
{
	color: #546379;
}

#client-datetime-sidebar
{
	margin-bottom: 15px;
	text-align: center;
	margin-top: 5px;
}

#sidebar
{
	color: #111111;
	float: right;
	width: 220px;
}

.sidebar-content
{
	padding-bottom: 30px;
}

.sidebar-content h2
{
	padding: 4px 20px;
	background: #546379;
	font-size: 1.2em;
	color: #FFFFFF;
}

.sidebar-content h2 a
{
	color: #FFFFFF;
}

.sidebar-content-text
{
	border: 5px solid #ccc;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #fff;
}

.google-ads
{
	position: relative;
	top: 8px;
	padding-left: 12px;
}

/* Search */

#search
{
}

#search form
{
	margin-bottom: 1.8em;
	padding: 0px;
}

#search fieldset
{
	margin: 0px;
	padding: 0px;
	border: none;
}

#search #s
{
	width: 160px;
}

/* Footer */

#footer
{
	clear: both;
	height: 35px;
	margin: 20px auto 30px auto;
	color: #546379;
	font-weight: bold;
}

#footer p
{
	margin: 11px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	font-size: 10px;
}

#footer a
{
	text-decoration: none;
	color: #546379;
}

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


#simplemodal-overlay
{
	background-color: Black;
	cursor: default;
}

#simplemodal-container
{
	height: 395px;
	width: 540px;
	background-color: #333333;
	border: 5px solid #ffffff;
}

#simplemodal-container a.modalCloseImg
{
	background: url('../images/x2.png') no-repeat;
	width: 40px;
	height: 45px;
	display: inline;
	z-index: 3200;
	position: absolute;
	top: -21px;
	right: -24px;
	cursor: pointer;
}

/* contact form */


#contact-area
{
	width: 505px;
	margin-top: 30px;
	position: relative;
	margin-left: 15px;
}

#contact-area h2
{
	margin-left: 18px;
	margin-bottom: 10px;
	color: #ffffff;
}

#contact-area input, #contact-area textarea
{
	padding: 5px;
	width: 350px;
	font-size: 20px;
	margin: 0px 0px 10px 0px;
	border: 2px solid #999;
	float: left;
}

.tag-fill
{
	clear: both;
	height: 26px;
	margin-left: 115px;
}

.invalid-star
{
	font-size: 24px;
	color: #ffbaba;
	top: 8px;
	left: 5px;
	position: relative;
}

#contact-area textarea
{
	height: 90px;
}

.input-validation-error
{
	border: 2px solid #CC0000;
	background-color: #ffeeee;
}

#contact-area input[type=submit]
{
	width: 100px;
	float: right;
	margin-right: 25px;
	margin-top: 10px;
	background-color: #ffffff;
	color: #333333;
}

#contact-area label
{
	float: left;
	text-align: right;
	margin-right: 15px;
	color: #ffffff;
	width: 100px;
	padding-top: 5px;
	font-size: 20px;
}

#tag-display
{
	padding-top: 5px;
	margin-left: 115px;
	height: 30px;
	clear: both;
}

/* end contact form */

/* tag cloud */


#tagcloud
{
}

#tagcloud a
{
	text-decoration: none;
	margin-left: 5px;
	margin-right: 5px;
	text-transform: lowercase;
}

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

#tagcloud a.weight1
{
	font-size: 1.9em;
	font-weight: bolder;
}
#tagcloud a.weight2
{
	font-size: 1.5em;
	font-weight: bolder;
}
#tagcloud a.weight3
{
	font-size: 1.4em;
	font-weight: bolder;
}
#tagcloud a.weight4
{
	font-size: 1.2em;
}
#tagcloud a.weight5
{
	font-size: 1.0em;
}

/* end tag cloud */

/* tag suggest */

span.tagMatches
{
	position: relative;
}

span.tagMatches span
{
	padding: 4px;
	margin-right: 4px;
	background-color: #ffffff;
	color: #333333;
	cursor: pointer;
	font-weight: bold;
	border: 2px solid #ffe26b;
}

/* end tag suggestion */


