/*
	Theme Name: ElinaPortfolio
	Theme URI: http://www.creativenews.de
	Description: a Broadcasting portfolio.
	Version: 1.0
	Author: Thomas Scheper
	Author URI: http://www.creativenews.de
*/

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on May 28, 2012 */

@font-face {
    font-family: 'arista';
    src: url('fonts/arista2.0_light-webfont.eot');
    src: url('fonts/arista2.0_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/arista2.0_light-webfont.woff') format('woff'),
         url('fonts/arista2.0_light-webfont.ttf') format('truetype'),
         url('fonts/arista2.0_light-webfont.svg#Arista2.0LightRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'philosopher';
    src: url('fonts/philosopher-webfont.eot');
    src: url('fonts/philosopher-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/philosopher-webfont.woff') format('woff'),
         url('fonts/philosopher-webfont.ttf') format('truetype'),
         url('fonts/philosopher-webfont.svg#PhilosopherRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

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

html, body {
	font-family:philosopher;
	color:#1f1f1f;
	background:url("images/bgTop.jpg") repeat-x #ffffff;
}

h1 {
	font-size:30px;
	font-family:arista;
	color:#ff0000;
	margin:0 0 20px 0;
}


h2 {
	font-size:20px;
	font-family:arista;
	color:#ff0000;
	margin-bottom: 6px;
}

p {
	font-size:14px;
	font-family:philosopher;
	color:#1f1f1f;
	line-height:18px;
	text-align:justify;
}

a {
	text-decoration:none;
	color:#ff0000;
}

a:hover {
	text-decoration:underline;
}

li {
	list-style:none;
}

.margin10{
	margin:0 10px;
}
.above{
	overflow:hidden;
}
.left{
	float:left;
}

.right{
	float:right;
}

.half{
	width:460px;
}
.secondBorder {
	position:relative;
	background-color:#000000;
	padding:2px;
}

.shadowRight{
	position:absolute;
	background:url("images/shadowRight.png");
	width:207px;
	height:97px;
	bottom: 15px;
	right: -7px;
}

.shadowLeft{
	position:absolute;
	background:url("images/shadowLeft.png");
	width:207px;
	height:97px;
	bottom: 15px;
	left: 2px;
}

#wrapper {
	position:relative;
	margin:0 auto;
	width:960px;
	background:url("images/headerBg.jpg") repeat-x #f6f5f5;
	min-height:400px;
	overflow:hidden;
}

#header {
	width:960px;
	height:228px;
	z-index:2;
	position:relative;
}

#header .logo {
	float:left;
	margin:27px 0 0 0;
	width:960px;
	display:block;
}

#navi{
	float:left;
	position:relative;
	width:850px;
	height:45px;
}

#naviHolder {
	width:802px;
	height:37px;
}

#naviFlag {
	width:60px;
	height:40px;
	background:url("images/navigationEnding.png");
	position:absolute;
	top:5px;
	right:0px;
}

#naviContent {
	position:relative;
	display:block;
	width:800px;
	height:35px;
	background-color:#000000;
	border: 1px solid #333333;
	text-align:center;
}

ul.primaryNavi{
	line-height:35px;
	display:inline-block;
}

ul.primaryNavi li{
	float:left;
	margin:0 10px;
}

ul.primaryNavi li ul{
	display:none;
}

#navi a{
	font-size:20px;
	font-family:arista;
	color:#ffffff;
	text-decoration:none;
	cursor:pointer;
}

#navi ul.primaryNavi li a:hover{
	color:#ff0000;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
}

#navi ul.primaryNavi li:hover ul{
	display:block;
	position:absolute;
	background-color:#000000;
	text-align:left;
}

#navi ul.primaryNavi li:hover ul li a{
	color:#ff0000;
	border:none;
}

#navi ul.primaryNavi li:hover ul li:hover a{
	color:#ffffff;
	border:none;
}

#navi ul.primaryNavi li  ul li{
	float:none;
}

#content {
	padding:20px 0px;
	min-height:100%;
	position:relative;
	z-index:1;
}

.bottom{
	overflow: hidden;
}

.beginTextleft {
	margin:0 10px;
}

.slideshow{
	width:450px;
	height:210px;
	padding:0 15px 15px 15px;
	position:relative;
}
.innerSlideshow{
	height:206px;
	width:450px;
	-moz-box-shadow: 0px 0px 6px #999;
	-webkit-box-shadow: 0px 0px 6px #999;
	box-shadow: 0px 0px 6px #999;
}

.imagePlaceholder {
	background-color:#000000;
	border:1px s.olid #ff0000;
	padding:1px;
	height:194px;
	width:438px;
	margin:4px;
	float:left;
}

.descriptionItem {
	float:left;
	overflow:hidden;
	margin:5px 10px;
}	
.descriptionItem p{
	width:324px;
	float:right;
	text-align:justify;
	margin:12px 0 20px 0;
	overflow:hidden;
}

.descriptionImage {
	width:108px;
	height:108px;
	-moz-box-shadow: 0px 0px 6px #999;
	-webkit-box-shadow: 0px 0px 6px #999;
	box-shadow: 0px 0px 6px #999;
	margin:10px 10px 0px 6px;
	float:left;
}

.innerDescImage {
	width:100px;
	height:100px;
	margin:4px;
	background-color:#000000;
	float:left;
	position:relative;
}

