@CHARSET "UTF-8";
/*
 *    Copyright 2008-2009 Laurent Eschenauer and Alard Weisscher
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 *  
 *  STYLESHEET FOR CLASSIC THEME
 *	---------------------------------------
 *	Please note! The lifestream and stories contents are in a separate stylesheet
*/

@import "../../style/public.css";

/*  Overwrite classes in public.css
	---------------------------------------
*/

div.item div.content img {
	max-width: 465px;  	
}

div.item div.note img {
	max-width: 400px; 	
}

div.tabMenu {
	width: 535px;	
}

/*
	General declarations
	---------------------------------------
	
*/

body {
	background-color:#E0E0E0;
	background-image: url(images/body.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0; 
	font-family: "Lucida Grande","Lucida Sans Unicode","Tahoma",sans-serif;
	font-size: 1em;
}

#left-column {
	display: block;
	float: left;
	width: 650px;
	font-size: 0.80em;
	line-height: 1.5em;
	color: #222;
	text-shadow: 0 1px 1px #fff;
	padding-top:30px;
}

div.stories #content div.item_wrapper {
	width:  530px;
	margin: 10px;
	clear: both;
	height: 60px;
}

h2 {
	color:#000000;
	font-family: "Lucida Grande","Lucida Sans Unicode","Tahoma",sans-serif;
	font-size:78%;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	letter-spacing:0.2em;
	line-height:1.4em;
	margin:1.5em 0pt 0.75em;
	text-transform:uppercase;
}

a {
	color:#00aaff;
	text-decoration:none;
}
a:link {
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a img {
	border-width:0;
}

#page {
	width: 900px;
	margin:0 auto;
	padding: 0 0 15px 0;
	text-align:left;
	font: normal normal 100% Georgia, Serif;
}

/*  Header
	---------------------------------------
*/

#header-wrapper {
	margin: 0;
	padding: 0;
	display: block;
	width: 900px;
	height: 230px;
	padding-left: 30px;
	padding-right: 30px;
	margin: auto;
	background:transparent;
}

#header {
	position: absolute;
	left:465px;
	top: 75px;
	z-index: 1;
	
}

#header h1 {
	color: #333;
	font-family: "Lucida Grande","Lucida Sans Unicode","Tahoma",sans-serif;
	text-shadow: 0px 1px 1px #000;
	font-size: 40px;
	margin: 0;
	padding: 0;
}

#header .description {
	font-family: "Lucida Grande","Lucida Sans Unicode","Tahoma",sans-serif;
	color: #999;
	margin: 0;
	text-shadow: 0px 1px 1px #000;
	font-size: 20px;
}

.hlogo {
	height:229px;
	width:253px;
	position:absolute;
	left:205px;
	top:27px;
	
}

/* Login box */

div#login div {
	padding: 20px 0 0 20px;
	position: absolute;
}

div#loginBox {
	border-bottom: 1px solid white;
	padding: 0px 10px 10px 10px;
	background-color: #555;
	width: 800px;
	color: white;
}

div#loginBox input{
	width: 75px;
}

div#loginBox form {
	padding: 0;
	margin: 0;
}


/*  Profile box
	-------------------------------
*/

#profile {
	position: relative;

}

#profile #avatar{
}

#profile #avatar img{
	margin-right: 10px;
}

#profile img{
	float: left;
}

#profile #alias {
	font-size: 18pt;
	margin-bottom: 5px;
}

#profile #bio {
	font-style: italic;
	margin-bottom: 5px;
	font-size: 0.9em;
}

#profile #location {
	font-weight: bold;
}

/*  Sidebar
	-------------------------------
*/

#right_column {
	display: block;
	width: 250px;
	float: right;
	font-size: 0.75em;
	line-height: 1.5em;
	color: #333;
	position:relative;
	top:30px;
}

.sidebar {
	padding-left: 20px;
	text-shadow: 0px 1px 1px #fff;
	background-image: url(images/sidebar_divider.png);
	background-repeat: repeat-y;
	background-position: top left;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: "Lucida Grande","Lucida Sans Unicode","Tahoma",sans-serif;
}

.sidebar ul {
	list-style:none;
	margin:0 0 0;
	padding:0 0 0;
}

.sidebar li {
	margin:0;
	padding-top:0;
	padding-right:0;
	padding-bottom:.25em;
	padding-left:15px;
	text-indent:-15px;
	line-height:1.5em;
}

.sidebar .widget, .main .widget {
	border-bottom:1px dotted #cccccc;
	margin:0 0 1em;
	padding:0 0 0.5em;
}

.widget #formSearch {
	margin: 0;
}

.widget #formSearch input#search{
	width: 100px;
}

.widget #formSearch input#searchsubmit{
	width: 40px;
}

br.fix {
	clear: both;
}

/*  Accordion
	-------------------------------
*/

.accordion_toggle {
	background:#EEE;
	border-bottom:1px solid #DDD;
	cursor:pointer;
	display:block;
	font-size:12px;
	font-weight:normal;
	height:20px;
	line-height:20px;
	margin:0;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	padding:0 5px;
	text-decoration:none;	
}

.accordion_toggle_active {
	background:#444;
	color:#FFFFFF;
}

.accordion_content {
	background-color:#FFFFFF;
	color:#444444;
	overflow:hidden;
	font-size: 12px;
	padding: 5px 5px 0px 5px;
}

#accordion_archive {
	margin-bottom: 5px;
}

