/*
Theme Name: theStartup
Description: theStartup.eu Theme
Author: Stefano Bernardi, modification from Web2Feel Primus
Author URI: www.thestartup.eu
*/

/* CSS RESET RELOADED */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {outline: 0;}
body {line-height: 1;}
	ol, ul {list-style: none;}
	table {border-collapse: separate; border-spacing: 0;}
	caption, th, td {text-align: left; font-weight: normal;}
	q:before, q:after {content: "";}
	q {quotes: "" "";}


body {
	margin:0 auto;
	padding:0px 0px 0px 0px;
	background: url('http://jobs.thestartup.eu/img/bg-body.png') repeat-x #FFF;
	font-family: Lucida Grande, Verdana, Arial, sans-serif;
	color:#333;
	font-size:12px;
	}
	
img {
	border:0;
	margin: 0 0;
	}

a	{
	color: #ff8000;
	text-decoration:none
	}

a:hover {
	background-color: #e6e6e6;
		}
		
.clear {
	clear:both;
	}

h3 {
	margin: 5px 0 5px 0;
	padding: 0px 0px 3px 6px;
	text-align: left;
	font-size: 18px;
	font-weight:bold;

}

.entry ul {margin: 20px 0px 20px 80px;}
.entry li {
list-style-type: circle;
margin-top:10px;
}
.entry li a {
font-weight: bold;
}

/* The Outer cover */

#wrapper {
	width:1000px;
	margin:0 auto;
	padding-top:5px;
	}
	
/* The Header */

#top {
	height:204px;
	margin:auto;
	text-align: center;
	width:1000px;	
	}
	
#top h1  {
	float: left;
	background:url(images/logo.png) top left no-repeat;
	height: 208px;
	width: 508px;
	text-indent:-9000px;
	}
#top h1 a:link, #top h1 a:visited{
	position: relative;
	height: 100%;
	width: 100%;
	}
	
#top h1 a:hover { 
	background-color: #fff; 
	}

/*Menu*/

#menu{
	float:right;
	height:24px;
	display:block;
	padding:0px 0 0px 0px;
	margin: 90px 10px 10px 5px;
	padding: 0px;
	font-weight: bold;
	}
	
#menu ul {
	margin: 0px 5px 0px 5px;
	padding: 0px;
	list-style: none;
	height:24px;
	}

#menu a {
	display: block;
   	padding: 10px 10px 10px 10px;
	}
	
#menu a:hover {
	background-color: #333333;
	display: block;
	text-decoration: none;
	}

#menu li {
	float: left;
	margin: 0px 0 0px 0;
	padding: 0px;
	}
	
#menu li li {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 130px;
	}
	
#menu li li a, #menu li li a:link, #menu li li a:visited {
	width: 150px;
	float: none;
	margin: 0px;
	padding: 5px 10px 5px 10px;
	}
	
#menu li li a:hover, #menu li li a:active {
	width: 150px;
	float: none;
	margin: 0px;
	padding: 5px 10px 5px 10px;
	}

#menu li ul {
	position: absolute;
	width: 150px;
	left: -999em;
	z-index:200;
	}

#menu li:hover ul {
	left: auto;
	display: block;
	}
	
#menu li:hover ul, #menu li.sfhover ul {
	left: auto;
	}


/* to-do: rounded corners and lateral bars */
#casing {
	margin-top: 0px;
	padding:0px 0px 0px 0px;
	background-repeat:no-repeat;
	}

/* content */

#content {
	float:left;
	background: #FCFCFC;
	width: 650px;
	height:100%;
	padding:5px 0px 0px 0px;
	}
	
.title{
	margin: 0 0 0 0px;
	padding: 0px 0px 5px 0px;
	background:url(images/title.jpg) no-repeat;
}	

.date {
	font-size:10px;
	margin-top: 0px;
	padding:0px 5px 0px 10px;
   	color:#999;
	}
	
.single {
	width:630px;
	margin: 0px 5px 15px 12px;
	height:100%;
	background:url(images/single.jpg) repeat-y;
	}

.single  h2 {
	padding-left: 50px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 15px;
	min-height: 50px;
	height: 50px;
	background:url(images/post.png) 10px 10px no-repeat;
	margin: 0px 0 5px 0;
	text-align: left;
	font-size: 24px;
	font-weight: bold;
	overflow:hidden;
	}

.single  h2 a, .single  h2 a:link, .single  h2 a:visited  {
	color: #191919;
	background-color: transparent;
	}
.single  h2 a:hover  {
	color: #ff8000;
	background-color: transparent;
	}	
.author{
	color: #191919;
	padding:0px 0 0px 5px;
}
.clock{
	padding:0px 0 0px 5px;
}	
.comm{
	padding:0px 10px 0px 10px;
	position:relative;
}
.comm a:link,.comm a:visited {
}
.comm a:hover{
}

