/* Author:				Perfica, www.perfica.se
*  Contact:				info@perfica.se
*  Version:				1.0
*  Created:				2007
*
*
* CONTENTS
* -----------------
* == INCLUDE
* ----> defaults
* ----> forms
* ----> navigation
* == LAYOUT
**-----------------------------------------------------------------------------------
/* == INCLUDE
-----------------------------------------------------------------------------------*/

@import url(defaults.css);
@import url(forms.css);
@import url(navigation.css);
@import url(slimbox_ex.css);

/*-----------------------------------------------------------------------------------
* == LAYOUT
* --------------------------------------------------------------------------------- */


div#container {width:800px; margin:0 auto 0 auto; padding-bottom:25px;}

div#header {padding-top:40px;}
	#header h1 a {display:block; background:url(../img/logo.jpg) no-repeat; height:150px; text-indent:-9999px;}

div#content {float:left;width:600px;}

div#footer {clear:both;background:#221F20; margin-top:10px;}
	#footer p {padding:10px; color:#FFFFFF;width:780px; margin:0 auto;}
	#footer span {float:right;}
	#footer a {font-weight:normal; color:#FF33CC;}
	


/*-----------------------------------------------------------------------------------
* == INDEX
* --------------------------------------------------------------------------------- */
	.index ul {margin-bottom:10px; }
div.index ul li {margin-bottom:5px; font-size:110%;}	
/*-----------------------------------------------------------------------------------
* == Latest_news
* --------------------------------------------------------------------------------- */	
#latest_news {overflow:hidden; padding-top:10px; margin-top:10px; border-top: 2px solid #ccc;}	
#latest_news img {float:left; margin:0 10px 0 0;}	
#latest_news span {letter-spacing:3px; color:#666666; color:#5C7EA2;}
#latest_news a {display:block; text-align:right;}
	
	
/*-----------------------------------------------------------------------------------
* == News
* --------------------------------------------------------------------------------- */		
	
.post {overflow:hidden; padding-top:10px; margin-top:10px; border-top: 2px solid #ccc; position:relative; padding-bottom:15px;}
.post {clear:left;}
.post img {float:left; margin:0 10px 0 0; padding:2px; border:3px solid #ccc;}	
.post span {letter-spacing:3px; color:#666666; color:#5C7EA2;}

.post a {position:absolute; bottom:0; right:0;}
	
/*-----------------------------------------------------------------------------------
* == Gallery
* --------------------------------------------------------------------------------- */		
	
ul#gallery {}
	#gallery li {float:left; margin:0 5px 5px 0;}	
	#gallery img {padding:2px; border:3px solid #ccc;}
	#gallery a:hover img {border:3px solid #D13427;}
	#gallery a {display:block; text-align:center;}
	#gallery li {height:140px;}
	
/*-----------------------------------------------------------------------------------
* == MISC
* --------------------------------------------------------------------------------- */
.show_pics form {overflow:hidden;}
.show_pics button {display:inline; margin:0;}
.show_pics #gallery {margin-top:15px;}
.show_pics #gallery li {height:160px;}

.split {}
