/*
Theme Name: Loc-Suite Theme
Theme URI: http://loc-suite.org
Description: Theme for the web presentation of mac software Localization Suite.
Version: 1.0
Author: Jan Placht
Author URI: http://skyfighter.net
Tags: orange, icons, brown, header, two-column, fixed width	

*/


@font-face
{
	font-family: Oblik;
	src: url('fonts/Oblik_Regular.otf') format("opentype");
}
@font-face
{
	font-family: Oblik;
	font-weight: bold;
	src: url('fonts/Oblik_Bold.otf') format("opentype");
}
html, body
{
	height: 100%;
	background: #f7e7ce;
	color: #350b04;
	font-family: Oblik, Helvetica Neue, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0;
	padding: 0;
}
a, a:link, a:hover, a:visited, a:active, a img
{
	color: #dc3c17;
	text-decoration: none;
	border: 0;
}
div#Container, div.Inner
{
	left: 50%;
	margin-left: -440px;
	position: relative;
	width: 880px;
}
div#Container
{
	background: #f7e7ce;	
}

.Down,  {
	width: 100%;
	height: 50px;
}

div#content
{
	float: left;
	font-size: 1.2em;
	line-height: 1.6em;
	width: 600px;
}

div#content h2 {
	font-size: 1.8em;
	font-weight: bold;
	margin: .5em 0 .5em 0;;
}

div#content h3 {
	font-size: 1.3em;
	margin: 0;
	padding-bottom: .5em;
}

div.F-headline
{
	font-size: 1.1em;
	padding-bottom: 1em;
}

div.F-headline-middle
{
	font-size: 1.1em;
	padding-bottom: 1em;
}

div#content div#Inner {
	padding-left: 1em;
}

div#sidebar
{
	float: right;
	font-size: 1.2em;
	padding-left: 20px;
	width: 260px;
}

div#sidebar h2 {
	margin-top: 0;
	font-size: 1.1em;
}

span.SidebarText
{
	line-height: 1.5em;
}
div#IconHeader
{
	background: url(images/icon-header.png) repeat-x;
	height: 360px;
}
.SingleLine
{
	background: url(images/single-line.png) repeat-x;
	height: 19px;
}
div#IconHeader div#IH-inner
{
	left: 50%;
	margin-left: -440px;
	position: relative;
	width: 860px;
}

div#IconHeader {
	margin-bottom: 20px;
}

div#IH-inner img
{
	margin-top: 10px;
}

div.NBT {
	color: #dc3c17;
	padding: 30px 0 20px 0;
	font-size: 1.2em;
	line-height: 1.5em;
}

div.NBT a { font-weight: bold; }

img.SidebarSep {
	padding: 10px 0 10px 0;
}

.TTable td {
	padding: 0 0 20px 0;
}

.TTable img {
	padding-right: 20px;
}

div#footer
{
	background: url(images/footer-bg.png) repeat-x;
	clear: both;
	height: 90px;
}
div#footer img
{
	left: 50%;
	margin-left: -407px;
	position: relative;
}
div#FooterNav
{
	clear: both;
	font-size: 1.5em;
	font-weight: bold;
	padding-top: 10px;
	text-align: center;
	width: 100%;
	height: 2em;
}
div#FooterNav a
{
	color: #350b04;
}
div#FooterNav a:hover
{
	color: #dc3c17;
}
div#Header
{
	background: url(images/header.png) repeat-x;
	height: 90px;
}
.LSLogo
{
	border: 0;
}
ul#MainNavi
{
	float: right;
	list-style: none;
	margin-top: 32px;
	width: 415px;
}
ul#MainNavi li
{
	float: left;
}
ul#MainNavi li a
{
	height: 39px;
}
ul#MainNavi a
{
	display: block;
}
ul#MainNavi li.Blog a
{
	background: url(images/mainnavi/blog.png) no-repeat;
	width: 74px;
}

ul#MainNavi li.Forum a
{
	background: url(images/mainnavi/forum.png) no-repeat;
	width: 85px;
}

ul#MainNavi li.Development a
{
	background: url(images/mainnavi/development.png) no-repeat;
	width: 146px;
}

ul#MainNavi li.Sponsors a
{
	background: url(images/mainnavi/sponsors.png) no-repeat;
	width: 110px;
}