.more{
	padding:0px 0 2px 20px;
	background:url(images/add.png) no-repeat;
	margin-right:5px;
	float:right;
}

.more a:link,
.more a:visited {
		color:#AC0604;
}
.more a:hover{
	color:#d42323;
}


.singleinfo {
	height:15px;
	margin:0px 0px;
	padding: 5px 0px 5px 0px;
	background:#f7f7f7 url(images/macmet.jpg) bottom left;
	font:12px  Georgia, Arial,century gothic,verdana, sans-serif;
			}
	
.postmore{
	padding:0px 5px 2px 25px;
	float:left;
	font-weight:bold;
	background:url(images/pmore.jpg) left no-repeat;

}

.postmore a:link,
.postmore a:visited {

	color:#fff;

}
.postmore a:hover{

	color:#fff;
}
.category{
	font-size:10px;
	font-family:Tahoma, century gothic,Arial,Verdana,Helvitica,sans-serif;
	padding:0px 5px 5px 10px;
	text-transform: uppercase;
float:right;
margin-top: -10px;

}

.category a:link,.category a:visited{
	color: #0082d8;

	}
	
.category a:hover{
	}
	
.entry {
	margin:0 0;
	padding: 0px 5px 5px 5px;
	
	}	
	
.entry a:link,
.entry a:visited {
	color: #ff8000;
	background-color: transparent;
}
.entry a:hover {
	color:#333;
	background-color: transparent;
	text-decoration: none;
}
.entry img {
	border:0;
	padding:5px 5px;
	background:#fff;
	/*border:1px solid #ccc;*/
	margin:2px 5px 5px 0px;
	}
	
	
.entry p{
	margin-top:5px;
margin-bottom: 10px;
	padding:0px 10px 0px 15px;
	line-height:20px;
	font-family:  Tahoma,Georgia, Arial,century gothic,verdana, sans-serif;
	font-size:13px;
}


/* right column */
#rightcol{
	
	float:right;
	width:340px;
	padding:0 5px 10px 0;
	
}
/* sidebar */

.twittop{
	margin:5px 0px 0px 0px;
	height:60px;
	background:url(images/twitop.jpg);
	width:330px;

}
#twitter_div{

	width:300px;
	float:left;
	height:100%;
	padding:5px 15px;
	margin:0px 0px;
	background:#fff url(images/tbody.jpg) repeat-y;
	font-family:Tahoma,Century gothic,verdana, Arial,  sans-serif;
}

ul#twitter_update_list{

	list-style:none;
	padding: 0px 0px;
	margin:0px 0px;

}
ul#twitter_update_list li{

	list-style:none;
	padding: 5px 0px;
	margin:0px 0px;
	line-height:18px;
	border-bottom:1px dotted #ccc;

}

#twitter_update_list li a:link, #twitter_update_list li   a:visited{
	
	color:#0282D9;

}

#twitter_update_list li a:hover{
	
	color:#BC0C0F;

}

.banner{
	margin: 5px 0 0 0;
	padding: 0px 0 0 0px;
	width:330px;
	float:left;
	height:100%;

}

.banner ul {
   	 margin: 0px 0px;
	 padding: 0px 0px;
	 overflow: auto;
	 
}
	 
.banner li{
	width:126px;
	margin: 5px 8px 0px  8px ;
	padding:8px 9px ;
	list-style:none;
	display : block;
	overflow:hidden;
	float:left;
	background:#fff ;
	border:1px solid #ddd;
		border-radius:5px; 
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
	
}

.vidbot{
	margin:0px 0px 0px 0px;
	height:20px;
	background: url(images/tagbot.jpg);
	width:330px;
	float:left;
}

#subscribe{
        clear:both;
	float:left;
	width:360px;
margin-left: -10px;
}
.subleft{
   float:left;
   width:70px;
   height:251px;
   background:url(images/left.jpg) no-repeat;
}
.submid{
   float:left;
   height:251px;
   background:url(images/middle.jpg) repeat-x;
}
.sponsor1{
	
	width:225px;
	margin-left:10px;
	margin-top:50px;
}
.i1{
   	float:left;
	height:68px;
	width:68px;
	margin-left:10px;
}	
.i2{
    float:left;
	height:68px;
	width:68px;
	margin-left:40px;

}
.i3{
    float:left;
	height:68px;
	width:68px;
	margin-left:10px;
	margin-top:30px;
}
.i4{
    float:left;
	height:68px;
	width:68px;
	margin-left:42px;
	margin-top:30px;
}

.subright{
   float:left;
   width:41px;
   height:251px;
   background:url(images/right.jpg) no-repeat;
}

