/*
Theme Name: Translate Theme
Theme URI: http://simple-press.com
Description: The SPF Wiki Theme heaviy doctored
Version: 1.0
Author: Andy Staines & Steve Klasen
Author URI: http://simple-press.com
*/

/* Resets */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
:focus {
	outline: 0;
}
body {
	color: #696969;
	background: #ffffff;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	height: 100%;
}
html {
	overflow-y: scroll;
}
html, body {
	height: 100%;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}

ol, ul {
	list-style: none;
}
.clear {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}


/* Headings */
h1, h2, h3, h4, h5, h6 {
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin: 5px 0 5px 0;
	color: #000;
}
h1 {
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 10px;
}
h2 {
	font-size: 23px;
	line-height: 28px;
}
.single h1 {font-size: 22px !important;}
.single h2 {font-size: 20px !important;}
.single h3 {font-size: 16px !important;}
h3 {
	font-size: 19px;
	line-height: 24px;
}
h4 {
	font-size: 17px;
	line-height: 22px;
}
h5 {
	font-size: 15px;
	line-height: 20px;
}
h6 {
	font-size: 14px;
	line-height: 19px;
}


/* Header */
#header_wrap {
	position: relative;
	height: 160px;
	min-width: 1000px;
}
#header {
	position: relative;
	height: 160px;
	width: 1000px;
	margin: 0 auto;
	z-index: 99;
}
#header .gradient {
	position: absolute;
	left: -120px;
	top: -40px;
}
#header .logo {
	position: absolute;
	left: 30px;
	top: 45px;
}


