/*

Theme name: UltraLight (Manu's Remix)
Description: A WordPress theme by Fredrik Sørlie (adapted by Manuel Schmalstieg)
Version: 1.2
Author: Fredrik Sørlie, Manuel Schmalstieg
Author URI: http://fredriksoerlie.com
Tags: fixed-width, two-columns, retro, custom

*/

/* -------------------------------- Global styles -------------------------------- */

* {
	margin: 0; padding: 0;
}

html, body {
	width: 100%; height: 100%;
}

/* fonts */

body, table, tr, td, th, input, textarea {
	/*font-family: Arial, Helvetica, sans-serif; */
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	font-size: 14px; 
	/*color: #666;*/
	color: #fff;
	line-height: 18px;
}

#maincontent h2,
#sidebar {
font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;}

#home-menu ul li,
#newsbox h2 {font-family:Futura, "Century Gothic", AppleGothic, Helvetica, Arial, sans-serif;}

#pagination,
#navigation,
#footercredits,
#maincontent .date
{font-family: helvetica neue, helvetica, arial, sans-serif;}

#menu,
#newsbox h2,
#sidebar h2 {font-family:Futura, "Century Gothic", AppleGothic, Helvetica, Arial, sans-serif;}


hr {
	height: 0; line-height: 0; font-size: 0;
	border-top: 1px solid #CCC;
	display: block; clear: both;
	padding: 0; margin: 10px 0;
}

img { 
	vertical-align: bottom; border:0;
}

p { 
	display: block; clear: both;
	margin-bottom: 20px;
}

.left,
.alignleft {
	float: left;
}

.right,
.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.clear {
	clear: both;
}

.center {
	text-align: center; 
}

blockquote {
	font-size: 16px; color: #666;
	border-left: 1px solid #CCC;
	padding-left: 20px;
}

/* -------------------------------- Main layout styles -------------------------------- */

body {
	text-align: center; 
	/*background: #000 url("images/bg-black.jpg") no-repeat center top;*/
}

/*Supersize Plugin Styles*/
#supersize {position:fixed;top:0;left:0;z-index:-1;}

#supersize img, #supersize a{
			height:100%;
			width:100%;
			display:none;
		}
#supersize .activeslide, #supersize .activeslide img{
			display:inline;
		}
#cover-up {position:fixed; top:0;left:0;
			z-index:1;
			width:100%;height:100%;
			background-color:transparent;}
/* end supersize */
#all {position:absolute;
		text-align: center; 
		top:0;left:0;
		z-index:4;}

div#page {
	position:relative;
	width: 900px; 
	margin: 0 auto;
	/*background-color: #666;*/
	/*background-image:url('images/opacity30pc.png');*/
	border-left: 21px solid transparent;
	border-right: 21px solid transparent;
	height: auto;
	z-index:4;
}

div#header {
	width: 900px;
	display: table; clear: both;
	padding: 10px 0 10px 0;
}

ul#menu {
	width: 878px;
	height:auto;
	/*background:#222;*/
	background-image:url('images/sepia_72pc4.png');
	text-transform: uppercase;
	font-size: 0.8em;
	/*border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;*/
	display: table; clear: both;
	padding:4px 1em 3px 1em;
	margin-bottom: 0px; /*was 20px, to create empty space*/
	list-style: none;
}

div#content {
	position: relative;
	width: 900px;
	text-align: left;
	clear: both;
	padding: 20px 0 20px 0;
	margin: 0 auto;
	margin-bottom: 0px;
	background-image:url('images/opacity30pc.png');
	/*background: #666 url("images/bg-content.gif") repeat-y center top;*/
	height: auto;
}

/* Espaceur de blocs */
.breaker {clear: both; margin: 0px; padding: 0px; border: none; height: 0px; line-height: 1px; font-size: 1px;}

div#maincontent {
	width: 560px; /**600px;**/
	float: left;
	padding: 15px 20px 0 20px;
	margin-bottom: 0px;
	background-color: #ddd;
	color: black;
}

div#sidebar {
	width: 240px;/**260px;**/
	float: right;
	background-color: #ddd;
	color: black;
	height: 100%;
	padding: 15px 20px 0 20px;
	margin-bottom: 0px;
}

div#footer {
	position: relative;
	width: 900px;
	background-image:url('images/opacity30pc.png');
	/*border-top: 1px solid #CCC;*/
	display: block; clear: both;
	padding: 0px 0 0px 0; 
	margin: 0px auto 10px auto;
	text-align: left;
	margin-top: 20px;
}

div#footercredits {
	position: absolute;
	top: 85px;
	width: 600px;
	left: 20px;
	text-align: left;
	padding: 0; margin: 0;
	font-size: 12px;
}
div#footercredits a {color: #ccc; padding: 0; margin: 0;}
div#footercredits a:hover {background-color: #000;}

/* -------------------------------- Additional layout styles -------------------------------- */

.size-medium, .size-thumbnail {
	display: block; float: left;
	margin: 0 20px 20px 0;
}

.size-large, .size-full {
	display: block; clear: both;
	margin-bottom: 20px;
}

.date {
	font-size: 12px; font-weight: normal; color: #333; /*color: #999;*/
	display: block; clear: both;
	margin-bottom: 10px;
}