/* The Search */
#search {
	height:30px;
	width:auto;
	margin-top:5px;
	padding:10px 5px 10px 15px;
	width:310px;
	background:url(images/sform.jpg);
}

#search form {
	margin: 0;
	padding: 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search p {
	margin: 0;
	font-size: 85%;
}

#s {
	margin-left:0px;
	float: left;
	width:231px;
	padding: 6px 2px 7px 5px;
	background:#fff url(images/sform2.jpg) no-repeat;
	border:none;
	font: normal 100% "Tahoma", Arial, Helvetica, sans-serif;
	color:#333;
}

#searchsubmit {
	width:57px;
	float: left;
	background:#fff url(images/sbutton.jpg);
	border:none;
	font: bold 100% "century gothic", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	height:30px;
}	

	
/*Bottom bar */
#footop{	
	width:970px;
	margin:0px 0px 0px 0px;
	padding:10px 15px;
	background:url(images/navi.jpg);
	}
			
#footbar{
	width:980px;
	padding: 0px 10px 30px 10px;
	margin:0px 0px;
	float:left;
	background:url(images/bot.jpg) repeat-y;
	height:100%;
	display: block;
}

#footbar ul {
	margin: -10px 5px -10px 5px;
	padding: 10px 0 0 0;
	list-style: none;
	height:15px;
	float: left;
	}

#footbar ul.right {
	margin: -10px 5px -10px 5px;
	padding: 10px 0 0 0;
	list-style: none;
	height:15px;
	float: right;
	}

#footbar a {
	display: block;
	font-weight: bold;
   	padding: 0px 10px 0px 10px;
	}
	
#footbar a:hover {
	background-color: #252525;
	display: block;
	color: #FFF;
	}

#footbar li {
	float: left;
	margin: 0px 0 0px 0;
	padding: 0px;
	}
	
#footbar li li {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 130px;
	}
	
#footbar li li a, #footbar li li a:link, #footbar li li a:visited {
	width: 150px;
	float: none;
	margin: 0px;
	padding: 0px 10px 5px 10px;
	}
	
#footbar li li a:hover, #footbar li li a:active {
	width: 150px;
	float: none;
	margin: 0px;
	padding: 0px 10px 5px 10px;
	}

#footbar li ul {
	position: absolute;
	width: 150px;
	left: -999em;
	z-index:200;
	}

#footbar li:hover ul {
	left: auto;
	display: block;
	}
	
#footbar li:hover ul, #footbar li.sfhover ul {
	left: auto;
	}

	
/* The Attachment */

.contentCenter {
	text-align:center;
	}

/*magbox*/
	
.post {
	width: 336px;
	margin: 0px 0px 5px 5px;
	padding:3px 0 0 0;
	float: left;
	background:#ebe1d2;
	border:1px solid #ded5c9;
	display:inline;
	color:#6c5b42;
	font-style:italic;
	font-family:Georgia,century gothic,Arial,verdana, sans-serif;
	}

.post h2 {
	margin: 0px 0 0px 0;
	padding: 0px 0px 3px 0px;
	text-align: left;
	font-size: 18px;
	overflow:hidden;
	font-weight:normal;
	height:20px;
	}

.post h2 a, .post h2 a:link, .post h2 a:visited  {
	color:#354151;
	background-color: transparent;
	}
	
.post h2 a:hover  {
	color: #354151;
	background-color: transparent;
	}	

.postinfo {
	height:28px;
	margin: 0 0 0 0px;
	padding: 2px 0px 0px 0px;
	background:#34424F url(images/postinf.jpg)repeat-x;
			}
	
.categ {
	height:14px;
	margin: 1px 0 0 0px;
	padding: 0px 0px 2px 0px;
	overflow:hidden;
	font-size:12px;
}

.categ a:link,.categ a:visited{
	color:#4395be;

	}
	
.categ a:hover{
	color:#ddd;
	font-weight:normal;
	}
	

.centry a:link,
.centry a:visited {
	color: #943d39;
	background-color: transparent;
}

.post img {
	border:0;
	float:left;
	padding:4px 4px;
	background:#fff;
	border:1px solid #ddd;
	margin:2px 5px 2px 0px;
	}

.centry p{
	margin:2px 0;
}

.centry a:hover {
	color:#c6150c;
	background-color: transparent;
	text-decoration: none;
}

.centry {
	margin:0 0;
	padding: 0px 5px 5px 5px;
	height:120px;
	overflow:hidden;
	}
	


.ad1{
	text-align:center;
	margin:5px 5px;
	
}

.ad2{
	text-align:center;
	margin:2px auto;

}

#comment{

	height:100%;
	padding:0px 10px;
	margin:0px 0px;
	}
	