#content .section_links {
	background:none;
	font-decoration:italic;
}

#content {
	font-family: "Lucida Grande","Lucida Sans Unicode","Tahoma",sans-serif;
}

div#login img{
	position:absolute;
	left:850px;
	top:-70px;
	
}

table.tabMenu td.last {
	border: 0px;
	
}

table.tabMenu td.spacer {
	border: 0px;
	
}

table.tabMenu td.active {
	border: 0px;
	
}


table.tabMenu td.inactive {
	border: 0px;
	
}

/* Toolbar Styles */
#navcontainer {
	position: absolute;
	right: 125px;
	top: 180px;
	}
#navcontainer ul{
	margin: 0;
	padding: 0;
	list-style: none;
	}
	#navcontainer ul ul{
	display: none;
	}
	#navcontainer ul ul li{
	display: none;
	}
#navcontainer li {
	float: left;
	display: block;
	background-image: url(images/gN_btn_middle.png);
	background-repeat: no-repeat;
	}
#navcontainer a {
	text-decoration: none;
	background-image: url(images/gN_btn_divider.png);
	background-repeat: no-repeat;
	color: #333;
	font-size: 12px;
	font-weight: bold;
	text-shadow: 0px 1px 1px #fff;
	display: block ;
	padding-top: 18px;
	padding-right: 10px;
	padding-left: 10px;
	height:32px;
	float: left;
	font-family: "Lucida Grande","Lucida Sans Unicode","Tahoma",sans-serif;
	}
#navcontainer a:active {
	background-position: bottom left;
	}

/*normal hover*/
#navcontainer li:hover a,			
#navcontainer li:hover {
	background-position:left -50px ;
	color: #fff;
	text-shadow: 0px -1px 1px #333;	
	}
#navcontainer li#current, 
#navcontainer li.currentAncestor, 
#navcontainer li#current a, 
#navcontainer li.currentAncestor a {
	background-position:left bottom;
	color: #fff;
	text-shadow: 0px -1px 1px #333;	
	}	
	
/*single*/
#navcontainer li.single {
	padding-left: 0;
	margin-left: 0;
	background: url(images/gN_btn_left_single.png) no-repeat;
	}
#navcontainer li.single a {
	display: block;
	background-image: url(images/gN_btn_right.png);
	background-position: right top;
	background-repeat: no-repeat;
	padding-left: 0;
	padding-right: 15px;
	margin-left: 15px;
	margin-right: 0px;
	}
#navcontainer li.single:hover a {
	background-position:right -50px;
	}			
#navcontainer li.single:hover {
	background-position:left -50px;
	}	
#navcontainer li.single#current a, 
#navcontainer li.single.currentAncestor a {
	background-position:right bottom;
	}	
#navcontainer li.single#current, 
#navcontainer li.single.currentAncestor {
	background-position:left bottom;
	}	
/*first*/
#navcontainer li.first {
	background-image: url(images/gN_btn_left.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left:0;
	}
#navcontainer li.first a {
	padding-left: 15px;
	background-image: none;
	}
#navcontainer li.first:hover a,			
#navcontainer li.first:hover {
	background-position:left -50px ;
	}
#navcontainer li.first#current, 
#navcontainer li.first.currentAncestor, 
#navcontainer li.first#current a, 
#navcontainer li.first.currentAncestor a {
	background-position:left bottom;
	}		
/*last*/	
#navcontainer li.last {
	background-image: url(images/gN_btn_right.png);
	background-repeat: no-repeat;
	background-position: right top;
	}
#navcontainer li.last a {
	padding-right: 15px;
	}
#navcontainer li.last:hover a {
	background-position:left -50px ;
	}			
#navcontainer li.last:hover {
	background-position:right -50px;
	}	
#navcontainer li.last#current a, 
#navcontainer li.last.currentAncestor a {
	background-position:left bottom;
	}	
#navcontainer li.last#current, 
#navcontainer li.last.currentAncestor {
	background-position:right bottom;
	}
	
#adminbar {
	background:none;
	border:none;	
	}
	
#adminbar div#logo{
	display:none;
	}

#adminbar #navigationMenu ul {
	margin-left: 10px;
}

#adminbar #navigationMenu ul li a {
	color: rgb(61,63,65);
}

#adminbar #navigationMenu ul li a:hover {
	color: rgb(61,63,65);
	text-decoration:none;
	border: 1px dotted;
}

#adminbar .signedin {
	font-style: italic;
	color: rgb(61,63,65);	
}

#adminbar div#loginStatus strong {
	font-style: italic;
	color: rgb(61,63,65);
	font-weight:bold;
}

#adminbar div#loginStatus a {
	color: rgb(61,63,65);
	font-weight:normal;
	font-decoration: none;
}

#adminbar div#loginStatus a:visited {
	color: rgb(61,63,65);
	font-weight:normal;
	font-decoration: none;
}

#adminbar div#loginStatus a:hover {
	color: rgb(61,63,65);
	font-weight:normal;
	border-bottom:1px dotted;
}

#adminbar form#formLogin {

}

#adminbar form#formLogin input#username, #adminbar form#formLogin input#password {
	font-size:10px;
	height: 11px;
	position:relative;
	top:-2px;
	
}

#adminbar form#formLogin input.remember {
	position:relative;
	top:0px;
}

#adminbar form#formLogin input {
	position:relative;
	top:-2px;
	left: 2px;
}