body
{
	color: #000;
	background: #fff;
	margin: 0px;
	padding: 0px;
	font: normal normal normal 12px/16px 'Lucida Grande',Helvetica,Arial,Geneva,Sans-Serif;
}

form , p
{
	margin: 0px;
	padding: 0px;
}

div
{
	overflow: hidden;
}

a {
    font-weight: bold;
}

a:link , a:active , a:visited
{
	background: transparent;
	color: #a65;
	text-decoration: none;
}

a:hover
{
	text-decoration: none;
	color: #621;
}

h1 , h2 , h3 , h4 , h5 , h6
{
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	line-height: 1.3em;
}

h1 { font-size: 40px; }
h2 { font-size: 36px; }
h3 { font-size: 32px; }
h4 { font-size: 28px; }
h5 { font-size: 24px; }
h6 { font-size: 20px; }

input , select , textarea , button
{
	font: normal normal normal 0.8em 'Lucida Grande' , 'Lucida Sans Unicode' , 'Helvetica' , 'Geneva' , 'Arial' , Sans-Serif;
}

#header	{
		width: 916px;
		height: 153px;
		margin: 0px auto;
		background: transparent url('../../site_media/images/background/bg_header.jpg') no-repeat;
	}

#menu {
	width: 100%;
	margin: 0px auto;
	border-top: 1px solid #c7c7c7;
	border-bottom: 1px solid #c7c7c7;
	height: 22px;
	padding-top: 8px;
	background: transparent url('../../site_media/images/background/bg_menu.gif') no-repeat;
	margin-bottom: 20px;
	font-weight: bold;
}

	#menu a {
	    color: #f84;
	}
	
	#menu a:hover {
	    color: #b40;
	}
	
	#menu ul#top_menu{
		width: 916px;
		margin: 0px auto;
		padding-left: 40px;
	}
	
	#menu ul#top_menu li{
		float: left;
		text-align: center;
		margin-right: 26px;
	}

#canvas {
	width: 916px;
	margin: 0px auto;

}
    #canvas p {
        line-height: 1.5em;
    }
    
	#left {
		width: 200px;
		float: left;
	}
    
        #left_menu a {
            color: #c98;
            font-weight: bold;
        }
        
        #left_menu a:hover {
            color: #965;
        }
        
		#left ul#left_menu {
			margin-bottom: 30px;
		}
		
		#left ul#left_menu li{
			margin-left: 20px;
			margin-top: 6px;
			margin-bottom: 10px;
		}

		#left div.left_box{
			width: 158px;
			padding: 20px;
			border: 1px solid #d4d4d4;
			margin-top: 6px;
		}
		
		#right div.left_box{
			width: 140px;
			padding: 20px;
			border: 1px solid #d4d4d4;
			margin-top: 6px;
		}

		#left div.center p{
			text-align: center;
			margin-bottom: 5px;
			margin-top: 5px;
		}

		#left input{
			height: 24px;
			font-size: 14px;
			border: 1px solid #bbbbbb;
			width: 120px;
		}

		h5.box_title {
			font-weight: bold;
			font-family: tahoma;
			font-size: 10px;
			margin-bottom: 20px;
			color: #7a7a7a;
		}

		h5.box_title span {
			color: #e10000;
		}

		#left input.submit {
			height: 26px;
			width: 30px;
		}

	#middle {
		width: 494px;
		float: left;
		padding: 0px 20px 20px 20px;
		font-size: 13px;
/*      line-height: 18px;
        letter-spacing: 0.2px;
*/	}
    
		#middle blockquote {
		    overflow: hidden;
/*          background: transparent url('/site_media/images/quote-off.gif') no-repeat 98% 90%;*/
		    margin: 0 0 10px 0;
		    padding: 20px;
		    border: 1px dotted #ccc;
		}
		
		#middle blockquote p {
		    margin: 0;
		    color: #555;
		    font-size: 12px;
		}
		
		#middle blockquote p span {
		    color: #777;
		    font-style: italic;
		    display: block;
		}
		
		#middle p , #middle_detail_page p {
			margin-bottom: 10px;
		}

		#middle h4.content_title , #middle_detail_page h4.content_title{
/*          font-weight: bold;
            font-family: tahoma;*/
            font-weight: bold;
			margin-bottom: 5px;
			padding-bottom: 5px;
			/*border-bottom: 3px solid #582015;*/
			color: #582015;
		}
        
        #middle_detail_page h5 {
            margin: 0 0 10px 0;
            font-weight: bold;
            font-size: 17px;
        }
        
	#middle_detail_page {
		width: 694px;
		float: left;
		padding: 0px 20px 20px 20px;
		font-size: 14px;
		line-height: 18px;
		letter-spacing: 0.2px;
	}

	#middle_detail_page ul#coffee_trivia li {
		margin-bottom: 10px;
		list-style-type: square;
		margin-left: 20px;
	}

	#right {
		width: 182px;
		float: left;
	}

		#right div.right_box{
			width: 182px;
			margin-bottom: 6px;
		}