h3#comments {
	padding:5px 10px;
	margin:10px 0px;
	border:1px solid #DEDCDD;
	font-size:20px;
	font-weight:normal;
	color:#444;
	background:#fff;
	font-family:Georgia,Century gothic,Arial, Helvetica, sans-serif;
	border-radius:5px; 
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
	} 	
	
#respond{

	height:100%;
	padding:0px 5px;
	margin:5px 0px;
	background:#fff;
	border:1px solid #DEDCDD; 
	border-radius:5px; 
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
}	
#respond h3{
	padding:5px 10px 5px 10px;
	margin:10px 0px;
	font-size:22px;
	font-weight:normal;
	color:#444;
	font-family:Georgia,Century gothic,Arial, Helvetica, sans-serif;
	}
#commentform {
	padding:0px 10px 10px 10px;
	margin:0px 0px 0px 0px;
	color:#BFAFA7;
	font-family:tahoma,Century gothic,Arial, Helvetica, sans-serif;
	}
	
#commentform p {	
	color:#3f79c4;

	}
#commentform input {
	background:#FFF;
	border:1px solid #DEDCDD;
	color:#444;
	padding-left:10px;

	}
#commentform textarea {
	background:#FFF;
	border:1px solid #DEDCDD;
	color:#444;
	width:95%;
	padding:5px 5px;

	}
.comments input#submit {

	width:auto;
	line-height:25px;
	padding:3px 5px;
	background:#0083DB;
	border:2px solid #005F9F;
	color:#fff;
	font-family:tahoma,Century gothic,Arial, Helvetica, sans-serif;
	}

ol.commentlist { 
	list-style:none; 
	margin:0; 
	padding:0; 
	text-indent:0; 
	
	}
	
ol.commentlist li { 

	border:1px solid #DEDCDD; 
	margin:0 0 10px; 
	padding:5px 7px 5px 57px; 
	position:relative;
	border-radius:5px; 
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
 }
 
ol.commentlist li div.comment-author { 
	padding:0 170px 0 0; 
}
ol.commentlist li div.vcard { 
	font:20px Georgia, helvetica,arial,sans-serif; 
	padding:5px 0px;
}

ol.commentlist li div.vcard cite.fn { 
	font-style:normal; 
}
ol.commentlist li div.vcard cite.fn a.url { 
	color:#c00; 
	text-decoration:none; 
}
ol.commentlist li div.vcard cite.fn a.url:hover { color:#000; 
}

ol.commentlist li div.vcard img.avatar { 
	border:5px solid #ddd; 
	left:7px; 
	position:absolute; 
	top:7px; 
}

ol.commentlist li div.comment-meta { 
	font:12px Tahoma, helvetica,arial,sans-serif; 
	position:absolute; 
	right:10px; 
	text-align:right; 
	top:5px; 
}

ol.commentlist li div.comment-meta a { 
	color:#0083DB; 
	text-decoration:none; 
}

ol.commentlist li div.comment-meta a:hover { 
	color:#000; 
}
ol.commentlist li p { 
	font:normal 12px Tahoma, helvetica,arial,sans-serif;
	margin:0 0 1em;
	line-height:18px;
 }
 
ol.commentlist li ul { 
	font:normal 12px/1.4 helvetica,arial,sans-serif; 
	list-style:square; 
	margin:0 0 1em;
	padding:0; 
	text-indent:0;
 
 }
 
ol.commentlist li div.reply {  
	background:#777; 
	border:2px solid #555; 
	color:#fff; 
	font:bold 9px/1 Tahoma, Georgia,arial,sans-serif;
	padding:5px 10px;  
	text-align:center; 
	width:36px;
 }
 
ol.commentlist li div.reply a { 
	color:#fff; 
	text-decoration:none; 
	text-transform:uppercase; 
}

ol.commentlist li ul.children { 
	list-style:none; 
	margin:1em 0 0; 
	text-indent:0; 
}

ol.commentlist li ul.children li.depth-2 { 
	margin:0 0 .25em; 
}

ol.commentlist li ul.children li.depth-3 { 
	margin:0 0 .25em; 
}

ol.commentlist li ul.children li.depth-4 {
	margin:0 0 .25em; 
 }

ol.commentlist li.even { 
	background:#FFF; 
}

ol.commentlist li.odd { 
	background:#fff;
 }
 
ol.commentlist li.pingback div.vcard { 
	padding:0 170px 0 0; 
}


.reply{
display: none;
}

#respond p {
margin-top:5px;
margin-bottom:5px;
}

#navigation {
margin-bottom: 15px;
padding-left: 30px;
}

blockquote{
border-left: 2px solid #ff8000;
background: #FFFFE0;
padding-right: 10px;
font-style: italic;
}


img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}
img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}
img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}
.alignright {
float: right;
}
.alignleft {
float: left;
}