/*

Theme Name: 1024px

Theme URI: http://andreasviklund.com/wordpress-themes/

Description: A light and extremely simple theme with 2 columns. It is based on Andreas' <a href="http://andreasviklund.com/templates/1024px/">1024px CSS template</a>. Updated to support tags, category descriptions, gravatars and more. Validates as XHTML 1.0 Strict. Public domain.

Version: 2.7

Author: Andreas Viklund

Author URI: http://andreasviklund.com/

Tags: fixed width, two columns, white, blue, widgets, 1024px, andreas, valid CSS, valid XHTML

*/



/* Body */

* {
	margin: 0; padding: 0;
}
body {margin: 0 auto; padding: 0;
	/*text-align: center;*/
	font: 13px Verdana;
	color: #443e33;
	background:#F7F3EC/*#F3F3F3 url(images/top_bg.gif) repeat-x top*/;
/*margin-top: 18px;*/
margin-bottom: 18px;
}
a {
	color: #386ab2/*#28567a*/;
text-decoration: none;
}
a:hover {/*color: #BC7100;*/
text-decoration: underline;
}
img {
	border: 0;
}

.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}
.aligncenter {
	text-align: center;
}
.hidden {
	display: none;
}

/** BEGIN wrapper **/
#wrap {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	background:#fff url(images/bg.gif) repeat-y center;
border-left: 1px solid #CDDDE1;
border-right: 1px solid #CDDDE1;
border-bottom: 1px solid #CDDDE1;
margin-top:0px;
margin-bottom:18px;
clear:both;
}
/** END wrapper **/

/** BEGIN header #BC7100#F4F5F4**/

#wrapheader {
	margin:0 auto;
	height: 130px;
background:#e6e6e6;
width: 100%;
}

#header {
	padding:10px;
	margin:0 auto;
	height: 100%;
/*background:#F4F5F4 url(images/gemo-logo-weiss.gif);
background-repeat: no-repeat;
background-position: center right;*/
width: 1000px;
}

#header h1, #header h2, #header h3{
font-size: 140%;
float: right;
text-align:right;
color: /*#F4F5F4*/#386AB2;
margin: 44px 0 0 0;
}

#header .logo {	
	margin:0px;
	padding:0px;
	float:left;
	width:530px;
	height:110px;
}

#header .ad {
		padding:0px;
		margin:0px;
		float:right;
		padding-top: 20px;
		margin-right:35px;
		height:60px;
		width:468px;
	}
#header_3 {
	padding:0px;
	margin:0 -1px;
	
	background:#386AB2; /*url(images/header_3.gif) no-repeat top;*/
height:30px;
clear: both;
}
#navline {

background:#F78629;
	padding:0px;
	width:100%;float:left;
}
#nav {
	margin:0 auto; 
text-align: center;
background:#F78629/*#BF780A #386AB2*/;
	padding:0px;
	list-style-type: none;
	width:1000px;
	/*margin-left:28px;*/
}

#nav li {
	float: left;
	font-size: 0.9em;
	text-transform: uppercase;
	font-weight: bold;
	padding-right: 12px/*2px*/;
	/*padding-top:30px;*/

}
#nav ul {width: 1000px;

border-left: 3px solid #ccc;
}
#nav li a {
	display: block;
	color: #fff/*#DEECF5*/;
	text-decoration: none;	
	padding: 8px 10px;
/*background:#386AB2;*/

}

#nav li a:hover {
	display: block;
	color: #bd5532;
	text-decoration: none;
background:#E6E6E6/*#DCE4E7 #F4F5F4 #DEECF5*/;
	padding: 8px 10px
}

/** END header **/


/** BEGIN content **/

#content {
	padding: 0px;
	width: 620px;
	float: left;
min-height: 400px;
	margin:18px 0 18px 28px;	
}

#content .feature_new {	
	padding:0px;
	margin:0px;
	font-size:1.1em;
	font-weight:bold;
	margin-bottom:0px;
	margin-bottom:0px;
	width:610px;
	height:29px;
	padding:5px 0 0 10px;
	background:#deecf5;
	color:#28567a;
}