.post,
.comment {
	/**width: 600px;**/
	overflow: hidden;
	border-bottom: 1px solid #CCC;
	display: table; clear: both;
	margin-bottom: 20px;
}

.singlepost {
	/**width: 600px;**/
	/*overflow: hidden;
	display: table; clear: both;*/
}

div.singlepost {
	margin: 0; padding: 0;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
	margin-top: 10px;
	/*padding-right: 0;
	margin-right: 0;*/
	}

.singlepost h3 {
	margin-top: 10px;
	}

.singlepost p {/*padding: 0 10px;*/
	/*margin:auto 0px;*/}

.postmeta,
.commentmeta {
	display: block; clear: both;
	margin-bottom: 20px;	
}

#pagination,
#navigation {
	display: block; clear: both;
}

#pagination {
	/**width: 600px;**/
	width: 540px;
	overflow: hidden;
	border-top: 1px solid #CCC;
	display: table; clear: both;
	padding: 20px 0;
}

.commentavatar {
	float: left; margin-right: 20px;
}

.commenttext {
	float: left;
}

.alt {
	/*background: #EFEFEF;*/
}

.widget {
	display: block; clear: both;
	margin-bottom: 20px;	
}


/* ---- image gallery styles ----- */

div#maincontent .gallery img {padding:0;
margin: 15px 0;
border: 5px solid #fff;}

#maincontent .gallery-item,
#maincontent .gallery-icon,
#maincontent .gallery-row,
#maincontent .gallery-item dl,
#maincontent .gallery-icon dt,
#maincontent dt, 
#maincontent dl,
.gallery .gallery-item img, .gallery .gallery-item img.thumbnail {padding:0;margin:0;}

/* -------------------------------- Heading styles -------------------------------- */

h1 {
	display: block; float: left;
}

h2 {
	font-size: 16px; 
	font-family: arial, impact,futura;
	font-weight: normal; line-height: 14px;
	/**color: #999; **/
	color: #000;
	font-weight: 900;
	text-transform: uppercase;
	border-bottom: 1px solid #CCC;
	display: block; clear: both;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

#maincontent h2 {
	text-transform: none;
	font-weight: 700;
	font-size: 26px;
	color: #333;
	padding:10px 0;
	}

h3 {
	font-size: 14px; font-weight: normal; color: #999;
}

#maincontent h3 {
	font-size: 20px; font-weight: 700; color: #333; /*color: #999;*/
	padding-bottom: 5px;
}
#maincontent .singlepost h3 {padding-top: 10px;
	font-size: 24px;}

#maincontent h3 a {color: #444;}
#maincontent h3 a:hover {color: #000;}

h4 {	
	font-size: 14px; font-weight: normal; color: #999;
}

/* -------------------------------- Link styles -------------------------------- */

a,
a:focus, 
a:link, 
a:active { 
	outline: none; 
}

a {
	color: #000; /*#558; */
	text-decoration: none;
}

a:visited {
	color: #000; /*#336; */
	text-decoration: none;
}

a:hover {
	color: #000; text-decoration: underline;
}

ul#menu li,
ul#menu li a {padding:0;margin:0;}
ul#menu li a {
	color: #fff;
	text-decoration: none;
	font-weight: 500;
}

ul#menu li.current_page_item a,
ul#menu li a:hover {
	color: #fff;
	text-decoration: none;
}

ul#menu li.page_item a,
ul#menu li.current_page_item a{
padding: 6px 6px 5px 6px;}

/* selected item */
ul#menu li.current_page_item a {
background-color: #aaa;
color:black;}

ul#menu li.page_item a:hover {
background-color: #444;}


#maincontent p a {text-decoration: underline;
	color: #444; /*border-bottom: 1px dotted #333;*/
	}
#maincontent p a:hover {color: #000;} 

.rss {
	background: url('images/rss-icon.png') left 50% no-repeat;
	padding-left: 26px;
}

/* -------------------------------- List styles -------------------------------- */

ul,
ol,
li {
}

ul#menu li {
	display: block; float: left;
	margin-right: 2px;
}

ul#menu li.right {
	float: right;
	margin: 0;
}

#maincontent ul {
	list-style: disc inside;
	font-weight:bold;
	display: block; clear: both;
	margin-bottom: 20px;
	margin-top: 0px;
}

#maincontent ul ul {
	padding-left:15px;
	font-weight:normal;}

#sidebar ul {
	list-style: none;
	display: block; clear: both;
	margin-bottom: 20px;
}

#sidebar h2 {margin-bottom: 10px;}

/* language selector */
ul.qtrans_language_chooser li {border-left:8px solid transparent;}
ul.qtrans_language_chooser li.active {text-decoration:underline;}

/* -------------------------------- Form styles -------------------------------- */

input {
	width: 50%;
	color: #000; /*#999;*/
	background: #FFF;
	border: 1px solid #CCC;
}

#sidebar input {
	width: 228px;
	margin-bottom: 20px;
	font-family: courier, sans-serif;
	font-size:1.4em;
	height:1em;
	padding:5px;
}

textarea {
	width: 100%;
	color: #000; /*#999;*/
	background: #FFF;
	border: 1px solid #CCC;
	overflow: auto;
	font-family: courier, sans-serif;
}

