/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(images/img01.gif) repeat-x;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	
	color: #333333;
	font-size: 100%;
}

form {
}

input, textarea {
	padding: 2px 5px;
	font: normal 1em "Trebuchet MS" , Arial, Helvetica, sans-serif;
	color: #333333;
}

h1, h2, h3 {
	margin-top: .5em;
	font-weight: bold;
	font-style: italic;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.1em;
}

p, ul, ol {
	margin-top: .5em; /*line-height: 160%;*/
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #CC6B47;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #3760BF;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

hr {
	display: none;
}

/* Header */

#header {
	height: 110px;
	margin: 0 auto;
	background: #2E2E2E;
}

#logo {
	width: 940px;
	height: 110px;
	margin: 0 auto;
}

#logo h1, #logo h2 {
	margin: 0;
	letter-spacing: -0.05em; /*text-transform: lowercase;*/
	font-weight: normal;
	color: #FFFFFF;
}

#logo h1 {
	float: left;
	padding-top: 40px;
	font-size: 44px;
}

#logo h1 a {
	text-decoration: none;
	color: #FFFFFF;
}

#logo h2 {
	float: left;
	padding: 67px 0 0 8px;
	font-size: 2em;
	font-style: italic;
	color: #858585;
}

/* Menu */

#menu-wrap {
	background: #2E2E2E;
}

#menu {
	width: 940px;
	height: 35px;
	margin: 0 auto;
	clear: both;
	
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	width: auto;
	text-align: right;
}

#menu li {
	display: inline;
	background: #4C4D51;
	border: 1px #575C5F solid;
	padding: 5px 20px 5px 20px;

}

#menu a {
	/*
	float: left;
	background: #4C4D51;
	border: 1px #575C5F solid;
	*/
	margin-right: 6px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
}

#menu a:hover {
	/*
	text-decoration: none;
	background: #983D3A;
	border: 1px #D45951 solid;
	*/
}

#menu .first {
	background: #983D3A;
	border: 1px #D45951 solid;
}

#menu .first:hoover {
	text-decoration: none;
	background: #983D3A;
	border: 1px #D45951 solid;
}

/* Page */

#page {
	width: 940px;
	margin: 0 auto;
}

#content {
	background: #F4EDD3;
	border-bottom: 4px #BBB082 solid;
	position: relative;
	width: 940px;
	margin-left: auto;
	margin-right: auto;
}

/* Accessibility */
.fontSizeButton{
	width: 24px;
	height: 24px;
	margin: 3px;
	font-size: 18px;
	border: solid 1px #983D3A;
	text-align: center;
	vertical-align: middle;
	cursor:pointer;
	display: inline-block;
}
/* Post */

.post {
	padding: 0 1.4em 0 1.4em;
}

.post .title {
	margin: 0;
}

.post .title a {
	text-decoration: none;
}

.post .byline {
	margin: 0 0 30px 0;
	line-height: normal;
}

.post .entry {
}

.post .meta {
	clear: both;
	border-bottom: solid 1px brown;
	border-top: solid 1px brown;
	background: white;
	margin: 1.2em 30px 1.2em 30px;
}

.post .meta a {
	text-decoration: none;
	font-weight: bold;
}

.post .meta a:hover {
	text-decoration: underline;
}

.post .meta .comments {
	padding-left: 20px;
	background: url(images/img07.gif) no-repeat left center;
}

.post .meta .permalink {
	padding-left: 20px;
	background: url(images/img08.gif) no-repeat left center;
}

/* Latest Post */


#slice {
	background: #E8DBA7;
	border-bottom: 4px #BBB082 solid;
	padding-bottom: 15px;
}

.slice-item {
	width: 738px;
	margin: 0 auto;
	padding: 0;
	clear: right;
}

.slice-item h1 {
	background: #BBB082;
	font-size: 2em;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFFF;
	padding: 10px 25px 5px 5px;
	margin: 10px 0;
}

.slice-item p {
	margin: 0;
	padding-bottom: 15px;
}

.slice-item .meta {
	padding: 10px 0 0 0;
}

.slice-item .byline {
	margin: 0 0 10px 0;
	padding: 5px 25px; /*	background: #BBB082;*/
	font-size: .9em;
	font-weight: bold;
	font-style: italic;
	color: #333;
}

.slice-item .byline span {
	padding: 0 0 0 15px;
}

.slice-item .byline a {
	padding: 0 30px 0 0;
	background: url(images/img05.gif) no-repeat right top;
	text-decoration: none;
}

.slice-item .byline a:hover {
	text-decoration: underline;
}

/* Blocks */
.slice-block {
	margin: 0 auto;
	padding: 0 0 10px 0;
	clear: right;
}