/** BEGIN featured **/

#featured {	
	width:620px;
	height: 235px;
	overflow: hidden;	
	margin-left:0px;
	margin-bottom:10px;
	background:#f0f8fb;
}
#featured .content {
	/*
	background: #ffffff url(images/gradient.gif) repeat-x 0 0;
	border: 1px solid #CFCFCF;
	*/
	
	padding: 5px;
	margin-bottom: 10px;
	border-bottom:none;
	
}
#featured .content img {
	float: left;
	margin-right:10px;
	width: 178px; 
	height: 105px;
	border:#deecf5 3px solid;	

}
#featured .contentmain .title{
	padding:0px;
	margin:0px;
	height:60px;
	}
#featured .contentmain .title h2 {
	padding:0px;
	margin:0px;
	font-size:1.4em;
	font-weight:bold;
	margin-bottom: 0px;
}
#featured .content .title h2 a {
	text-decoration: none;
	color:#28567a;
}

#featured .content .title .details {
	padding-top: 5px;
	font-size: 0.9em;
	text-transform:capitalize;
	margin-bottom: 0;	
}

#featured .content .title .details .comment{
	padding-top: 5px;
	font-size: 0.9em;
	text-transform:capitalize;
	height:17px;
	background:url(images/cooments.gif) no-repeat left;
	padding-left:25px;
}

#featured .content .title .details a {
	text-decoration: none;
	color:#28567a;
	font-weight:bold;
}

#featured .content p {
	line-height: 1.4em;
	margin-bottom: 10px;
}

#featured .content .author {	
	float:left;
	padding: 0 0px;
	margin-bottom:10px;	
}

#featured .content span {
	font-style:italic;
	color:#808080;
}

#featured .content .readmore {
	color:#bd5532;
}
/** END featured **/

/* chatterbox orig
#content {
	padding: 0px;
	margin:0px;
	width: 410px;
	float: left;
	margin-left:0px;	
}*/

#content .recent_art {
	padding:0px;
	margin:0px;
	font-size:1.1em;
	font-weight:bold;
	margin-bottom:0px;
	margin-bottom:10px;
	width:400px;
	height:29px;
	padding:5px 0 0 10px;
	background:url(images/cat_bg_0.gif) no-repeat left;
	color:#28567a;
}



#content .post {
	/*
	background: #ffffff url(images/gradient.gif) repeat-x 0 0;
	border: 1px solid #CFCFCF;
	*/
	/*width:410px 100%;
	min-height:180px;*/
	margin: 10px 0;
padding: 0 0 10px 0 ;
	border-bottom:#deecf5 1px solid;
}
#content .post img {
	float: left;
	margin-right:10px;
	width: 178px; 
	height: 105px;
	border:#deecf5 3px solid;
}
#content img {
	background: #FAFAFA;
   border: 1px solid #DCDCDC;
	padding: 8px;
margin: 4px 16px 4px 0;
}
#content img a:hover{
	background: none !important;
   border: 1px solid #DCDCDC;
	padding: 8px;
margin: 0 16px 0 0;
}
#content img.float-right {
  	margin: 5px 0px 10px 10px;  
}
#content img.float-left {
  	margin: 5px 10px 10px 0px;
}

#content .post .title{
	padding:0px;
	margin:0px;
	height:60px;
	}
#content h2 {
	padding:0;
	font-size:1.6em;
	font-weight:bold;
letter-spacing: 1px;
	margin-bottom: 12px;
color: #BC7100/*#FF8728*/;
/*border-bottom: 1px solid #BC7100;*/
text-transform: uppercase;
}
#content .post .title h2 a {
	text-decoration: none;
	color:#28567a;
}

#content .post h2 {
	padding:0px;
	margin:0 0 8px 0;
	font-size:1.2em;
	font-weight:bold;
	margin-bottom: 0px;
}
#content .post h2 a {
	text-decoration: none;
	color:#bd5532;
}
#content .post h2 a:hover {
	text-decoration: underline;
}

