/* 
Theme Name: STARTeurope
Theme URL: http://www.chrillo.at
Description: Custom Theme for STARTeurope
Author: Christoph Peter
Author URI: http://www.chrillo.at
Version: 0.1

Obviously, you may edit the above info upon your customization.
Though I wouldn't mind a link somewhere... *hint hint*
*/

/*  The following CSS Reset was written by Dejan Cancarevic
http://stylizedweb.com/2008/02/14/10-best-css-hacks/         */

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label,input, legend,table, caption, tbody, tfoot, thead, tr, th, td {font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;}caption, th, td {text-align:left;font-weight:normal;}table {border-collapse:separate;border-spacing:0;}blockquote:before,blockquote:after,q:before,q:after {content: "";}blockquote, q {quotes: "" "";}
{margin:0;padding:0;}

/* colors

red: #dd007f
yellow: #f3e23c
blue: #006699;
	#45B0E5;
	

*/
.red{
	color:#dd007f;
}
.blue{
	color: #45B0E5;
}
.yellow{
	color: #f3e23c;
}


/*
Here is a list of all the <DIV>s in Whiteboard.
*/
/* globals */
body{
	font-family:Verdana, Geneva, sans-serif;
	font-size:62.5%;

	color:#333;
	background:#fff;
}
br{
	display:block;
	height:0px;
	width:0px;
}
br.spacer{padding:10px; display:inline-block;}
p{
	line-height:18px;	
}
a{
	color:#006699;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
	color:#45B0E5;
	
}
a:active{
	color:#004466;	
}
blockquote{
	background:#f3f3f3;
	border:1px solid #d6d6d6;
	margin:10px;
	padding:5px;
	display:block;
	
}
blockquote{
	padding:10px;
	font-size:1.3em;
	font-style:italic;
	
}
img{
}
strong{
	font-weight:bold;
	
}
h1,h2,h3,h4{
	font-family:'Century Gothic',Verdana, Geneva, sans-serif;
	color:#069;
}
h1 a,h2 a,h3 a,h4 a{color:#069;}
h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover{ text-decoration:none;color:#45B0E5;}
h1{font-size:2.4em;}
h2{font-size:2em ;}
h3{font-size:1.6em;}
h4{font-size:1.2em; color:#333; font-weight:bold; padding:5px; font-family:Arial, Helvetica, sans-serif;}

h3.events{}

ul,li{list-style-type:none;}
/* inputs */
input,textArea{
	background:#f6f6f6;
	border-top:1px solid #e0e0e0;
	border-bottom:1px solid #efefef;
	border-left:1px solid #e6e6e6;
	border-right:1px solid #e9e9e9;
	-moz-border-radius:3px;
	-webkit-border-raidus:3px;
	border-radius:3px;
}
input{
	display:inline-block;
	padding:5px;
}
input[type="submit"]{
	color:#666;
	padding:4px;
	border-bottom:1px solid #e0e0e0;
	border-top:1px solid #efefef;
	border-right:1px solid #e6e6e6;
	border-left:1px solid #e9e9e9;
}

/*tables */
table{
	border-collapse:collapse;
}
thead th{
	text-align:center;
	font-weight:bold;
}
td,th{
	padding:5px;
}
td{ text-align:left;}
th{text-align:right;}
/* elements */
#container{
	width:960px;
	margin:0px auto;
	
}
/* header */ 
#header{
	padding:0px 0px 0px 0px;
	width:960px;
	margin-bottom:10px;
}

/* header logo */
#header #topTitle h1 a {
	background:url(images/logo.png) left center no-repeat;
	
	color:#A61120;
	text-indent:-3333px;
	display:block;
	width:260px;
	height:80px;
	float:left;

}

/* header nav */
#header #topNav{
	float:right;
	text-align:right;

	
}