/* Page Navigation */
#header .navigation {
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	position: absolute;
	right: 30px;
	bottom: 0px;
}
#header .navigation li {
	float: left;
}
#header .navigation li a {
	display: block;
	background: #000;
	padding: 5px 15px;
	padding-bottom: 6px;
	color: #fff;
	margin-left: 3px;
	font-size: 13px;
	border: 1px solid #000;
	border-bottom: none;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-right-radius:3px;
	-webkit-border-top-left-radius:3px;
}
#header .navigation li a:hover,
#header .navigation li.current_page_item a,
#header .navigation li.current_page_parent a {
	background: #fff;
	color: #000;
	border-color: #fff;
}
/* page */
#page_wrap {
	position: relative;
	background: #fff;
	min-width: 1000px;
	padding-top: 10px;
	padding-bottom: 0px;
}
#page {
	position: relative;
	width: 940px;
	margin: 0 auto;
	padding: 15px 30px 0px 30px;
}
/*  Welcome Text
#welcome {
	position: relative;
	width: 940px;
	margin: 20px auto;
	padding: 0px 30px;
	color: #6c5448;
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
}
#welcome span {
	float: left;
	display: block;
	width: 120px;
	height: 100px;
	margin-top: 23px;
	margin-left: 10px;
	font-size: 33px;
	color: #004060;
	font-weight: bold;
}
#welcome_text {
	position: relative;
	background: #fed48b url(images/welcome_gradient.jpg) repeat-y 0 0;
	border: 1px solid #caa363;
	padding: 31px 35px;
	padding-bottom: 20px;
	z-index: 99;
}
*/
/* Sidebar */
/*
#sidebar {
	width: 220px;
	float: left;
	margin-right: 20px;
}
#sidebar h3 {
	padding-bottom: 5px;
	padding-top: 1px;
	width: 200px;
	font-size: 16px;
	padding-left: 10px;
}
#sidebar ul.users {
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	width: 190px;
	padding: 0 10px;
	margin-bottom: 30px;
	position: relative;
	background: url(images/post_bg.gif) repeat-x 0 0;
	padding-top: 10px;
}
#sidebar ul.users .checkbox {
	float: left;
	margin-right: 6px;
}
.users .avatar {
	position: absolute;
	bottom:3px;
	right: 0px;
	border: 1px solid #d0d0d0;
	background: #f1f1f1;
	padding: 2px;
}
#sidebar h3.locked {
	background: url(images/lock.gif) no-repeat 95% 40%;
}
#sidebar h3.unlocked {
	background: url(images/unlock.gif) no-repeat 95% 40%;
}
#sidebar h3.search {
	background: url(images/quick_search.gif) no-repeat 95% 50%;
}
#sidebar h3.folder {
	background: url(images/folder.gif) no-repeat 95% 60%;
}
#sidebar h3.pages {
	background: url(images/pages.gif) no-repeat 95% 50%;
}
#sidebar h3.translate {
	background: url(images/translator.png) no-repeat 95% 50%;
}
#sidebar h3.related {
	background: url(images/friends.png) no-repeat 95% 50%;
}
#sidebar .text {
	display: block;
	width: 174px;
	padding: 5px 7px;
	margin: 0px;
	margin-top: 3px;
	border: 1px solid #b4b4b4;
	border-top: 1px solid #727272;
	border-bottom: 1px solid #dadada;
	background: #fff url(images/tex_bg.gif) repeat-x 0 0;
	font-size: 14px;
}
#sidebar label {
	margin-bottom: 10px;
	display: block;
}

#livesearch {
	position: relative;
	background: url(images/post_bg.gif) repeat-x 0 0;
	width: 190px;
	display: block;
	padding: 10px 10px;
	margin-bottom: 15px;
}
#livesearch .text {
	margin-top: 10px;
}
#search-result {
	border-top: 1px solid #ccc;
}
#search-result li a {
	display: block;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	padding: 4px 5px;
	padding-bottom: 8px;
}
#search-result li a:hover {
	background: #eee;
}
div.live-search-results {
	height: auto;
	overflow: auto;
	padding: 5px 0px;
	padding-bottom: 10px;
	background:#fff;
}
.ajax-loading {
	background: url(images/ajax-loader.gif) no-repeat 0 0;
	height:16px;
	width: 16px;
	position: absolute;
	top: 25px;
	right: 20px;
	display: none;
}

#sidebar ul#donators {
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	width: 200px;
	padding: 0 10px;
	margin-bottom: 30px;
	position: relative;
	background: url(images/post_bg.gif) repeat-x 0 0;
	padding-top: 10px;
}

#sidebar ul#translation {
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	width: 200px;
	padding: 0 10px;
	margin-bottom: 30px;
	position: relative;
	background: url(images/post_bg.gif) repeat-x 0 0;
	padding-top: 10px;
}

*/
/*

#related {
	padding:0px;
	text-indent:0px;
	width:210px;
	margin-bottom: 30px;
	background: url(images/post_bg.gif) repeat-x 0 0;
	padding-top: 10px;
}
#related li a {
	display:block;
	margin:0px;
	padding:0px 15px 0px 15px;
	text-decoration: none;
}
*/
/* Category Navigation */
/*
#navigation {
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	padding:0px;
	text-indent:0px;
	width:210px;
	margin-bottom: 30px;
	background: url(images/post_bg.gif) repeat-x 0 0;
	padding-top: 10px;
}
#navigation li a {
	border-top: none;
	display:block;
	margin:0px;
	padding:3px 15px 0px 10px;
	text-decoration: none;
}
#navigation li a:hover, #navigation li.current-cat-parent > a, #navigation li.current_page_ancestor > a, #navigation li a.down {
	color: #000;
}
#navigation ul {
	display: none;
	border-left: 1px solid #d0d0d0;
	margin-left: 15px;
}
#navigation li {
	list-style:none outside none;
	display:inline;
}
#navigation ul.show {
	display:block;
}
#navigation li li a {
	display:block;
	font-weight:normal;
	margin:0px;
	text-decoration: none;
	display:block;
	padding:1px 15px 0px 15px;
	text-decoration: none;
	background: url(images/li-sub.gif) no-repeat 0 12px;

}
#navigation li li.current-cat a, #navigation li li.current_page_item a, #navigation li.current_page_home a  {
	color: #000;
}

#sidebar .navigation {
	padding:0px;
	text-indent:0px;
	width:210px;
	margin-bottom: 30px;
	background: url(images/post_bg.gif) repeat-x 0 0;
	padding-top: 10px;
}
#sidebar .navigation li a {
	border-top: none;
	display:block;
	margin:0px;
	padding:1px 15px 3px 10px;
	text-decoration: none;
}
#sidebar .navigation li {
	list-style:none outside none;
	display:inline;
}
#sidebar .navigation li li a {
	display: none;
}
#sidebar .navigation li.current_page_item a {
	color: #000;
}
*/

/* Content */
#content {
	float: left;
/*	width: 700px;*/
	width: 100%;
}
/* RSS Div */
/*
#rss {
	position: absolute;
	right: 30px;
	top: 27px;
	width: 200px;
	height: 21px;
}
#rss span {
	position: absolute;
	font-size: 12px;
}
#rss img {
	position: absolute;
	right: 0px;
}
*/
/* Post */
#content .post_wrap {
	font-size: 100%;
	float: left;
/*	background: url(images/post_bg.gif) repeat-x 0 0;*/
	width: 100%;
	margin-bottom: 10px;
	padding-top: 5px;
	position: relative;
}
#content .home h2 {
	font-size: 15px;
	margin-bottom: 0px;
}
#content .post_wrap h2 a {
	color: #004060;
}
#content .post_wrap h2 a:hover {
	text-decoration: underline;
}
#content .post_wrap .post {
/*	padding: 20px;*/
	border-bottom: 1px solid #d0d0d0;
	background: #f1f1f1;