#content .post .title .details {
	padding-top: 5px;
	font-size: 0.9em;
	text-transform:capitalize;
	margin-bottom: 0;
	
}

#content .post .title .comment{
	padding-top: 5px;
	font-size: 0.9em;
	text-transform:capitalize;
	height:17px;
	background:url(images/cooments.gif) no-repeat left;
	padding-left:25px;
}

#content .post .title .details a {
	text-decoration: none;
	color:#28567a;
	
}

#content .post p {
	line-height: 1.4em;
	margin-bottom: 5px;
}

#content .tags {	
	float:left;
	padding: 0 0px;
	margin-bottom:10px;
	background:url(images/folder.gif) no-repeat left;
	padding-left:20px;
}
/*
#content span {
	font-style:normal;
	color:#808080;
}
*/
#content .readmore {
	color:#bd5532;
}

#postnav ul {
	list-style-type: none;
}
#postnav ul li {
	float: left;
	padding: 0 2px;
	font-family: Arial;	
}
#postnav ul li a {
	display: block;
	padding: 4px 8px;
	border: 1px solid #E1E1E1;
	text-decoration: none;
	color: #4F4F4F;
}
#postnav ul li a:hover {
	border-color: #ffffff;
}
	
h2.title {
	font-size: 1em;
	text-transform: uppercase;
	margin-bottom: 15px;
}
#content .single {
	padding: 5px 0;
	margin:0px;
	margin-bottom: 10px;
}

#content .single p {
	line-height: 1.5em;
	margin-bottom: 10px;
}
#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: #e0e0e0;*/
}

#content .single h2 {
	font-size: 1.4em;
	margin-bottom: 10px;

}
#content .single h3 {
	font-size: 1.2em;
	margin-bottom: 5px;

}
#content .single h4 {
	font-size: 1.1em;
	margin: 5px 0;

}
/** END content **/

#navigation {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 25px;
	width: 100%;
	overflow: hidden;	
}

.alignleft {
	/*text-align: left;*/
	float: left;
	padding:0px;
margin: 0 7px;
}

.alignright {
	text-align: right;
	float: right;
	padding-right:20px;
}


/** BEGIN sidebar **/
#sidebar {
	padding:0px;
	margin:12px 0 0 0;
/*margin: -30px 0 0 0;*/
	width: 300px;
	float: right;
	/*margin-right:28px;*/
background: #fff;

border-left: 1px solid #CDDDE1;
border-bottom: 1px solid #CDDDE1;
	
}

#sidebar h2{
line-height:20px;
background: #BC7100;
color: #F4F5F4;
margin-left: -1px !important; margin-right: -1px !important;}

#sidebar h2 a{
/*background: #F78629;*/
color: #fff;
text-decoration: none;
	display: block;
}
#sidebar h2 a:hover{
text-decoration: underline;

}

#nav .current_page_item a, #nav .current_page_parent a, #header_3 .current_page_ancestor a {
color: #bd5532 !important;
background: #fff !important;

}
#sidebar .current_page_item {
background: #e6e6e6;/*#F78629*/;
margin: 0;
}

#sidebar ul li ul li a{
font-weight: normal !important;
}
/**/
#sidebar p{
font-size: 90%;
line-height: 1.2em;
color: #6B6B6B;;
}

#sidebar2 {
	width: 200px;
	float:left;
	padding: 0px 0;
	margin-left:10px;
}

#sidebar .box {	
		padding:0px;
		margin-bottom: 15px;
	}
	
	#sidebar h2 {		
	padding:0px;
	margin:0px;
	font-size:1.0em;
	font-weight:bold;
	margin-bottom:0px;
	/*margin-bottom:10px;
	width:290px;
	height:29px;*/
	padding:5px 0 5px 10px;
	background:  #F78629/*url(images/cat_bg_2.gif) no-repeat left*/;
	color:#fff;
	text-transform: uppercase;
	}

#sidebar .posts a{
font-weight: normal; !important}
	
	#sidebar ul {
		list-style-type: none;
