/*
Theme Name:  Portfolio
Theme URI: raketentim.de
Description: Portfolio Theme based on Foliage Mod but fully working with mootools
Version: 0.1
Author: Marcus Schaefer based on Derek Punsalan´s Foliage
Author URI: http://raketentim.de

*/

* {
	margin: 0;
	padding: 0;
	outline: none;
	}

h1, h2, h3, p, pre, blockquote, form, fieldset, ol {
		margin: 0; /* give me back my basic margins */
	}

	
body.page {font: 62.5% 'Lucide Grande', Verdana, Arial, Sans-Serif;
	color: #000;
	background: #393839;
	text-align: center;
	overflow: hidden;
}

body#start{font: 62.5% 'Lucide Grande', Verdana, Arial, Sans-Serif;
	color: #000;
	background: #fff;
	text-align: center;
	overflow: auto;
	}
	
body#curriculum-vitae, body#contact, body#links{
	overflow: auto;
}

/* links  and fonts */
a:link, a:active {color: #fff;}
a:hover, a:visited {color: #057FA2;}
a {text-decoration: none;}

h1, h2, h3, h4 {
	font-family: helvetica, arial, sans-serif;
	text-transform: lowercase;
	}

h2{
	/*border-left: 5px solid #004d56;
	border-right: 6px solid #004d56;*/
	//padding-top: 24px;
	padding-bottom: 0px;
	margin: 0;
	letter-spacing: 1px;
	display: none;
}

h3{
	padding-bottom: 12px;
	margin-bottom: 0px;
	width: 880px;
		font-family: Georgia, Palatino,"Palatino Linotype", MS Mincho, Georgia,Times,"Times New Roman",serif;
	text-transform: lowercase;
	font-weight: normal;
	font-style: italic;
	font-size: 21px;
	color: #CCCCCC;
}

p {

}

/*.info{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	width: 100%;
	position: relative;
	z-index: 2000;
	top: 0;
	left: 0px;
	height: 0px;
	background: #fff;
	display:  none;
}*/

.previewtext{
	width: 762px;
}

a#homelink{
	width: 230px;
	height: 33px;
	display: block;
	text-indent: -9999px;
	float:  left;
}

iframe{
	z-index: 10;
	background-color: #fff;
}

h1 {font-size: 2em;}
h2 {font-size: 40px;}
h4 {font-size: 1.3em;}


#navigation{
	width: 100%;
	height: 0px;
	color: #fff;
	background-color: #057fa2;
}

#navigation a {
	color: #fff;
	border: 0px;
}

#navigation li {
	list-style:none;
	margin-left: 18px;
	text-align: left;
	margin-top: 3px;
}

#navigation img{
	border: 0px;
}

#navigation ul {
	margin:0px;
	padding: 0px;
}

#navbars{
	width:900px;
	float: left;
	height: 0px;
	margin-left:80px;
	font-weight: normal;
	text-indent: -9999px;
}

#navbar1{
	margin-top: 35px;
	height: 0;
	width: 250px;
	float:left;
	margin-right: 20px;
}

#navbar2{
	margin-top: 35px;
	height: 0;
	width: 540px;
	float:left;
	margin-right: 20px;
}

#navbar2 li{
	width: 250px;
	margin-right: 20px;
	margin-left: 0;
	float:  left;
	font-size: 12px;
}

#navbar3{
	margin-top: 35px;
	width: 250px;
	float:left;

}

#navbar4{
	margin-top: 35px;
	width: 250px;
	float:left;

}

#navbars h3{
	width:  525px;
	text-align: left;
	font-weight: normal;
	font-family: Georgia, Palatino,"Palatino Linotype", MS Mincho, Georgia,Times,"Times New Roman",serif;
	letter-spacing: 0;
	font-size: 21px;
	padding-bottom: 8px;
	color: #fff;
}

#searchbar {
display: block;
height: 24px;
width: 220px;
}

#searchform div {

}


#search {
	float: left;
	width: 130px;
	border: 1px solid #004d56;
	background: #FFF;
	font-size: 1em;
	font-family: Arial, Verdana, Sans-Serif;
	color: #004d56;
	padding-left: 2px;
}

.submit {
	margin-top: 2px;
	background: url(images/searchicon.gif) no-repeat;
	height: 12px;
	width: 12px;
	border: 0;
	margin-right: 4px;
	text-indent: -9999px;
	cursor: pointer;
	float: left;
}

	#pullbar{
		background-color: #383938;
		width: 100%;
		height:33px;
		float: left;
		background: url(images/pullbar.png);
	}

	#pull a{

		float: left;
		display: block;
		width: 107px;
		//margin-left: 230px;
		height: 33px;
		text-indent: -9999em;
		}
		
	#pull{

		float: left;
		display: block;
		width: 107px;
		//margin-left: 230px;
		height: 33px;
		background-color: #004d56;
		background: url(http://raketentim.de/portfolio/menu.png) bottom center no-repeat;
		}


/* main content area home and index */

.general{
	color: #a09e9e;
	background-color: #fff;
	float: left;
	clear: both;
	width: 880px;
}

