
* {margin:0; padding:0; }
body {
	font:85.5% Helvetica, Neue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
	line-height:1.7em;
	text-align:justify;
	color:#fff;
	background-color:#000000;
	background-image:url("images/bg.jpg");
	background-position:-20px -20px;
	background-repeat:no-repeat;
}
a {
	color:#fff;
	text-decoration:underline;
}
a:hover {
	color: #e00017;
	text-decoration:none;
}
a img {
	border: 0 none;
}

#wrapper {
	width: 980px;
	margin: 0 auto;
}

#header {
	position:relative;
	overflow:hidden;
	height:100%;
}
#header-bg {
	background:url(images/header-bg.gif) no-repeat scroll 0 0;
	height:93px;
	position:relative;
}

h1#blog-title {
	font:85.5% Helvetica, Neue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
}

h1#blog-title a {
	color: #e90016;
}

.entry-title a {
	color: #fff;
}

h1#blog-title a, .entry-title a, #footer a {
	text-decoration: none;
}

h1#blog-title a:hover, .entry-title a:hover, #footer a:hover {
	text-decoration: underline;
}

div.skip-link {
	display: none;
}
#nav{
	font-weight: 300;
	font:85.5% Helvetica, Neue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
	margin-left:18px;
}

#nav ul{
	/**background:#000;**/
	height:25px;
	list-style:none;
	/**border: 3px solid #000;**/
	-webkit-border-radius: 6px;
}

#nav li{
	float:left;
	padding:0px;
}

#nav li a{
	background:#000;
	display:block;
	text-align:center;
	text-decoration:none;
	color:#fff;
	line-height:25px;
	padding:0px 15px;
	-webkit-border-radius: 6px;
	
}

#nav li a:hover{
	text-decoration:none;
	background: #e00017;
	color:#FFFFFF;
	-webkit-border-radius: 3px;
}

/* Navigation Second Level */

#nav li ul{
	position:absolute;
	background:#000;
	display:none;
	height:auto;
	width:80px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	margin-left:-3px;
}

#nav li:hover ul{
	display:block;
}

#nav li li:hover {
	font-weight: 800;
}

#nav li li {
	display:block;
	float:none;
	width:120px;
}

#nav li ul a{
	text-align:left;
	display:block;
	height:25px;
	padding:0px 10px 0px 15px;
}

/****
#menu {
	height:200px;
	width:980px;
	font-family:Verdana, Geneva, sans-serif;
	margin-bottom:30px;
	
}


#menu a {
	color: #fff;
}

#menu a:hover {
	text-decoration: none;
	background-color: #e00017;
}

#menu li.current_page_item a, #menu li.current_page_item a:hover {
	background-color: #e00017;
	text-decoration: none;
}
***/

#content {
	height:auto;;
	width:748px;
	float: left;
	padding: 20px;
	color:#fff;
	border: 1px solid #313031;
	background:#000;
	font:85.5% Helvetica, Neue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
	line-height:1.7em;
	text-align:justify;
	
}
#text
{
	width:740px;
	height:100%;
	/*scrollbar-highlight-color:#313031;
	scrollbar-shadow-color:#999999;
	scrollbar-arrow-color:#999999;
	scrollbar-face-color:#000000;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-track-color:#000000;
	scrollbar-darkshadow-color:#FFFFFF;	
	overflow:auto;*/
	padding-right:10px;	
	margin-top:-15px;
}

.entry-title {
	margin: 1em 0 0 0;
}

abbr.published {
	color: #e90016;
	border: 0 none;
	font-size:10px;
}

.entry-meta, .entry-date {
	color: #e90016;
}

#comments-list .avatar {
	float: left;
	margin-right: 1em;
}

#comments-list .n {
	font-weight: bold;
}

.entry-meta, .comment-meta {
	font-style: italic;
}

#comments-list p {
	clear: left;
}

#primary {
	padding-left: 1em;
	font:85.5% Helvetica, Neue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
}

#footer {
	text-align: left;
	width:980px;
	height:160px;
	font:85.5% Helvetica, Neue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
	background:url(images/footer-bg-transgmbh.gif) no-repeat;
}

#inner-footer {
	padding: 2em 1em 0 1.9em;	
}

.entry-meta, .entry-meta a,
.comment-meta, .comment-meta a,
.sidebar, .sidebar a,
#footer, #footer a {color: #fff;}

/*
LAYOUT: Two-Column (Right)
DESCRIPTION: Two-column fluid layout with one 

sidebars right of content
*/
div#container {
float:left;
margin:0 -200px 0 0;
width:100%;
}

div#content {
margin:0 200px 0 0;
}

div.sidebar {
float:right;
overflow:hidden;
width:180px;
}

div#secondary {
clear:right;
}

div#footer {
clear:both;
width:100%;
}

/* Just some example content */
div#menu {
height:2em;
width:100%;
}

div#menu ul,div#menu ul ul {
line-height:2em;
list-style:none;
margin:0;
padding:0;
}

div#menu ul a {
display:block;
margin-right:1em;
padding:0 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;
}

.entry-title,.entry-meta {
clear:both;
}

div#primary {
padding-top:2em;
}

form#commentform .form-label {
margin:1em 0 0;
}

form#commentform span.required {
background:#fff;
color:#c30;
}

form#commentform,form#commentform p {
padding:0;
}

input#author,input#email,input#url,textarea#comme

nt {
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:10px 10px 10px 20px;
padding:10px;
border: 1px solid #313031;
text-align:center;
}

.alignleft,img.alignleft{
float:left;
padding:10px;
margin:10px 10px 20px 10px;
border: 1px solid #313031;
text-align:center;
}

.aligncenter,img.aligncenter{
display:block;
margin:10px;
padding:10px;
text-align:center;
border: 1px solid #313031;
}

div.gallery {
clear:both;
height:180px;
margin:1em 0;
width:100%;
}

p.wp-caption-text{
font-style:italic;
text-align:center;
}

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-above {
margin-bottom:1em;
}

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.1em;
}

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 ul {
margin:0 0 0 2em;
}

div.sidebar ul ul li {
list-style:none;
margin:0;
}

div.sidebar ul ul ul {
margin:0 0 0 0.5em;
}

div.sidebar ul ul ul li {
list-style:circle;
}

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;
color:#e00017;
}
h2 {
	font-size: 1.1em;
	margin: 1em 0 0 0;
}


input
{
	border:1px solid #fff;
	background:#313031;
}
textarea
{
	border:1px solid #fff;
	background:#313031;
}