#header #topNav ul.mainNav li{
	float:right;
	margin-top:10px;
	
}
#header #topNav ul.mainNav li a{
	font-family:'Century Gothic',Arial,Sans;
	color:#fff;
	width:90px;
	height:30px;
	display:block;
	margin:0px 0px 0px 5px;
	color:#fff;
	background: url(images/sprites/topnav.png) no-repeat;
	border-left:0px solid #006699;
	text-align:right;
	
	text-transform:uppercase;
	font-size:1.2em;
	font-weight:lighter;
	padding:5px;
	overflow:visible;
	-moz-border-radius:5px;
	-webkit-border-raidus:5px;
	border-radius:5px;
}
#header #topNav ul.mainNav  li a{
	text-decoration:none;
}
#header #topNav ul.mainNav li a:hover, #header #topNav ul li.current_page_item a,#header #topNav ul li.current_page_ancestor a,#header #topNav ul li.current_page_parent a{
		color: #45B0E5;
		background-position:0px -50px;
}
#header #topNav ul.subNav{
	float:right;
	
}
#header #topNav ul.subNav li{
	float:right;
}
#header #topNav ul.subNav li a{
	display:block;
	font-size:1.1em;
	padding:5px 10px;
	text-transform:uppercase;
}
/* content */
#content{
	float:left;

	min-height:300px;
	margin:0px 0px 0px 0px;
	
}
.contentWide{
	width:960px;
}
.contentNormal{
	width:750px;	
}
.contentHeader{
	width:100%;
	height:150px;
	background:#eee;
	clear:both;
	margin-bottom:10px;
	
}
#content.page{

	
}
#content h3{
	padding-bottom:10px;
	padding-top:5px;
	font-weight:bold;
}
.post h2{
	width:680px;
	float:left;
	display:block;
}
.page h2{
	margin-bottom:10px;
	
}
.blog .post h2.postHeading{
	width:600px;
	padding:5px 5px 5px 10px;
	font-size:2.2em;
	font-weight:lighter;
}
.blog .postType{
	float:left;
	width:50px;
	text-indent:-3333px;
	background:url(images/sprites/blog.jpg) no-repeat;
	height:50px;
}
.postType.photos{ }
.postType.twitter{ background-position: -50px 0px;}
.postType.youtube{background-position: -100px 0px;}
.postType.post{background-position:-150px 0px ;}
.blog .postThumbnail img{
	padding:5px;
	border:1px solid #eee;
	border-top:none;

}

.postTime{
	width:60px;
	float:right;
	text-align:center;
	color:#666;
	background: #45B0E5;
	padding:0px 0px 0px 0px;
	margin-bottom:0px;
	background:url(images/sprites/postTime.png) 0px 0px no-repeat;
}
.postTime .date{
	font-size:1.1em;
	padding:4px 2px;
	display:block;
	color:#fff;
}

.postTime .time,.postTime .year{
	display:block;
	width:100%;
	color:#333;
	
}
.postTime .year{
	font-size:1.6em;
	padding-bottom:5px;
	
}
.postTime a,.postTime a:hover{
	color:#fff;
	
}
.post{
	margin:0px 0px 0px 0px;
	padding:0;
	display:block;
}
.blog .post{

	
	clear:both;
}

.the_post{padding:0px 10px;clear:both}
.contentWide .the_post{padding:0px;}
.blog .the_post{


}
.blog .post .postWrapper{
	width:695px;
	float:right;

	border-top:3px #eee solid;
	border-left:3px #eee solid;
	
}
.the_post h2{
	float:none;
	font-size:1.9em;
	padding:5px;
}
.the_post p{
	padding:5px;
	font-size:1.2em;
}
.post a img{
	padding:5px;
	border: 1px solid #eee;
	margin: 5px;
-moz-box-shadow: 0px 0px 1px #999;
-webkit-box-shadow: 0px 0px 1px #999;
box-shadow: 0px 0px 1px #999;
}
.page p{
	font-size:1.1em;
	
}
.entry{}
/* tweet */


.blog .tweet{

	float:left;

	padding:10px;
	width:600px;
	font-size:1.2em;
}

/* post list */