#content {
	width: 100%;
	text-align: left;
	padding-bottom: 33px;
	}

	#content .post {
		float: left;
		width: 100%;
		}



	.post {
		padding: 0 0 0 0;
		}

	.entrymeta {
		clear: both;
		font-size: 0.9em;
		margin: -1.7em 0 2em 0;
		text-transform: lowercase;
		}

	.entry {
		float: left;
		width: 100%;
		line-height:16px;
	}

	.entry ol, .mulch ol {
		margin-left: 3.5em;
		}

	.imgicon{
		float: left;
		margin-top: 8px;
		margin-bottom:0px;
	}

	.prefs{
		float: left;
		padding-right: 10px;
	}

	.images{
		width: 780px;
		float:left;
	}

	/************* preview Images ***********/

	.desspref a {
		display:block;
		width:420px;
		height:235px;
		background-image:url(http://raketentim.de/portfolio/wp-content/uploads/2007/11/dessaunewprev.gif);
		}
	.desspref a:hover {
		background-position: right;
		}


	.subline{
		font-family: Arial, Helvetica, sans-serif;
		float: right;
		text-align: right;
		margin-top: 8px;
		font-style: italic;
		font-weight: bold;
		font-size: 13px;
		border-left: 5px solid #a09e9e;
		font-weight: lighter;

		background-color: #a09e9e;
	}
	.link {
		clear: left;
		float: left;
	}

.returnhome {
	float: right;
	}

/* single post pages and comments */
.commentnote {
	color: #B3BE82;
	padding: 0.5em 0.3em 0 0.9em;
	}

#singlecontent {
	width: 100%;
	text-align: left;
	padding-bottom: 33px;
	}

	#singlecontent .post {
		float: left;
		width: 100%;
		}


.nextprevious{
	height: 20px;
	width: 300px;
	color: #000;
}

/* bottom content area */
#footercontent {
	height: 17px;
	float: left;
	background-color: #FFF;
	position:fixed;
	bottom:0px;
	}

#footer {
	background-color: #FFF;
	bottom:0px;
	height:20px;
	position:fixed;
	color: #000;
	width: 100%;
	text-transform: lowercase;
	}

/* misc and images */

.rightfloat {
	float: right;
	padding-bottom: 33px;
	clear: right;
	width: 420px;
}

.leftfloat {
	float: left;
	padding-bottom: 33px;
	clear: left;
}

.leftie{
	float: left;
}

.projectnav{
	position: relative;
	top:  0;
	left:  820px;
	width: 150px;
}

.projectnav .left a{
	background:url(images/prev.gif) no-repeat top left;
	text-indent: -9999px;
	height: 29px;
	width: 29px;
	z-index: 5500;
	display:  block;
	float:  left;
	margin-top:  -30px;
}

.projectlinks{
	position: relative;
	top: 3px;
	left: 369px;
	width: 300px;
	height:  29px;
}

.projectnav .right a{
	background:url(images/next.gif) no-repeat top left;
	text-indent: -9999px;
	height: 29px;
	width: 29px;
	z-index: 5500;
	display:  block;
	float:  right;
	margin-top:  -33px;
}

.photo{
	position: relative;
	left: 100px;
	top: -4px;
	background:url(images/images.gif) no-repeat top left;
	text-indent: -9999px;
	height: 29px;
	width: 76px;
	z-index: 55;
	display:  block;
	margin-top:  -29px;
}

.noshow{
	position: absolute;
	left: -9999px;
	top: -9999px;
}

.info{
	position: relative;
	left: 0;
	top: -4px;
	background:url(images/info.gif) no-repeat top left;
	text-indent: -9999px;
	height: 29px;
	width: 100px;
	z-index: 55;
	display:  block;
	margin-top:  -29px;
}

.movie{
	position: relative;
	left: 176px;
	top: -4px;
	background:url(images/movie.gif) no-repeat top left;
	text-indent: -9999px;
	height: 29px;
	width: 71px;
	z-index: 55;
	display:  block;
	margin-top:  -29px;
}

.projects-img{
	background:url(images/projects.gif) no-repeat top left;
	text-indent: -9999px;
	height: 32px;
	width: 48px;
	z-index: 5500;
	display:  block;
	margin-left: 52px;
}

.classname{
	color: #a09e9e;
	text-align: left;
	margin-top: -5px;
	margin-bottom: 12px;
}

.clear {clear: both;}
.center {text-align: center;}

.entry img {
	border: 0px;
}

.post img {
	border: 0px;
}

/*************************** ajax ********************/

#log {
	background: #f8f8f8;
	border: 1px solid #d6d6d6;
	border-left-color: #e4e4e4;
	border-top-color: #e4e4e4;
	padding: 0.3em;
	margin-top: 10px;
}

#start a {
	//font-weight: bold;
}

#demo-bar {
	float: left;
	margin: 0px auto;
	padding: 0;
	width: 100px;
	background: #fff;
	margin-left: 20px;
}

#demo-wrapper {
	float: left;
	margin: 0px auto;
	overflow: hidden;
	height: 570px;
	width: 762px;
	position: relative;
}

#demo-inner {
	width: 2560px;
	height: 570px;
	position: relative;
}

.scrolling-content {
	width: 762px;
	height: 570px;
	text-align: left;
	position: absolute;
}

.scrolling-content h1 {
	color: #ff0;
	padding: 25px 0;
	font-size: 12px;
}

#content1 {
	left: 0px;
	top: 0px;
}

#content2 {
	left: 762px;
	top: 0px;
}

#content3 {
	left: 1524px;
	top: 0px;
}

#content4 {
	left: 2286px;
	top: 0px;
}

#link1, #link2, #link3, #link4{
	float:right;
	border:1px solid #fff;
	margin-bottom: 22px;
}


/*a link1,img, a:visited img.preview, a:active img.preview, a:focus img.preview, a:link img.preview{
	border: 1px solid #004D56;
}*/

.actiontype{
	float: left;
}

#atnavibox{
	padding-top: 38px;
	float: left;
	width:280px;
	background-color: #ECECEC;
}

#iframe{
	float: left;
	width: 480px;
	height: 400px;
	padding-top: 56px;
	padding-bottom: 20px;
	background-color: #ECECEC
}

.col1{
float: left;
width: 360px;
padding-right:40px;
}

.col2{
float:left;
width: 360px;
}

.shadow{
	background: url(images/transparence.png) top left repeat-x;
	z-index: 50;
	height: 10px;
	width: 100%;
	position: relative;
	top:  0;
}


#iframebox{
	width: 100%;
	height: 800px;
	margin-top: -10px;
}
.textcontent{
	font-family: Georgia, Palatino,"Palatino Linotype", MS Mincho, Georgia,Times,"Times New Roman",serif;
	padding: 25px 70px 70px 70px;
	font-size: 14px;
	line-height: 18px;
	color: #858585;
}

.project-preview{
	width: 250px;
	height:314px;
	padding:  5px;
	margin-right: 20px;
	margin-bottom: 20px;
	background: url(images/previewbg.gif)top left;	
	float:  left;
}

.project-preview:hover{
	background: url(images/previewbg.gif)bottom left;	
}

.project-preview h3 {
color:#393839;
font-family: Georgia, Palatino,"Palatino Linotype", MS Mincho, Georgia,Times,"Times New Roman",serif;
font-size:19px;
font-weight:normal;
line-height:16px;
margin-top:6px;
width: 250px;
padding: 5px 5px 2px 5px;
letter-spacing: 0;

}

.project-preview p {
color:#393839;
font-family: Georgia, Palatino,"Palatino Linotype", MS Mincho, Georgia,Times,"Times New Roman",serif;
font-size:13px;
font-weight:normal;
line-height:16px;
margin-bottom:6px;
width: 250px;
padding: 2px 6px 8px 6px;
letter-spacing: 0;
}

#start .post{
	background: #393839;
	min-height: 700px;
}

#start-intro{
	background: url(images/hi.png)top left no-repeat;
	width: 540px;
	height: 160px;
	display: block;
	font-family: Georgia, Palatino,"Palatino Linotype", MS Mincho, Georgia,Times,"Times New Roman",serif;
	color: #FFF;
	padding: 43px 0 0 22px;
	margin-bottom: -22px;
	font-size: 14px;
	font-style: italic;
	line-height: 20px;
	font-weight: light;
	float: left;
}
a.contactVcard{
	background: #057FA2;
	color: white;
	font-family: Georgia, Palatino,"Palatino Linotype", MS Mincho, Georgia,Times,"Times New Roman",serif;
	font-size: 12px;
	font-style: italic;
	padding: 6px;
}
.espace{
	padding-top: 16px;
}

#projectgrid{
	clear: both;
}
.contact-link a, .vcard-link a, .cv-link a{
	width: 84px;
	height: 40px;
	display: block;
	text-indent: -9999px;
	float: right;
	clear: right;
	margin: 6px 0 4px 0;
}
.contact-link a{
	background: url(images/contact.png)top left no-repeat;
}

.cv-link a{
	background: url(images/cv.png)top left no-repeat;
}
.vcard-link a{
	background: url(images/vcard.png)top left no-repeat;
}
#introhead{
	width: 650px;
}
#curriculum-vitae p{
	padding-bottom: 16px;
}

.share-image{
	display: none;
}

.wpcf7 p{
	padding-top: 8px;
}

.wpcf7-form-control-wrap input, .wpcf7 textarea{
	width: 400px;
	background-color: #858585;
	border: 1px solid #ccc;
	color: #FFF;
	font-family: Georgia, Palatino,"Palatino Linotype", MS Mincho, Georgia,Times,"Times New Roman",serif;
	font-size: 14px;
	line-height: 18px;
	padding: 2px;
	margin-top: 2px;
}

.wpcf7-form-control-wrap input:hover, .wpcf7 textarea:hover{
	background-color: #7d7d7d;
}
#send .wpcf7 input{
	width: 150px;
}

.light{
	color: #CCCCCC;
}
