/* ----------------------------------  CSS Fixes ---------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* ----------------------------------  General styles ---------------------------------- */
.clearfix{
	clear:both;
}

/* ----------------------------------  structures styles ---------------------------------- */

a,p,span,h1,h2,h3,h4,h5,h6,li {
	font-size: 11px;
    font-family: tahoma;
    line-height:20px;
    font-weight: Normal;
}

.page-title {
  font-size: 18px;
  margin-bottom: 15px;
}

.content-area .post {
    margin-bottom: 10px;
}

.content-area .post img {
    float: right;
}

.content-area {
    margin-left: 25px;
}

.main-container {
    width: 777px;
    margin: 0 auto;
}

.header-menu {
    height: 40px;
}

.header-menu ul, .footer-menu ul {
  text-align: center;
}

.header-menu ul li {
	display: inline-block;
	margin: 10px 5px;
	position: relative;
}

.main-content-container{
	padding: 40px 20px;
}

.sidebar-container{
	max-width:40%;
	/*border-right:1px solid black;*/
}


.footer-menu {
    height: 40px;
}

.footer-menu ul li {
    display: inline-block;
    margin: 10px 5px;
    position: relative;
}

.copyright {
    height: 65px;
}

.widget_recent_entries {
    border: 1px solid black;
    padding: 10px;
    margin-top: 8px;
  margin-left: 8px;
}

.widget_recent_entries h2 {
    border-bottom: 1px solid black;
    margin-bottom: 10px;
}

.widget_recent_entries a {
    color: #106BDE;
}