
body {
	display: block;
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
}

h1, h2, h3, h4, h5, h6, form {
	margin: 0;
	padding: 0;
}

h1, h2, h3 {
}

h4, h5, h6 {
}

p, ul, ol, blockquote {
	margin-top: 0;
}

a {
	color: #268ED4;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

/* Header */

#header {
	height: 40px;
	background: #5A5A5A url(images/img01.gif) repeat-x;
}

#header h1 {
	width: 670px;
	margin: 0 auto;
	padding: 12px 0 0 0;
	font-size: 1em;
}

#header h2 {
	width: 760px;
	margin: -18px auto 0 auto;
	text-align: right;
	font-size: 1em;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Pages */

#pages_default {
	height: 110px;
	padding-top: 10px;
	background: url(images/img02.gif) repeat-x;
}

#pages_default h2 {
	display: none;
}

#pages_default ul {
	display: block;
	width: 760px;
	height: 100px;
	margin: 0 auto;
	padding: 0;
}

#pages_default li {
	display: inline;
}

#pages_default a {
	float: left;
	width: 20%;
	height: 110px;
	padding: 35px 0 0 0;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	letter-spacing: -1px;
	font-size: 20px;
	font-weight: 600;
	color: #333333;
}

#pages_default a:hover {
	color: #000000;
}

#pages_default ul li {
	list-style: none !important;

}

#page1 { background: #E5FAA1 url(images/img03.gif) no-repeat; }
#page2 { background: #97F0E6 url(images/img04.gif) no-repeat; }
#page3 { background: #F3B6CE url(images/img05.gif) no-repeat; }
#page4 { background: #FADDA1 url(images/img06.gif) no-repeat; }
#page5 { background: #C9CDFF url(images/img07.gif) no-repeat; }

#page1:hover, #pages_default .actives #page1 { background-image: url(images/img08.gif); }
#page2:hover, #pages_default .actives #page2 { background-image: url(images/img09.gif); }
#page3:hover, #pages_default .actives #page3 { background-image: url(images/img10.gif); }
#page4:hover, #pages_default .actives #page4 { background-image: url(images/img11.gif); }
#page5:hover, #pages_default .actives #page5 { background-image: url(images/img12.gif); }

/* Content */

/* Latest Post Box */






/* Recent Posts Box */
@media (min-width: 992px) {
	.container {
		width: 780px !important;
	}
}

#recent-posts h3 {
	background: #5A5A5A url(images/img13.gif);
	background-size: cover;
	font-size: 15px;
	padding: 10px;
	color: #FFFFFF;
}

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

#recent-posts li {
	padding: 5px 10px;
	border-bottom: 1px solid #5A5A5A;
}

#recent-posts li:hover {
	background: #EFEFEF;
}

