/**
 * LightBox Styles.
 * @author Diego Caponera 2008; 
 */


/* BackBone styles; */

html, body {	
	margin:0px;
	padding:0px;
	font-family:Verdana,Arial, Helvetica, sans-serif;
	background-color:#CEDCDF;
	color:black;
	font-size:0.9em;
	background-image:url('img/back_texture.jpg');
	background-repeat:repeat;
}

/*img, div { behavior: url(iepngfix.htc) }*/

#container{
	width:870px;
	margin:0px auto;
	background: transparent url('img/main_back.png') repeat-y;
}

#header{
	position:relative;
	width:870px;
	margin:10px auto 0px auto;
	padding-top:10px;
	text-align:center;
	height:121px;	
	background: transparent url('img/header.png') no-repeat;
}

#leftColumn{
	float:left;
	width:180px;	
	padding:20px;	
}

#rightColumn{
	float:right;
	width:609px;
	min-height:560px;	
	padding:20px;
	margin-top:10px;
	border-left:1px dotted #666666;
}

#footer{
	width:850px;
	margin:0 auto;
	padding:10px;		
	font-family:Trebuchet MS;	
	background: transparent url('img/footer.png') no-repeat;
	height:35px;
}

#footer p{
	background-color:black;
	color:white;
	padding:3px 5px 3px 5px;
	margin:2px;	
}

#footer a{
	color:white;
}

#footer a:hover{
	text-decoration:underline;
}

a{
	font-weight:bold;
	color:black;
}

a:hover{
	color:#C30000;
}

h1{
	margin:5px 0px 5px 0px;
	padding:0px;
	border-bottom:1px dotted #666666;
}

h2{
	border-bottom:1px dotted #666666;
}

input,textarea{
	background-color:#F0F9FB;
	border:1px solid #666666;
}

input:hover,textarea:hover{
	background-color:#59C8EF;
}

#searchBox{
	float:right;
	margin-top:-20px;
	margin-right:-5px;
}

#dashboard{
	padding:10px 0px 10px 0px;
}

noscript{
	position:fixed;
	text-align:center;
	color:white;
	background:red url(img/dark_back.png) repeat-x scroll 0 0;		
	display:block;	
	top:0px;
	width:100%;
	z-index:500;
}

#adminStrip{
	position:fixed;
	top:0px;
	right:2px;
	left:2px;	
	padding:3px;
	background:#042A3F url(img/dark_back.png) repeat-x scroll 0 0;		
	z-index:400;
	font-family:Verdana;
	border-bottom:1px dotted #666666;
	opacity:0.85;
	color:white;
}

#adminStrip a{
	color:white;	
}

/* Particular styles; */

#leftColumn h2{
	padding:0px;
	margin:5px 0px 0px 0px;
	font-size:1.1em;
	/*border-bottom:1px dotted #666666;*/
	font-family:Trebuchet MS;	
	letter-spacing:2px;
	text-transform:uppercase;	
}

#leftColumn .selected{
	color:white;
}

#leftColumn h2 a, #leftColumn h2 a:active{
	text-decoration:none;
	outline:none;
}

#leftColumn ul{
	list-style:none;
	padding:0px 0px 0px 20px;
	margin:10px 0px 10px 0px;
}

#leftColumn ul li{
	font-family:Verdana;
	letter-spacing:1px;
	font-size:0.9em;	
}

#leftColumn ul li a.year{
	font-weight:bold;
}

#leftColumn ul li ul li{
	font-size:1em;
}

#leftColumn a{
	font-weight:normal;
	font-family:Verdana;
	letter-spacing:1px;	
}

#leftIcons{
	padding:10px;
}

.link_category{
	color:#C30000;
	font-weight:bold;
	font-family:Verdana;
	margin-bottom:2px;
}

.post{
	margin-bottom:20px;	
}

.postInfo{
	border-top:1px dotted #666666;	
}

.postInfo p{
	padding:3px;
	margin:0px;
	font-family:Verdana;
	font-size:0.8em;
}

.post .postPhoto{
	margin:10px 0px 0px 0px;
	background-color:white;
	padding:4px;
	border:1px solid #666666;
	cursor:pointer;
}

.post .postBody{
	padding:0px 0px 10px 0px;
	margin-top:10px;
	min-height:120px;
}

.post .dateTime{
	font-weight:bold;
}

.post .photoComment, .photoTitle{
	margin:0px;
	padding:5px;
	color:black;
	font-style:italic;
	font-weight:bold;	
}

.thumb{	
	float:left;	
	cursor:pointer;
}

.thumbPic{
	position:relative;
	float:right;
	background-color:white;
	padding:4px;
	border:1px solid #666666;
	margin:10px;
	cursor:pointer;	
}

.thumbWrapper{
	clear:both;
}

#footer a{
	text-decoration:none;
}

