/*  
Theme Name: yls
Theme URI: http://traumkrieger.de
Description: Custom
Version: 0.1
Author: Frank Rausch
Author URI: http://frankrausch.de/

*/


/* -- override defaults -- */

:link, :visited {
  text-decoration: none;
}

a img, :link img, :visited img {
  border: none;
}

img.left {
  float: left;
  padding-right: 16px;
}

ul,ol {
  list-style: none;
}

h1,h2,h3,h4,h5,h6,pre,code,p {
  font-weight: normal;
  font-size: 100%;
}

ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {
  margin: 0; padding: 0;
}

address {
  font-style: normal;
}

input {
  font-family: inherit;
}

a:link, a:visited {
  padding-bottom: 1px;
  color: white;
  border-bottom: 1px solid #cc241a;
}

a:hover {
  color: #cc241a;  
  border-bottom: 2px solid #cc241a;
}

p {
  padding-bottom: 16px;
}

h2 {
  color: #888;
  font-size: 16px;
}

h3 {
  color: #888;
}


/* page elements */

body, html {
    font: 12px/1.6 "Lucida Grande", "Lucida Sans Unicode", sans-serif;
    background: #111 url(graphics/body_bg.gif) repeat-x top left;
    color: white;
}

small {
  color: #888;
  font-size: 10px;
}

#wrapper {
  margin: auto;
  width: 790px;
}

#header {
  padding: 0 16px 0 16px;
  height: 259px;
  background: black url(graphics/header_1.jpg) top left;  
}

#header a {
  color: white;
  border: none;
}


#logo{
  margin-top: 235px;
  float: left;
 }
 
#logo:hover {
  text-decoration: underline;
}
 
#content {
  background-color: black;
  margin-top: 1px;
  min-height: 300px;
  clear: both;
  padding: 32px 16px 16px 16px;
}


.column_2_3_left {
  width: 500px;
  float: left ;
}

.column_1_3_right {
  width: 220px;
  float: right;
}

#nav_main {
  float: right;
  margin-top: 235px;
}


#nav_main ul {
  list-style: none;
  margin:0;
  padding:0;
}

#nav_main ul li {
  float: left;
  margin:0;
  padding:0;
}

#nav_main ul li a {
  height: 24px;
  color: white;
  padding: 0 12px;
  text-decoration: none;
  display: block;
}

#nav_main ul li a.selected
{
	/*active category*/
  color: #cc241a;

}

#nav_main ul li a:hover {
  text-decoration: underline;
}


#footer {
  clear: both;
  background-color: black;
  padding: 16px;
  font-size: 10px;
  color: #888;
}

#footer a {
  color: #888;
  border-color: #333;
}

ul.work li {
  width: 250px;
  padding: 0 2px 16px 0;
  display: inline;
  float: left;
}

ul.work li img {
  border: 1px solid black;
}

ul.work li a, ul.work li a:hover {
  border: none !important;
}

ul.work li a, ul.work li a:hover img {
  border: 1px solid #cc241a;
}
.left {
  float: left;
}

.right {
  float: right;
}

/* form stuff */
form#contactform label { padding-right: 16px; }

form#contactform label span
{
	/* labels contain a span to make them align right*/
	float: left;
	width: 100px;
	text-align: right;
}

form#contactform .button {
  border: none;
    padding: 4px;
  color: white;
  background-color: #cc241a ;
}

form#contactform .button:hover, form#contactform .button:focus {
  color: black;
  border: none;
  background-color: white;
}

form#contactform
{
	margin: 0;
	padding: 0;
}

fieldset {
  border: none;
}

form#contactform input,  form#contactform textarea
{
  padding: 2px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;  
  border:1px solid #cacaca;
	background-color: white;
	/*Inner drop shadow*/
  background: white url(graphics/input_bg.gif) left top repeat-x;
}


form#contactform input:hover, form#contactform textarea:hover { border: 1px solid #cc241a; }
form#contactform input:focus, form#contactform textarea:focus { border: 1px solid #cc241a; }


.form_error {
  color: white;
  background-color: #cc241a;
  padding: 4px 8px;
}
