@charset "ISO-8859-1";
/*
###############################################

	Stilmall för Gentlemen Official
	http://www.gentlemenofficial.com/	

###############################################
*/

/* RESET */
	body, h1, h2, h3, h4, p, ul, li, ol, form {
		border:		0;
		margin:		0;
		padding:	0;
	}
	body, form, input, textarea {
		color:		#000;
		font:		normal 12px "Arial", Helvetica, sans-serif;
	}
	a:focus, a {
		outline:	none;
	}
	a img, img {
		border:		0;
	}

/* HTML-TAGGAR */
	body {
		background:	url("../images/bg_xrep.jpg") top repeat-x;
		color:#FFF;
		
	}
	a:link {
	color: #945653;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #945653;
}
a:hover {
	text-decoration: none;
	color: #945653;
}
a:active {
	text-decoration: none;
	color: #945653;
}
	blockquote {
		width:100%;
		border-left:1px solid #D2D2D2;
		font-size:100%;
		font-style:italic;
		margin:1em 0;
		padding:0.3em 0 0.3em 0.8em;
	}
		blockquote p {
			margin:0;
			padding:0;
		}
	object {
		border:0;
		outline:none;
	}
	hr {
		border:0;
		border-bottom:1px solid #564a4a;
		height:1px;
		margin:20px auto;
		background:#564a4a;
		width:860px;
		clear:both;
	}


/* LOGOTYP */
h1#Logo a {
	display:block;
	height:160px;
	margin:0;
	float:left;
	width:330px;
}
	h1#Logo a span {
		display:none;
	}

/* DIVVAR */
div#Wrapper {
	margin:0 auto;	
	width:920px;
}
div#Header {
	background:url("../images/bg_top.jpg") no-repeat top;
	margin:0 auto;
	min-height:352px;
	position:relative;
	width:920px;
}
div.ContentWrapper {
	width:840px;
	margin:0 auto 10px auto;
	overflow:hidden;
}
div#Container {
	margin-bottom:20px;
	overflow:hidden;
}
	div#Container div.Person {
		margin-bottom:25px;
		overflow:hidden;
	}
		div#Container div.Person img {
			margin-left:30px;
		}
	div#Container div.Info {
		width:450px;
		float:right;
		margin-top:10px;
		margin-right:10px;
	}
		div#Container div.Info p {
			margin-bottom:0.8em;
			line-height:150%;
		}
		div#Container div.Info span {
			font-size:17px;
			margin-right:2px;
		}
div.SmallBox {
	border-right:1px dotted #4f2e2c;
	float:left;
	margin-right:10px;
	margin-left:5px;
	width:290px;
}

div.MiniBox {
	float:left;
	width:142px;
}


div.SmallBoxRight {
	float:left;
	margin-right:10px;
	margin-left:7px;
	width:290px;
}
	div.SmallBox h2 {
		margin-bottom:15px;
	}
	div.SmallBox p {
		line-height:150%;
		margin-bottom:0.8em;
		width:270px;
	}
		div.SmallBox p a {
			font-weight:bold;
			color:#965754;
		}
div#Header p {
	line-height:160%;
	margin-left:30px;
	margin-bottom:0.9em;
	width:60%;
	float:left;
}
div#Header h1.Headline {
	margin:10px 0 70px 30px;
}

/* SPRÅKVAL */
div#Language {
	position:absolute;
	top:15px;
	right:20px;
}
	div#Language a {
		display:block;
		height:50px;
		width:50px;
	}
	div#Language a#EnglishFlag {
		background:url("../images/english.gif") no-repeat;
	}
	div#Language a#SwedishFlag {
		background:url("../images/swedish.gif") no-repeat;
	}
	div#Language a span {
		display:none;
	}


/* NYHETSLISTNING */
div#NewsContainer {
	overflow:hidden;
}
div.NewsItem {
	overflow:hidden;
	margin-bottom:15px;
}
div.NewsImage {
	float:left;
	margin-right:10px;
}
	
/* KALENDERLISTNING */
ul.calendarList {
	list-style-type:none;
	line-height:150%;
}
	ul.calendarList li {
		margin:3px 0 3px 10px;
	}
	
