@charset "utf-8";
/* CSS Document */

body {
	background: url(/media/styles/images/bg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4b4538;
	margin: 0;
	padding: 0;
}

@font-face {
	font-family: Century Gothic;
	src: url('fonts/GOTHIC.TTF');
}

.clear {
	clear: both;
}

img {
	border: 0;
}

.hidden {
    display: none;
}

#wrapper {
	margin: 0 auto;
	width: 980px;
}

/**** HEADER ****/

#header {
	height: 122px;
	background: url(/media/styles/images/headerBG.gif) no-repeat 310px 83px;
	padding-bottom: 30px;
}

#logo {
	float: left;
	padding-top: 43px;
}

/**** NAVIGATION ****/
ul#nav {
float: right;
margin: 0;
padding: 0 10px 0;
list-style: none;
}

ul#nav li {
float: left;
text-align: center;
margin: 0 5px;
}

ul#nav a {
width: 120px;
height: 130px;
display: block;
color: #fff;
text-decoration:none;
font-family: Century Gothic;
font-size: 18px;
line-height: 125px;
position: relative;
top: -13px;
}

ul#nav a:hover {
top: 0;
}

a.black, a.pink, a.yellow, a.blue, a.gray {
background: url('images/nav-btn-bottom.png') no-repeat center bottom;
-webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
text-shadow: 1px 1px 1px rgba(0,0,0,.2);
}

a.black {
background-color: #4b4538;
}

a.black:hover {
background-color: #2d2b26;
}

a.pink {
background-color: #e07c62;
}

a.pink:hover {
background-color: #cd6b52;
}

a.yellow {
background-color: #ecbc5f;
}

a.yellow:hover {
background-color: #dcad51;
}

a.blue {
background-color: #5fbdb9;
}

a.blue:hover {
background-color: #51ada9;
}

a.gray {
background-color: #bcb28f;
}

a.gray:hover {
background-color: #ada37e;
}

/* old nav
ul#nav {
	float: right;
	margin: 0;
	padding: 0 18px 0 0;
	list-style: none;
}

ul#nav li {
	float: left;
	text-align: center;
	margin: 0 15px;
}

ul#nav a {
	width: 129px;
	height: 120px;
	display: block;
	color: #fff;
	text-decoration:none;
	font-family: Century Gothic;
	font-size: 18px;
	line-height: 116px;
}

a.pink, a.yellow, a.blue, a.gray {
	background-position: top center;
}

a.pink:hover, a.yellow:hover, a.blue:hover, a.gray:hover {
	background-position: bottom center;
}

a.pink {
	background: url(/media/styles/images/nav-pink.png) no-repeat;
	text-shadow: 1px 1px 1px #c77e6b;
}

a.yellow {
	background: url(/media/styles/images/nav-yellow.png) no-repeat;
	text-shadow: 1px 1px 1px #d4ae62;
}

a.blue {
	background: url(/media/styles/images/nav-blue.png) no-repeat;
	text-shadow: 1px 1px 1px #62b2ae;
}

a.gray {
	background: url(/media/styles/images/nav-beige.png) no-repeat;
	text-shadow: 1px 1px 1px #aea68b;
}
*/
/**** AD1 ****/

#ad1 {
	float: left;
	margin-bottom: 30px;
}

#ad1 img {
	border: 1px solid #f7f6ef;
}


#ad2 {
    float: left;
    width: 800px;
    margin: auto 0;
    margin-bottom: 30px;
    margin-top: 10px;
}
#ad2 img {
	border: 7px solid #f7f6ef;
}

#topRight {
	float: right;
	color: #807867;
	line-height: 29px;
}

#feed_search {
	background: url(/media/styles/images/searchBG.gif) no-repeat top right;
	font-family: Century Gothic;
	font-size: 12px;
	width: 240px;
	height: 28px;
}

#feed_search .search-text {
	border: 0;
	background:transparent;
	width: 168px;
	padding-left: 7px;
}

#feed_search .search-submit {
	color: #fff;
	border: 0;
	background: transparent;
	cursor: pointer;
	padding-left: 6px;
    padding-right: 2px;
}

#topRight .submit a, #topRight .start a {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	padding: 5px 7px;
	margin: 5px 0;
	line-height: normal;
}

#topRight .submit a {
	background: #ebbb60;
	float: left;
}

#topRight .submit a:hover {
	background: #dcac51;
}

#topRight .start a {
	background: #5fbeba;
	float: right;
}

#topRight .start a:hover {
	background: #4ea8a4;
}

#buttons {
	clear: both;
	float: left;
	padding-right: 5px;
}