border-top: 1px solid #CDDDE1;
	}
	#sidebar ul li {
			/*line-height: 1.5em;*/
			padding: 0 0 0 10px;
			margin:2px 0;	
		}
	#sidebar ul li a {
			color: #BC7100;
			font-weight:bold;
			text-decoration: none;
display: block;
margin: 2px 0;
		}
#sidebar ul li a:hover {

text-decoration: underline;
display: block;
		}
	#sidebar .ads {
		text-align: center;
		margin-bottom: 10px;		
	}
		#sidebar .ads img {
			margin: 4px;
	}
	
	#sidebar .flickr {
		text-align: center;
	}
		#sidebar .flickr img {
			width: 75px;
			margin: 2px;
		}
	#sidebar .video {
		text-align:center;
	}
	#sidebar .tags {
		text-align:center;
	}


.rssfeed{
padding:0px;
margin:0px;
height:16px;
background:url(images/rss.gif) no-repeat left;
}

.twitter{
padding:0px;
margin:0px;
height:16px;
background:url(images/twitter.gif) no-repeat left;
}

.facebook{
padding:0px;
margin:0px;
height:16px;
background:url(images/facebook.gif) no-repeat left;
}

.linkedin{
padding:0px;
margin:0px;
height:16px;
background:url(images/linkedin.gif) no-repeat left;
}
/** BEGIN links **/
#links {
	clear: both;
	padding: 0px;
	font-family: Verdana;
}

#links .col_1{
	padding:0px;
	margin:0px;
	width:200px;
	float:left;
}

#links .col_2{
	padding:0px;
	margin:0px;
	float:right;
	width:140px;
	margin-right:5px;
}

	#links .box {	
		float: left;
		padding: 0px;
		width: 200px;
		margin-bottom:20px;
	}
	
	
	#links h2 {
		float: left;
		font-size: 0.9em;
		text-transform: uppercase;
		color: #28567a;
		padding: 5px 0px 0 8px;	
		font-weight:bold;		
		margin-bottom: 0px;
		height:21px;
		width:192px;
		height:29px;
		background:url(images/cat_bg_1.gif) no-repeat top;
	}
	#links ul {
		clear: both;
		list-style-type: none;
		padding: 0 5px;
	}
		#links ul li {
			line-height: 1.5em;
			font-size: 0.9em;
			padding: 10px 0 0 20px;
			background:url(images/pen.gif) no-repeat left;
		}
		#links ul li a {
			color: #28567a;
			text-decoration: none;
			font-weight:normal;
		}
		#links ul li a:hover {
			color: #28567a;
			text-decoration: underline;
		}
/** END links **/

/** END sidebar **/


/** BEGIN footer **/
#footer {
	clear: both;
	margin: auto -1px;
padding: 6px;
	color: #E3E4E3;
	font-size: 0.9em;
	
	background:#BC7100;
}
#footer p {	
	margin: auto auto;
	text-align: right;
	/*padding: 10px;*/
}
#footer a {
	color: #ffffff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
background: none;
	
}
.footernav{	
	text-align: center;
margin: 2px 0 0 0;
}
.footernav li {	
	display:inline;
list-style-type: none;
margin:0 6px;
}
/** END footer **/

/** BEGIN miscellaneous **/
#comments {
	padding: 5px 15px 15px;
	margin-bottom: 10px;
}
	#comments a {
		text-decoration: none;
	}
	#comments h2 {
		font-size: 1.4em;
		margin: 10px 0;
		font-weight: normal;
	}
	#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 #cccccc;
			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 #cccccc;
		}
		#comments form textarea {
			width: 350px;
			padding: 4px 4px !important;
			border: 1px solid #cccccc;
		}
		#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;
	padding: 10px;
	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 #e0e0e0;
		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 10px 20px;
	font-size: 0.9em;
}
	#comments .navigation a {
		color: #999999;
		padding: 3px 8px;
		border: 1px solid #cccccc;
	}
	#comments .navigation a:hover {
		color: #000000;
		border-color: #000000;
		text-decoration: none;
	}
#comments .says {
	display: none;
}
/** END wordpress 2.7 comments **/