.innerDescImage  img{
	position:relative;
	width:100%;
	height:auto;
}

.button {
	line-height:26px;
	height:26px;
	display:inline-block;
	padding:0 10px;
	background:url(images/btnBg.jpg) repeat-x;
	border:1px solid #ffffff;
	-moz-box-shadow: 0px 0px 2px #000000;
	-webkit-box-shadow: 0px 0px 2px #000000;
	box-shadow: 0px 0px 2px #000000;
	margin:1px 0;
	text-decoration:none;
	color:#ffffff;
	font-size:12px;
}

a.button:hover {
	background:url(images/btnBgHover.jpg) repeat-x;
}

.galleryItem {
	width:300px;
	margin:5px 10px;
	float:left;
}

.galleryImage {
	width:300px;
	height:200px;
	-moz-box-shadow: 0px 0px 6px #999;
	-webkit-box-shadow: 0px 0px 6px #999;
	box-shadow: 0px 0px 6px #999;
	margin:10px 0px 0px 0px;
}

.galleryImage:hover {
	-moz-box-shadow: 0px 0px 6px #990000;
	-webkit-box-shadow: 0px 0px 6px #990000;
	box-shadow: 0px 0px 6px #990000;
}

.innerGalleryImage {
	width:292px;
	height:192px;
	margin:4px;
	background-color:#000000;
	float:left;
	overflow:hidden;
}

.indexImage {
	width:80px;
	height:80px;
	-moz-box-shadow: 0px 0px 6px #999;
	-webkit-box-shadow: 0px 0px 6px #999;
	box-shadow: 0px 0px 6px #999;
	margin:10px 5px 0px 0px;
	float:left;
}

.innerIndexImage {
	width:72px;
	height:72px;
	margin:4px;
	background-color:#000000;
	float:left;
}

.indexLeft{
	float:left;
	width:300px;
	margin:5px 10px;
	
}
.indexLeft p {
	width: 201px;
	float: right;
	margin:5px 0 0 0;
}

.leftItem {
	
	margin: 5px 0 21px 0;
	height:118px;
}

.indexMid {
	float:left;
	width:300px;
	margin:5px 10px;
}

.indexRight{
	float:left;
	width:300px;
	margin:5px 10px;
}

.slider-wrapper {
	width:450px;
	height:230px;
	float: left;
	margin-top: 55px;
}

.seperator {
	position:relative;
	display:block;
	width:960px;
	height:21px;
	background:url(images/seperator.jpg) no-repeat;
	margin-top:10px;
}

#midText  {
	height:90px;
	overflow:hidden;
	margin-top: 6px;
	margin-bottom: 14px;
}

.indexRight h2 {
	font-size:30px;
	font-family:arista;
	color:#ff0000;
	margin:0 0 20px 0;
}


#aboutImg {
	background:url(images/persoBg.jpg) no-repeat 0% 100%;
	padding-bottom: 21px;
	width: 326px;
	margin-left: -13px;
	text-align: center;
	height:286px;
}

#endPage {
	width:960px;
	height:86px;
	background:url(images/footer.png);
}

#endPage ul {
	float:right;
	margin-top: 40px;
}

#endPage ul li {
	float:left;
	list-style:none;
	display:block;
}

#endPage ul li:before {
	content:"|";
	color:#1f1f1f;
}

#endPage ul li:first-child:before{
	content:"";
}

#endPage ul li a {
	color:#1f1f1f;
	text-decoration:none;
	padding:0 10px;
}

#endPage ul li a:hover {
	text-decoration:underline;
}

.innerGalleryImage img {
	width: 100% !important;
height: auto !important;
}

.margin-left {
	margin-left:10px;
}

.contactLeft {
width: 460px;
float: left;
}

.contactLeft p, .contactRight p{
	overflow: hidden;
    position: relative;
    padding: 1px 8px;
}

.contactLeft p.label, .contactRight p.label {
	float: left;
	padding: 3px 10px;
	display: block;
	background-color: black;
	color: red;
	overflow:auto;
}
.wpcf7-form p input, .wpcf7-form p textarea {
	width:100%;
	margin-left: -6px;
	margin-top: -1px;
	padding: 3px !important;
}

.clear{
	height:4px;
	clear:both;
}

.wpcf7-form-control.wpcf7-submit {
	background-color:transparent;
	border:none;
	color:white;
	
}

.wpcf7-form p.button {
	margin: 1px 7px 1px 1px !important;
	padding: 0 10px !important;
	float:right !important;
	display: inline !important;
	height:26px;
	cursor:pointer;
}
.wpcf7-form p.button input {
	margin:0px;
	padding:0 10px;
	height:26px;
	cursor:pointer;
}

.label {
	float:left;
	color:red;
	font-size:18px;
}

.text {
	float:right;
	font-size:18px;
	margin-right:100px;
}
.clear14 {
	height:14px;
	clear:both;
}

.margin {
	margin:0 10px;
}	
#wrapperBorder {
width: 980px;
margin: 0 auto;
-moz-box-shadow: 0px 0px 25px -5px #111;
-webkit-box-shadow: 0px 0px 25px -5px #111;
box-shadow: 0px 0px 25px -5px #111;
margin-bottom: 24px;
}
