/* 		
		Klubb Din Mamma - CMS
		Stylesheet
		Jonas Åström, 2009
		stereojacks@gmail.com
*/

/* Basics start */
body {
	font-size: 12px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: white;
	color: #333;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 0;
	min-height: 100%;
}

#page {
	background-color: white;
	border: 0px solid white;
	text-align: left;
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 880px;
}
/* Basics end */

/* Header start */
#header {
	background: white url('images/bg_header_wp.png') no-repeat bottom center;
	background-color: white;
	margin: 0 0 0 1px;
	padding: 0;
	height: 260px;
	width: 878px;
}
/* Header end */

/* Header links start */
#headerlinks {
	float: right;
	margin-right: 50px;
	margin-top: 50px;	 
}

#headerlinks img:hover {
 	opacity: 0.7;
	filter: alpha(opacity = 70);

}

#headerlinks img {
 	opacity: 1;
	filter: alpha(opacity = 100);
}
/* Header links end */

/* Header menu start */
#headermenu {
	margin-top: -18px;
	margin-left: 30px;
}

#headermenu a, img {
	margin: 0px;
}
/* Header menu end */

/* Header image start */
#headerimg 	{
	margin: 7px 9px 0;
	width: 880px;
	margin: 0;
	height: 260px;
	width: 100%;
}
/* Header image end */

/* Main start */
#main {
	float: left;
	width: 555px;
	margin-left: 50px;
	margin-top: 20px;
}

#main h2 {
	margin: 0px;
	font-size: 18px;
	font-weight: normal;
}

#main h3 {
	margin-bottom: 5px;
	font-weight: normal;
	font-size: 16px;
}

#main h4 {
	margin: 1px;
	font-weight: normal;
	font-size: 14px;
}

#main small {
	font-size: 11px;
	line-height: 1.5em;	
}

#main p.content_text {
	margin-left: 0px;
	text-align: justify;
}

#main p.content_section {
	margin-left: 5px;
}

#main a:hover {
 	opacity: 0.7;
	filter: alpha(opacity = 70);		
}
/* Main end */

/* Sidebar start */
#sidebar {
	float: right;
	width: 180px;
	margin-right: 50px;
	margin-top: 0px;
}

#sidebar h3 {
	margin-top: 15px;
	margin-bottom: 5px;
	font-weight: normal;
	font-size: 15px;	
}

#sidebar a:hover {
 	opacity: 0.7;		
	filter: alpha(opacity = 70);
}

/* Sidebar end */

/* Footer start */
#footer {
	background: white url('images/bg_footer.jpg') no-repeat top;
	border: none;
	padding: 0;
	margin: 0 auto;
	width: 880px;
	clear: both;
}

#footer .endtext {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	color: #4A4A4A;
	font-size: 11px;
		
}
/* Footer end */



/*Din Mamma-färgen: EE3495 */

/* #EE3495 -> #F78DC5 - > #FBC0DF -> #FDDCEE*/

/* Boxes start */
#box {
	font-size: 10px;
	background-image: ;
	color: black;
	border: 1px dashed #FFCCFF;	
	width: 100%;
	margin-bottom: 10px;
	text-align: left;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

#box:hover {
	border: 1px solid #FFCCFF;		
}

#box .normal {	
	background-color: #FFE5FF;
	padding: 5px;
}

#box .selected {
	background-color: #FFD1FF;
	padding: 5px;
}

#box .normal:hover {	
	background-color: #FFD1FF;
}

#box .selected:hover {
	background-color: #FFD1FF;
}

#box h2 {
	text-align: left;
	font-size: 15px;
	font-weight: normal;
	margin: 0px;
}

#box h3 {
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
}

#box h4 {
	text-align: left;	
	font-size: 11px;
	font-weight: normal;	
	margin: 0px;
}

#box img {
	border: 1px solid #FFCCFF;
}


#box img:hover {
	border: 1px solid gray;
}
/* Boxes end */


/* Comment box start */
.commentbox {
	text-align: left;
	background-color: #FFE5FF;
	border: 1px solid #FFCCFF;	
	width: 97%;
	padding: 10px;
	background-image:url('images/comment_quote.png');
	background-repeat:no-repeat;
	background-position:top right;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	overflow: hidden;
}

.commentfooter {
	background: url(images/comment_arrow.png) 20px 0 no-repeat; 
	padding-left: 58px;
	padding-top: 0px;
	margin-bottom: 10px;
	font-size: 90%;
	color: #4A4A4A;
	padding-bottom: 10px;
	position: relative;
	top: -1px;
	z-index: 0;
}
/* Comment box end */

/* Globals start */
hr {
	border: 0;
	background-color: #FFCCFF;
	color: #FFCCFF;
	height: 1px;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #333;
}

img {
	border: 0px;
}
/* Globals end */

/* Forms start */
.formtext {
	border: 1px solid #FDDCEE;
	padding: 2px;
	background: #FEECF6;	
}

.formroll {
	border: 1px solid #FDDCEE;
	padding: 2px;	
	background: #FEECF6;		
}

.formbutton {
	border: 1px solid #FDDCEE;
	padding: 0px;	
	background: #FEECF6;		
}
/* Forms end */


/* Event sidebar things start */
#events .event_top {	
	margin-top: 8px;
	display:block;	
	width:190px;	
	height:15px;	
	background-position:left top;	
	background-repeat:no-repeat;	
	background-image:url(images/event_top_new.png);	
}	

#events .event_bottom {	
	position: relative;
	top: -1px;
	display: block;	
	width: 190px;	
	background-position:left bottom;	
	background-repeat:no-repeat;	
	background-image:url(images/event_bottom_new.png);		
}	

#events .event_content {
	display: block;
	font-size: 10px;		
	padding-left:12px;	
	padding-bottom:15px;	
	padding-right:20px;	
	font-size: 10px;
}

#events .event_content h3 {
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 0px;
}

#events .event_content h4 {
	text-align: left;	
	font-size: 11px;
	font-weight: normal;	
	margin: 0px;
}
/* Event sidebar things end */




/* List tables start */

.list tr {
	padding: 5px;
	background-color: #FFE5FF;	
}

.list td {
	padding: 3px;
}

.list tr:hover {
	background-color: #FFD1FF;	
}



/* List table end */