.the_post ul,.eventsList li ul{
	list-style-image:url(images/listArrow.png);
	margin:5px;
	background:#f3f3f3;
	padding:10px;
	
}
.the_post ul li{
	padding:1px;
	font-size:1.1em;
	margin-left:20px;
}
.gallery a img{

}
.gallery-item{
	float:left;
	background:#fff;
}
.gallery-caption{
	background:#eee;
}
.alignleft {float:left; margin-right:10px; }
.alignright {float:right; margin:25px 0;}

/* post meta */
.titleMeta{
		line-height:16px;
	font-size:10px;
	color:#999;
	font-family:Verdana, Geneva, sans-serif;
}
.titleMeta a{
	font-size:10px;
	text-decoration:none;
	color:#ccc;
}
.titleMeta a:hover{color:#069; text-decoration:none;}
.emailPost, .facebookPost, .tweetPost{
		padding:0px 0px 0px 20px;
		height:16px;
		display:inline-block;
		background:url(images/sprites/sharePost.png) no-repeat;
}
.emailPost{
	background-position:0px 0px;
	
}
.facebookPost{
background-position:0px -16px;
}
.tweetPost{
background-position:0px -32px;
}
.postnavigation{
	clear:both;	
}
.postnavigation a{
	font-size:1.6dem;
	padding:5px;
	color:#fff;
	background:#069;
	text-transform:uppercase;
	
}
.eventsList li{
	min-height:25px;
	display:block;
	clear:both;
}
.eventsList li li{
	margin-left:20px;
	padding:1px;
	min-height:0px;
	font-size:1.1em;
	
}
.eventsList .eventTitle{
	font-size:1.1em;
	font-weight:bold;
	
	width:200px;
	
	float:left;
}
.eventsList .eventTime{
	float:left;
	width:80px;
	font-weight:bold;
	margin-right:10px;
	
}
.event .eventDescription{
	padding:5px;
	background:#fff;
	line-height:1.5em;
}
.event .eventMeta{
	clear:both;
	
	display:none;
}
.event:hover .eventMeta{
	background:#eee;
	display:block;
}
.addEvent{
	font-size:1.4em;
	padding:8px 0px 8px 4px;

	vertical-align:top;
	display:inline-block;
	
}
.iCalLink,.gCalLink,.outlookLink{
	padding:16px 5px 2px 5px;
	margin:3px 0px 0px 0px;
	display:inline-block;
}
.gCalLink{
		background:url(images/icons/gcal.png) no-repeat center top;
}
.outlookLink{
		background:url(images/icons/outlook.png) no-repeat center top;
}
.iCalLink{
	background:url(images/icons/ical.png) no-repeat center top;
	
}
.meta_tags,.meta_comments,.meta_categories{
	display:inline-block;
	line-height:16px;
	font-size:1em;
	padding:0px 5px 0px 20px;
}
.meta_tags{background:url(images/icons/meta_tags.png) no-repeat;}
.meta_categories{background:url(images/icons/meta_categories.png) no-repeat;}
.meta_comments{background:url(images/icons/meta_comments.png) no-repeat;}

.postmeta{
	padding:5px;
	color:#666;

	text-align:right;
	
}
.postmetadata{
	clear:both;
	background:#efefef;
	border-top:1px solid #f9f9f9;
	border-bottom: 1px solid #e0e0e0;
	border-left:1px solid #f6f6f6;
	border-right:1px solid #e6e6e6;
	padding:6px;
	color: #666;
	font-size: 1em;
	margin: 20px 0;
}
.navigation {
	font-size:0.8px;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
}
/* home */

.homeFrontSlider{
	display:block;
	width:960px;
	height:300px;
	position:relative;
	overflow:hidden;
}
.homeFrontSlider .items{
	 width:20000em; 
    position:absolute;	
}
.homeFrontSlider .item{
	width:961px;
	height:300px;
	float:left;
	background:#eee;
	position:relative;
	

	-moz-border-radius:10px;
	-webkit-border-raidus:10px;
	border-radius:10px;
	overflow:hidden;
}
.homeFrontSlider .item .slideBg{
	position:absolute;
	top:0px;
	left:0px;
}

.homeFrontSlider .item .slideContent{ margin-left:760px; width:200px; height:300px; position:relative; display:block; padding:0px;}
.homeFrontSlider .item .slideContent h2{ padding:4px 10px;}
.homeFrontSlider .item .slideContent p{ padding:0px 10px;}
.imgTitle{margin:0px;padding:0px; text-align:center;}
.homeFrontSlider .actionBtn{
	height:50px;
	display:block;
	left:0px;
	bottom:0px;
	position:absolute;
	font-family:'Century Gothic',Verdana, Geneva, sans-serif;
	width:200px;
	color:#fff;
	text-align:center;
	font-size:1.8em;
	line-height:50px;
	vertical-align:middle;
	background:url(images/frontSlides/actionBtn.jpg) no-repeat;
}
.homeFrontSlider .actionBtn:hover{
	background-position:0px -50px;
	text-decoration:none;
}


.naviItems {
	width:960px;
	text-align:center;
	display:block;
	position:relative;
	overflow:hidden;
}
.naviItems a span{
	display:none;
	
}
.naviItems a{
	height:10px;
	width:10px;
	overflow:hidden;
	display:inline-block;
	background:#999 url(images/frontSlides/naviBg.jpg) 0px 0px no-repeat;
	margin:2px;
}


.naviItems a.current {
	background-position:0px -10px;
}



.calltoaction{
	width:300px;
	height:40px;
	line-height:40px;
	vertical-align:middle;
	text-align:center;
	padding:5px 15px;
	display:block;
	font-family:'Century Gothic',Arial,Sans;
	font-size:1.4em;
	color:#fff;
	background:url(images/pagepics/calltoaction.jpg) center no-repeat;
}




/* Products */

/* Startup Live */
.STARTupLiveHeader{
	background:url(images/products/STARTup-Live.png) center no-repeat;
	border:1px solid #eee;
	width:750px;
	height:300px;
	
}


/* columns */

.column{
	float:left;
	display:block;
}
.colContent{
	padding:5px;
	
}
.colsNum1{
	width:100%;
}
.colsNum2{
	width:50%;
}
.colsNum3{
	width:33%;
}
.colsNum4{
	width:25%;
}
.colsNum5{
	width:20%;
}

/* page elements*/
.fanbox{
	width:235px;
	height:250px;
}
.newsList li{
	width:100%;
	min-height:70px;
	overflow:hidden;
	margin-bottom:10px;
}
.newsList .newsTitle{
	display:block;
	font-size:1.1em;
	float:left;
	
	padding:2px;
	font-weight:bold;
}
.newsList .newsTime{
	float:left;
	display:block;
	padding:2px;
	font-weight:bold;
}
.newsList .newsContent{
	clear:both;
	display:block;
	padding:3px;

	
}
.newsLetterForm{
	clear:both;
	display:block;
	padding:2px 2px;
}
#newsLetterForm input[type="submit"]{
	margin-left:10px;	
}
#newsLetterResponse{
	padding-left:18px;
	line-height:16px;
	vertical-align:middle;
	height:16px;
}
#newsLetterResponse.success{
	color:#069;
}
#newsLetterResponse.error{
	color:#900;
}
#newsLetterResponse.saving{
	background:url(images/icons/progress.gif) no-repeat;
}
#map_container{
	width:100%;
	height:240px;
	overflow:hidden;
}
#map_canvas{
	width:100%;
	height:100%;
	
}
.mapLocationInfo{
	font-size:1.8em;
	color:#069;
	text-align:center;
	display:block;
font-family:'Century Gothic','Arial','Sans';
}
.locationsList {
	border:1px solid #eee;
	border-top:none;
	vertical-align:top;
}
.locationsList a{
	display:inline-block;
	vertical-align:top;
	width:50%;
	background-color:#fff;
	font-size:1.2em;
	font-weight:bold;
}
.locationsList a span{
	display:block;
	padding:5px;
}
.noEvents{
	color:#333;
	font-size:1.1em;
	padding:5px;
	display:block;
}
.noEvents a{
	display:inline;
	padding:0px;
	font-size:1em;
}
.productLocations{
	padding:10px;
}
.productLocation{
	font-size:1.4em;
	padding:10px;
	display:inline-block;
	
}
/* sidebar */
#sidebar{
	width:200px;
	float:right;
}
#sidebar h2{
	font-size:1.4em;	
	color:#333;
}
#sidebar li{
	margin-bottom:10px;
}
#sidebar li ul li{
	margin:0px;
}
li.cat-item{
	
	padding:2px 5px;
	font-weight:bold;
}
li.cat-item ul.children li{
	padding:0px 5px;
	font-weight:normal;
}
#wp-calendar{
	width:100%;
		text-align:center;
	border:1px solid #eee;
}
#wp-calendar td,#wp-calendar th{
		border-left:1px solid #eee;
		border-bottom:1px solid #eee;
		text-align:center;
}
#wp-calendar #today{background:#cfcfcf}
#wp-calendar caption{
	display:none;
	position:absolute;
	top:-9999px;	
}
.cat-item{
	color:#999;
}



