@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: 'Future';  
	src: url('../fonts/Future.eot');  
	src: local('Future'),  
 	local('Future'),  
 	url('../fonts/Future.ttf') format('truetype'); 
}
@font-face {
	font-family: 'Future Bold';  
	src: url('../fonts/Future Bold.eot');  
	src: local('Future Bold'),  
 	local('Future Bold'),  
 	url('../fonts/Future Bold.ttf') format('truetype'); 
}
@font-face {
	font-family: 'Future Italic';  
	src: url('../fonts/Future Italic.eot');  
	src: local('Future Italic'),  
 	local('Future Italic'),  
 	url('../fonts/Future Italic.ttf') format('truetype'); 
}
body {
	background:#f6f6f6;
	color: #333;
	font-family:Future, Verdana, Arial, Tahoma;
	padding:0;
	margin:0;
}
a { 
color:#000;
text-decoration:none;
}

a:hover {
	color: #6e6e6e;
	text-decoration:none;
}
.index {background:url(images/bg.png);}
#login {
	margin:0 auto;	
	width:500px;
	margin-top:100px;
	height:250px;
	/*border:1px solid #333;*/
	background:url(images/login.png);
	padding:20px;
	text-align:center;
	border: 1px solid #000;
	border-right: 1px solid #353535;
	border-bottom: 1px solid #353535;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

form label { color: #CCC; display: block; float: left; font-size:13px; font-weight: bold; line-height: 50px; margin-left: 30px; text-align: right; }

    form input[type=text], form input[type=password]{ width:300px;
	padding:5px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	border: 1px solid #c1c1c1; 
	color: #464646; 
	font-size: 18px; 
	-moz-box-shadow: inset 3px 3px 24px #e0e0e0; 
	-webkit-box-shadow: inset 3px 3px 24px #e0e0e0; }
	
	form input[type=submit]{ 
	min-width:100px;
	padding:6px;
	font-family:Verdana, Geneva, sans-serif;
	color: #464646; 
	font-size: 18px; 
	margin-right:32px;
	}

#sidebar {

       width: 300px;
	   height: 100%;
	   overflow-y: auto;
	   position: fixed;
	   left: -50px;
	   top: 0;
	   color: #DDD;
	   font-size: 11px;
	   background:url(images/bg.png);
 }
 

#main-content {
	margin: 0 0px 0 250px;
	padding: 20px;
	background-color:#f6f6f6;
	background-image:none;
	display:block;
	height:100%;
	
 }
 


 
#sidebar #main-nav {
                width: 266px;
                padding: 0;
                margin: 80px 0 0 15px;
                font-family: Helvetica, Arial, sans-serif;
                }



#sidebar #main-nav li {

                list-style: none;
                padding-bottom: 10px;
                text-align: right;
                }



#sidebar #main-nav li a {

                background: transparent url('images/bg-menu-item-green.gif') right center no-repeat; 
                padding: 10px 15px;
                color: #fff;
                font-size: 14px;
                cursor: pointer;
                display: block;
                text-decoration: none;
                }

#sidebar #main-nav li a:hover {
	background: transparent url('images/bg-menu-item-hover.gif') right center no-repeat;
}

#sidebar #main-nav li a.current {

                background-image: url('images/bg-menu-item-current.gif') !important;
                color: #333;
                font-weight: bold;
                }

                

#sidebar #main-nav li a.current:hover {
                color: #333;
                }



#sidebar #main-nav ul {
                padding: 0;
                font-size: 12px;
                margin: 0;
                }



#sidebar #main-nav ul li {
                list-style: none;
                margin: 0;
                text-align: right;
				padding: 0;
                }



#sidebar #main-nav ul li a {
                padding: 8px 15px;
                display: block;
                color: #aaa;
                font-size: 13px;
                line-height: 1.2em;
                }



#sidebar #main-nav ul li a:hover, #sidebar #main-nav ul li a.current, #sidebar #main-nav ul li a.current:hover {
                color: #fff;
                }



#sidebar #main-nav ul li a.current {
                background: transparent url('images/menu-current-arrow.gif') right center no-repeat !important;

                }

.thumb {
	max-height:90px;
	padding: 7px;
	margin:7px 7px 0 7px;
	border:1px solid #93774F;
}
.delete {
	padding: 5px;
	margin:0px 2px;
	border:1px solid #93774F;
	background-color:#f6f1e8;
}
.gallery li{
	float:left;
	list-style:none;
}
h2.acc_trigger {
	padding: 0;	margin:0 0 5px 0;
	background: url(images/h2_trigger_a.gif) no-repeat;
	height: 46px;	line-height: 46px;
	width: 500px;
	font-size: 22px;
	font-weight: normal;
}
h2.acc_trigger a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0 0 0 50px;
}
h2.acc_trigger a:hover {
	color: #ccc;
}
h2.active {background-position: left bottom;}
.acc_container {
	margin: 0 0 5px; padding: 0;
	overflow: hidden;
	font-size: 1.2em;
	clear: both;
	background: #f0f0f0;
	border: 1px solid #d6d6d6;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.acc_container .block {
	padding: 20px;
}

.editor {
	margin-top: 100px;
	margin-left: 60px;
	width:800px;
	
}

textarea {
	width:350px;
	font-family:Future, Arial,Tahoma;
	font-size:18px;
	}
.large {
	min-height:600px;
	}
.success {
	border:1px solid #063;
	background:#E2EDDC;
	text-align:center;
}

#top_menu
{
	width:270px;
	margin-top:20px;
	padding-top:40px;
	padding-bottom:40px;
	display:block;
	position:absolute;
	margin-left: 5px;
	font-size:18px;
	text-align:justify;
	font-family: PF_Akzidenz_Black, Arial, Verdana, Geneva, sans-serif;
	text-shadow: 1px 1px 0px #3b3b3b;
	font-weight:bold;
	background:url(../images/title.png);
}
	#links {margin:0; padding:0;}
.clear:after { display: block; visibility: hidden; clear: both; height: 0; content: "."; }
#links li {  margin: 0 5px; list-style:none; text-align:right;}
#links li a, #links li a:visited {  text-decoration:none;}

.yellow {color: #e2c732;}
.red1 {color: #981e1e;}
.red2 {color: #a71b1c;}
.red3 {color: #b14a2b;}
.light_brown {color: #7d7257;}
.grey{color: #3d3e3e;}

#editprofile label {
	color:#888;
}

#editprofile input[type=text], #editprofile input[type=password]
{ 
	width:250px;
	padding:5px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	border: 1px solid #c1c1c1; 
	color: #464646; 
	font-size: 22px; 
	-moz-box-shadow:none; 
	-webkit-box-shadow:none; 
	}
	table {
		background-color:#FFF;
	}
	th {
		background:url(images/bg.png);
		color:#FFF;
		padding: 7px;
		font-size:18px;
	}
	td {
		background-color:#F5F5F5;
	}
	strong, b {
	font-family:'Future Bold';
}

em, italic {
	font-family:"Future Italic";
	font-size:17px;
}
#rename input[type=text]
{ 
	height:25px;
	width:160px;
	padding:0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	border: 1px solid #c1c1c1; 
	color: #464646;  
	-moz-box-shadow:none; 
	-webkit-box-shadow:none; 
	}
#rename input[type=submit]
{ 
	height:25px;
	min-width:30px;
	padding:0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color: black; 
	-moz-box-shadow:none; 
	-webkit-box-shadow:none; 
	}

	
