/* Reset all Browsers */
@import url("reset.css");

/* 
		/// - Font Colors - ///
	Green:				#9ebd3b; 
	Green Heading:		#a4c639;
	Grey Heading:		#858685;
	Grey Text: 			#939393;
*/

div.tabpanel div.tab-row li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

div.tabpanel div.tab-row a:link, div.tabpanel div.tab-row a:visited {
	float: left;
	background: #f3f3f3;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	margin-right: 4px;
	border: 1px solid #ccc;
	text-decoration: none;
	color: #666;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}

div.tabpanel div.tab-row li.selected a:link, div.tabpanel div.tab-row a:visited.active {
	border-bottom: 1px solid #fff;
	background: #fff;
	color: #000;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}

div.tabpanel div.tab-row a:hover {
	background: #fff;
}

body {
	background-color: #9ebd3b; 
	color: #ffffff; 
	//font: normal 12px Helvetica, Arial, sans-serif; 
	font: normal 14px Helvetica, Arial, sans-serif;
}

a { text-decoration: none; }

h1 { color: #858685; font: bold 20px Helvetica, Arial, sans-serif; } 
h2 {
	color: #a4c639; 
	float: left; 
	font: bold 17px Helvetica, Arial, sans-serif; 
	line-height: 20px; 
	text-shadow: 0px 0px 8px #ffffff; 
//	filter: dropshadow(color=#ffffff, offx=0, offy=0);
}

//h3 { color: #a4c639; font: italic 18px GillSansMT LightItalic, Helvetica, Arial, sans-serif; text-shadow: 0px 0px 8px #000000; filter: dropshadow(color=#000000, offx=0, offy=0); }
h3 { float:left; color: #a4c639; font: italic 16px GillSansMT LightItalic, Helvetica, Arial, sans-serif; }
h4 { color: #858685; font: italic 14px Helvetica, Arial, sans-serif; }

.bold { font-weight: bold; }

#header {
	background: url(images/header-background.png) repeat;
	height: 151px;
	width: 100%;
}

#header-inner {
	background: url(images/header-light.png) no-repeat;
	height: 151px;
	margin: 0 auto;
	width: 1065px;
}

#logo {
	background: url(images/logo.png) no-repeat;
	display: inline; /* IE fix because of margin and float */
	float: left;
	height: 70px;
	margin: 26px 0 0 0;
	width: 283px;
}

#logo a { 
	display: block; 
	height: 70px;
	text-indent: -99999px; 
	width: 283px;
}

#claim {
	display: inline; /* IE fix because of margin and float */
	float: left;
	margin: 62px 0 0 19px;
}

#navigation {
	clear: both;
	display: inline; /* IE fix because of margin and float */
	float: left;
	height: 31px;
	margin: 20px 0 0 0;
	width: auto; 
}

#navigation a {
	color: #cfcfcf;
	font: bold 14px Helvetica, Arial, sans-serif;
	background: url(images/navigation-black-background.png) no-repeat;
	display: inline; /* IE fix because of margin and float */
	float: left;
	height: 35px;
	margin: 0 1px 0 0;
	width: 106px;
	line-height: 39px;
	text-align: center;
	text-shadow: 0px 1px 0px #000000;
//	filter: dropshadow(color=#000000, offx=0, offy=1);
}

#navigation a.active {
	color: #696969;
	background: url(images/navigation-white-background.png) no-repeat;
	margin: 0 1px 0 -4px;
	text-shadow: 0px 0px 0px #ffffff;
//	filter: dropshadow(color=#ffffff, offx=0, offy=1);
}

#navigation a.highlighted {
	color: #696969;
	background: url(images/navigation-highlight-background.png) no-repeat;
	margin: 0 1px 0 -4px;
	text-shadow: 0px 0px 0px #ffffff;
//	filter: dropshadow(color=#ffffff, offx=0, offy=1);
}

#blue-bar {
	background: url(images/blue-bar-background.png) repeat-x, url(images/content-top-shadow.png) no-repeat bottom center;
	clear: both;
	height: 52px;
	width: 100%;
}

#wrapper {
	height: auto;
	margin: 0 auto;
	width: 1083px;
}