#footer{
	clear:both;
	min-height:100px;
	vertical-align:top;
	background:#2e2e2e;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-border-radius:5px;
	border-raduis:5px;
	margin:0px 0px 20px 0px;
	text-align:left;
}
.connect .facebook,.connect .twitter,.connect .youtube,.connect .picasa{
	background:url(images/sprites/connect.png) no-repeat;
	display:inline-block;
	height:30px;
	width:30px;
	text-indent:-3333px;
}
.connect .facebook{ background-position:0px -60px}
.connect .twitter{ background-position:0px 	0px;}
.connect .youtube{ background-position:0px -30px;}
.connect .picasa{ background-position:0px 0px;}

/*social */
.connect{
	float:right;

}
.connect li{
	padding:0px 0px;
	margin:5px 5px 0px 0px;
	
	
}

/* sitemap */
#sitemap{
	padding:10px;
	float:left;
	
}
#sitemap ul li{
	float:right;
	padding:1px 20px;
	font-size:1.1em;
	font-weight:bold;
}
#sitemap ul li ul{	

margin-top:2px;
padding-top:3px;
	
}
#sitemap ul li ul li{
	border:none;
	float:none;
	padding:1px 4px;
	font-size:1em;
	font-weight:normal;
}
#sitemap ul li a{
	color:#a0a0a0;
	
}
#sitemap ul li ul li a{
	color:#888;
	
}




