/*
Theme Name: Altair Theme
Author: WPCorner.com
Author URI: http://www.wpcorner.com/
*/

* {
	margin: 0; padding: 0;
}
body {
	text-align: center;
	font: 12px Verdana;
	color: #27241E;
	background: #ffffff url(images/background.gif) repeat-x 0 0;
}
a {
	color: #0178BA;
}
a:hover {
	text-decoration: none;
	color: #ffffff;
}
img {
	border: 0;
}

.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}
.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.aligncenter {
	text-align: center;
}
.hidden {
	display: none;
}

/** BEGIN wrapper **/
#wrapper, .wrapper {
	width: 955px;
	margin: auto auto;
	text-align: left;
}
/** END wrapper **/

/** BEGIN header **/
#header {
	height: 140px;
}
	#header h1 {
		float: left;
		padding-top: 0px;
	}
		#header h1 a {
			display: block;
			width: 955px; height: 108px;
			text-indent: -9999px;
			outline: none;
			background: url(images/logo.gif) no-repeat 0 0;
		}
	#header ul {
		list-style-type: none;
		float: right;
	padding-top:0px;
	
	}
		#header ul li {
			float: left;
			
			font-weight: normal;
			font-size: 1.3em;

			margin: 0 5px;
		}
		#header ul li a {
			color: #ffffff;
			text-decoration: none;
			display: block;
			padding: 9px;
		}
		#header ul li a:hover {
			background-color: #262626;
                        color: #d2db44;
		}
/** END header **/

/** BEGIN featured **/
#featured {
	height: 100px;
	padding: 20px 40px 10px 40px;
}
	#featured .item {
		color: #000000;
		clear: both;
	}
		#featured .item .thumb {
			display: block;
			overflow: hidden;
			width: 140px; height: 70px;
			border: 3px solid #ffffff;
			float: left;
			margin-right: 15px;
		}
		#featured .item h2 {
			font-size: 1.5em;
			margin-bottom: 7px;
		}
			#featured .item a {
				text-decoration: none;
			}
		#featured .item p {
			line-height: 1.4em;
		}
	#featured .container {
		width: 800px; height: 80px;
		overflow: hidden;
	}
/** END featured **/

/** BEGIN navigation **/
#navigation {
	height: 35px;
	color: #ffffff;
	padding-top: 0px;
}
	#navigation .l {
		width: 300px;
		float: left;
		padding-right: 18px;
		padding-left: 18px;
		background: url(images/vertical.gif) no-repeat right 0px;
	}
	#navigation .c {
		width: 288px;
		float: left;
		padding: 0 18px 0 10px;
		background: url(images/vertical.gif) no-repeat right 0px;
	}
	#navigation .r {
		width: 300px;
		float: left;
	}
	#navigation h2 {
		font-size: 1.2em;
		
		margin-bottom: 2px;
                color: #0178BA;
	}
		#navigation h2 a {
			text-decoration: none;
		}
	#navigation .title {
		padding: 5px 0px 5px 65px;
		background-repeat: no-repeat;
		background-position: 6px 0;
	}
		#navigation .l .title { background-image: url(images/kontakt.gif);}
		#navigation .c .title { background-image: url(images/member.gif); }
		#navigation .r .title { background-image: url(images/language.gif);}

	#navigation .description {
		text-transform: uppercase;
		font-size: 0.9em;
		margin-bottom: 10px;
		padding-left: 0;
	}
	#navigation p {
		line-height: 1.5em;
		padding-left: 60px;
	}
	#navigation ul li {
            	color: #89aae0;
                padding-left: 0px;
		text-transform: uppercase;
	}
	#navigation ul li a{
		color: white;
                text-decoration: none;
	}
	#navigation ul li a:hover{
            	color: #0178BA;
	}
/** END navigation **/

/** BEGIN content **/
#content {
	width: 635px;
	float: left;
	padding: 20px 0;
}
	#content .post {
		clear: both;
		padding: 20px;
		border: 1px solid #eeeeee;
		background-color: #ffffff;
		margin-bottom: 20px;
	}
		#content .post .l {
			width: 150px;
			float: left;
		}
		#content .post .r {
			float: right;
			width: 420px;
		}
		#content .post .date {
			width: 162px; height: 32px;
			background: url(images/date.gif) no-repeat 0 0;
			color: #5c5c5c;
			text-transform: uppercase;
			font-size: 0.9em;
			font-weight: bold;
			padding: 12px 0 0 30px;
			margin: 0 0 15px -28px;
		}
		#content .post img {
			margin-bottom: 20px;
			width: 140px; height: 70px;
		}
		#content .post .keepreading {
			display: block;
			text-indent: -9999px;
			outline: none;
			width: 118px; height: 25px;
			background: url(images/keepreading.gif) no-repeat 0 0;
		}
		#content .post h2 {
			font-size: 1.4em;
			margin-bottom: 20px;
		}
			#content .post h2 a {
				text-decoration: none;
			}
                        #content .post h2 a:hover{
				text-decoration: none;
                                color: #5c5c5c;                     
			}
		#content .post p {
			line-height: 1.4em;
			margin-bottom: 10px;
                       text-align: justify;
		}
		#content .post .comments {
			width: 62px; height: 20px;
			text-align: center;
			background: url(images/comments.gif) no-repeat 0 0;
			font-size: 0.8em;
			padding-top: 5px;
			float: right;
			margin-top: 10px;
		}
			#content .post .comments a {
				color: #27241E;
				text-decoration: none;
				font-weight: bold;
			}
	#content .postnav {
		text-transform: uppercase;
		font-weight: bold;
		padding: 20px;
	}

	#content .postnav a{
		text-transform: uppercase;
		font-weight: bold;
		padding: 20px;
	}

