/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

@import 'artikli_table.css';
@import 'sendmail/style.css';

body {
	margin: 0;
	padding: 0;
	background:  #FFFFFF url(images/back_header_1.jpg) repeat-x; 
	font-size: 13px;
	color: #7F7F7F;
}

body, th, td, input, textarea, select, option {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	font-weight: normal;
	color: #0F7EAC;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 1em;
}


a {
	color: #0F7EAC;
}

a:hover {
	text-decoration: none;
	color: #0F7EAC;
}

/* Header */

#header {
	width: 890px;
	height: 404px;
	margin: 0px auto;
	background: url(images/header.gif) no-repeat;
}

/* Logo */

#logo {
	float: left;
	padding: 20px 0 0 100px;
	color: #000000;
}

#logo h1 {
	margin: 0;
	text-transform: lowercase;
	font-size: 24px;
	font-weight: normal;
	color: #FFFFFF;
}

#logo h1 a {
	padding-right: 20px;
	text-decoration: none;
	color: #FFFFFF;
}

#logo H2 {
	text-transform: uppercase;
	font-size: 10px;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

#language_menu img {
	border: 0px;
}

/* Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0px;
	padding: 20px 0px 0px 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin-left: 20px;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 1.36em;
	color: #000000;
}

#menu a:hover, .active a {
	border-bottom: 3px solid #FFFFFF;
}


/* Page */

#page {
	width: 830px;
	margin: 0 auto;
}

/* Content */

#content {
	float: right;
	width: 550px;
}

.post {
	padding: 20px 20px;
	/*background: url(images/bg04.jpg) repeat-x top left;*/
	background: url(images/bg05.jpg) no-repeat top left;
	border: 5px solid #ffffff;
	color: #000000;
}

.title {
	margin: 0;
	color: #0F7EAC;
}

.byline {
	margin: 0;
	color: #0F7EAC;
}

.meta {
	text-align: left;
	color: #646464;
}

.meta .more {
	padding-left: 20px;
	background: url(images/img03.gif) no-repeat left center;
}

.meta .comments {
	padding-left: 20px;
	background: url(images/img04.gif) no-repeat left center;
}

img.floatleft {
	float: left;
	margin:0px 10px 0px 0px;	
}

/* Sidebar */

#sidebar {
	float: left;
	/*margin-top: 50px; */
	width: 260px;
	margin: 0;
	padding: 0;
	margin-top: 50px;
	border: 5px solid #FFFFFF;
	/*background: url(images/bg04.jpg) repeat-x top left;	*/
	background: url(images/bg06.jpg) repeat-y top left;	
}

#sidebar h2 {
	margin: 0;
	padding: 15px 0 0 20px;
	height: 32px;
	color: #FFFFFF;
	/*background: url(images/small.gif) repeat-x;*/
	background: url(images/small2.jpg) top left;
	border-bottom: 0px solid #000000;
}

#sidebar h3 {
	margin: 0;
	padding: 10px 0 0 20px;
	height: 37px;
	color: #FFFFFF;
	/*background: url(images/small.gif) repeat-x;*/
	background: url(images/small3.jpg) top left;
	border-bottom: 0px solid #000000;
}

#sidebar p {
	margin-left: 40px;
	color: #FFFFFF;
}

#sidebar .mlmenu {
	margin-left: 20px;
}

/*
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none; 
	background: url(images/bg04.jpg) repeat-x left;	
}

#sidebar li {
}

#sidebar li ul {
	padding: 15px 0;
	border: 1px solid #000000;	
}

#sidebar li li {
	padding: 5px;
	padding-left: 20px;
}
*/

#sidebar a {
	color: #FFFFFF;
}

#sidebar a:hover {
	text-decoration: none;
}

/* Footer */

#footer {
	clear: both;
	margin: 0px;
	padding-top: 20px;
	height: 60px;
	border-top: #000000 solid 4px;
	background: #F2F2F2 url(images/bg02.jpg) repeat-x left top;
}

#footer a {
	text-decoration: none;
	color: #717171;
}

#footer a:hover {
	text-decoration: underline;
}

#footer p {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	text-align: center;
	color: #717171;
}

/* input */

input, select, textarea{
	border:1px solid #5BA3C1;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