#content {
	background: url(images/content-background.png) repeat-y;
	height: auto;
	float: left;
	padding: 0 0 50px 0;
	width: 1083px;
}

.default-body {
	color: #acacac;
	//font: normal 12px Helvetica, Arial, sans-serif;
	font: normal 14px Helvetica, Arial, sans-serif;
	background-color: #ffffff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	display: inline; /* IE fix because of margin and float */
	height: auto;
	float: left;
	margin: 0 0 0 0;
	padding: 19px 15px 12px 22px;
	width: 653px;
}

.default-body a {
	color: #0393C3;
}

.default-body a:hover {
	text-decoration:underline;
}

.default-body .body-title {
	clear: both;
	margin: 0 0 10px 0;
	color: #a4c639;
	font: bold 17px Helvetica, Arial, sans-serif;
	text-shadow: 0px 0px 8px #ffffff; 
//	filter: dropshadow(color=#ffffff, offx=0, offy=0);
}

.default-body ul {
	padding: 0 0 0 15px;
	margin: 10px 0 10px 0;
	list-style-type: disc;
}

.default-body li {
	margin: 0 0 5px 0;
}

#left {
	display: inline; /* IE fix because of margin and float */
	height: auto;
	float: left;
	margin: 37px 0 0 58px;
	width: 690px;
}

.feedbackPanel {
	font: normal 14px Helvetica, Arial, sans-serif;
	color: #FF0000;
	float: left;
	background-color: #ffffc8;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	display: inline; /* IE fix because of margin and float */
	height: auto;
	margin: 0 0 0 0;
	padding: 12px 15px 12px 22px;
	width: 653px;	
}

.top-heading { 
	display: inline; /* IE fix because of margin and float */ 
	float: left; 
	line-height: 20px; 
	margin: 0 0 0 14px; 
}

.top-description { 
	display: inline; /* IE fix because of margin and float */
	float: left; 
	line-height: 23px; 
	margin: 0 0 0 10px; 
}

.top-icon { 	
	background: url(images/top-icon.png) no-repeat;
	display: inline; /* IE fix because of margin and float */	
	height: 73px;
	float: right; 
	margin: -33px 29px 0 0;
	width: 102px;
}


.searchInfo {
	color: #acacac;
	text-align: center;
	background-color: #ffffff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	display: inline; /* IE fix because of margin and float */
	height: auto;
	float: left;
	margin: 0 0 16px 0;
	padding: 5px 15px 5px 22px;
	width: 653px;
	font: bold 17px Helvetica, Arial, sans-serif;
}

.searchInfo a {
	color: #a4c639;
}

.post {
	color: #acacac;
	background-color: #ffffff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	display: inline; /* IE fix because of margin and float */
	height: auto;
	float: left;
	margin: 0 0 16px 0;
	padding: 19px 15px 12px 22px;
	width: 653px;
}

.post_square {
	color: #acacac;
	background-color: #ffffff;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	display: inline; /* IE fix because of margin and float */
	height: auto;
	float: left;
	margin: 0 0 16px 0;
	padding: 19px 15px 12px 22px;
	width: 653px;
}

.balloon {
	color: #acacac;
	background-color: #ffffff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	display: inline; /* IE fix because of margin and float */
	height: auto;
	float: left;
	margin: 0 0 16px 0;
	width: auto;
}

.category {
	background: #858685;
	color: #ffffff; 
	font: bold 15px Helvetica, Arial, sans-serif;
	text-align: center;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	display: inline; /* IE fix because of margin and float */
	height: auto;
	float: left;
	margin: 0 0 3px 0;
	padding: 4px 15px 1px 22px;
	width: 653px;
	line-height: 20px;
}

.category-purge {
	background: #858685;
	color: #ffffff; 
	font: bold 15px Helvetica, Arial, sans-serif;
	text-align: center;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	display: inline; /* IE fix because of margin and float */
	height: auto;
	float: left;
	padding: 4px 15px 4px 22px;
	width: 653px;
	line-height: 20px;
}
.thread {
	color: #acacac;
	background-color: #ffffff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	display: inline; /* IE fix because of margin and float */
	height: auto;
	float: left;
	margin: 0 0 2px 0;
	padding: 10px 0px 10px 20px;
	width: 653px;
}
.post .title a {
	color: #0393C3;
	font-size: 18px;
	font-weight: bold;
	margin: 0 20px 0 0;
}