.slice-block h1 {
	background: #BBB082;
	font-size: 2em;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFFF;
	padding: 10px 25px 5px 5px;
	margin: 10px 0;
}

.slice-block h2 {
	margin: 0;
	padding: 10px 0 10px 15px;
	background: #BBB082;
	letter-spacing: .25em;
	text-transform: uppercase;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	color: #FFFFFF;
}
.slice-block p {
	margin: 0;
	padding-bottom: 15px;
}

.slice-block .meta {
	padding: 10px 0 0 0;
}

.slice-block .byline {
	margin: 0 0 10px 0;
	padding: 5px 25px; /*	background: #BBB082;*/
	font-size: .9em;
	font-weight: bold;
	font-style: italic;
	color: #333;
}

.slice-block .byline span {
	padding: 0 0 0 15px;
}

.slice-block .byline a {
	padding: 0 30px 0 0;
	background: url(images/img05.gif) no-repeat right top;
	text-decoration: none;
}

.slice-block .byline a:hover {
	text-decoration: underline;
}


/* Recent Posts */

#recent-posts {
	width: 738px;
	margin: 0 auto;
}

#alt-slice h2 {
	margin: 0;
	padding: 10px 0 10px 15px;
	background: #BBB082;
	letter-spacing: .25em;
	text-transform: uppercase;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	color: #FFFFFF;
}

#alt-slice h3 {
	margin: 20px 0 0 0;
	padding: 0;
	font-size: 1.4em;
}

#alt-slice h3 a {
	text-decoration: none;
}

#alt-slice ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#alt-slice li {
	float: left;
	width: 225px;
	padding-left: 29px;
}

#alt-slice li.first {
	padding: 0;
}

#alt-slice .byline {
	margin: 0 0 10px 0;
	padding: 0;
	border-bottom: 1px #DDD7C0 solid;
	text-align: left;
	font-size: 10px;
	font-weight: bold;
}

#alt-slice .byline span {
}

#alt-slice .byline a {
	padding: 0 30px 0 0;
	background: url(images/img05.gif) no-repeat right top;
	text-decoration: none;
}

#alt-slice .byline a:hover {
	text-decoration: underline;
}

#alt-slice p {
	padding: 0;
	margin: 0;
}

/* Right-Sidebar */

#right-sidebar {
	margin-left: 202px;
	float: right;
	position: absolute;
	width: 738px;
}

/* Sidebar */

#left-sidebar {
	background: white;
	width: 200px;
	margin: 0 auto;
	position: absolute;
	float: left;
}

#left-sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#left-sidebar > li {
	float: left;
	width: 200px;
}

/*
#left-sidebar li ul {
	padding-left: 20px;
}

#left-sidebar li li {
	float: none;
	width: auto;
	padding: 3px 0;
	background: none;
}
*/

#left-sidebar h2 {
	margin: 0 0 4px 0;
	padding: 7px 0 6px 16px;
	background: #BBB082;
	text-transform: uppercase;
	font-size: .9em;
	font-weight: bold;
	color: #FFFFFF;
}

/* Search */

#search {
}

#search #s {
	width: 80%;
	margin-bottom: 10px;
}

/* Calendar */

#calendar {
}

#calendar table, #calendar caption {
	width: 100%;
	text-align: center;
}

#calendar caption {
	font-weight: bold;
}

#calendar a {
	font-weight: bold;
}

/* Fancy Box plugin*/

.fancyboxWrap {
	margin: 0.4em;
	padding: 5px;
	background-color: #fff;
	position: relative;
	display: block;
	text-align: left;
	float: none;
	border: solid 1px silver;
	-moz-border-radius: 4px; -webkit-border-radius: 4px;
	border-radius: 4px;
	width:auto;
	
}
.fancyboxWrap .caption {
	margin: 5px;
	padding: 7px;
	display: block;
	float: left;
	top: 0pt;
	right: 0px;
	width: auto;
	height:1em;
	height:auto;
	text-align:right;
	position: absolute;
	background-color: #000;
	opacity: 0.80;
	filter: alpha(opacity = 80);
	color: white;
	font-weight: bold;
	font-size: .675em;
	border: solid 1px silver;
	-moz-border-radius-bottomleft: 9px;
	-webkit-border-radius-bottom-left: 9px;
	border-radius-bottomleft: 9px;
}

/* Footer */

#footer {
	clear: both;
	margin: 0 auto;
	padding: 20px 0;
	background: url(images/img11.gif) repeat-x;
	text-align: center;
}

#footer p {
	margin: 0;
	font-size: .8em;
	color: #666666;
}

