
/*
insert text here
*/

body {
	margin: 0;
	padding: 0;
	background: #EFEFEF url(images/main-bg-white.jpg) repeat;
	font-family: "Verdana", Geneva, sans-serif;
	font-size: 1em;
	color: #000000;
}

/*
Added this color and size 10.12.2012
*/

p.exsm {
	color:rgb(255,255,255);
	font-size: 1px
}

/*
end added color
*/

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #211B1B;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2.4em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #091580;
}

a:hover {
}

#wrapper {
	padding: 0;
}

/* Header */

#header {
	width: 940px;
	height: 180px;
	margin: 0 auto;
/*
	background: url(images/main-bg-mess.jpg);
*/
}

/* Logo */

#logo {
	width: 940px;
	height: 150px;
	margin: 0px auto 30px auto;
	color: #000000;
}

#logo h1, #logo p {
	margin: 0;
	padding: 0;
}

#logo h1, #logo img {
	opacity:0.95;
	filter:alpha(opacity=95);
	padding: 10px 0px;
}

#logo h1, #logo img:hover {
	opacity:1.0;
	filter:alpha(opacity=100);
}

#logo h1 {
	line-height: 150px;
	letter-spacing: -1px;
	text-align: center;
	font-size: 3.8em;
}

#logo p {
	float: left;
	margin: 0;
	padding: 26px 0 0 10px;
	text-align: center;
	color: #000000;
} 

#logo p a {
	color: #000000;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #000000;
}

/* Menu */

#menu {
	overflow: auto;
	width: 1000px;
	padding: 5px 0px;
	margin: 10px auto 10px auto;
	background: #4980F5;
	font-size: 1.2em;
	color: #000000;
}

#menu ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
	list-style: none;
	line-height: normal;
	text-align: center;
}

#menu li {
	display: inline-block;
	border-right: 2px solid #FFFFFF;
}

#menu a {
	display: block;
	padding: 0px 20px 0px 10px;
	text-decoration: none;
	text-align: center;
	font-size: .85em;
	font-weight:400;
	color: #FFFFFF;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
	text-decoration: underline;
}

#menu .current_page_item a {
	color: #FFFFFF;
}

#menu .last {
	border-right: none;
}

/* Page */

#page {
	overflow: auto;
	width: 940px;
	margin: 0px auto;
	padding: 30px 30px;
	background: #FFFFFF;
	border: 1px solid #C4C5CC;
}

/* Content */

#content {
	float: left;
	width: 600px;
	padding: 10px 0px 0px 0px;
}

.post {
}

.post .title {
	margin-bottom: 10px;
	padding: 12px 0px 20px 0px;
	letter-spacing: -1px;
	color: #101010;
}

.post .title a {
	color: #101010;
	border: none;
}

.post .meta {
	height: 30px;
	border-bottom: 1px solid #292929;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

.post .meta .date {
	float: left;
	height: 24px;
	padding: 3px 15px;
	color: #BBBBBB;
}

.post .meta .posted {
	float: right;
	height: 24px;
	padding: 3px 15px;
	color: #BBBBBB;
}

.post .meta a {
	color: #BBBBBB;
}

.post .entry {
	padding: 0px 0px 10px 0px;
	padding-bottom: 20px;
	text-align: justify;
}

.links {
	padding-top: 20px;
	font-size: 12px;
	font-weight: bold;
}



/* Footer */

#footer {
	overflow: auto;
	width: 1000px;
	height: 200px;
	margin: 0 auto;
	padding: 40px 0 15px 0;
}

#footer p {
	margin: 0;
	padding-top: 20px;
	line-height: normal;
	text-align: center;
	color: #000000;
}

#footer a {
	color: #000000;
}

#footer a:hover {
	text-decoration: underline;
	background-color:yellow;
}

/* three columns with wide middle, narrow right */

#three-colums {
	overflow: auto;
	width: 1000px;
	margin: 0px auto;
	padding: 30px 0px;
	border-bottom: 1px solid #C4C5CC;
	color: #000000;
}

#three-colums h2 {
	padding: 0px 0px 20px 0px;
	font-size: 2em;
	color: #000000;
}

#three-colums #column1 {
	float: left;
	width: 313px;
	height:800px;
	margin-right: 20px;
	font-size: .85em;
}

#three-colums #column2 {
	float: left;
	width: 413px;
	height:800px;
	margin-right: 20px;
	font-size: .85em;
}

#three-colums #column3 {
	float: right;
	width: 234px;
	height:800px;
	text-align: center;
	font-size: .85em;
}

.link-style {
	display: inline-block;
	margin-top: 10px;
	padding: 5px 15px;
	background: #83003E;
	color: #FFFFFF;
}


.link-style2 {
	display: inline-block;
	margin-top: 10px;
	padding: 10px 25px;
	background: #83003E;
	font-size: 1.25em;
	color: #FFFFFF;
}

#welcome {
	width: 1000px;
	margin: 0px auto;
	padding: 30px 0px;
	border-top: 1px solid #C4C5CC;
	border-bottom: 1px solid #C4C5CC;
	color: #000000;
}

#welcome h2 {
	padding: 20px 0px 20px 0px;
/*	background: url(images/main-bg-mess.jpg);    */
}

#welcome h2 a {
	color: #000000;
}

#welcome a {
	color: #000000;
}

#banner {
	overflow: auto;
	width: 1000px;
	margin: 0px auto;
	padding: 30px 0px;
	border-top: 1px solid #D4D4D4;
	border-bottom: 1px solid #C4C5CC;
	text-align: center;
}

#four-columns {
	overflow: auto;
	width: 1000px;
	margin: 0px auto;
	padding: 30px 0px;
	border-bottom: 1px solid #C4C5CC;
	color: #000000;
}

#four-columns h2 {
	padding: 0px 0px 20px 0px;
	font-size: 2em;
	color: #000000;
}

#four-columns #colum1 {
	float: left;
	width: 230px;
	height:560px;
	margin-right: 20px;
	font-size: .85em;
}

#four-columns #colum2 {
	float: left;
	width: 230px;
	height:560px;
	margin-right: 20px;
	font-size: .85em;
}

#four-columns #colum3 {
	float: left;
	width: 230px;
	height:560px;
	margin-right: 20px;
	font-size: .85em;
}


#four-columns #colum4 {
	float: right;
	width: 250px;
	height:560px;
	font-size: .85em;
}

#two-columns {
	overflow: auto;
	width: 1000px;
	margin: 0px auto;
	padding: 30px 0px;
}

#two-columns #col1 {
	float: left;
	width: 660px;
	color: #000000;
}


#two-columns #col2 {
	float: right;
	width: 320px;
}

#two-columns h2 {
	padding: 0px 0px 20px 0px;
	color: #000000;
}


#two-columns .image-style {
}


#two-columns .text-style {
	padding-bottom: 10px;
	border: 10px solid #000000;
	text-align: center;
	font-size: 20px;
}

/* three columns with equal spacing */

#three-columns {
	overflow: auto;
	width: 1000px;
	margin: 0px auto;
	padding: 30px 0px;
	border-bottom: 1px solid #C4C5CC;
	color: #000000;
}

#three-columns h2 {
	padding: 0px 0px 20px 0px;
	font-size: 2em;
	color: #000000;
}

#three-columns #column1 {
	float: left;
	width: 313px;
	height:560px;
	margin-right: 20px;
	font-size: .85em;
}

#three-columns #column2 {
	float: left;
	width: 313px;
	height:560px;
	margin-right: 20px;
	font-size: .85em;
}

#three-columns #column3 {
	float: right;
	width: 334px;
	height:560px;
	font-size: .85em;
}