/*
Theme Name: Europa
Description: 
Version: 
*/

/************************/
/*     Global Design    */
/************************/
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Verdana, sans-serif;
	background-color: #ccc;
}

ul, ol {
	list-style-type: none;
}

ul li {
	margin: 0;
}

blockquote, #content ul, #content ol, p, pre {
	margin: 0 0 0.5em 0;
}

/************************/
/*     Layout Design    */
/************************/

#page {
}

#header {
	background: url(images/header_back.jpg) repeat-x;
	font-family: Verdana;
}

#wrapper {
	clear: both; /* Clear float items in from navi-bar */
	width: 780px;
	margin: 0 auto;
	background: url(images/wrapper.jpg) repeat-y;
	border-left: 1px solid #BFBFBF;
	border-right: 1px solid #BFBFBF
}

#content {
	float: left;
	width: 370px;
	margin-left: 10px;
	margin-top: 10px;
}

#sidebar {
	float: right;
	width: 380px;
	margin-right: 10px;
	color: #666;
}

.children {
	padding: 15px 0 0 15px;
}

.side {
	float: left;
}

#footer {
	clear: both;
	height: 50px;
	background: url(images/footer.jpg);
}

/************************/
/*     Header Design    */
/************************/

#headerimg {
	height: 118px;
	width: 670px;
	margin: 0 auto;
	background: url(images/header.jpg) no-repeat;
	padding-top: 40px;
	padding-left: 120px;
}

.description {
	font-size: 12px;
	padding-left: 22px;
}

/* Navigational bar */

ul#navi-bar {
	padding: 8px 0;
	font-size: 12px;
}

ul#navi-bar h2 {
	font-size: 120%;
}

ul#navi-bar li {
    margin: 0 10px;
    float: left;
}

ul#navi-bar li:first-child {
	margin-left: 5 !important;
}

ul#navi-bar ul {
}

#footer-meta #navi-bar a {
	display: block;
	padding: 5px 0;;
	color: #FFF;
}

#navi-bar a:hover {
}

/************************/
/*    Sidebar Design    */
/************************/

#sidebar ul {
	font-size: 12px;
}

#sidebar ul h2 {
	font-size: 120%;
	color: #39a002;
}

#sidebar ul li {
	margin-bottom: 10px;
}

#sidebar ul ul {
	margin-left: -5px;
}

#sidebar ul ul li {
	margin-bottom: 3px;
	line-height: 18px;
}

#sidebar ul ul ul {
	margin: 2px 0 13px 5px;
}

#sidebar p {
}

#sidebar a {
}

#sidebar a:hover {
}

#sidebar a:visited {
}

.leftbar {
	margin-top: -158px;
	background-color: #2A2A2A;
	width: 192px;
}

.leftbar ul.leftlist {
	margin: 5px;
}

.leftbar ul.leftlist ul {
	padding: 0 5px;
}

.leftbar-top {
	height: 184px;
	background: url(images/left-side-top.jpg) no-repeat;
}

.rightbar {
	width: 180px;
	margin-left: 7px;
	margin-top: 10px;
}

#sidebar .rightbar ul ul li {
	line-height: 18px;
	background: url(images/bullet.jpg) no-repeat left;
	padding-left: 15px;
	border-bottom: 1px dashed #868686;
}

.ads {
	margin: 13px;
}

/************************/
/*    Content Global    */
/************************/

blockquote {
	font-family: Arial;
	color: #666;
	padding: 0 15px;
}

h1, h2, h3, h4, h5, h6 {
	color: #000;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 12px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 12px;
}

code, pre {
	overflow: auto;
	white-space: pre;
	font-family: Courier;
}

#content ul {
	padding-left: 20px;
	list-style-type: square;
}

#content ol {
	padding-left: 25px;
	list-style-type: decimal;
}

#content ul ol, #content ol ul {
	margin-top: 0.5em;
}

/************************/
/*    Content Design    */
/************************/

h2 a:hover, h2 a:visited, h2 a {
	color: #fff;
	font-size: 18px;
	font-family: Verdana, Arial, sans-serif;
}

.post {
	margin-bottom: 30px;
	font-size: 12px;
	color: #000;
}

.post .posted {
	font-family: Arial, sans-serif;
	color: #bbb;
	font-weight: bold;
	font-size: 10px;
	padding-bottom: 10px;
}

.post p {
	text-align: left;
}

.post a {
	color: #39a002;
}

.post strong, b {
}

.post img {
	max-width: 100%;
}

.post ul, ol, li {
}

.entry {
}

.postmetadata {
	padding: 10px 0 10px 0;
	margin: 5px 0;
	line-height: 10px;
	color: #000;
}

.postmetadata a {
	color: #666;
}

.comments {
	background: url(images/comment.jpg) no-repeat left;
	padding: 1px 10px 4px 10px;
	display: inline;
	color: #000;
}

.comments a {
	color: #39a002;
}

.entrytext {
}

p.alt {
	font-size: 12px;
}

.entry-tags {
	display: block;
}

.navigation {
	height: 1em;
	font-size: 12px;
	margin: 5px 0;
}

#nav-above {
	margin-bottom: 10px;
}

#nav-below {
	margin-top: 10px;
}

.alignleft, .nav-previous {
	float: left;
}

.alignright, .nav-next {
	float: right;
}

.center {
}

.pagetitle {
}

cite {
}

a img {
	border: none;
}

acronym, abbr {
}

/************************/
/*    Comment Design    */
/************************/

#content ol.commentlist {
	font-size: 12px;
	padding: 0 10px;
	list-style-type: none;
	margin: 0;
	color: #000;
}

ol.commentlist li cite.author {
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
}

ol.commentlist li cite.author {
	color: #000;
}

ol.commentlist li {
	margin-bottom: 1em;
}

ol.commentlist li.alt {
}

ol.commentlist a {
	color: #39a002;
}

ol.commentlist p {
	margin: 0 0 0.5em 0;
}

#commentform p {
	font-size: 12px;
	margin: 10px 0 5px 0;
	color: #000;
}

#comment {
	width: 95%;
}

#author, #email, #url, #comment {
	border: 1px solid #FFF;
	background-color: #FFF;
	padding: 3px;
	font-family: Verdana, sans-serif;
	font-size: 10px;
}

small.commentmetadata {
	margin: 0 0 0.3em 0;
	color: #39a002;
}

small.commentmetadata a {
	color: #39a002;
}

h3#comments, h3#respond {
	font-size: 14px;
	margin: 4px 0 4px 0;
}

/************************/
/*     Search Design    */
/************************/

#searchform {
}

#searchform input {
}

#searchform #s {
	width: 75%;
}

/************************/
/*     Footer Design    */
/************************/

#footer-meta {
	font-size: 10px;
	line-height: 16px;
	width: 780px;
	margin: 0 auto;
	color: #B8C6BB;
}

#footer-meta a {
	color: #39a002;
}

#footer p {
	margin: 0;
}

/************************/
/*     Other Design     */
/************************/

.clear {
	clear: both;
}

a {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #888;
	text-decoration: none;
}