#searchform{
	margin:0px 0px 0px 0px;
	
	
	
}
#searchform label{
	
	
}


/* comments */
#comments{
	display:block;

	
}
#commentform{
	display:block;
	clear:both;
	
	margin:0;
	padding:0;

}
	
#commentform p{
	color: #333;
	margin:2px 0px;
}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	color: #333;
	margin:0;
}
	
#comment{
	width:100%;
	display:block;

}
.comments_reply{
	height:auto;
	
}
#author, #email, #url, #comment, #submit{
}
	
#submit{margin:5px 5px 0 0;}
	
#comments_list {list-style-type: none; margin:0; padding:0;}

.avatar{margin:0px;}

#comments_list li {
	background: #fff;
	margin:0px 0px 0px 100px;
	padding:5px;
	list-style-type:none;
	display:block;
}

#comments_list li.alt {
	background: #eee;
	border-bottom:#ccc solid 1px;
	border-left:#ddd solid 1px;
	border-right:#dfdfdf solid 1px;

}

.comments_meta{
	color:#999;
}
#comments_list li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

#comments_list a {color:#069;}


/* general */
.error404{
	text-transform:uppercase;
	font-size:9em;
	
}
.clear{
	clear:both;
	height:0px;
	padding:0px;
	margin:0px;
	display:block;
}
.clear.line{
	border-bottom:1px solid #eee;
	
}
.left{
	float:left;
}
.right{
	float:right;
}
.hidden{
	display:none;
	position:absolute;
	top:-9999px;
}
.roundBox{
	background:#eee;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-raidus:5px;
	border-radius:5px;
	padding:5px;	
}
.vSpacer{
	display:block;
	height:10px;
	width:100%;
}
.foldup{
	clear:both;
	
}
.foldup.collapsed .foldupTitle{
	margin-bottom:10px;
}
#content h3.foldupTitle{	padding-bottom:5px;}
.foldup .foldupTitle{
	
	background:#eee;
	padding:5px;
	cursor:pointer;
	
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.foldup .foldupTitle:hover{
	background:#069;
	color:#fff;
}
.clock,.user,.home,.tickets{
	padding:0px 0px 0px 40px;
	min-height:32px;
	display:block;
}
.home{ background:url(images/icons/home.jpg) no-repeat;}
.clock{	background:url(images/icons/clock.jpg) no-repeat;

}
.user{
	background:url(images/icons/user.jpg) 4px 0px no-repeat;
}
.tickets{
		background:url(images/icons/tickets.png) 0px 0px no-repeat;
}

/* tabs */
#tabs{
	font-size:1.4em;
	
}
.tab{
	display:inline-block;
	cursor:pointer;
	color:#069;
		margin-top:10px;
}
.testimonials .tab{
	display:block;
	
	width:120px;
	text-align:center;
	float:left;

}
.testimonials .tab span{
	text-align:left;
	display:block;
	font-size:11px;
}
.testimonials.panes{
	clear:both;
	display:block;
	padding:10px;
}
.tab:hover{
color:#45B0E5;
}
.panes{display:none; margin-top:10px;}
.pane{ font-size:1.2em;}

