/* HTML */
body{
	font-size:13px;
}
.background.top{
	border-bottom:3px solid;
}
.wrapper{
	margin:auto;
	width:1000px;
}
/* Header */
#header{
	width:100%;
}
#logo{
	position:relative;
	min-height:70px;
}
#logo .image{
	display:block;
	position:absolute;
	top:-10px;
}
#logo .slogan{
	color:#302B24;
	display:block;
	position:absolute;
	top:45px;
	left:68px;
}
#navigation{
	border-bottom:3px solid;
	height:50px;
	margin-bottom:-3px;
	overflow:hidden;
	position:relative;
	width:1000px;
}
#navigation_background{
	-moz-border-radius-topleft :6px;
	-moz-border-radius-topright :6px;
	-webkit-border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-khtml-border-top-left-radius:6px;
	-khtml-border-top-right-radius:6px;
	border-bottom:3px solid;
	border-top-left-radius:6px;
	border-top-right-radius:6px;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	opacity:0.75;
	-moz-opacity: 0.75;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter:alpha(opacity=75);
}
#navigation_menu{
	position:absolute;
}
#navigation_menu ul{
	line-height:50px;
}
#navigation_menu ul li{
	border-right:1px solid;
	float:left;
	width:120px;
}

#navigation_menu ul li a{
	display:block;
	height:100%;
	width:100%:
}
#footer{
	height:50px;
	margin-top:15px;
}
/* User Menu */
#user_menu{
	height:47px;
	line-height:20px;
	margin-bottom:20px;
	position:relative;
	top:-5px;
	width:1000px;
}
#user_menu_background{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:1;
	-moz-opacity: 1;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter:alpha(opacity=100);
}
#user_menu #column1,
#user_menu #column2,
#user_menu #column3,
#user_menu #column4{
	position:absolute;
	top:10px;
	width:160px;
}
#user_menu #column1{
	left:5px;
}
#user_menu #column2{
	left:280px;
	width:300px;
}
#user_menu #column2 input[type="text"]{
	width:200px;
}
#user_menu #column3{
	right:220px;
}
#user_menu #column4{
	right:25px;
}
#user_menu input#username,
#user_menu input#password{
	height:19px;
	padding-top:5px;
	width:152px;
}
#user_menu ul.actions{
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
	line-height:25px;
	padding:3px 10px 3px 10px;
	width:100%;
	position:absolute;
	z-index:100;
}
#user_menu ul.actions li{
	display:block;
}
#user_menu ul.actions li a.admin{
	margin-right:5px;
}
#user_menu ul#user_actions.actions li.first{
	background-position:right;
	background-repeat:no-repeat;
}
#user_menu ul#space_actions.actions li.first{
	background-position:right;
	background-repeat:no-repeat;
}
#user_menu ul#site_actions.actions li.first{
	background-position:right;
	background-repeat:no-repeat;
}
#user_menu ul#login_actions.actions li.first{
	background-position:right;
	background-repeat:no-repeat;
}
/* PAGE */
#page{
	padding:30px;
}
#page h2{
	margin-bottom:20px;
}
/* Section */
#section .column{
	float:left;
}
#section #top{
	padding:10px;
}
#section #top .column.left{
	margin-right:10px;
	width:662px;
}
#section #top .column.right{
	float:right;
	width:308px;
}
#section #bottom{
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	padding:10px;
	margin-bottom:20px;
}
#section #bottom .module{
	margin-bottom:0;
}
#section #bottom .column{
	width:49.5%;
	margin-right:0;
}
#section #bottom .column.right{
	margin-left:1%;
}
#section .adsense{
	min-height:180px;
	line-height:180px;
	text-align:center;
}
/* jGROWL */
div.jGrowl div.jGrowl-notification{
	border:3px solid;
}
/* jGROWL */
div.jGrowl div.jGrowl-notification.ok{
	background-color:#9FDF53;
	border-color:#73AF2B;
	color:#333;
	opacity:0.95;
	-moz-opacity: 0.95;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
  filter:alpha(opacity=95);
}
div.jGrowl div.jGrowl-notification.warning{
	background-color:#8F7923;
	border-color:#FFD940;
	color:#FFF;
	opacity:0.95;
	-moz-opacity: 0.95;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
  filter:alpha(opacity=95);
}
div.jGrowl div.jGrowl-notification.error{
	background-color:#EF1D34;
	border-color:#BF0B1F;
	color:#FFF;
	opacity:0.95;
	-moz-opacity: 0.95;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
  filter:alpha(opacity=95);
}