
/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body
{
	margin: 0;
	padding: 0; /*background: #E5D7CC url(img/img01.png) repeat-x left top; 	background-color:#DA6304;*/
	font-family: 'Open Sans' , sans-serif;
	font-size: 10pt;
	color: #3B3B3B;
}

/*h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	letter-spacing: -2px;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: normal;
	color: #F6B300;
}

h1 {
	font-size: 2em;
}

h2 {
	letter-spacing: 1px;
	font-size: 2.4em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}*/

a
{
	text-decoration: none; /*	color: #F6B300;*/
}

a:hover
{
}

/* Header */

#header-wrapper
{
}

#header
{
	clear: both;
	width: 1000px;
	margin: 0px auto;
}

/* Logo */

#logo
{
	margin: 0px;
	padding: 30px 0px;
	color: #000000;
}

#logo h1, #logo p
{
	margin: 0;
	padding: 0;
}

#logo h1
{
	margin: 0px;
	padding: 0px;
	text-align: center;
	text-transform: lowercase;
	font-size: 10em;
	font-family: 'Yesteryear' , cursive;
	font-weight: 400;
	color: #323030;
}

#logo h1 span
{
	color: #F6B300;
}

#logo p
{
	margin-top: -2em;
	padding: 0px;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Roboto Condensed' , sans-serif;
	font-size: 2em;
	color: #3B3B3B;
}

#logo p a
{
	color: #3B3B3B;
}

#logo a
{
	border: none;
	background: none;
	text-decoration: none;
	color: #323030;
}

/* Search */

#search
{
	width: auto; /*height: 60px;*/
	padding: 0px;
}

.search-btn
{
	float: right;
	display: block;
	width: 24px;
	margin-right: 70px;
	margin-top: -30px;
	background-color: #fff;
	padding: 3px;
}

#search form
{
	margin: 0px;
	padding: 0px;
}

#search fieldset
{
	margin: 0;
	padding: 0;
	border: none;
}

#search-text
{
	width: 250px;
	outline: none;
	background: #F5F0E7;
	border: 1px solid #D7D0C0;
	padding: 10px;
	border-radius: 8px;
	text-transform: lowercase;
	font-family: 'Open Sans' , sans-serif;
	color: #454545;
}

#search-submit
{
	width: 62px;
	height: 22px;
	display: none;
	border: none;
	color: #FFFFFF;
}


/* Page */

#wrapper
{
	overflow: hidden; /*	padding-bottom: 40px;*/
}

#page
{
	overflow: hidden;
	width: 1000px;
	margin: 0px auto;
}

/* Content */

#content
{
	float: left;
	width: 640px;
	background: #FFFFFF;
	word-wrap: break-word;
}

.post
{
	margin-bottom: 0px;
	padding: 15px 40px;
	border-bottom: solid 2px #DEDEDE;
	height: auto;
}

.post-alt
{
	background: #f3f5f7;
}

.post .title
{
	height: 38px;
	margin-bottom: 10px;
	padding: 12px 0 0 0px;
	font-size: 32px;
}

.post .title a
{
	border: none;
	color: #3D2729;
}

.post .meta
{
	margin-bottom: 30px;
	padding: 5px 0px 15px 0px;
	text-align: left;
	font-weight: normal;
}

.post .meta .date
{
	float: left;
}

.post .meta .posted
{
	float: right;
}

.post .meta a
{
}

.post .entry
{
	padding: 0px 0px 20px 0px;
	padding-bottom: 20px;
	text-align: justify;
}

.links
{
	display: inline-block;
	height: 30px;
	padding: 30px 0px 0px 0px;
	font-size: 14px;
	font-weight: normal;
	color: #1C1C1C;
}

.button
{
	padding: 10px 25px;
	background: #C9C9C9;
	border-radius: 5px;
	letter-spacing: 1px;
	text-transform: uppercase; /*	font-family: 'Roboto Condensed' , sans-serif;*/
	font-size: 14px;
	color: #355290;
}

.button:hover
{
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #355290;
}

/* Sidebar */

#sidebar
{
	float: right;
	width: 300px;
	margin: 0px;
	padding: 40px 30px 0px 30px; /*color: #787878; 	background: #F2CD36;*/
	color: #fff;
	background: #355290;
}

#sidebar p
{
	color: #3B3B3B;
}


#sidebar ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li
{
	margin: 0;
	padding: 0;
}

#sidebar li ul
{
	margin: 0px 0px;
	padding-bottom: 20px;
}

#sidebar li ul.submonth
{
	padding-bottom: 0px;
	padding-left: 20px;
}

#sidebar li ul.submonth li
{
	border-bottom: 1px solid #B7B7B7;
	margin: 0px 0px;
	padding: 2px 0px;
	border-left: none;
}