.searchHighlight{
	background-color:black;
	color:white;
	font-weight:bold;
	padding:1px;
}

.white_text{
	color:white;
	font-weight:bold;
}

.black_text{
	color:black;
	font-weight:bold;
}

.formLabel{
	text-align:right;
	color:black;
	font-weight:bold;
}

pre{
	font-family:"Andale Mono","Courier New",fixed-width,monospace;	
	background:#CEDCDF url(img/dark_back.png) repeat-x scroll 0 0;
	border-color:#AAAAAA #CCCCCC #CCCCCC #AAAAAA;
	border-style:solid;
	border-width:1px 1px 1px 8px;	
	color:black;	
	margin-left:10px;
	margin-bottom:1em;
	margin-top:1em;
	padding:15px 6px 20px 6px;	
	white-space:pre;
	font-size:0.9em;
	line-height:1em;
	overflow:auto;	
}

.keyword{
	color:#005C6F;
	font-weight:bold;
}

.comment{
	background:#CEDCDF url(img/dark_back.png) repeat-x scroll 0 0;
	border-bottom:1px dotted #666666;
	border-left:5px solid #666666;
	width:500px;
	margin:5px 0px 5px 20px;	
	padding:5px;	
	clear:both;
	color:black;
}

.commentCount{
	position:relative;
	float:left;
	color:#666666;
	font-weight:bold;
	font-family:Trebuchet MS;	
	font-size:1.5em;
	margin-right:10px;
	text-align:center;	
}

.commentBody{
	position:relative;	
	margin-top:-10px;
	color:
}

.commentInfo{
	font-family:Verdana;
	font-size:0.8em;
}

.infoDiv{
	padding:10px;
	background:#CEDCDF url(img/dark_back.png) repeat-x scroll 0 0;;		
	margin:10px 0px 10px 0px;
	border:1px solid #666666;
}

#panelMenu{
	list-style:none;
	margin:0px 0px 20px 0px;
	padding:2px;
}

#panelMenu li{
	background:#CEDCDF url(img/dark_back.png) repeat-x scroll 0 0;
	display:inline;
	padding:5px;	
	border-right:1px dotted #666666;
	font-size:0.9em;
}

#panelMenu .selected{
	background:#666666 url(img/light_back.png) repeat-x scroll 0 0;
}

#panelMenu li:hover{
	background:#666666 url(img/light_back.png) repeat-x scroll 0 0;		
}

#panelMenu li a{
	color:black;
	text-decoration:none;	
}

#panelMenu li.selected a{
	color:white;
	text-decoration:none;
}

#panelMenu li:hover a{
	color:white;
	text-decoration:none;
}
.highlight{
	color:#C30000;
	font-weight:bold;
}

.bigButton{
	padding:2px;
	background:#666666 url(img/light_back.png) repeat-x scroll 0 0;
	border:1px solid black;
	color: white;
	font-size:1.2em;
	font-weight:bold;	
}

.bigButton:hover{
	background:white url(img/dark_back.png) repeat-x scroll 0 0;;
	border:1px solid #666666;
	color: black;	
}

.smallButton{
	padding:2px;
	background:#666666 url(img/light_back.png) repeat-x scroll 0 0;
	border:1px solid black;
	color: white;
	font-size:1em;
	font-weight:bold;	
}

.smallButton:hover{
	background:white url(img/dark_back.png) repeat-x scroll 0 0;;
	border:1px solid #666666;
	color: black;	
}

#picManagerTable{
	overflow:scroll;
}

#smallPicManager{
	background-color:#CEDCDF;
	padding:10px 20px 10px 20px;	
}

#smallPicManager input{
	color:#666666;
	padding:0px;
	background-color:black;
	border:1px solid #666666;
	color: white;
}

#smallPicManagerLine{
	margin-top:5px;
	height:35px;
	clear:both;
	border-top:1px solid #666666;
}

#modTable td{
	padding:2px;	
}

#modTable .tableTitle{
	color:black;	
	font-weight:bold;
}

#modTable .oddRow{
	background-color:#666666;
	color:white;
}

#modTable .evenRow{
	color:white;
	background-color:black;	
}

#modTable .evenRow:hover,#modTable .oddRow:hover{
	color:black;
	background-color:white;
	cursor:pointer;	
}

#modTable input{
	color:#666666;
	padding:0px;
	background-color:black;
	border:1px solid #666666;
	color: white;	
}


/* Lightbox styles; */

/* #lightbox{
 	display:none;
	position:fixed;
	top:0px;
	left:0px;
	overflow:hidden;
}
 
 #lightboxBack{
	background-color:black;
	opacity:0.6;
	position:absolute;
	z-index:100;
	width:100%;
	height:100%;		
}
 
 #lightboxFrame{

}
 
#lightboxPic{
	padding:10px;
	background-color:white;
	cursor:pointer;
 	position:absolute;	
	z-index:300;	
}*/