/*  
Theme Name: codesign
Theme URI: http://codesign.se
Description: codesign.se
Version: 1.0
Author: Andy Karlsson
Author URI: http://luckycat.se/
*/

/*========= SETUP =========*/

*{
	border: 0;
	margin: 0;
	padding: 0;
}
body{
	font-family: georgia, serif;
	color: #ffffff;
	background-color: #000000;
	font-size: 11px;
	line-height:1.6em;
}
a{
	color: #C00;
	text-decoration: none;	
}
a:hover{
	/*text-decoration: underline;*/
}
input,select,textarea{
	border: #dddddd 1px solid;
	font-size: 12px;
	padding: 2px 5px 2px 5px;
}
.btn{border:0}
select{
	padding: 0;
}
li{
	list-style: none;
	padding: 0 0 10px;
}
.entry-content ol li{list-style:decimal; margin-left:20px;}
.entry-content ul li{list-style:disc; margin-left:20px;}
h2{
	font-family: "trebuchet MS", sans-serif;
	color: #ffffff;
	background-color: #000000;
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 15px;
}
h3{
	font-family: "trebuchet MS", sans-serif;
	color: #ffffff;
	background-color: #000000;
	font-size: 14px;
	padding: 5px 0 5px 0;
}
h3 a, h2 a{
	color: #FFF;
}
h3 a{font-weight:normal;}
p{
	padding: 0 0 15px;
}
.widgettitle{color:#FFF;}
.entry-date{font-size:10px; padding:0 0 15px 10px; font-style:italic;}
.wp-caption-text{font-style:italic;}

/*========= LAYOUT =========*/
#header{
	height:80px;
	width:800px;	
}
#wrapper{
	width:800px;
	margin:0 auto;
	margin-top:50px;
	
}
#container{
	
}
#content{ 
	width:600px;	
	min-height:400px;
	float:right;
}
#search{	
	border-bottom:1px solid #666;
	border-left:1px solid #666;
	width:100px;
}
#s{background-color:#000; border:0; color:#999; padding:3px;font-family: "trebuchet MS", sans-serif;}
#footer{
	clear: both;
	color: #666666;
	padding:20px;
}
.sidebar {
	float:left;
	width: 180px; 
	display:inline;
	
}
#logo{position:absolute; left:20px; top:50px; width:146px; height:20px;}

.teaserimage_small{
	float:left;
	display:inline;
	margin:0 10px 20px 10px;
}

#company-info{
	font-size:11px;
	margin-top:30px;
	font-family: "trebuchet MS", sans-serif;
}

/*========= HEADER =========*/

/*- Page Navigation -*/

#nav{
	font-family: "trebuchet MS", sans-serif;
	min-height:350px;
	margin-bottom:30px;
}

#nav ul{
	padding: 0;
	list-style: none;
}
#nav .topnav a{
	padding: 0;
	font-size:16px;	
}
#nav .parent{margin-bottom:10px;}
#nav a {
	color:#FFF;
	text-decoration:none;
	
}
#nav .current_topnav_item a{	
	color: #a1a1a1;
}
#nav .current_page_item a{	
	color: #a1a1a1;
}
#nav li {
	font-size:11px;	
	padding:0;
	padding:3px;
}
#nav li .child{margin-left:10px;}
#nav li a:hover {
	color: #a1a1a1;
	/*text-decoration:underline;*/
}



/*========= MISC =========*/

.fix{
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden;
}
.entry-meta{padding:30px 0 30px 0; margin-bottom:30px; border-bottom:1px solid #666; clear:both;}


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */
