/********************************************
   AUTHOR:  			Christian Nießing 
   TEMPLATE NAME:		OUTER SPACE DESIGN TEMPLATE
   VERSION:             1.0     
   DATE:			    December-30-2008     	
 *******************************************/

/********************************************
   HTML ELEMENTS
********************************************/

/* top elements */

* {
	margin: 0;
	padding: 0;
	outline: 0;
}

/*png behaviour in IE */

img, div {
	behavior: url(../iepngfix.htc)
}

body {
	color: #777;
	text-align: center;
	margin: 0px 0;
	font-family: Verdana, Tahoma, arial, sans-serif;
	font-size:1em;
	line-height: 1.5em;
	background-color: #333333;

/*	background:transparent url(../images/body_bg_grey.jpg) no-repeat fixed center top;*/
/*	background-image: url(../images/bg_gradient.gif);	
	background-repeat: repeat-x;
	background-position: left top;*/
}

html, body {
		background-color: #333333;
height: 100%;
margin: 0;
padding: 0;
}
#full_wrap{
	position:relative;
	z-index:1;
}

img#bg {
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
margin:0 0 0 0 ;
padding:0 0 0 0 ;
}


dfn{display:none}
/* links */

a, a:visited {
	text-decoration: none;
	background: inherit;
	color: #000000;
}

a:hover {
	text-decoration: underline;
	background: inherit;
	color: #000000;
}

/* headers */

h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
}

h1 {
	font-size: 250%;
	font-weight: normal;
	margin-bottom:19px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EDEDED;
}

h2 {
	font-size: 160%;
	font-weight: normal;
}

h3 {
	font-size: 135%;
	font-weight: normal;
}

h1, h2, h3, p {
	padding-bottom: 15px;
}

/* images */
img.smaller{
	float:right;
	width:120px;
}
img {
	border: #eee 1px solid;
	border-right: none;
	border-bottom: none;
	float: left;
	clear:right;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 4px;
	margin-right: 10px;
	background-color: #FFFFFF;
	background-image: url(../images/shadow.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

/* gallery pager */
#pager{
	margin-left: 12px;

}

#pager a {
	border: 1px solid #666666;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	color: #FFFFFF;
	background-color: #666666;
	background-image: url(../images/accordeonmenu_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	float: left;
}
#pager a.activeSlide {
	background-color: #333333;
	background-image: url(../images/accordeonmenu_bg_hover.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#pager a:hover { 
    background-color: #333333;
	background-image: url(../images/accordeonmenu_bg_hover.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
/* blog elements */


ul, ol {
	margin: 5px 15px;
	padding: 0 25px;
}

code {
	margin: 5px 0;
	padding: 15px;
	text-align: left;
	display: block;
	overflow: auto;
	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
	border: 1px solid #CCCCCC;
	background-color: #EDEDED;
}

acronym {
	cursor: help;
	border-bottom: 1px dotted #777;
}

blockquote {
	padding: 20px 10px 10px 50px;
	font: bold 1.3em/1.5em "Trebuchet MS", Tahoma, arial, Sans-serif;
	color: #333333;
	border: 1px solid #CCCCCC;
	background-color: #EDEDED;
	background-image: url(../images/quote.gif);
	background-repeat: no-repeat;
	background-position: 8px 6px;
}

.post-footer {
	padding: 5px;
	margin: 20px 25px 0 25px;
	border: 1px solid #CCCCCC;
	font-size: 95%;
	background-color: #EDEDED;
	
	
}

.post-footer .date {
	padding-left: 0px;
	margin: 0 5px;
}

.post-footer .comments {
	padding-left: 0px;
	margin: 0 5px;
}

.post-footer .readmore {
	padding-left: 0px;
	margin: 0 5px;
}

.post-by {
	font-size: .95em;
	margin-top: 0;
}

/* table */

table {
	border-collapse: collapse;
	width: 100%;
}

th {
	height: 35px;
	padding-left: 12px;
	padding-right: 12px;
	color: #fff;
	text-align: left;
	border-bottom-width: 2px;
	background-color: #333333;
	background-image: url(../images/menu.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	padding-top: 8px;
	padding-bottom: 0px;
}

tr {
	height: 32px;
	background: #fff;
}

td {
	padding-left: 12px;
	padding-right: 12px;
	border: 1px solid #CCCCCC;
}

/* form elements */

form {
	padding: 10px 10px 10px 10px;
}


fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea {
	padding: 8px;
	background-color: #F3F3F3;
	border: 1px solid #999999;
	font: normal 1em Verdana, sans-serif;
	color: #777;
}


input.button {
	font: bold 12px Arial, Sans-serif;
	height: 28px;
	margin: 0;
	padding: 2px 3px;
	color: #fff;
	border: 1px solid #333333;
	background-color: #666666;
	background-image: url(../images/menu.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
}

input:focus, textarea:focus {
	background-color: #FFFFFF;
}
input.error, textarea.error {
	border: 1px dotted #660099;
}

form label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: #660099;
	font-style: italic;
	float: left;
}

/********************************************
   LAYOUT
********************************************/

#logo {
	height: 213px;
	width: 160px;
	z-index: 15;
	clear: both;
	margin-left: auto;
	margin-right: auto;
/*	background-image: url(../images/logo.png);*/
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
	float: left;
	left: 820px;
	top: -1px;
	position: absolute;
}

#topshaddow {
	height: 50px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/top_bg.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	z-index: 4;
}

#wrap {
	width: 950px;
	text-align: left;
	background-image: url(../images/content.png);
	background-repeat: repeat-y;
	background-position: center top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#header {
	height: 260px;
	color: #fff;
/*	background-color: transparent;*/
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	z-index: 1;
}

#header img {
	background-color:transparent;
	background-image:none;
	border: none;
	padding: 0;
	margin: auto;
}