#news {
	clear: both;
	width: 916px;
	/*height: 220px;*/
	margin: 0px auto;
	background-color: #e5e5e5;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 10px;
}
	
	#news p.news_detail_link a {
	    font-size: 12px;
	    color: #555;
	}
	
	#news p.news_detail_link a:hover {
	    color: #777;
	}
	
	#news div.news_column {
		font-size: 14px;
		color: #7a7a7a;
		float: left;
		width: 260px;
		margin-right: 20px;
		margin-left: 20px;
	}

	#news div.news_column img{
		float: left;
		margin-right: 10px;
		margin-bottom: 4px;
	}

	#news div.news_column p.news_title {
		font-size: 18px;
		font-weight: bold;
		color: #7a7a7a;
	}
    
    #news div.news_column p.news_title span {
        color: #f00;
    }
    
	#news div.news_column p {
		margin-bottom: 10px;
		line-height: 18px;
	}

	#news div.news_column p.news_title span{
		color: #e10000;
	}
	
    #news_medias {
        margin-top: 20px;
    }
    
#sponsors {
	background: transparent url('../../site_media/images/background/bg_sponsor_row.jpg') bottom repeat-x;
	height: 128px;
	width: 916px;
	margin: 0px auto;
	margin-top: 0px;
	margin-bottom: 10px;
}

	#sponsors div {
		float: left;
	}

#footer {
	width: 100%;
	margin: 0px auto;
	background-color: #454545;
}

	#footer div#footer_menu {
		width: 896px;
		margin: 0px auto;
		padding: 20px;
		color: #fff;
	}

	#footer div#footer_menu ul {
		float: left;
	}
	
	#footer div#footer_menu li {
		
		margin-right: 15px;
		padding: 2px 15px 2px 0;
		border-right: 1px solid #868686;
	}
    
    #footer_menu a {
        color: #fff;
        font-weight: normal;
    }
    
    #footer_menu a:hover {
        color: #ddd;
    }

	#footer div#footer_black_row {
		background-color: #000;
		height: 20px;
		padding: 6px;
		text-align: right;
		color: #555;
	}

	#footer div#footer_black_row a{
		color: #fff;
	}
	
/**********************COMMON**************************/

div#media_container {
	width: 100%;
	height: 400px;
	background-color: #000;
}

	p.media_caption {
		height: 50px;
		background-color: #f00;
		margin-top: 330px;
		padding: 10px;
	}

ul.media_gallery {
	width: 100%;
	margin-top: 6px;
	padding-left: 4px;
}

ul.media_gallery li {
	float: left;
	margin: 1px;
	width: 96px;
	height: 80px;
	background-color: #f00;
}

ul#threelist {
    margin: 0px;
}

ul#threelist li{
    margin: 10px;
}

    ul#threelist li.child_one{
        margin-left: 20px;
    }
    
    ul#threelist li.child_two{
        margin-left: 40px;
    }
    
    ul#threelist li.child_three{
        margin-left: 60px;
    }

h6.photo_gallery_title {
    margin-bottom: 10px;
    font-size: 14px;
    color: #d62;
}


#category_rows div {
    margin-bottom: 15px;
}

#category_rows div p {
    margin-left: 20px;
    font-size: 13px;
}

#category_rows h4 {
    background: transparent url( '/site_media/images/vinyet/bullet.png' ) 0 5px no-repeat;
    font-size: 15px;
    padding-left: 20px;
    margin-bottom: 5px;
}

#category_rows h4 small {
    display: block;
    color: #555;
}

div.gastronomi {
	margin-top: 20px;
	padding: 0 0 20px 0;
	border-bottom: 5px solid #eee;
}

div.gastronomi p{
	color: #ff8844;
	font-weight: bold;
}

div.gastronomi p.gastronomi_prepare{
	clear: both;
}

div.gastronomi p.gastronomi_title{
	font-size: 16px;
	
}

div.gastronomi img{
	text-align: right;
	border: 4px solid #e0eaea;
	width: 250px;
	margin: 0px 10px 10px 0px;
}

.flickr {
    margin: 0 0 20px 0;
}

.flickr img {
    width: 100px;
    margin: 0 15px 10px 0;
    border: 10px solid #eee;
}

#middle_detail_page ul {
    margin: 0 0 10px 0;
    list-style-type: square;
}

#middle_detail_page ul li {
    margin: 0 0 5px 15px;
}

.left_box p {
    margin: 0 0 10px 0;
}

.error {
    color: #f00;
    font-size: 11px;
}


#twitts {
    background: transparent url( '../images/vinyet/twitter.png' ) center top no-repeat;
    padding: 128px 0 0 0;
    margin: 20px 0 20px 0;
    border-bottom: 5px solid #ddd;
}

#twitts h6 {
    text-align: center;
    margin: 10px 0 20px 0;
    font-size: 14px;
}

#twitts h6 span {
    display: block;
}

#twitts p {
    font-size: 12px;
    margin: 0 0 15px 0;
}

#twitts a {
    font-size: 11px;
}

#twitts p span {
    margin: 0 0 0 10px;
    padding: 0 0 0 10px;
    border-left: 1px dotted #ddd;
}

#twitts p span a {
    color: #aaa;
}


div.sub-section-container {
    padding: 20px 0 0 0;
}

div.sub-section-container img {
    display: inline;
    float: left;
    margin: 0 20px 0 0;
}

div.sub-section-container p {

}

span.gtwt {
    margin: 0 10px 0 0;
    border-right: 3px solid #AA6655;
    padding: 0 10px 0 0;
}

span.gtwt a {
    font-weight: normal;
}


h6.aa-question {
    font-family: Georgia;    
    font-size: 17px;
    color: #f55;
    font-style: italic;
    margin: 20px 0 0 0;
    padding: 0;
}