#sidebar li li
{
	border-bottom: 1px solid #dedede;
	margin: 0px 0px;
	padding: 5px 0px;
	border-left: none;
}
#sidebar li li:hover
{
	border-bottom: 1px solid #fff;
}
#sidebar li li.no-bottom
{
	border-bottom: none;
	padding: 0px;
}

#sidebar li li.no-bottom a.anchor-year
{
	padding-left: 15px;
	background-image: url(../img/plus.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#sidebar li li.no-bottom a.anchor-year:hover, #sidebar li li a:hover
{
	text-decoration: none;
}

#sidebar li li a
{
	/*color: #3B3B3B;*/
	color: #fff;
	word-wrap: break-word; /* IE 5.5+ */
}

#sidebar li li:hover a
{
	color: #fff;
}

#sidebar li li span
{
	display: inline-block;
	padding: 0;
	font-size: 10px;
	font-style: italic;
	padding-left: 2px;
}

#sidebar h2
{
	/*padding-bottom: 20px; 	font-size: 1.8em; 	color: #3D2729;*/
	color: #fff;
}

#sidebar p
{
	margin: 0px 0px 40px 0px;
	padding: 0px;
	padding-right: 20px;
	text-align: justify;
}

/* Calendar */

#calendar
{
}

#calendar_wrap
{
	padding: 20px;
}

#calendar table
{
	width: 100%;
}

#calendar tbody td
{
	text-align: center;
}

#calendar #next
{
	text-align: right;
}

/* Footer */

#footer
{
	height: 150px;
	margin: 0 auto;
	padding: 0px 0 15px 0;
	background: #E5D7CC;
	border-top: 1px solid #A59282;
	font-family: 'Arvo' , serif;
}

#footer p
{
	margin: 0;
	padding-top: 40px;
	line-height: normal;
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	color: #2d2d2d;
}

#footer a
{
	color: #DA6304;
}

#banner
{
	width: 1000px;
	margin: 0px auto;
}

#banner img
{
	border-radius: 8px;
}

div.dataTables_paginate
{
	float: left;
	padding-left: 40px;
}

.tags-container
{
	/*clear: both;*/
	float: right;
	width: 400px;
	margin-top: 22px;
}
.tags-container a:hover
{
	text-decoration: none;
}
.post .each-tag
{
	padding: 4px;
	color: #355290;
	display: inline;
	line-height: 30px;
	cursor: pointer;
	margin-right: 5px;
	-webkit-box-shadow: 3px 3px 5px #C4C4C4;
	-moz-box-shadow: 3px 3px 5px #C4C4C4;
	box-shadow: 3px 3px 5px #C4C4C4;
}

.post .each-tag:hover
{
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	-webkit-box-shadow: 3px 3px 5px #747474;
	-moz-box-shadow: 3px 3px 5px #747474;
	box-shadow: 3px 3px 5px #747474;
}

.smallsize
{
	font-size: 70%;
}

.pad-bottom
{
	margin-top: 2px;
}

.search-message
{
	font-size: 12px;
	color: Red;
}

.tag-tooltip
{
	display: none;
	background-color: #3E3A3F; /*padding: 7px 5px 15 5px;*/
	padding: 8px;
	padding-left: 12px;
	color: #efefef;
	font-size: 12px;
	line-height: 15px;
	max-width: 350px;
	height: auto;
	max-height: 100%;
	position: absolute;
	z-index: 150;
	border-radius: 4px;
}

.tag-tooltip .heading
{
	text-align: left;
	margin-left: -4px;
	font-weight: bolder;
	font-size: 16px;
	padding-bottom: 5px;
	display: block;
}

.reply-message
{
}

.each-reply-message
{
	margin-left: 1%;
	width: 98%;
	text-align: justify;
	display: block;
	height: 100%;
	padding: 5px;
	margin: 5px 0px;
	border-bottom: solid 1px #C4C4C4;
	position:relative;
/*-webkit-box-shadow: 3px 1px 1px #C4C4C4; 	-moz-box-shadow: 3px 1px 1px #C4C4C4; 	box-shadow: 3px 1px 1px #C4C4C4;*/
}

.each-reply-message .message-by
{
	float: right;
	font-size: 10px;
	color: #355290;
	display: inline-block;
}

.reply-header
{
	font-size: 20px;
	margin-top: 15px;
	display: block;
}

.message-options
{
	float: left;
	font-size: 12px;
	color: #355290;
	display: inline-block;
	margin-right:5px;
}

.extra
{
	margin-top:5px;	
}

.like-message
{
}

ul.replymessageForMessage
{
		
}

ul.replymessageForMessage li
{
	list-style:none;
	display:block;
}

ul.replymessageForMessage li .each-reply-message
{
	border-bottom:none;	
}