/*	padding-right: 60px;*/
}
#content .post_wrap .page, .single {
/*	padding: 10px 20px;
	border-bottom: 1px solid #d0d0d0;
	background: #f1f1f1;
	padding-right: 60px;*/
}
/*#content .post_wrap .post p {
	padding-right: 160px;
}*/
#content .home .post {
	padding: 13px 2px;
	padding-right: 40px;
	border-bottom: 1px solid #d0d0d0;
	background: #fff;
}

/* Single Page */
#page_wrap .faqs_page .my_faqs {
	margin-top: 0px;
}
.single h1, .single h2 {
	font-size: 28px;
	color: #000;
	margin: 10px 0;
}
.single p {
	padding-bottom: 10px;
}

.single li {
	position: relative;
}
#content .single ul, #content .single ol {
	margin-bottom: 30px;
}
#content .single li>ul, #content .single li>ol {
	margin-bottom: 0px;
}
#content .single ul li {
	margin-bottom:6px;
	margin-left: 27px;
	padding-left: 13px;
}
#content .single ol li {
	margin-bottom:6px;
	margin-left: 40px;
}
#content .single ul li {
	background: url(images/li.gif) no-repeat 0 10px;
}
#content .single ol li {
	list-style: decimal;
}
#content #sections {
	margin-left: 20px;
	margin-bottom: 0px;
	float: right;
}
#content #sections ul {
	padding: 30px 40px 15px 20px;
	background: #f1f1f1 url(images/sections.gif) no-repeat 20px 15px;
	border: 1px solid #d3d3d3;
	float: left;
}
#content #sections ul li {
	list-style: none;
	background: none;
	margin: 0px;
	padding: 0px;
}
#content #sections a {
	color: #4d4d4d;
}
#content #sections a:hover {
	color: #000;
}


.wp-caption {
	background-color:#efefef;
	border:1px solid #b6b6b6;
	text-align:center;
	margin-bottom:15px;
	padding-top: 15px;
	padding-bottom: 11px;
	padding-right: 11px;
	padding-left: 11px;
}
.wp-caption img {
	border:1px solid #b6b6b6;
	margin: auto;
}
.wp-caption-text {
	text-align: center;
	font-size: 12px;
	font-style: italic;
	color: #404040;
	padding: 0px;
	margin: 0px;
	margin-top: 5px;
}
.improve {
	float: right;
}
.improve span {
	padding-left: 22px;
	background: url(images/contact.png) no-repeat 0 4px;
}
.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignright {
	float: right;
	margin-left: 20px;
}
.alignleft {
	float: left;
	margin: 3px 20px 5px 0;
}
/* Pagination */
.button a:link, .button a:visited {
	padding: 3px 7px;
	border: 1px solid #d0d0d0;
	-moz-border-radius: 3px;
	-webkit-border-radius:3px;
}
.button a:hover {
	background: #f1f1f1;
	text-decoration:none;
}
.button a:active {
	text-decoration:none;
}
.wp-pagenavi {
	font-size: 12px;
	text-transform: uppercase;
	clear: both;
	font-weight: normal;
	text-align: right;
	border-bottom: 1px solid #d0d0d0;
	padding-bottom: 10px;
}
.wp-pagenavi a,
.wp-pagenavi .current {
	padding: 3px 7px;
	border: 1px solid #d0d0d0;
	margin-left: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius:3px;
}
.wp-pagenavi a:hover,
.wp-pagenavi .current {
	background: #f1f1f1;
}
.wp-pagenavi .pages {
	float: left;
}
.faq-pagenavi {
	width: 210px;
	position: absolute;
	top: -34px;
	right: 0px;
	font-size: 12px;
	text-transform: uppercase;
}
.faq-pagenavi .button {
	float: right;
	margin-left: 10px;
}
.faq-pagenavi .pageed {
	float: right;
}

/* Footer */
#footer_wrap {
	position: relative;
	font-family: Tahoma, Verdana, Helvetica;
	background: #eaeaea url(images/footer_border.png) repeat-x 0 0;
	min-width: 1000px;
}
#footer {
	position: relative;
	width: 940px;
	padding: 24px 30px 44px 30px;
	font-size: 12px;
	line-height: 1.2em;
	margin: 0 auto 0px auto;
	color: #7b7b7b;
	height: 30px;
	letter-spacing: 0.5px;
	text-align: right;
}

#sforum .sfmessagestrip.sfforummessage {
	background: #e7fafb url(images/download.png) 5px 15px no-repeat !important;
	height: auto;
	padding: 10px 50px 20px 50px;
	margin: 0;
	font-style: bold !important;
}

#sforum .sfmessagestrip.sfforummessage p {
	padding-bottom: 8px;
}

#sforum .sfmessagestrip.sfforummessage a {
	font-weight: bold;
	text-decoration: underline;
}
