/*
Stylesheet for the Freedom theme for the Get Simple CMS available at http://get-simple.info
Created by Matt Harwood - http://mattharwood.com
Use as you like - no specific licence
*/

body {
	background: #f0d5b8 url(../images/body.jpg) repeat center -48px;
	font-family: Verdana, sans-serif !important;
}

#overall-page {
	margin-top:40px;
	}

#logo {
	text-align: center !important;
	font-family: 'Ubuntu Condensed', Verdana, sans-serif;
	font-size: 48px;
	margin: 0 !important;
	padding: 13px 0 0 0 !important;
	color: #222;
	font-weight: normal;
	line-height: 40px;
}

h1, h2, h3, h4 {
	color: #772953 !important;
	font-weight: normal !important;
	margin-top:20px;
	margin-bottom:10px;
}

h1 {
	margin: 0px 20px 15px 20px;
	font-size: 30px;
	line-height: 30px;
	font-family: Trebuchet MS;
}

h1, h2 {
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
}

hr {
	color: #888888;
	margin-top: 15px;
	margin-bottom: 15px;
}

#main-section {
	background-color: #f6f4e9;
	background-color: rgba(246, 244, 233, 0.9);
	font-size: 13px;
	line-height: 140%;
	padding-top: 18px;
	padding-bottom: 30px;
	color: #333;
	border-radius: 12px;
	margin-left: 250px;
	display: block;
}
#main-section a {color: #000;text-decoration: underline;}
#main-section a:hover {color: #dd4814 !important;}
#main-section a img {margin: 0 0 0 20px; border:3px #ddd solid;border-radius: 5px;}

#main-section p,
#main-section ol, #main-section ul,
#main-section blockquote {
	margin-bottom: 0.6em;
}
#main-section li {
	margin-left: 20px;
}
#main-section ol, #main-section ul,
#main-section blockquote,
#main-section pre,
#main-section div,
.nm_post_date {
	padding-left: 20px;
	padding-right: 20px;
}

#main-section table.brd {
	border-collapse: separate;
	border-spacing: 1px;
	border:1px solid #aaa;}
#main-section table.brd th {text-align:center;}
#main-section table.brd th,
#main-section table.brd td {vertical-align:middle;padding:0 5px;border:1px solid #ddd;}
#main-section table.brd a img {padding: 5px 0;border:none;margin:0;}

#side-section {
	text-align: center;
	position: fixed;
	display: block;
}
#side-menu li {
	list-style-type: none;
	font-size: 20px;
	margin: 0 0 10px 0;
	padding-left: 0;
}
#side-menu li a {
	text-decoration:none;
	color: #333 !important;
	border-bottom:1px dashed #333;
}
#side-menu a:hover {
	border-bottom:1px solid #333;
}

a.social {
	text-decoration: none;
}

.nm_post_title {
	text-align: left !important;
	font-size: 25px !important;
	color: #772953 !important;
	margin-left: 0;
	padding-bottom: 10px;
}

.nm_post {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #888;
}

.nm_post_date {
	font-size: 14px !important;
	text-align: center;
	padding: 5px;
	background: #eee;
	font-weight: bold;
	border-top: 1px solid #888;	
	border-bottom: 1px solid #888;
}

#footer, #footer a {
	color: #333;
	text-align: center;
	font-weight: 400;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}


@media screen and (max-width: 1024px){
	#main-section,
	#side-section,
	#logo,
	ul#side-menu,
	#side-social {
		display: inline;
		float: left;
		margin-left: 10px;
		margin-right: 10px;
	}
	#main-section {
		width: 850px;
	}	
	#side-section {
		position: static;
		width: 850px;
	}
	#logo {width:200px;}
	#logo img {display:none;}
	ul#side-menu {width:410px;}
	#side-menu li {display:inline-block;margin:0 10px;padding:0;}
	#side-social {width:200px;}
	#pre-footer {width:0px;display:none;}
	#footer {width: 850px;}
		body {min-width: 870px;}
	#overall-page {width: 870px;}
}

@media screen and (max-width: 900px){
	#main-section,
	#side-section,
	#logo,
	ul#side-menu,
	#side-social {
		display: inline;
		float: left;
		margin-left: 10px;
		margin-right: 10px;
	}
	#main-section {
		width: 700px;
	}	
	#side-section {
		position: static;
		width: 700px;
	}
	#logo {width:140px;}
	#logo img {display:none;}
	ul#side-menu {width:380px;}
	#side-menu li {display:inline-block;margin:0 10px;padding:0;}
	#side-social {width:140px;}
	#pre-footer {width:0px;display:none;}
	#footer {width: 700px;}
		body {min-width: 720px;}
	#overall-page {width: 720px;}
}