/**** PAGE ****/

#page {
	
}

/**** CONTENT ****/

#content {
	float: left;
	width: 773px;
	background: url(/media/styles/images/contentBG.gif);
	padding: 12px;
}

.content a {
	color: #dd7b61;
	text-decoration:none;
}

.content a:hover {
	color: #2a261c;
}

.content h1, h2, h3 {
	margin: 0;
}

#blog_content {
	background: url(/media/styles/images/blogContentBG.gif);
	padding: 25px;
	border: 1px solid #e5e3d7;
	position: relative;
}

#greeting h1 {
	text-align: center;
	font-weight: normal;
	font-family: Century Gothic;
	padding: 10px 0;
}

#greeting h1 a {
	color: #807867;
}

#greeting h1 a:hover {
	color: #2a261c;
}

.date {
	background: transparent url(/media/styles/images/dateLeft.gif) no-repeat top left;
	color: #fff;
	font-family: Century Gothic;
	height: 60px;
	display: block;
	float: left;
	margin-top: 0px;
	margin-left: -32px;
	padding: 0 0 0 20px;
	font-size: 22px;
	line-height: 51px;
}

.date span {
	background: url(/media/styles/images/dateRight.png) no-repeat top right;
	padding: 12px 35px 15px 0;	
}

#triangle-right {
    border-bottom: 50px solid transparent;
    border-left: 40px solid red;
    border-top: 50px solid transparent;
    height: 0;
    width: 0;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { .date span{padding: 13px 35px 15px 0;} }

#paginate {
	float: right;
	font-family: Century Gothic;
	font-size: 14px;
	padding-top: 16px;
}

#paginate a {
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
}

#paginate span {
	font-weight: bold;
	color: #4b4538;
}

.paginateBorder {
	border-top: 1px solid #dfdccc;
	/*border-bottom: 1px solid #dfdccc;*/
	height: 8px;
	margin: 25px 0 0 0;
	clear: both;
}
#bottom{
   border-top: 1px solid #DFDCCC;
    clear: both;
    height: 32px;
    margin: 25px 0 0;
}

#paginate ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#paginate li {
	float: left;
}

#paginate a.previous, #paginate a.next {
	margin-top: 2px;
	text-align: center;
	width: 73px;
	display: block;
}

#paginate a.previous:hover, #paginate a.next:hover {
	zoom: 1;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#paginate a.previous {
	background: url(/media/styles/images/previousBG.png) no-repeat;
	margin-right: 8px;
}

#paginate a.next {
	background: url(/media/styles/images/nextBG.png) no-repeat;
	margin-left: 8px;
}

.post {
	padding-top: 20px;
	border-top: 1px dashed #bbb18e;
	clear: both;
	margin-bottom: 50px;
	margin-top: 62px;
}

.first {
	border-top: 0;
}

.post-title a {
	color: #2a261c;
	font-family: Century Gothic;
	font-weight: bold;
	font-size: 25px;
}

.post-title a:hover {
	color: #dd7b61;
}

.post-title span {
	color: #807867;
	font-size: 12px;
	font-family: Century Gothic;
}

.post-content {
	line-height: 150%;
}

a.read-more {
	background: url(/media/styles/images/readMore.png) no-repeat top center;
	display: block;
	text-align: center;
	color: #fff;
	font-family: Century Gothic;
	height: 29px;
	padding-top: 5px;
	text-transform: uppercase;
	clear: both;
}
a.read-more:hover {
	background-position: bottom center;
	color: #fff;
}

.post-meta {
	float: right;
	padding-bottom: 40px;
	font-family: Century Gothic;
	color: #807867;
	line-height: 120%;
	text-align: right;
	padding-top: 5px;
}

.post-meta .added-by a {
	font-weight: bold;
}

/**** SIDEBAR ****/

#sidebar {
	float: right;
	width: ;
    /*position: absolute;
    right: 24.25%;
    top: 40%;*/
    /*position:fixed;
    right:24.25%;
    top:250px;*/
}

/**** FOOTER ****/

#footer {
	clear: both;
	padding: 20px 0;
	font-size: 12px;
	color: #7a7363;
}

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

#footer a:hover {
	color: #2a261c;
}

ul.footerLinks {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.footerLinks li {
	float: left;
	border-right: 1px solid #f7f7f0;
	margin-right: 7px;
	padding-right: 7px;
}

ul.footerLinks li.last {
	border: none;
}

.copyright {
	float: right;
	padding-right: 185px;
}

.post-content img{
	max-width: 700px;
}
