/*
Theme Name: Blank 2-Column R-S
Theme URI: http://example.com
Description: A Blank Wordpress theme with right sidebar
Author: Your Name
Author URI: http://example.com
version: 1.0
*/



/* basics */

* {
	margin:0;
	padding:0;
}
body {
	margin: 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top: 40px;
	background: #046ab2;
}
h1 {
	font-size: 30px;font-weight: bold;
}
h2 {
	font-size: 27px;line-height: 33px;font-weight: bold;
}
h3 {
	font-size: 22px;line-height: 32px;
}
h4 {
	font-size: 24px;
}
/* images and misc. */

img {
	border: none;
	padding: 0;
}
img a {
	border:none;
}
img.left {
	float: left;
	border: none;
	padding: 6px;
}
img.right {
	float: right;
	border: none;
	padding: 6px;
}
blockquote {
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
}
code {
	margin:10px;
	font-family:"Courier New", Courier, monospace;
}
/* links */

a {
	color:#666;
	text-decoration:none;
	border: none;
	outline:none!important;
}
a:hover {
	color:#000;
	text-decoration: underline;
	border: none;
}
/* container */


#container {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	background-color:#fff;
	color:#333;
	overflow:hidden;
}
/* header */

#header {
	width: 960px;
	color: #fff;
	height: 150px;margin: 0 auto;
	background-image: url("images/header.jpg");
}
#header h1 {
	font-family: palatino linotype, georgia, arial, times;
	font-size: 16pt;
	font-weight: 300;
	letter-spacing: 1px;
	margin: 0;
	padding: 120px 0 0 16px;
}
#header h1 a {
	color: #404040;
	text-decoration: none;
}
#header h1 a:hover {
	color: #666;
	text-decoration: none;
}
#header h2 {
	font-family: palatino linotype, georgia, arial, times;
	font-size: 10pt;
	font-weight: 300;
	font-style: italic;
	color: #404040;
	letter-spacing: 1px;
	margin: 0;
	padding: 0 0 0 18px;
}
/* main menu */
.menu-wrap {
	width:940px;
	height:28px;
	overflow:visible;
	background:#1e1e1e;margin: 0 auto;
}
/* content */


#content {
	float: left;
	width: 630px;
	overflow: hidden;
}
#content-full{
	float: left;
	width: 100%;
	overflow: hidden;
}

.post {
	margin:0;
	padding:45px;
	line-height: 14pt;
	z-index:10;
}
.post h1 {
	padding-bottom:10px;
}
.post h2 {
	padding:15px 0 0 0;
}

.post p {
	line-height:20px;
}
.post a {
	text-decoration:underline;
}
.post ul {
	margin:15px 25px;
}
.post li {
}
.entry p {
	margin:12px 0;
}
.postmetadata {
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin-top: 16px;
}
.navigation {
	font-size:8pt;
	float:left;
	width:100%;
}
.alignleft {
	float:left;
	margin:0 10px 0 0;
}
.alignright {
	float:right;
	margin:0 0 0 10px;
}
.notfound {
	padding: 25px;
	font-size: 14pt;
	font-weight: 300;
}
/* sidebar */

#sidebar {
	width: 280px;
	float:right;
	margin:40px 45px 40px 0;
	color:#666;
	line-height:18px;
}
.widget-block {
	margin-bottom:29px;
	background-color: #e9f6ff;
	border: 1px solid #c8e8fe;
	padding:15px;
}
#sidebar h2 {
	color:#333;
	padding-bottom:14px;
	font-size:16px;
}
#sidebar p {
	margin:0;
	padding: 5px 0 5px 0;
}
#sidebar img {
	padding: 0;
	margin: 0;
}
#sidebar ul {
	margin:10px 0 10px 20px;
}
#sidebar ul li {
}
#sidebar ul ul {
	margin:10px 0 10px 10px;
	list-style-type:disc;
}
#sidebar ul ul li {
}
#sidebar ul ul ul {
}
#sidebar ul ul ul li {
	list-style-type:disc;
	margin:10px 0 10px 0px;
}
/* comments */

#commentssection {
	clear: both;
	padding: 2px 12px;
	margin: 0;
}
#commentssection h3 {
	font-family: georgia, times, verdana;
	font-size: 12pt;
	font-weight: 300;
	font-style: normal;
	color: #000;
}
#commentform {
	background: #F0F0F0;
	margin: 12px 12px 20px 12px;
	padding:20px;
}
#commentform p {
	color: #000;
}
#commentform a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #465D71;
	line-height: 14pt;
}
#commentform h3 {
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
}
#commentbox {
	width:75%;
	min-width:400px;
	margin:5px 5px 0 0;
}
#author, #email, #url, #commentbox, #submit {
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	border: none;
	padding: 6px;
	border: 1px solid #B2B2B2;
}
#submit {
	margin:5px 5px 0 0;
}
ol.commentlist {
	list-style-type: none;
}
ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	overflow: hidden;
}
ol.commentlist li.alt {
	background: #E5E5E5;
}
ol.commentlist li p {
	margin: 6px 0 6px 0;
	padding: 0 12px 0 0;
	line-height: 14pt;
}
ol.commentlist a {
	color:#000;
}
cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
}
cite a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #465D71;
}
/* search */

#searchform {
	padding: 6px 0 6px 6px;
	font-family: verdana, arial, times;
}
#searchform input#s {
	font-family: verdana, arial, times;
	font-size: 8pt;
	padding: 2px;
	margin: 2px;
	border: 1px solid #B7B7B7;
}
#searchform input#searchsubmit {
	font-family: verdana, arial, times;
	font-size: 7pt;
	padding: 2px;
	margin: 2px 0 0 2px;
	border: 1px solid #B7B7B7;
	background-color: #fff;
	color: #797979;
}
/* footer */

#footer {
	background: #1e1e1e;
	clear: both;
	width: 100%;
	overflow:hidden;
}
.footer-tag {
	width:960px;
	margin:0 auto;
	padding:15px 0;
	color:#c8e8fe;
	font-size:11px;text-align: center;
}
.footer-tag a {
	color:#c8e8fe;
}
.footer-tag a:hover {
	color:#fff;
	text-decoration:none;
}
#footer p {
	padding:16px 0;
	margin: 0;
	color: #696969;
	clear:both;
}
#footer a {
	color: #9A9A9A;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
}
#footer ul {
	margin:15px 0;
}
#footer ul li {
	list-style-type:none;
}
#footer h3 {
	margin:0 0 0 -2px;
	padding:0;
}
.box3 {
	float:left;
	width:236px;
	height:auto;
	padding:28px 15px 28px 45px;
}
#crumbs{padding:45px;padding-bottom:0;padding-top:15px;font-size:11px;}
#megaMenu{
	margin-top: 5px!important;margin-bottom: 5px!important;
}
h3.ui-accordion-header{
	font-size: 17px!important;color: #1e1e1e!important;
}
#ngg-slideshow-1-5-1{
	width: 960px;margin: 0 auto;margin-top: 5px;
}
.ui-accordion .ui-accordion-header a{
	padding-left: 35px!important;
}

/* portal */
a.portalbutton {
	display: block;
	padding: 9px 15px;
	color: white;
	background-color: #046ab2;
	border-radius: 5px;
	border: 1px solid #046ab2;
	float: right;
	text-decoration:none;
	margin: 10px;
}
a.portalbutton:hover {
	text-decoration:none;
}
