/*------------------------------------------------------------------
[Master Stylesheet]

Project:	Smashing Magazine
Version:	1.1
Last change:	05/02/08 [fixed Float bug, vf]
Assigned to:	Vitaly Friedman (vf), Sven Lennartz (sl)
Primary use:	Magazine
-------------------------------------------------------------------*/
@import "navigation.css";
@import "gbook.css";
@import "gigs.css";
@import "forms.css";
@import "shop.css";

*{
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	color: #685733;
	padding: 0;
	margin: 0;
}
ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
html, body{
	height: 100%;
	margin: 0;
	padding: 0;
}
body{
	background-image: url(../images/float.jpg);
}
h1, h2, h3{
	font-family: Georgia, Times;
	color: #4e3400;
}
h4, p, p.small{
	font-family: Tahoma, Arial;
	color: #4e3400;
}
b{
	font-weight: bold;
}
img{
	border: 0px;
}

a, a:visited {
	color: #654300;
	cursor: pointer;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	color: #352300;
	text-decoration: underline;
}

#wrap{
	width: 900px;
	margin: 0 auto;
	margin-top: -110px;
}
#page{
	position: relative;
	min-height: 100%;
}
#header{
	background-image: url(../images/top.jpg);
	height: 332px;
	margin: 0 auto;
	text-align: center;
}
#header .content{
	width: 900px;
	text-align: center;
	margin: 0 auto;
	padding-top: 20px;
	display: block;
	
}
#header .content h1{
	letter-spacing: -4px;
	font-family: Georgia, Times;
	color: #352300;
	font-size: 96px;
	line-height: normal;
}
#header .content h2{
	
	font-family: Georgia, Times;
	color: #352300;
	font-size: 12px;
	letter-spacing: 2px;
}
#footer{
	position: fixed;
	bottom: 0;
	background-image: url(../images/bottom-bot.jpg);
	background-position: 0px 24px;
	background-repeat: no-repeat;
	height: 150px;
	width: 100%;
}
#sign{
	position: fixed;
	bottom: -10px;
	right: 10px;
}
#columns{
	background: url(../images/bars.gif);
}

#columns_wide{
	background: url(../images/bars.gif);
	background-repeat: no-repeat;
	background-position: 251px 0px;
}
#columns_wide_foto{
}
#col_1{
	float: left;
	width:390px;
	margin-left: 0px;
	padding-right: 30px;
}
#col_1_wide{
	float: left;
	width:650px;
	margin-left: 0px;
	padding-right: 20px;
}
#col_1_wide_foto{
	float: left;
	width:435px;
	margin-left: 0px;
	padding-right: 20px;
}
#col_2{
	width: 230px;
	padding-right: 10px;
	float: left;
}

#col_3{
	width: 230px;
	float: right;
}
#col_3_foto{
	width: 445px;
	float: right;
}
.s180 img{
	width: 160px;
	height: auto;
}

/*------------------------------------------------------------------
	BARS
-------------------------------------------------------------------*/

.bar_top{
	background-image: url(../images/bar-top.gif);
	background-repeat: no-repeat;
	height: 20px;
	clear: both;
}


/*------------------------------------------------------------------
	HEADERS
-------------------------------------------------------------------*/
#wrap h1{
	font-size: 32px;
	letter-spacing: -1px;
	background-image: url(../images/bar-top.gif);
	background-position: 0px 40px;
	background-repeat: no-repeat;
	height: 54px;
	clear: both;
	display: block;
	line-height: normal;
	margin-top: -10px;
}
#wrap h1.news{
	margin-top: 20px;
	
}
#wrap h1.first-news{
	background: none;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	line-height: 32px;
	margin-top: -12px;
	height: auto;
	clear: both;
}
#wrap  #col_2 h1, #col_3 h1{
	background-position: 0px 26px;
	height: 40px;
	font-size: 16px;
	margin-top: 4px;
	letter-spacing: 0px;
	font-weight: normal;
}
h2{ /*Sub-headline*/
	font-size: 18px;
}
h3{ /*Small-headline*/
	font-size: 14px;
}
h4{ /*Date*/
	font-size: 10px;
}
p{
	font-size: 12px;
	color: #4e3400;
}
p.small{
	font-size: 10px;
	line-height: 14px;
}
/*------------------------------------------------------------------
[Spacers]
------------------------------------------------------------------*/
.inner_10{
	margin: 10px;
}

.s0{
	clear: both;
}
.s20{
	display: block;
	height: 20px;
	clear: both;
}
.s40{
	display: block;
	height: 150px;
	clear: both;
}
.s5{
	display: block;
	height: 5px;
	clear: both;
}
.s15{
	display: block;
	height: 15px;
	clear: both;
}
.s10{
	display: block;
	height: 10px;
	clear: both;
}
/*------------------------------------------------------------------
[Images]
------------------------------------------------------------------*/

a.g_photo, a.g_thumb{
	border: 1px solid #c3b68f;
	display: block;
	background: #f2ebd5;
	line-height: 0;
	padding: 6px;
}
a.g_photo:hover, a.g_thumb:hover{
	background: #b0a47d;
}

/*------------------------------------------------------------------
[News]
------------------------------------------------------------------*/
.news a.g_thumb{
	float: left;
	margin-right: 10px;
}
.news p{
}

span.date{ /*Date*/
	font-size: 10px;
	background-image: url(../images/bar-top.gif);
	background-repeat: no-repeat;
	display: block;
	margin-top: -10px;
	height: 40px;
	background-position: 0px 23px;
}

/*------------------------------------------------------------------
[Block] Contact
------------------------------------------------------------------*/

.block h1.contact{
	color: #8e5e00;
	font-size: 14px;
}
.videos h1{
	font-size: 12px;
	font-weight: bold;
}
.videos .bar_top{
	height: 10px;
}
/*------------------------------------------------------------------
[Popup]
------------------------------------------------------------------*/
#popupThanks{
	background: url(../images/popup.png);
	width: 403px;
	height: 78px;
	text-align: center;
	padding-top: 40px;
}
#popupThanks .inner{
	width: 100%;
	margin-left: -85px;
}
#popupThanks h1{
	font-size: 18px;
	color: #fff;
}
#popupThanks h2{
	font-size: 11px;
	color: #fff;
	width: 200px;
	line-height: 12px;
	margin-left: 100px;
}
.open_image{
	cursor: pointer;
}
.ds{
	margin-bottom: 10px;
}

/*------------------------------------------------------------------
[Popup 2]
------------------------------------------------------------------*/

#popupImage{
	border: 10px solid #f2ebd5;
	background: #f2ebd5;
}