h1, h2, h3, h4, h5, h6
{
	color: #dc3c17;
	font-family: Oblik, Helvetica Neue, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h2 a
{
	color: #dc3c17;
}
a.DownloadLink
{
	background: url(images/bt-download.png) no-repeat;
	display: block;
	height: 39px;
	width: 213px;
}
a.DownloadLink:hover
{
	background-image: url(images/bt-download-ov.png);
}

div.F-right, div.F-left
{
	clear: both;
	font-size: 1.1em;
	color: #333;
	line-height: 1.3em;
	padding-bottom: 20px;
}
div.F-right img
{
	float: right;
	padding: 0 0 20px 20px;
}
div.F-left img
{
	float: left;
	padding: 0 20px 20px 0;
}
div.F-right strong, div.F-left strong
{
	color: #000;
	font-weight: bold;
}
div.F-mini
{
	background: #e1d3bd;
	border-bottom: 1px solid #666;
	border-top: 1px solid #666;
	margin: 20px 0 20px 0;
	padding: 7px 0 7px 0;
	text-align: center;
}
div.F-mini img
{
	padding: 0 7px 0 7px;
}
div.ColumnList div
{
	float: right;
	font-size: .9em;
	line-height: 1.4em;
	padding: 10px;
	width: 100px;
}
div.ColumnList div strong
{
	color: #dc3c17;
	font-weight: bold;
	text-transform: uppercase;
}
div.ColumnList ul
{
	list-style: square;
}



ul.feature {
	list-style: square;
	margin: 0 0 5px -10px;
	color: #444;
}



div#SwitchIcons {
	text-align: center;
}



h2.entry-title a
{
	font-size: .7em;
	text-decoration: none;
}
h2.entry-title span.title-date
{
	color: #350b04;
	font-size: .7em;
	font-weight: bold;
}
div.published
{
	font-size: 0.9em;
	margin-top: -1.5em;
}
.entry-title, .entry-meta
{
	clear: both;
}
.entry-title
{
	color: #dc3c17;
}
.entry-meta
{
	font-size: .9em;
}
.entry-all-meta
{
	border-left: 1px solid #555;
	font-size: .9em;
	padding-left: 10px;
}
div#container,div#primary
{
	margin-top: 2em;
}
form#commentform .form-label
{
	margin: 1em 0 0;
}
form#commentform span.required
{
	color: #c30;
}
form#commentform,form#commentform p
{
	padding: 0;
}
input#author,input#email,input#url,textarea#comment
{
	padding: 0.2em;
}
div.comments ol li
{
	margin: 0 0 3.5em;
}
textarea#comment
{
	height: 13em;
	margin: 0 0 0.5em;
	overflow: auto;
	width: 66%;
}
.alignright,img.alignright
{
	float: right;
	margin: 1em 0 0 1em;
}
.alignleft,img.alignleft
{
	float: left;
	margin: 1em 1em 0 0;
}
.aligncenter,img.aligncenter
{
	display: block;
	margin: 1em auto;
	text-align: center;
}
div.gallery
{
	clear: both;
	height: 180px;
	margin: 1em 0;
	width: 100%;
}
p.wp-caption-text
{
	font-style: italic;
}
div.gallery dl
{
	margin: 1em auto;
	overflow: hidden;
	text-align: center;
}
div.gallery dl.gallery-columns-1
{
	width: 100%;
}
div.gallery dl.gallery-columns-2
{
	width: 49%;
}
div.gallery dl.gallery-columns-3
{
	width: 33%;
}
div.gallery dl.gallery-columns-4
{
	width: 24%;
}
div.gallery dl.gallery-columns-5
{
	width: 19%;
}
div#nav-below
{
	margin-top: 1em;
}
div#nav-images
{
	height: 150px;
	margin: 1em 0;
}
div.navigation
{
	height: 1.25em;
}
div.navigation div.nav-next
{
	float: right;
	text-align: right;
}
div.sidebar h3
{
	font-size: 1.2em;
}
div.sidebar input#s
{
	width: 7em;
}
div.sidebar li
{
	list-style: none;
	margin: 0 0 2em;
}
div.sidebar li form
{
	margin: 0.2em 0 0;
	padding: 0;
}
div.sidebar ul
{
	list-style: square;
	margin: 0 0 0 1em;
}
div.sidebar ul ul li
{
	list-style: square;
	margin: 0;
}
div.sidebar ul ul ul
{
	margin: 0 0 0 0.5em;
}
div.sidebar ul ul ul li
{
	list-style: square;
}
div#menu ul li,div.gallery dl,div.navigation div.nav-previous
{
	float: left;
}
input#author,input#email,input#url,div.navigation div
{
	width: 50%;
}
div.gallery *,div.sidebar div,div.sidebar h3,div.sidebar ul
{
	margin: 0;
	padding: 0;
}
div#menu
{
	background: #EEE;
	height: 1.5em;
	margin: 1em 0;
	width: 100%;
}
div#menu ul,div#menu ul ul
{
	line-height: 1;
	list-style: none;
	margin: 0;
	padding: 0;
}
div#menu ul a
{
	display: block;
	margin-right: 1em;
	padding: 0.2em 0.5em;
	text-decoration: none;
}
div#menu ul ul ul a
{
	font-style: italic;
}
div#menu ul li ul
{
	left: -999em;
	position: absolute;
}
div#menu ul li:hover ul
{
	left: auto;
}