#content .postnav a:hover {
	text-decoration: none;
	color: #5c5c5c;
}

#content .post a {
	color: #0178BA;
}

#content .post a:hover {
	text-decoration: none;
	color: #5c5c5c;
}

/** END content **/

/** BEGIN sidebar **/
#sidebar {
	width: 300px;
	float: right;
	padding: 20px 0;
}
	#sidebar .box {
		background-color: #C8D2DC;
		padding: 5px;
		border: 1px solid #ABAAAA;

		margin-bottom: 15px;
	}

			#sidebar .box li {
				color: #ffffff;
                                line-height: 1.1em;
                                padding: 5px 5px 5px 5px;
                        }

			#sidebar .box li a {
				font-size: 13px;
				color: #000000;

                   	}
			#sidebar .box li a:hover {
				text-decoration: none;
                                color: #000000;
			}

		#sidebar .box h2 {
			background-color: #DBE5EE;
			font-size: 1em;
			color: #4895D0;
			
			padding: 10px;
			border: 1px solid #BBCCCD;
			margin-bottom: 5px;
		}
		#sidebar .box .con {
			padding: 10px;
			border: 1px solid #BBCCCD;
			background-color: #DBE5EE;
		}
		#sidebar .box .rss {
			padding: 10px 10px 10px 40px;
			border: 1px solid #BBCCCD;
			background: #DBE5EE url(images/rss.gif) no-repeat 5px 5px;
			margin-bottom: 5px;
		}
			#sidebar .box .rss a {
				color: #98AAB2;
				font-weight: bold;
				text-decoration: none;
			}
		#sidebar .box .mail {
			padding: 10px 10px 10px 40px;
			border: 1px solid #BBCCCD;
			background: #DBE5EE url(images/email.gif) no-repeat 5px 8px;
			margin-bottom: 5px;
		}
			#sidebar .box .mail a {
				color: #98AAB2;
				font-weight: bold;
				text-decoration: none;
			}

		#sidebar .box ul.popular {
			list-style-type: none;
		}
			#sidebar .box ul.popular li {
				clear: both;
				line-height: 1.6em;
				font-size: 0.8em;
			}
			#sidebar .box ul.popular li img {
				float: left;
				margin-right: 10px;
				padding: 5px;
				border: 1px solid #98AAB2;
				width: 50px; height: 50px;
			}
			#sidebar .box ul.popular li a {
				font-size: 1.2em;
				font-weight: normal;
				color: #000000;
				
			}
			#sidebar .box ul.popular li a:hover {
				color: #000000;
                               text-decoration: none;
			}
		#sidebar .box .video {
			padding: 6px;
		}
		#sidebar .box .subscribe {

		}

			#sidebar .box .subscribe li {
				line-height: 1.5em;
				padding: 5px 0px 0px 30px;
				font-size: 1.1em;
                                color: white;
				background: url(images/mail.gif) no-repeat 5px 6px;
				
			}
			#sidebar .box .subscribe li.facebook { background-image: url(images/facebook.gif); }
			#sidebar .box .subscribe li.pr { background-image: url(images/favicon3.ico);}
			#sidebar .box .subscribe li.ba { background-image: url(images/favicon4.ico);}
			#sidebar .box .subscribe li.su { background-image: url(images/favicon2.ico);}

			#sidebar .box .subscribe li a {
				color: #000000;
				
			}
			#sidebar .box .subscribe li a:hover {
				color: #000000;
                                text-decoration: none;
			}

		#sidebar .box .tags a {
			color: #98AAB2;
			text-decoration: none;
		}
		#sidebar .box .tags a:hover {
			color: #363329;
		}
			#sidebar .box .textwidget {
				color: #000000;
                                line-height: 1.1em;
                                padding: 5px 5px 5px 5px;
                        }

			#sidebar .box .textwidget a {
				font-size: 13px;
				color: #000000;

                   	}
			#sidebar .box .textwidget a:hover {
				text-decoration: none;
                                color: #000000;
			}


	/** END sidebar **/


