/*
AUTHOR
Design and code by: http://www.free-responsive-templates.com
Free stock photos by: http://free-responsive-templates.com/category/free-stock-photos/
Created: 14 September 2012

LICENSE
Released for free under a Creative Commons Attribution 3.0 Unported License (CC BY 3.0)
http://creativecommons.org/licenses/by/3.0/
License: http://free-responsive-templates.com/license/

SUPPORT
E-mail: free.responsive.templates@gmail.com
Contact: http://free-responsive-templates.com/contact/
*/
* {
	margin:0;
	padding:0;
}
body {
	font-family: 'Oranienbaum', serif;
	font-size:100%;
	background: url(../images/siteBackground.jpg) repeat left top;
	margin: 0;
	padding: 0;
	color: #3a3a3a;
}
h1 {
	float:left;
}
h1 a {
	font-size:1.2em; 
	font-family: 'Skranji', cursive;
	text-decoration:none;
	color:#ffffff;
	font-weight:normal;
	text-shadow:0 0px, 1px 1px #131313;
}
h1 a:hover {
	color:#78bd00;
	text-decoration:none;
}
h2 {
	font-size:1.7em;
	color:#3f88df;
	font-weight:inherit;
	margin:0 0 10px 0;
}
span {
	color:#3f88df;
}
.slogan {
	text-transform:uppercase;
	font-size:0.6em;
}
a img { 
	border: none;
}
a {
	color: #3a3a3a;
	text-decoration: none; 
}
a:hover { 
	color: #78bd00;
	text-decoration: underline;
}
img {
	max-width: 100%;
	height: auto;
	width: auto;	
}
p {
	line-height:140%;
}
hr {
	background: none repeat scroll 0 0 #e9e9e9;
    border: 0 none;
    height: 1px;
    margin: 15px 0;
}
.topNav {
	background:#131313;
	border-bottom:1px solid #656565;
	text-align:right;
	padding:5px;
}
.lastTN {
	border-right:0px !important;
}
.topNav li {
	list-style:none;
	display:inline;
	border-right:1px solid #808080;
	padding: 0 10px;
}
.topNav a {
	color:#808080;
}
.logoContainer {
	background:#3a3a3a;
	padding:20px 0;
}
.wrapper, .logo {
	width:93.75%; /* 960px/1024px  */
	margin:0 auto;
}
header {
	margin-bottom:20px;
}
.contentBody {
	width:54.166666666666666666666666666667%;
	float:left;
}
.post {
	margin-bottom:10%;
}
.sidebar {
	width:35.416666666666666666666666666667%;
	float:right;
	border:1px solid #dfdfdf;
}
.sidebar h2{
	padding:5% 5% 0 5%;
}
.sidebar ul{
	padding:0% 5% 5% 5%;
}
.sidebarBox li {
	display:block;
	list-style:0;
	width:100%;
}
.sidebarBox li a {
	display:block;
	padding:10px 10px 10px 20px;
	background:url(../images/p.png) no-repeat 5px 12px;
	text-decoration:none;
	font-style:italic;
}
.sidebarBox li a:hover {
	background:#78bd00;
	color:#ffffff;
}
.ads {
	float:left;
	width:40%;
	margin:5%;
}
.button {
	font-weight:bold;
	padding-top:20px;
	text-align:right;
}
.button a {
	background:#78bd00;
	padding:4px 15px;
	color:#ffffff;
}
footer {
	text-align: center;
	padding:20px 0;
	background:#e9e9e9;
	margin:20px 0 0 0;
}
footer p {
	font-size:0.8571428571428571em; /* 12px/14px */
	padding: 0 10px;
}
footer a {
	color:#3f88df;
	text-decoration:underline;
}
footer a:hover {
	color:#3f88df;
	text-decoration:none;
}
.clearfloat { 
	clear:both;
	height:0;
	line-height: 0px;
}
/**************************/
/*********************************Begin main menu****************************************/
/**************************/
nav {
	float:right;
	padding:15px 0 0 0;
}
nav li {
	list-style:none;
	display:inline;
}
nav li a {
	font-family: 'McLaren', cursive;
	text-shadow: none;
	text-decoration: none;
	padding:4px 15px;
	font-weight:bold;
	color:#bcbcbc;
}
nav li a:hover {
	color:#ffffff;
	text-decoration:none;
}
nav .active a {
	color:#ffffff;
	background:#78bd00;
}
nav select {
      display: none;
    }
select {
	width:200px;
}
/**************************/
/*********************************End main menu****************************************/
/**************************/
/*********************************Begin Media Queries****************************************/
/**************************/
/* for 960px or less */
@media screen and (max-width: 980px) {
	.wrapper {
		width:93.75%; /* 960px/1024px  */
		margin:0 auto;
	}
}
/* for 768px or less */
@media screen and (max-width: 768px) {
	nav ul { display: none; }
	nav select { display: inline-block; }
	.contentBody, .sidebar {
		float:none;
		width:auto;
	}
}
/* for 480px or less */
@media screen and (max-width: 480px) {
	h1, nav {
		float:none;
		width:auto;
		text-align:center;
	}

}
/**************************/
/*********************************End Media Queries****************************************/
/**************************/