body{
	margin: 0;
	padding: 0;
	border: 0;
	font: normal 13px/140% Helvetica, Arial, sans-serif;
	color: #222;
	background: #fefefe url(images/body-bg.jpg) repeat-x;
}
a:link,
a:visited
{
    text-decoration: none;
    color:#999;

}

a:active,
a:hover
{
    text-decoration:none; /* fix */
    color: #0174DF;
}
.j-blogarticle h1 a {
	border-bottom: none;
	color: #333;
	text-decoration: none;
}
.post-title a {
	color: #0174DF !important;
}
h2 {
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
	color: #333;
	font-size: 20px;
	border-bottom: 7px solid #333;
	margin-bottom: 15px;
	margin-top:15px;
}
h1{
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
	color: #333;
	font-size: 35px;
}

div.hr {
	border-bottom-style: solid;
	border-bottom-width: 7px;
	border-color: #e2e2e2;
	height: 1px;
}
input[type="submit"] {
	background: #222;
	cursor: pointer;
	text-decoration: none;
	margin: 0px;
	color: #fff;
	height: auto;
	border: none;
	border-image: initial;
	padding: 6px 13px;
}
#wrapper{
	margin: 0 auto;
	width: 960px;
	background: url(images/wrapper-bg.jpg)no-repeat 50% top;

}
#header {
	height: 150px;
	margin: 0;
}
#header-container{
	width: 960px;
	margin: 0 auto;
	padding: 20px 0px 0px 0px;
}
.logo{
	max-width: 960px;
	display: inline-block;
}
.logo img {
	width: 95px;
}
.description {
	font-family: 'Finger Paint', cursive;
	margin: 0px 0px 0px 265px;
	font-style: italic;
	font-size: 55px;
	color:#fff;
}
.description2 {
	margin: 1px 0 0 360px;
	font-style: italic;
	font-size: 12px;
	color:#fff;
}
#nav-top {
	margin: 0;
	background: transparent;
	width: 960px;
	float: left;
}

#slider{
	width: 900px;
	height: 420px;
	margin: auto;
	display: block;
}
#main{
	min-height: 500px;
	margin: 52px 0 0 0;
	background: #fff;
	padding: 20px;
}
#content {
	width: 620px;
	min-height: 500px;
	float: left;
	padding: 10px;
}
div.datetime{
	background: #333;
	border-radius: 11px;
}
a.blogreadmore{
	background: #333;
	padding: 3px 9px;
	color: #fff;
}
span.comment{
	float: right;
	background: #333;
	color: #fff;
	padding: 3px 9px;
	background-image: none;
}
span.comment a{
	color:#fff  !important;
}
#sidebar {
	width: 255px;
	float: left;
	padding: 10px;
	border: 1px solid #e9e9e9;
	background: -webkit-linear-gradient(#e9e9e9, #fff);
}
.navigation ul{
	list-style:none;
	margin-left: -35px;
}
.navigation ul li a{
	color:#666;
	text-decoration:none;
	-webkit-transition: all 0.3s ease-in-out;
}
.navigation ul li{
	border-bottom:1px dotted #666;
	padding: 5px 0px 5px 0px;	
}
.navigation ul li a:hover{
	margin-left: 15px;
}
.box {
	width: 300px;
	float: left;
	margin: 10px;
	color: #fff;
	margin-top:130px;
}
.links{
	list-style:none;
	margin-left:-26px;
}
.links li a{
	color:#fff;
	text-decoration:none;
	-webkit-transition: all 0.3s ease-in-out;
}
.links li{
	border-bottom:1px dotted #fff;
	padding: 5px 0px 5px 0px;	
}
.links li a:hover{
	margin-left: 15px;
}
#footer {
	height: 400px;
	color: #ccc;
	background: url(images/footer-bg.jpg) repeat-x;
}
.footer-wrap{
	width: 960px;
	height: 350px;
	margin:0 auto;
	padding: 15px;

}
#foot{
	background:#333;
	padding:5px;
	margin: auto;
}
.totop{
	position: absolute;
	left: 50%;
}
.c, .clear, .cc-clear {
	clear: both;
}

/* Pages */
.cc-indexpage #slider{
	display:block !important;
}
.cc-content-parent #slider{
	display:none;
}

	