/*
Theme Name: aaweb Theme
Theme URI: http://aaweb.ch
Description: aaweb Theme based on default theme.
Version: 1.0
Author: Andy Abgottspon
Author URI: http://aaweb.ch
Tags: blue, custom header, fixed width, two columns, widgets

*/



/* Begin Typography & Colors */
* {
    /*font-style: normal;*/
    list-style: none;
    margin: 0;
    outline: none;
    padding: 0;
    text-decoration: none;
}

img {
 border: none;
}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #123c60 url('/wp-content/themes/aaweb/design/bg_main.jpg') repeat-x;
	color: #333;
	text-align: center;
	}

#page {
	background-color: white;
	text-align: left;
	background: url('/wp-content/themes/aaweb/design/content_repeatright.jpg') repeat-y right top;
	width: 960px;
	}

#header {
	background: #94bcdd url('/wp-content/themes/aaweb/design/header_repeat.jpg');
	}

#content {
	background: url('/wp-content/themes/aaweb/design/content_repeatleft.jpg') repeat-y;
	font-size: 1.2em;
	background-color: #fff;
	min-height:580px;
	}
	
#content p {
	margin-bottom:1em;
}

#headerimg 	{
	margin: 0;
	width: 100%;
	background: url('/wp-content/themes/aaweb/design/header_right.jpg') no-repeat top right;
	height: 135px;
	}

#topnav {
	width: 460px;
	float: right;
	margin-top:50px;
}


#topnav li {
    list-style-type:disc;
    color:#BCDDF6;
	font-size: 1.4em;
	float: left;
	margin-right:20px;
	padding-right:5px;
	padding-left:0px;
}

#topnav li a {
    color: #DEDEDE;
}

#topnav li.current_page_item a {
    font-weight:bold;
    color:#fff;
}

/*	Begin Headers */

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	padding-top: 20px;
	padding-bottom: 15px;
	margin: 0;
	font-size: 1.6em;
}

h1.title {
	font-size: 2.0em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h1.title, h1.title a {
	color: #1c4e79;
}

h2 {
	margin-top: 20px;
}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h3 {
	font-size: 1.3em;
	}

/* End Headers */


.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}
	
.morespacer {
	clear:both;
}
	

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	background-color: white;
	margin: 37px auto;
	margin-bottom:0;
	padding: 0;
	}

#header {
	padding: 0;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 600px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	background: url('/wp-content/themes/aaweb/design/footer_bg.jpg') no-repeat;
	border-top: none;
	padding: 0;
	margin: 0 auto;
	clear: both;
	text-align: center;
	height:62px;
	}

#footer div {
	margin: 0;
	padding-top:20px;
	text-align: center;
	color: #7E7E7E;
	}

#footer a {
	color: #4B627B;
	}
/* End Structure */






/* 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 */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
/*  text-indent: -10px;*/
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li {
    list-style-type:disc;
}

.entry ul li:before, #sidebar ul ul li:before {
/*  content: "\00BB \0020";*/
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 700px;
	width: 215px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 230px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 45px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* Image rotator */
.main_image {
	width: 620px;
	height: 476px;
	float: left;
	background: #333;
	position: relative;
	overflow: hidden; /*--Overflow hidden allows the description to toggle/tuck away as it slides down--*/
	color: #fff;
}
.main_image h2 {
	font-size: 2em;
	font-weight: normal;
	margin: 0 0 5px;
	padding: 10px;
	color:#DADADA;
}
.main_image p {
	font-size: 1.2em;
	line-height: 1.6em;
	padding: 10px;
	margin: 0;
	padding-top:0px;
}

.main_image img {
    padding-left:10px;
    padding-top:10px;
}

.main_image small {
    display:none;
}

.block small { /*--We'll be using this same style on our thumbnail list--*/
	font-size: 1em;
}
.main_image .block small {margin-left: 10px;}
.main_image .desc{
	position: absolute;
	bottom: -10px;
	left: 0; /*--Stick the desc class to the bottom of our main image container--*/
	width: 100%;
	display: none; /*--Hide description by default, if js is enabled, we will show this--*/
}    
.main_image .block{
	width: 100%;
	background: #111;
	border-top: 1px solid #000;
	padding:10px;
}

.main_image a {
 color:white;   
}
.main_image a.collapse { /*--This is our hide/show tab--*/
	background: url(btn_collapse.gif) no-repeat left top;
	height: 27px;
	width: 93px;
	text-indent: -99999px;
	position: absolute;
	top: -27px;
	right: 20px;
}
.main_image a.show {background-position: left bottom;}

.image_thumb {
	float: left;
	width: 235px;
/*  background: #f0f0f0;*/
/*  border-right: 1px solid #fff;
    border-top: 1px solid #ccc;
*/}
.image_thumb img {
	border: 1px solid #ccc;
	padding: 5px;
	background: #fff;
	float: left;
}

.image_thumb ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.image_thumb ul li{
	margin: 0;
	padding: 12px 10px;
/*  background: #f0f0f0 url(nav_a.gif) repeat-x;*/
	width: 230px;
	float: left;
	border-bottom: 1px solid #ccc;
/*  border-top: 1px solid #fff;*/
/*  border-right: 1px solid #ccc;*/
}
.image_thumb ul li.hover { /*--Hover State--*/
	background: #ddd;
	cursor: pointer;
}
.image_thumb ul li.active,
.image_thumb ul li.active h2 { /*--Active State--*/
	background: #333333;
	color:#fff;
	cursor: default;
}
html .image_thumb ul li h2 {
	font-size: 1.2em;
	margin: 5px 0;
	padding: 0;
    text-align:left;
}

.image_thumb ul li .block {
	float: left;
	margin-left: 10px;
	padding: 0;
	padding-right: 5px;
	margin-right: 0px;
	width: 150px;
}
.image_thumb ul li p{display: none;}/*--Hide the description on the list items--*/

.entry .image_thumb ul {
    padding:0;
    margin:0;
	text-indent: 0px;
}
.entry .image_thumb ul li {
    /*padding:0;*/
    margin:0;
	text-indent: 0px;
}

.entry {
    margin-top:10px;
}                  

.entry .image_thumb ul li {
}


/* referenzen*/
div#referenzen div {
    float:left;
    padding-top:10px;
    width:275px;
    margin-right:15px;
    margin-bottom:10px;
    text-align:left;
}

div#referenzen div img {
    border:1px solid #909090;   
    padding:5px;
}

div#referenzen div p {
/*    color:white;*/
    padding-top:7px;
    padding-bottom:0px;
}


/* Feature list (portfolio) */
ul#tabs h3 {
	margin: 0;	
	padding: 7px 0 0 0;
	font-size: 16px;
	text-transform: uppercase;
}

div#feature_list {
	width: 850px;
	height: 400px;
	overflow: hidden;
	position: relative;
}

div#feature_list li {
    margin:0;
    padding:0;
	list-style-type: none;	
}

div#feature_list ul {
	position: absolute;
	top: 0;
	list-style-type: none;	
	padding: 0;
	margin: 0;
}

ul#tabs {
	left: 0;
	z-index: 2;
/*  width: 320px;*/
}

ul#tabs li {
	font-size: 12px;
	font-family: Arial;
}

ul#tabs li p {
    width:350px;
}                     

ul#tabs li img {
	padding: 5px;
	border: none;
	float: left;
	margin: 10px 10px 0 0;
}

ul#tabs li a {
	color: #222;
	text-decoration: none;	
	display: block;
	padding: 10px;
	height: 60px;
	outline: none;
}

ul#tabs li a:hover {
/*  text-decoration: underline;*/
}

ul#tabs li a.current
 {
	background:  url('/wp-content/themes/aaweb/design/feature-tab-current.png');
	color: #FFF;
}
ul#tabs li a.current h3 {
    color: #FFF;	
}

ul#tabs li a.current:hover {
	text-decoration: none;
	cursor: default;
}

ul#output {
	right: 0;
	width: 568px;
	height: 370px;
	position: relative;
}

ul#output li img {
	background-color: #999;
	padding:5px;
}

ul#output li {
	position: absolute;
	width: 560px;
	height: 370px;
}

ul#output li a {
	position: absolute;
	bottom: 10px;
	right: 10px;
	padding: 8px 12px;
	text-decoration: none;
	font-size: 11px;
	color: #FFF;
	background: #000;
	-moz-border-radius: 5px;
}

ul#output li a:hover {
	background: #D33431;
}


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