.explore{
	color:#006699;

}


/*  */
.cform{
	width:100%;
}
.cform legend{
	font-size:1.4em;
	color:#069;
	padding:0px 10px;
	
}
.cform li{
width:100%;
padding:2px;
}
.cform li label{
	width:200px;
	display:inline-block;
	text-align:right;
	font-weight:bold;
	margin-right:10px;
}
.cform li input{
	width:200px;
	
}
.cform li textarea{
	width:500px;
	height:150px;
	
}
.cform li .reqtxt{

}
.cf_info{
	font-size:1.4em;
	padding:5px;
}
.cf_info.failure{
	border:1px solid #900;
}
.cf_info.success{
	border:1px solid #069;
	color:#069;
	font-size:1.8em;
}
.linklove{
	display:none;
	
}

.testimonials .testimonial{
width:100%;
margin-bottom: 20px;
}
.testimonials.frontpage{
width: 235px;

}
.testimonials.frontpage img{
float: left;
padding: 5px 5px 5px 0px;

}
.testimonials .testimonial_img{
text-align: center;

}
#content .testimonials .testimonial h4{
padding: 5px 5px 0px 5px;

}
.testimonials.frontpage .testimonial .testimonial_img img{

}
.testimonials .testimonial .testimonial_header{
float: left;
width: 150px;
}


.testimonials .testimonial_content{
float: left;
width: 560px;
}

.testimonials.frontpage .testimonial_content blockquote{
font-size: 1.1em;
}

.testimonials .testimonial_content blockquote{
font-size: 1.3em;
font-style: italic;
}

.startup_search_form {
margin:20px 5px 10px 5px;
}
.startup_search_form input{
margin: 5px;

}
.startups{
border-top: 3px solid #eee;
margin: 25px 0px 20px;

}
.startup{

border-bottom: 3px solid #eee;
margin: 10px 0px 0px 0px;
position: relative;


}
.startup .startup_logo{
height: 100px;
width: 200px;
text-align: center;
float: left;
}
.post .startup h2{
display: block;
float: none;
margin: 0px 0px 0px 210px;
}
.startup .the_startup{
margin: 0px 0px 0px 220px;

}
.startup .startup_tags{
position: absolute;
bottom: 2px;
right: 2px;
}
.startup_logo_large{
margin: 10px;
float: left;
height: 300px;
}
.post.startup_detail h2{
padding: 5px;
width: auto;
float: none;
}
.post.startup_detail p{
margin: 5px;

}
.post.startup_detail
.letter_search{padding: 10px 0px;}
.letter_search a,.letter_search span{
padding: 3px 2px 3px 2px;
font-size: 13px;
}

.pagination{
font-size: 25px;
margin-bottom: 30px;
}