@charset "utf-8";

/* CSS Document */

.form-table th {
    width: 260px !important;
}

.clear{  
    clear: both;  
    height: 0;  
    visibility: hidden;  
    display: block;  
} 

#container{ 
    width: 100%;
}  
#container ul{  
    list-style: none;  
    list-style-position: outside;  
}  
#container ul.menu li{  
    float: left;  
    margin-right: 5px;  
    margin-bottom: -1px;  
}  
#container ul.menu li{  
    font-weight: 700;  
    display: block;  
    padding: 5px 10px 5px 10px;  
    background: #F4F9FF;  
    margin-bottom: -1px;  
    border: 1px solid #d0ccc9;  
    border-width: 1px 1px 1px 1px;  
    position: relative;  
    color: #898989;  
    cursor: pointer;  
}  
#container ul.menu li.active{  
    background: #fff;  
    top: 1px;  
    border-bottom: 0;  
    color: #5f95ef;  
}  

.content{  
    margin: 0pt auto;  
    background: #efefef;  
    background: #fff;  
    border: 1px solid #d0ccc9;  
    text-align: left;  
    padding: 10px;  
    padding-bottom: 20px;  
    font-size: 12px;  
}  
.content h1{  
    line-height: 1em;  
    vertical-align: middle;  
    height: 48px;  
    padding: 10px 10px 10px 52px;  
    font-size: 32px;  
}  

/******* /CONTENT *******/  
/******* NEWS *******/  
.content.news h1{  
    background: transparent url(images/news.jpg) no-repeat scroll left top;  
}  
.content.news{  
    display: block;  
}  
/******* /NEWS *******/  
/******* TUTORIALS *******/  
.content.tutorials h1{  
    background: transparent url(images/tuts.jpg) no-repeat scroll left top;  
}  
.content.tutorials{  
    display: none;  
}  
/******* /TUTORIALS *******/  
/******* SPREAD *******/  
.content.spread h1{  
    background: transparent url(images/tuts.jpg) no-repeat scroll left top;  
}  
.content.spread{  
    display: none;  
}  
/******* /SPREAD *******/  
/******* TIPS *******/  
.content.tips h1{  
    background: transparent url(images/tuts.jpg) no-repeat scroll left top;  
}  
.content.tips{  
    display: none;  
}  
/******* /TIPS *******/ 
/******* DEFAULTS *******/  
.content.defaults h1{  
    background: transparent url(images/tuts.jpg) no-repeat scroll left top;  
}  
.content.defaults{  
    display: none;  
}  
/******* /DEFAULTS *******/ 
/******* LINKS *******/  
.content.links h1{  
    background: transparent url(images/links.jpg) no-repeat scroll left top;  
}  
.content.links{  
    display: none;  
}  
.content.links a{  
    color: #5f95ef;  
}  
/******* /LINKS *******/ 

.span_hover {
	float: right;
	cursor: pointer;
	margin-right: 5px;
} 

.span_hover:hover {
	color: #0C0;
	text-decoration: underline;
	float: right;
	cursor: pointer;
	margin-right: 5px;
}

.help_wrapper {
	background: #f4f9ff;
	border: 1px solid #60AFFF;
	border-radius: 5px;
	color: #555;
	height: auto;
	margin-top: 10px;
	padding: 5px;
	position: relative;
	width: 100%;
}

.content_wrapper {
	background: #FFE6BF;
	border: 1px solid #FAC46D;
	border-radius: 5px;
	color: #555;
	height: auto;
	margin-top: 10px;
	margin-left: 65px;
	margin-bottom: 10px;
	padding: 5px;
	position: relative;
	width: 35%;
	float:left;
}

.help_tab_list_image { 
	list-style-image: url("img/list_image.png") !important; 
	margin-left:30px !important;
}

.donations {
	display:block;
	border:1px solid black;
	padding:10px;
	background-color: #DFFFDF;
	margin-bottom:20px;
}

.plugin_addons {
	background-color:#CFF;
	color:#009;
	border:1px solid #36F;
	padding:5px;
	display:block;
	border-radius:5px;
}

.content_wrapper_tips {
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 31%;
	padding: 5px;
	min-height: 240px;
	background: #FFE6BF;
	border: 1px solid #FAC46D;
	border-radius: 5px;
	color: #555;
	position: relative;
	float: left;
}

.content_wrapper_addons {
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 22%;
	padding: 5px;
	height: auto;
	background: #FFE6BF;
	border: 1px solid #FAC46D;
	border-radius: 5px;
	color: #555;
	position: relative;
	float: left;
}

.content_wrapper_title {
	font-family: 'Unlock', cursive;
	font-size: 14px;
	color: #5F95EF;
}

.content_title {
	font-family: 'Unlock', cursive;
	font-size: 18px;
	color: #5F95EF;
}

.activation_icons {
	padding-left: 5px;
	margin-bottom: -3px;
}

.main_help_wrapper {
	width: 98%;
	padding: 10px;
	display: inline-block;
	background: #f4f9ff;
	border: 1px solid #60AFFF;
	border-radius: 5px;
	color: #555;
	height: auto;
	margin-top: 10px;
	padding: 5px;
	position: relative;
}

.blog_image {
	float: left;
	width: 33%;
	margin-top: 40px;
	margin-left: -20px;
	padding-right: 20px;
}

.vote_image {
	float: left;
	width: 40%;
	margin-top: 40px;
}

div.clear {
 clear: both;
 width: 100%;
 height: 1px;
}

.image_ads {
-moz-box-shadow: 0 0 5px 5px #888;
-webkit-box-shadow: 0 0 5px 5px#888;
box-shadow: 0 0 5px 5px #888;
}