/** BEGIN footer 1 **/
#footer1 {
	clear: both;
	background: #C7D1DB url(images/footer.gif) repeat-x 0 0;
	
}
	#footer1 .box {
		width: 198px;
		float: left;
		padding: 20px;
	}
		#footer1 .box h2 {
			font-size: 1em;
			text-transform: uppercase;
			color: #0178BA;
			margin-bottom: 10px;
		}
		#footer1 .box ul {
			list-style-type: none;
		}
			#footer1 .box ul li {
				line-height: 1.5em;
				padding: 4px 0;
			}
			#footer1 .box ul li a {
				color: #27241E;
				text-decoration: none;
			}
			#footer1 .box ul li a:hover {
				color: #0178BA;
				text-decoration: underline;
			}
/** END footer 1 **/

/** BEGIN footer 2 **/
#footer2 {
	background-color: #a8b2bc;
	color: #ffffff;
	height: 50px;
}
	#footer2 .l {
		float: left;
		padding-top: 18px;
	}
	#footer2 .r {
		float: right;
		padding-top: 18px;
	}
	#footer2 a {
		color: #516C6D;
		text-decoration: none;
	}
/** END footer 2 **/

/** BEGIN miscellaneous **/
#content .single {

		clear: both;
		padding: 20px;
		border: 1px solid #eeeeee;
		background-color: #ffffff;
		margin-bottom: 20px;
}
	#content .single p {
		line-height: 1.5em;
		margin-bottom: 10px;
                text-align: justify;
	}
	#content .single ul, #content .single ol {
		list-style-position: inside;
		margin-bottom: 10px;
	}
	#content .single li {
		line-height: 1.5em;
		padding: 2px 0;
	}
	#content .single blockquote {
		padding: 10px 10px 5px;
		margin-bottom: 10px;
		background-color: #eeeeee;
		border-width: 1px 0;
		border-style: solid;
		border-color: #bbbbbb;
	}

	#content .single h3, #content .single h4, #content .single h5, #content .single h6 {
		font-size: 1.2em;
		margin-bottom: 5px;
	}
	#content .single h2 {
		font-size: 2em;
	}

#content .single .details {
	color: #5c5c5c;
        font-weight: bold;
        padding-top: 5px;
        padding-bottom: 5px;
}

#content .single a {
	color: #0178BA;
}
#content .single a:hover {
	text-decoration: none;
	color: #5c5c5c;
}
#comments {
	
}
	#comments a {
		text-decoration: none;
	}
	#comments h2 {
		font-size: 1.2em;
		margin: 10px 0;
	}
	#comments p {
		margin-bottom: 10px;
		line-height: 1.6em;
	}
	#comments form {
		
	}
	#comments form p {
		margin-bottom: 5px;
	}
		#comments form input {
			margin-right: 5px;
		}
		#comments form input, textarea {
			border: 1px solid #bbbbbb;
			font-size: 0.9em;
			font-family: Verdana;
			padding: 4px;
			background-position: 4px 4px;
			background-repeat: no-repeat;
		}
		#comments form input {
			width: 240px;
			border: 1px solid #bbbbbb;
		}
		#comments form textarea {
			width: 350px;
			padding: 4px 4px !important;
			border: 1px solid #bbbbbb;
		}
		#comments form button {
			border: 1px solid #a0a0a0;
			font-size: 1em;
			font-family: Verdana;
			padding: 2px 6px;
		}
	.commentdetails {
		margin-top: 25px;
	}
	.commentauthor {
		margin-bottom: 5px !important;
		font-weight: bold;
	}
	.commentdate {
		font-size: 0.8em;
		margin-bottom: 5px;
		color: #909090;
	}
	.required {
		color: #ff0000;
	}
h2.title {
	font-size: 1em !important;
	text-transform: uppercase;
	margin-bottom: 15px;
	color: #565656;
}
.notfound {
	padding: 40px;
}
	.notfound h2 {
		font-size: 18px;
		font-weight: normal;
		margin-bottom: 10px;
	}

/** END miscellaneous **/

/** BEGIN wordpress 2.7 comments **/
#comments ol {
	list-style-type: none;
	clear: both;
	padding: 0;
	margin: 0;
}
	#comments .buffer {
		padding: 10px;
	}
	#comments ol li {
		margin-bottom: 10px;
	}
	#comments ol li ul li {
		border: 1px solid #eeeeee;
		padding: 10px;
	}
	#comments ol li .avatar {
		float: right;
	}
	#comments ol li .comment-author {
		
	}
		#comments ol li .comment-author .fn {
			font-weight: bold;
			font-size: 1.2em;
		}
	#comments ol li .comment-meta {
		font-size: 0.9em;
		color: #999999;
		margin: 5px 0 10px;
	}
	#comments ol li .reply {
		font-size: 0.9em;
		font-weight: bold;
		padding-bottom: 10px;
	}
	#comments .children {
		list-style-type: none;
	}
#comments .navigation {
	padding: 0 0 40px;
	font-size: 0.9em;
}
	#comments .navigation a {
		color: #999999;
		padding: 3px 8px;
		border: 1px solid #bbbbbb;
	}
	#comments .navigation a:hover {
		color: #000000;
		border-color: #000000;
		text-decoration: none;
	}
#comments .says {
	display: none;
}
/** END wordpress 2.7 comments **/