.post .title a:hover {
	text-decoration:underline;
}

//.post h2 {
//	margin: 0 20px 0 0;
//}

.post .info-line {
	//clear: both;
	color: #acacac;
	//display: inline; /* IE fix because of margin and float */
	//float: left;
	font: normal 12px Helvetica, Arial, sans-serif;
	line-height: 20px;
	margin: 0 0 0 0px;
}

//.post-info {
//	color: #acacac;
//	display: inline; /* IE fix because of margin and float */
//	//float: left;
//	font: normal 12px Helvetica, Arial, sans-serif;
//	line-height: 20px;
//	margin: 0 0 0 0px;
//}

.post-rating {
	display: inline; /* IE fix because of margin and float */
	float: right;
	line-height: 20px;
	margin: 0 8px 0 0;
}

.post-rating-s {
	display: inline; /* IE fix because of margin and float */
	float: right;
//	line-height: 20px;
//	margin: 0 8px 0 0;
}

.post-text {
	clear: both;
	color: #676767;
	font: normal 14px Helvetica, Arial, sans-serif;
	line-height: 20px;
	/*margin: 4px 0 10px 0;*/
}

.post-tags-row {
	clear: both;
}

.post-tags {
	color: #acacac;
	display: inline; /* IE fix because of margin and float */
	float: left;
	font: italic 12px Helvetica, Arial, sans-serif;
	line-height: 24px;
	margin: 0 0 0 3px;
}

.post-read-more {
	background: url(images/read-more-background.png) no-repeat;
	display: inline; /* IE fix because of margin and float */
	float: right;
	height: 24px;
	margin: 0px 0 0 5px;
	text-align: center;
	width: 103px;
}

.post-read-more a {
	color: #767676;
	display: block;
	font: normal 12px Arial, sans-serif;
	height: 24px;
	line-height: 24px;
	text-shadow: 0px 1px 0px #e8e8e8;
//	filter: dropshadow(color=#e8e8e8, offx=0, offy=1);
	width: 103px;
}

.paging {
	color: #a4c639;
	text-align: center;
	font: bold 17px Helvetica, Arial, sans-serif;
	background-color: #ffffff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	display: inline; /* IE fix because of margin and float */
	height: auto;
	float: left;
	margin: 0 0 16px 0;
	padding: 5px 15px 5px 22px;
	width: 653px;
	line-height: 20px;
}

.paging a {
	color: #0393C3;
}

.paging a:hover {
	text-decoration:underline;
}

.paging em {
	color: #acacac;
}

.form-row {
	margin: 10px 0 10px 0;
}

.form-row .description {
	color: #a4c639;
	width: 150px;
	font: normal 14px Helvetica, Arial, sans-serif; line-height: 20px;
	text-shadow: 0px 0px 8px #ffffff; 
//	filter: dropshadow(color=#ffffff, offx=0, offy=0);
	padding: 5px 0 5px 0;
}

.form-row input {
	font: 14px Helvetica, Arial, sans-serif;
	width: 300px;
}

.form-row textarea {
	font: 14px Helvetica, Arial, sans-serif;
	width: 600px;
}

.form-row input[type="submit"] {
	background-color: #D3D3D3;
	border: 1px solid;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	height: 30px;
	width: 150px;
}

#right {
	display: inline; /* IE fix because of margin and float */
	height: auto;
	float: right;
	margin: 37px 29px 0 0;
	width: 237px;
}

#search {
	display: inline; /* IE fix because of margin and float */
	height: auto;
	float: left;
	margin: 0 0 14px 0;
	width: auto;
}

#search-input {
	background: url(images/search-background-text.png) no-repeat;
	border: 0;
	color: #9e9d9d;
	display: inline; /* IE fix because of margin and float */
	float: left;
	font: normal 12px Helvetica, Arial, sans-serif;
	height: 38px;
	line-height: 38px;
	vertical-align: middle;
	padding: 0px 0px 0px 15px;
	width: 171px;
}