/* navigation */

#navigation {
	clear: both;
	height: 41px;
	width: 900px;
	background-color: #333333;
	background-image: url(../images/menu.jpg);
	background-repeat: repeat-x;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-bottom: 0;
	font-family: "trebuchet MS", Arial, Tahoma, Sans-serif;
	font-size: 16px;
	line-height: 40px;
}

#content-wrap {
	clear: both;
	width: 860px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	padding: 0;
	height: auto;
}

/* Sidebar */

#sidebar {
	color:#777777;
	float:left;
	font-size:0.8em;
	line-height:1.5em;
	margin:20px 0 0;
	padding:0;
	width:195px;
}
#sidebar img {
	width:130px;
	margin-bottom:25px;
}
#sidebar .address{
	padding-top:60px;
	font-size:1.3em;
}

#sidebar h2 {
	margin: 15px 5px 10px 5px;
	font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #555;
}

#sidebar p {
	margin-left: 5px;
}

/* Main Column */

#main {
	float: right;
	width: 625px;
	display: inline;
	margin-top: 25px;
}

#mainonecolumn {
	float: left;
	width: 800px;
	display: inline;
	margin-top: 25px;
	margin-left:30px;
	height: auto;
	padding-bottom: 50px;
}

	

#work ul{
  	float:left;
	width: 800px;
	margin-top:30px;
	}

#work li {
  list-style:none;
  float:left;
  margin-right: 20px;
  margin-bottom: 40px;
  
}

#tooltip{
	position:absolute;
	background:#000000;
	padding:2px 5px;
	color:#FFFFFF;
	display:none;
	filter: alpha(opacity=80);
	-moz-opacity: .80;
	opacity: .80;
	z-index: 500;
	}	


#project ul{
	min-height: 430px;
	height: auto;
	width: 420px;
	float: left;
}

#project li {
  list-style:none;
  float:left;
  
}
	
#projectdesc {
	float: right;
	width: 300px;
	height: 430px;
	margin-top: 10px;
}	

/* Footer */

#footer {
	color: #c4c4c4;
/*	background: #caced1;*/
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;

	clear: both;
	width: 860px;
	height: 20px;
	text-align: center;
	font-size: 90%;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
}
#footer a{
	color:#c98080;
}
#contactform {
	width: 500px;
}

#bottomshaddow {
	height: 50px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bottom_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/* alignment classes */

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

/* display and additional classes */

.clear {
	clear: both;
}

/* contact form */

.formbuilderform  fieldset { margin: 10px 0; padding: 20px; border: #DDD 1px solid; }

.formbuilderform  legend { font-weight: bold; color: #666; margin-bottom:2px;}
.formbuilderform  fieldset div , .formbuilderform   div { padding: 0.25em 0; clear:both; }



.formbuilderform label{
	clear:both;
	float:left;
	font-weight:bold;
	width:100%;
	padding:3px 1px 4px 4px;
}
.formbuilderform .wide label, .formbuilderform .check .wide label{
	clear:both;
	float:left;
	font-weight:bold;
	width:100%;
/*	padding:20px 10px 10px 4px;*/
}
.formbuilderform .check label{
	float:none;
	font-weight:bold;
	padding:3px 1px 4px 4px;
}
.formbuilderform .check input{
	width:30px;
	border:none;
}
.formbuilderform  input.text, .formbuilderform select{
	border: solid 1px #ccc;
	font-size: 1.0em;
	padding: 0.2em 0.2em 0.2em 0.2em;
}
.formbuilderform  input.huge_text{
	border: solid 1px #ccc;
	font-size: 1.3em;
	padding: 0.2em 0.2em 0.2em 0.2em;
}

.formbuilderform  textarea{
	border: solid 1px #ccc;
	font-size: 14px;
/*	padding: 0.25em 0.25em 0.25em 0.25em;*/
		padding:3px;
}

.formbuilderform  input,.formbuilderform  textarea {
	border:1px solid #CCCCCC;
	color:#000000;
	font-size:0.9em;
/*	height:0.9em;*/
	margin-bottom:4px;
	padding:3px;
	width:550px;
}	
.formbuilderform input.checkbox{
	width:20px;
}
div.error_message { margin: 0 0 10px 0; padding: 5px 10px; border: #FC6 1px solid; background-color: #FFC; }
div.error_message p { margin: 0; }
div.error_message p em { color: #C00; font-style: normal; font-weight: bold; }
	
div.fb_invalid input { border-color: #C00; background-color: #FEF; }
div.fb_invalid { color:#c00;}