/* LIGHTBOX */	
div#GalleryContainer {
	width:850px;
	margin:0 auto;
}
div#GalleryContainer a img{
	margin-right:10px;
	margin-bottom:10px;
}
/* MENY */
div#Menu {
	left:300px;
	position:absolute;
	top:100px;
}
div#Menu ul li {
	display:inline;
	list-style-type:none;
}
	div#Menu ul li a {
		display:block;
		float:left;
	}
	div#Menu ul li a span {
		display:none;
	}
	ul#Swe li a {
		height:23px;
	}
	ul#Eng li a {
		height:26px;
	}
	ul#Swe li.Start a {
		background:url("../images/start_swe.gif") no-repeat;
		width:92px;
	}
	ul#Swe li.About a {
		background:url("../images/about_swe.gif") no-repeat;
		width:165px;
	}
	ul#Swe li.Calendar a {
		background:url("../images/calendar_swe.gif") no-repeat;
		width:114px;
	}
	ul#Swe li.Gallery a {
		background:url("../images/gallery_swe.gif") no-repeat;
		width:137px;
	}
	ul#Swe li.Contact a {
		background:url("../images/contact_swe.gif") no-repeat;
		width:82px;
	}

	ul#Eng li.Start a {
		background:url("../images/start_en.gif") no-repeat;
		width:108px;
	}
	ul#Eng li.About a {
		background:url("../images/about_en.gif") no-repeat;
		width:163px;
	}
	ul#Eng li.Calendar a {
		background:url("../images/calendar_en.gif") no-repeat;
		width:119px;
	}
	ul#Eng li.Gallery a {
		background:url("../images/gallery_en.gif") no-repeat;
		width:124px;
	}
	ul#Eng li.Contact a {
		background:url("../images/contact_en.gif") no-repeat;
		width:92px;
	}
	


/* FLASHAR */
#FlashBanner {
	margin-bottom:20px;
}
#MusicPlayer {
	width:265px;
	margin:0 auto;
}

#Liljedals {
	position:absolute;
}

/* KONTAKT */
div#ContactContainer {
	margin:130px auto 0 auto;
}
div.ContactInfo {
	margin-top:50px;
	float:right;
}
	div.ContactInfo h2, div.ContactInfo h3 {
		margin-left:30px;
		margin-bottom:1.2em;
	}
	div.ContactInfo p {
		margin-bottom:2em;
	}
	div.ContactInfo a {
		color:#965754;
	}


/* SIDFOT */
div#Footer {
	background:url("../images/bottomBG.jpg") no-repeat;
	height:35px;
	margin-bottom:10px;
	position:relative;
	width:920px;
}
	div#Footer a {
		height:17px;
		position:absolute;
		width:17px;
	}
		div#Footer a span {
			display:none;
		}
		a#Myspace {
	right:46px;
	top:7px;
		}
		a#Facebook {
	right:23px;
	top:7px;
		}


#AdminPanel {
	margin:2em 0 1em 3em;
}

#loginform {
	margin-bottom:2em;
}
#loginform  label {
	display:block;
	color:#FFF;
	font:normal 13px Helvetica, Arial, sans-serif;
	margin-bottom:3px;
}
#loginform input, #loginform textarea {
	display:block;
	margin-bottom:5px;
	font:normal 12px Helvetica, Arial, sans-serif;
	padding:8px;
	width:90%;
}
.start input {
	width:30% !important;
}
#loginform h2 {
	color:#FFF;
	font:normal 2em/130% Helvetica, Arial, sans-serif;
	margin-bottom:0.5em;
}
#loginform label img {
	margin-right:5px;
}
#loginform div {
	float:left;
	display:block;
	width:50%;
	margin-bottom:0.5em;
}
.actions {
	margin:10px 0;
	color:#FFF;
	list-style-type:none;
	line-height:180%;
}
.actions li a {
	margin-left:1em;
	font-weight:bold;
	color:#965754;
}

caption {
	font:normal 12px Helvetica, Arial, sans-serif;
	color:#FFF;
	margin-bottom:5px;
}
table#newslisting {
	color:#FFF;
	width:890px;
	font:normal 13px Helvetica, Arial, sans-serif;
	border-collapse:collapse;
}
#newslisting thead tr td {
	font-weight:bold;
	font-size:14px;
	border-bottom:1px solid #382828;
	padding:5px 10px;
}
#newslisting tbody tr td {
	border-bottom:1px solid #382828;
	padding:10px;
}
#newslisting tbody tr td a {
	font-weight:bold;
	color:#965754;
}
/* KLASSER */
.clear { clear:both }
.left { float:left }
.right { float:right }
.logout { font-weight:bold;color:#965754;}
.nomargin { margin:0}