/*
#advanced-search {
	display: inline; /* IE fix because of margin and float */
	float: right;
	margin: 0 12px 0 0;
}
*/

#advanced-search a { color: #bcbcbc; font: italic 10px Helvetica, Arial, sans-serif; text-decoration: underline; }
#advanced-search a:hover { text-decoration: none; }

.right-seperator {
	background: url(images/right-seperator.png) no-repeat;
	clear: both;
	height: 1px;
	margin: 0 0 20px 0;
	width: 237px;
}

#right .box {
	background-color: #ffffff;
	padding: 10px 10px 10px 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-style: solid;
	border-radius: 8px;
	border-color: #c7c7c7;
	border-width: thin;
	margin: 0 0 10px 0;	
}

#right #android-analyser img {
	float: left;
}

#right #android-analyser h1 {
	line-height: 32px;
	padding: 10px 0 10px 85px;
	white-space:nowrap;
}

#right #android-analyser h1 a {
	color: #0393C3;
}

#right #android-analyser h1 a:hover {
	text-decoration:underline;
}

#right #android-analyser div {
	clear: both;
	color: #acacac;
	padding: 10px 10px 10px 10px;
}

#right #sponsored-by h1 {
	color: #c7c7c7;
	font-size: 12px;
	text-align: right;
	padding: 0 15px 0 0;
}

#right #sponsored-by img {
	padding: 10px 0 10px 10px;
}

#advertising {
	display: inline; /* IE fix because of margin and float */
	height: auto;
	float: left;
	margin: 0 0 14px 0;
	width: auto;
}

.ad {
	height: auto;
	margin: 12px auto 0 auto;
	width: 236px;
}

#tags {
	display: inline; /* IE fix because of margin and float */
	height: auto;
	float: left;
	margin: 0 0 14px 0;
	width: auto;
}

.tags {
	height: auto;
	margin: 12px auto 0 auto;
	width: 236px;
}

#twitter {
	display: inline; /* IE fix because of margin and float */
	height: auto;
	float: left;
	margin: 0 0 14px 0;
	width: auto;
}

#tweets {
	background: url(images/tweets-background.png) no-repeat;
	height: 213px;
	margin: 12px auto 0 auto;
	overflow: auto;
	padding: 20px 18px 20px 18px;
	width: 201px;
}

.tweet { 
	background: url(images/tweet-seperator.png) no-repeat bottom; 
	color: #3598c9; 
	font: normal 12px Helvetica, Arial, sans-serif; 
	line-height: 17px; 
	margin: 0 0 8px 0;
	padding: 0 0 8px 0;
}

.tweet-when { color: #9b9b9b; }

.active_item {
	color: rgb(136, 136, 136);
}

.ancestor_item {
	color: rgb(165, 192, 121);
}

.user-name {
	color: #5AABDF;
}

.input-button {
	background-color: #D3D3D3;
	border: 1px solid;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	height: 30px;
	width: 150px;
}

#facebook {
	display: inline; /* IE fix because of margin and float */
	height: auto;
	float: left;
	margin: 0 0 14px 0;
	width: auto;
}

#facebook-button {
	margin: 12px 0 0 28px;
}

#content-bottom {
	background: url(images/content-bottom.png) no-repeat;
	height: 18px;
	float: left;
	width: 1083px;
}

#footer {
	color: #4a6101;
	display: inline; /* IE fix because of margin and float */
	font: normal 11px Helvetica, Arial, sans-serif;
	float: left;
	line-height: 17px;
	margin: 3px 0 45px 9px;
	text-shadow: 0px 1px 0px #c6ef43;
//	filter: dropshadow(color=#c6ef43, offx=0, offy=1);
	width: 1065px;
}

/* the overlayed element */
.simple_overlay {
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#333;
	
	/*width:675px;*/	
	/*min-height:200px;*/
	border:1px solid #666;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(images/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

#footer-copyright { float: left; }
#footer-links { float: right; }
#footer-links a { color: #4a6101; text-decoration: underline; }
#footer-links a:hover { text-decoration: none; }

