/*
Theme Name: Startup Conference 2009
Theme URI: http://colors.startup-bg.org/
Description: 
Version: 0.1
Author: Valentin Alexiev, amateur
Author URI: http://valexiev.com
*/

html, body{
	margin:0;
	padding:0;
	min-width:500px;
	width:100%;
	height:100%;
	color: #555;
	background: #000;
}

/* Header */
#header  {background: #fff url(images/header_bg.png) repeat-x;}
#header  .wrap {background: url(images/hero500.png) no-repeat center top; height: 292px;width: 980px;}
#header h1 {padding-top: 0;/* by default = 70px */}
#header h1 a { float: left; width: 550px; height: 0; padding: 120px 0 0 0; overflow: hidden; background: url(images/title1.png) no-repeat 40px 45px;}
#header h1 a:hover { background: ; border:none;}

#lang {float: right; border: 1px solid #555; border-top:none;padding: 0 0 2px 0;margin-right: 40px;}
#lang:hover {background: #333;border: 1px solid #555; border-top:none;}
#lang a {color: #ccc; font-weight: bold; border: 1px solid #fff; border-top:none;padding: 2px 3px;}
#lang a:hover {border: none; text-decoration:none; color: #fff;border: 1px solid #08c; border-top:none;}

#descript {float: left; color: #ccc; width: 470px; height: 131px; margin-left: 40px;overflow: hidden; background: ;}
#descript h2 {padding: 0 0 17px 0; margin: 0; color: #ccc; font:  1.75em Arial; letter-spacing: 1px; border: none;}

/* Table */
#details {
border-collapse: collapse;
border: none;
}

#details th.date {
text-align: right;
font-weight: bold;
padding: 2px;
color: #eee;
}

#details td.info {
text-align: left;
padding: 2px;
width: 100%;
}

/* Horizontal Menu */
#navcontainer {
float: left;
height: 32px;
width: 700px;
margin-left: 45px;
}

#navcontainer ul {
margin: 0;
color: #FFF;
width: 100%;
}

#navcontainer ul li { display: inline; padding: 0; margin: 0;}

#navcontainer ul li a {
text-decoration: none;
color: #FFF;
padding: 8px 17px 8px 17px;
font-size: 1.1em;
margin-left: -4px;
line-height: 32px;
border-right: 1px solid #555;
}

#navlist a:hover, #navlist li.current_page_item a, #navlist li.current_page_parent a{
background: #567894 url(images/hover_32.gif) repeat-x;
color: #fff;
border: none;
border-right: 1px solid #555;
}

/* Social */
#social {float: right; color: #fff; padding: 0; margin: 0 50px 0 0; height: 32px; overflow: hidden;}
#social img {margin: 0; padding: 1px 0 0 3px; width: 28px;}
#social a:hover {border: none; text-decoration: none;}


/* Main */
#main {background: #fff;}

#nav {
margin: 20px 0 30px 0;
}
#menu {
background: #f8f8f8;
margin: 0;
padding: 10px 15px 10px 15px;
border: 1px solid #eee;
}

#menu li {
list-style: none;
margin: 0;
padding: 0.25em 0.25em 0.25em 0em;
border-bottom: 0px solid gray;
}

#menu li a { text-decoration: none;padding-left: 12px;font-size: 1.1em;}

#menu li a:hover, #menu li.current_page_item a { 
background: url(icons/menu.gif) 0 50% no-repeat;
border: none;
}

#orgpartner {margin: 0; padding: 0;}
#orgpartner li {margin: 0; padding: 0; list-style: none;}
#orgpartner li.partner {font: bold 1.1em Sans-Serif; padding: 20px 0 3px 0;border-bottom: 1px solid #555;}
#orgpartner li.logo {margin: 10px 0; padding: 10px 0; border: 1px solid #ddd; text-align: center;}

#content {padding: 20px 0;}

/* Title */
.title {
border-bottom: 1px solid #ccc;
padding: 0px 0 4px 0;
margin: 0px 0 20px 0;
overflow: hidden;
}
h1.pagetitle {
font-size: 2em;
padding: 0;
margin: 0;
width: 100%;
text-align: left;
}

.data {
float: left;
margin: 10px 0 0px 0;
padding: 0;
color: #999;
}

.tweet { float: right; padding: 0; margin: 0;}
.tweet ul li a {display: block; padding: 0; margin: 0; background: none;}
.tweet ul li a:hover {border:none;}
.tweet ul li { float: left; display: inline; margin: 5px 0 -4px 0;padding: 0;}
.share {margin-top: 30px; padding: 10px 0; border-top: 1px solid #ccc;}

.navigation {
padding: 30px 0 0px 0;
}

#novini ul li a { padding-right: 10px; background: url(icons/menu.gif) no-repeat 100% 50%; zoom: 1; }

/* Partners */
#partners {
background: #ccc;
padding: 30px 0;
}
#sponsor h2 {color: #777; font: normal 1.2em 'Helvetica Neue', Arial, Sans-Serif;}
#sponsor a img {border: 1px solid #999; height: 90px; width: 205px;}
#sponsor a:hover img {border: 1px solid #444;}
#sponsor a:hover {border: none; /* by default there is 1px border */}

/* Footmenu */
#footmenu {background: #ccc;}

#copyleft {color:#777; font-size: 1em;}
#copyleft a {color:#777;  font-size: 1em;}
#copyleft a:hover {border: none; text-decoration: underline; color: #08c;}

#creator {float: right; margin: 0 0 0 0; padding: 0; font-size: 1em; color: #777;}
#creator a:hover {font-size: 1.8em; text-decoration: none; line-height: 1em; border: none;}


/* Footer */
#footer {
padding: 20px 0;
}

#footlogo {margin: 0 auto; padding: 0px; width: 88px;}

/* All */
.title:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }