/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

    * Filename: style.css
    * Version: 1.0.0 (2009-03-07)
    * Website: http://munych.com/
    * Author: David und Max - munych
    * Description: Main Layout

    == STRUCTURE: ==============================
    * Page width: 820 px
    * Number of columns: 1
    ============================================
    
    == INDEX: ==================================
	_wrap : 
	_logo : 
	_menu
	_main : 
	_subwrap
	_bottom
	_list: Listen
	============================================
	
	== COLORS ==================================
	light brown  #452c1d
	dark brown #2a1c18
	blue #00aeef
	============================================
	
	== TODO ====================================
	---
	============================================
	
	== CHANGES =================================
	13/3/09 - changed all #452c1d into #2a1c18
	============================================
    */
    
    
   
    
*{
	margin:0;
	padding:0;
}
html, body {
    height: 100%;
}
body {
	font-family: Palantino, Helvetica;
	font-size: 18px;
	background: url('img/bg1.jpg') repeat;
	color:#2a1c18;
}
#wrap{
	margin:0 auto;
	width:820px;
	min-height:523px;
	
	}
#subwrap{
	margin:0 auto;
	width:820px;
	height:100px;
	background: url('img/bg2.png') no-repeat;}

.spacer{
	margin-bottom:20px;}
/* _logo
==========================================*/
#logo{
	min-height:200px;
	width:800px;
	padding: 0 15px 5px 15px;
	background: url('img/logo.png') no-repeat 10px 15px;}
	
/* _menu
==========================================*/
#navi{
	margin:0 auto;
	text-align:center;
	width:800px;
	padding:5px 0 5px 0;
	text-transform: uppercase;
	background: #2a1c18;
	}
	
ul.menu{
	font-family: 'Helvetica', Arial, verdana, sans-serif;
	margin:0 auto;
	padding:0;
	list-style:none;
	text-align:center;
	text-transform:uppercase;
	letter-spacing: -1px;
	word-spacing: -6px;
	}
	
ul.menu li{
	font-size:34px;
	display:inline;
	list-style:none;
	padding:0;
	}
	
ul.menu li a{
	text-decoration:none;
	color:#fff;}
	
ul.menu li a:link,ul.menu li a:visited {
		color: #fff;
		background: none;
}
ul.menu li a:hover,	ul.menu li a:active {
		color: #00aeef;
		text-decoration: underline;
}
#navi a:active{
	text-decoration:underline;}
ul.menu li a.blue{
	text-decoration:none;
	color:#00aeef;}
ul.menu li a.blue:link,	ul.menu li a.blue:visited {
		color: #00aeef;
		background: none;
}
ul.menu li a.blue:hover,ul.menu li a.blue:active {
		color: #fff;
		text-decoration: underline!important;
} 

#news #nav-news a,
#agency #nav-agency a,
#services #nav-services a,
#flyerdesign #nav-flyerdesign a,
#references #nav-references a,
#contact #nav-contact a {
   text-decoration:underline;
   }


/* _main
==========================================*/
#main{
	clear:both;
	min-height:300px;
	padding:10px 21px 10px 21px;
	margin-top:25px;
	background: url('img/bg1.png') repeat-y;	
	}
blockquote.maintop{
	font-size:34px;
	color:#2a1c18;
	font-family:verdana, sans-serif;
	font-weight:bold;
	font-style:italic;
	margin-bottom:23px;
	line-height:0.9em;
	}
em.maintop{
	float:right;
	font-size:20px;
	color:#fff;
	font-family:verdana, sans-serif;
	font-weight:bold;
	}
.bubble{
	background:#fff;
	padding:5px;
	font-size:28px;
	}
.bubble-left{
	border:none;
	padding-top:28px;
	min-height:28px;
	background:transparent url('./img/bubble-left.png')no-repeat bottom left;
	margin-bottom:15px;
	}
	
.bubble-right{
	border:none;
	padding-top:28px;
	min-height:28px;
	background:transparent url('./img/bubble-right.png') no-repeat bottom right;
	margin-bottom:15px;
	}

.post{
	background:#fff;
	color: #2a1c18;
	
	font-size:20px;
	}
.post h2{
	background: #2a1c18;
	padding:0 5px 0 5px;
	word-spacing: -5px;
	}
.post h2 a{
	color:#fff;
	font-size:30px;
	padding:2px 5px;
	}
	
.entry{
	padding:15px 5px 15px 5px;
	word-spacing: -3px;
	}

.postmetadata{
	color:#2a1c18;
	font-size:12px;
	padding:5px 5px 0 5px;
	word-spacing: normal;
	}
.postmetadata a:link, .postmetadata a:visited, .postmetadata a:active{
	color: #2a1c18;
	}

/* _comments
==========================================*/

.commentbubble{
	color:#fff;
	min-height:52px;
	background:transparent url('./img/commentbubble.png') no-repeat;
	margin-bottom:15px;
	line-height:26px;
	display:block;
	font-size:18px;
	padding:2px 0 0 2px;
	word-spacing: -5px;
	}
.commentbubble a:link, .commentbubble a:visited, .commentbubble a:active{
	color:#fff;
	line-height:26px;
	display:block;
	font-size:18px;
	padding:2px 0 0 2px;
	}
	
#comment{
	width:700px;
	}
	
.commentlist{
	margin-bottom:15px;
	}
	
ol.commentlist li{
	color:#fff;
	list-style:none;
	margin-bottom:15px;
	background:url('./img/dark.png') repeat;
	padding:0;
	}
	
ol.commentlist li p{
	padding:5px;
	}
	
ol.commentlist li a{
	color:#2a1c18;
	}
	
.commentmetadata{
	background:#fff url('./img/commentmetabubble.png') no-repeat;
	color:#2a1c18;
	display:block;
	height:25px;
	padding:5px 0 0 65px;
	margin:0;
	}
	
.authcomment{
	background:#ff0000;
	border:1px solid #2a1c18;
	}
	
#submit{
	margin-top:20px;
	min-width:159px;
	min-height:52px;
	overflow:hidden;
	text-indent: -1000em;
	background:transparent url('./img/submit.png') no-repeat left top;
	}
	
#respond{
	color:#2a1c18;
	}
/* _bottom
==========================================*/
#bottom{
	margin:0 auto;
	height:61px;
	width:800px;
	background:url('./img/bottom.png') no-repeat;
	}
	
/* _list
==========================================*/
ul,ol{
	padding-left: 25px;
	list-style-type:disc;}

h1,h2{
	font-weight:bold;
	color:#00aeef;
	}
	h1{
	font-size:25px;}
	h2{
	font-size:23px;}
	
a:link{
	color:#00aeef;
	text-decoration:none;}
a:active{
	text-decoration:underline;}
a:visited{
	color:#00aeef;
	text-decoration:none;}
a:hover{
	text-decoration:underline;}
	
/* _ref
============================================*/
ul.ref{list-style-type:none;}
ul li img.ref_img{
	float:left;
	padding-right:15px;
	border:none;}
ul li img.ref_img a{
	text-decoration:none;
	border:none;}
li.ref{
	clear:left;
	margin-top:5px;
	padding-top:10px;
	border-top:1px solid #000;}
	

