/*
Theme Name: livestyle
Theme URI: http://www.nederlandlive.nl/
Description: build for the homepage of <a href="http://www.nederlandlive.nl">Nederland Live</a>.
Version: 1.2
Author: Joost Rohde
Alle rechten voorbehouden.
--------------------
*/

/* Neutralize styling: 
   Elements we want to clean out entirely
   and we reset the base font-size to 10px
---------------------------------------------------------------- */
html { font-size: 78%; } /* override it ... go bigger */

/* Neutralize styling: 
   Elements with a vertical margin
---------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
    margin:  .5em 0;
    padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it
---------------------------------------------------------------- */
li, dd, blockquote {
    margin-left: 1em;
}

/* Miscellaneous conveniences
---------------------------------------------------------------- */
form label {
    cursor: pointer;
}
fieldset {
    border: none;
}
input, select, textarea, td {
    font-size: 100%;
}
.button {
        font-weight: normal;
        font-size:80%;
        border:1px  #fff;
        background: #fe8125;
        color:#fff;
}
html, body {
	height: 100%;
}
body {
	padding: 0;
	margin: 0;
	font: normal 100.01%/1.5em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	color: #000; 
 	background: #e0e0e0 url(imgs/gradient.jpg) repeat-x;
	text-align: center;
}

.clear {
    clear: both;
    line-height: 1px;
    font-size: 1px;
    height: 1px;
    margin-top: -1px;
    visibility: hidden;
}

/* Headers and Paragraphs:
---------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
    font-family: "Lucida Grande", Arial, "Lucida Sans Unicode", sans-serif; 
    font-weight: normal;
    line-height: 1.1em;
    color: #111;
    padding-bottom: 3px;
    border-bottom: 2px solid #fe8125;
}
h4, h5, h6 {
    line-height: 1.3em;
    border: 0;
}

h1 { font-size: 218%; }
h2 { font-size: 164%; }
h3 { font-size: 145%; border-width: 1px }
h4 { font-size: 118%; font-weight: bold; }
h5 { font-size: 100%; font-weight: bold; }
h6 { font-size: 86%; font-weight: bold; }

p, ul, ol, td { color: #333; }
.caption, .note { 
	font-size: 86%; 
	color: #555; 
}

ol,ul {
	padding: 25px;
}

hr {
	color: #f00;
	height:1px;
}

/* Layout
------------------------------------------------ */

#outer{
	min-height:100%;
	height: 100%;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:-71px;
	color: #000;
}
#left {
	position:relative;/*ie needs this to show float */
	width:10px;
	float:left;
	margin-left:-9px;/*must be 1px less than width otherwise won't push footer down */
	z-index:100;
	left:-1px;
}
#right {
	position:relative;/*ie needs this to show float */
	width:10px;
	float:right;
	margin-right:-9px;/*must be 1px less than width otherwise won't push footer down */
	left:1px
}
#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 90px;
	background-color: #333;
	border-bottom: 1px solid #fe8125;
	padding-top: 0px;
}
#header_inner {
	background-color: #000;
	border-top: 1px solid #777;
	border-right: 1px solid #777;
	border-left: 1px solid #777;	
	height: 80px;
	width: 778px;
	color: #fff;
	margin: 0px auto;
	margin-top: 10px;
}
#mainpage {
	background-color: #fff;
	text-align: left;
 	width: 778px;
	padding: 0;
	margin: 0px auto 0px;
	border-left: 1px solid #777;
	border-right: 1px solid #777;
	overflow:hidden;
}
#content {
    	float: left;
    	width: 520px;
	border-right: 1px solid #777;
	margin: 0;
	padding:14px; 
	background-color: #fff;
}
#sidebar {
	background-color: #fafafa;
    	width: 210px;
    	float: right;
	padding: 9px;
	padding-top: 0px;
	margin:0;
}
#footer {
	position:relative;
	clear:both;
	background-color: #333;
	text-align:center;
	width: 100%;
	height: 70px;
	border-top: 1px solid #fe8125;
	margin-top: 0;
}
#footer_inner {
	background-color: #000;
	width: 778px;
	height: 60px;
    	font-size: 90%;
	text-align:center;
    	color: #fff;
	border-bottom: 1px solid #777;
	border-left: 1px solid #777;
	border-right: 1px solid #777;
	margin: 0px auto 0px;
}
#clearheader {
	height:91px;
}/*needed to make room for header*/
* html #clearheader {height:73px;}
#clearfooter {
	clear:both;
	height:72px;
}/*needed to make room for footer*/
* > html #clearfooter {float:left;width:100%;}/* ie mac styles */
#centrecontent {
	width:100%;
	float:left;
	position:relative;
	z-index:1;
	/* #margin:0 -1px; moz fix*/
}
html>body #minHeight {
	float:right;
	width:0px;
	height:100%;
	margin-bottom:-71px;
} /*safari wrapper */

/* Footer Styling
------------------------------------------------ */

#footer p {
    padding: 5px;
    margin: 0;
    color: #aaa;
}
#footer a {
    color: #ccc;
    border-bottom-color: #ccc;
}
#footer a:hover {
    color: #222;
    background-color: #ccc;
}

/* Logo
------------------------------------------------ */

#logo {
	float:left;
	width: 151px;
	height: 50px;
    	margin-top: 12px;
	margin-left: 15px;
    	background: url(/assets/images/logo/LiveLogo.jpg) no-repeat;
	text-decoration:none;
}
#logo h1 {
    	border: none;
	font-size: 140%;
    	padding: 0;
    	margin: 0;
}
#logoslogo {
	float:right;
	text-align:left;
	color: #fff;
	padding: 25px 30px 15px 0px;
	font: bold 150% "Verdana", "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
}
	

#skip { display: none; }


/* Content formating
------------------------------------------------ */
p {
    	padding: .5em 0 .5em 0;
}

p.intro {
    	font-weight: bold;
}

.blocktitle { 
    	font-size: 145%; 
    	border-width: 2px;
    	margin-top: 0;
}
abbr {
    	border-bottom: 1px solid #999;
}
abbr:hover {
    	border-bottom-color: #9c0;
    	color: #666;
}
a:link, a:visited, a:active {
	text-decoration:none;
	font-weight:bold;
   	color:#fe8125;
}
a:hover {
	text-decoration:none;
	font-weight:bold;
	color: #00cc33;
}
a, img, img {
        color: #fff;
        border: none;
}

/* Sidebar Overrides
------------------------------------------------ */

#sidebar h2, #sidebar h3 {
    	background: #fafafa;
}
#sidebar h3 {
    	margin-top: 1.2em;
}

/* Main navigation list 
------------------------------------------------ */

/* define menu width */
ul.topnav { 
    	width: 210px;
	font-size: 94%;
}
/* set bottom margin and padding for menu */
ul.topnav, ul.topnav ul {
    	padding: 0 0 0;
    	margin: 0 0 0;
}
/* remove al styling from li tag */
ul.topnav li { 
    	list-style: none;
    	margin: 0;
    	padding: 0;
    	line-height: 0.2em;
}
/* hide sub-page nav lists by default */
ul.topnav ul {
    	display: none;
}
/* show sub-page nav lists on click */
ul.topnav li.here ul {
    	display: block;
}
/* move text on all levels 30px to the right of icon */
ul.topnav li span { 
    	padding: 0 0 0 26px;
    	line-height: 2.1em;
}
/* move all sublevels ul 25px to the right */
ul.topnav li ul { 
    	padding: 0 0 0 25px;
}

/* mouse over state */
ul.topnav a:hover, ul.topnav a:active, ul.topnav li.here a:hover {
    	background: #eee url(/assets/images/menu/glossy2/stock_find.png) no-repeat 0 0;
	display:block;
	height:2.1em;
	font-size:100%;
}
/* menu first level not active */
ul.topnav li {
    background: transparent url(/assets/images/menu/glossy2/stock_open.png) no-repeat 0 0;
    display: block;
    border: 0 !important;
}
/* menu first level active */
ul.topnav li.here, ul.topnav li.lasthere {
    background: transparent url(/assets/images/menu/glossy2/stock_forward.png) no-repeat 0 0;
    font-weight: bold;
    color: #000;
    display: block;
}
/* menu second level not active */
ul.topnav li.here li {
    background: transparent url(/assets/images/menu/glossy2/stock_new.png) no-repeat 0 0;
    display: block;
}
/* menu active sub item */
ul.topnav li.here li.here, ul.topnav li.here li.lasthere, ul.topnav li.here li.lasthere li.lasthere {
    background: transparent url(/assets/images/menu/glossy2/stock_redo.png) no-repeat 0 0;
    display: block;
}
/* remove double icons */
ul.topnav li.here a, ul.topnav li.lasthere a{
    background-image: none;
}

/* Content Styling
------------------------------------------------ */

#content a:active {
    color: #fff;
    background: #9c0;
    border: 0;
}
#content a:hover {
	font-size:100%;
} 
/* override default navigation styles */
#content ul.topnav { width: auto }
#content ul.topnav a {padding-left: 20px}
#content ul.topnav ul {display:block}

/* Blogs and News Articles 
------------------------------------------------ */

#nl_wrapper .nl_article {
    	margin-bottom: 20px;     
}
#nl_wrapper .nl_title {
    	font-size: 115%; 
    	width: 100%; 
    	border-bottom: 1px solid #9c0;     
}
#nl_wrapper .nl_title .nl_info {
    	float: right; 
    	display: block; 
    	text-align: right; 
    	font-size: 75%;
    	color: #555;
} 
#nl_wrapper .nl_link {
    	text-align: right; 
    	font-size: 75%;
}
#nl_wrapper a, #nl_wrapper a:link, #nl_wrapper a:visited, #nl_wrapper a:hover {
    	border: 0;
}
.nl_paging {
    	border-top: 1px solid #ccc;
    	padding: 10px; 
    	font-size: 86%;
    	color: #618100;
}
#nl_pages #nl_currentpage {
    	border: 1px solid #618100;
    	padding: 1px 5px 2px; 
    	margin-right: 1px;
    	background-color: #9c0; 
    	color: #fff;
} 
#nl_pages .nl_off {
    	border: 1px solid #ccc;
    	padding: 1px 5px 2px; 
    	margin-right: 1px;
    	color: #ccc;
}
#nl_pages a, #nl_pages a:link, #nl_pages a:visited {
    	border: 1px solid #9c0; 
    	padding: 1px 5px 2px; 
    	margin-right: 1px; 
    	text-decoration: none !important; 
    	color: #618100;
} 
#nl_pages a:hover {
    	background-color: #fff;
    	color: #000;
}
#nl_archivelist ul {
    	list-style-type: none; 
    	margin-left: 15px; 
    	padding-left: 0;
}
#nl_archivelist ul ul{
    	list-style-type: square;
   	margin-left: 35px;
} 
#nl_archivelist .nl_month {
    	font-weight: bold;
}
.nl_summaryPost a:hover {
	font-size:100%;
}

/* FAQ listing
------------------------------------------------------------------------------- */

.faqquestion {
        font-weight: bold;
        color: #fff;
        margin: 0;
        background: #fe8125;
        }
.faqfolderlist h3, .faqquestionlist h3 {
        font-size: 120%;
        margin: 20px 0;
        font-weight: bold;
        }
.faqquestionlist p {
	padding: 0;
	margin: 15px 0 15px 0;
	}
.faqquestionlist li {
	margin-left: 25px;
	}
.faqfolderlist li {
        list-style-image: url("/assets/images/tools/sub_icon.gif");
        padding: 2px 0 2px 13px;
        }
.faqfolderlist a, a:hover {
        font-size: 100%;
        font-weight: bold;
        text-decoration: none;
        }
.faquplink {
        text-align: right;
        }
.faquplink a {
        font-size: 100%;
        font-weight: bold;
        text-decoration: none;
        }
.faquplink a:hover {
        font-size: 100%;
        font-weight: bold;
        text-decoration: none;
        }

/* Rounded boxes
------------------------------------------------------------------------- */
.motherbox {
        margin:5px 0 5px 0;
        float:left;
        overflow:visible;
        position:relative;
        width:100%;
        }
.livebox, .livebox_head, .livebox_head h2, .livebox_body, .orderbox {
        background: transparent url(imgs/live_box_black_1600.jpg) no-repeat bottom right;
        }
.livebox {
        width: 500px !important;
        width: 485px;
        float:left;
        padding-right: 15px;
        }
.livebox_head {
        background-position: top right;
        margin-right: -15px;
        padding-right: 40px;
        }
.livebox_head h2 {
        background-position: top left;
        margin: 0;
        border: 0;
        padding: 25px 0 15px 40px;
        height: auto !important;
        height: 1%;
        color:#fe8125;
        text-align: center;
        }
.livebox_body {
        background-position: bottom left;
        margin-right: 15px;
	border: 0px solid black;
        padding: 15px 15px 30px 30px;
        }
.livebox_body p {
        margin: 0.5em 0 0.5em;
        padding: 0;
        margin: 0 0 0 0;
        }
.livebox_body table {
        table-layout: auto;
        width: 450px;
        border-collapse:collapse;
        border-bottom: 2px double #3e4045;
        empty-cells:hide;
        }
.livebox_body th {
        font-size: 1.0em;
        font-weight: bold;
        margin: 1.2em 0em 1.2em 0em;
        text-align: center;
        vertical-align: baseline;
        padding-top: 20px;
        border-bottom: 2px solid #3e4045;
        speak-header: once;
        }
.livebox_body td {
        font-size: 0.8em;
        font-weight: bold;
        margin: 1.2em 0em 1.2em 0em;
        vertical-align: middle;
        border-bottom: 1px solid #71747b;
        }
.orderbox {
        width: 420px !important;
        width: 405px;
        padding-right: 15px;
        margin: 5px auto;
        }

/* info dialog 
--------------------------------------------------------------------------*/
.overlay_dialog img { border: none; }
.overlay_dialog { background-image: url('../themes/default/overlay.png'); }

/* For PNG transparence in IE !! */
/* * html .overlay_dialog {
	background-color: transparent;
	back\ground-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="imgs/dialog/default/overlay.png", sizingMethod="scale");
}
*/

.dialog_nw {
	width: 9px;
	height: 23px;
	background: transparent url(imgs/dialog/default/top_left.gif) no-repeat 0 0;		
}

.dialog_n {
	background: transparent url(imgs/dialog/default/top_mid.gif) repeat-x 0 0;	
	height: 23px;
	width: 100%;
}

.dialog_ne {
	width: 9px;
	height: 23px;
	background: transparent url(imgs/dialog/default/top_right.gif) no-repeat 0 0;		
}

.dialog_e {
	width: 2px;
	height: 100%;
	background: transparent url(imgs/dialog/default/center_right.gif) repeat-y 0 0;	
}

.dialog_w {
	width: 2px;
	height: 100%;
	background: transparent url(imgs/dialog/default/center_left.gif) repeat-y 0 0;		
}

.dialog_sw {
	width: 9px;
	height: 19px;
	background: transparent url(imgs/dialog/default/bottom_left.gif) no-repeat 0 0;			
}

.dialog_s {
	background: transparent url(imgs/dialog/default/bottom_mid.gif) repeat-x 0 0;		
	height: 19px;
	width: 100%;
}

.dialog_se {
	width: 9px;
	height: 19px;
	background: transparent url(imgs/dialog/default/bottom_right.gif) no-repeat 0 0;			
}

.dialog_sizer {
	width: 9px;
	height: 19px;
	background: transparent url(imgs/dialog/default/sizer.gif) no-repeat 0 0;	
	cursor:se-resize;	
}

.dialog_close {
	width: 14px;
	height: 14px;
	background: transparent url(imgs/dialog/default/close.gif) no-repeat 0 0;			
	position:absolute;
	top:5px;
	left:8px;
	cursor:pointer;
	z-index:2000;
}

.dialog_title {
	float:left;
	height:14px;
	font-size:12px;
	text-align:center;
	width:100%;
}

.dialog_content {
	overflow:auto;
	color: #DDD;
	font-family: Tahoma, Arial, Sans Serif;
	font-size: 10px;
	background-color:#123;
}

.top_draggable, .bottom_draggable {
  cursor:move;
}
/* DO NOT CHANGE THESE VALUES*/
.dialog {
	display: block;
 	font-family: Tahoma, Arial, Sans Serif;
	position: absolute;
}

.dialog * {
	margin: 0px;
	padding:0px;
}

.dialog table  { border-collapse: collapse; border-spacing: 0; width: 100%; }
.dialog td, th { padding: 0; }

/* info notifier
------------------------------------------------------------------------------*/

#info_notifier {
	position:absolute;
	width: 50px;
	height: 50px;
	right: 5px;
	bottom: 5px;
	z-index:1;
	background-color:#fff;
	border:#000 2px solid;
}
#info_container {
        position: absolute;
	width:640px;
        height:501px;
	background-color:#fff;
	border: #000 1px solid;
        }
#info_handle {
	height: 26px;
	text-align: right;
	background-color:#000;
	color: #fff;
	border-bottom: #fafafa double;
	}
#info_icon {
	float: left;
	padding: 0 10px 0 2px;
	border: #fff 0px solid;	
}
#info_drag {
	cursor: move;
	float: left;
	margin: 7px 0 7px 220px;
	width: 120px;
	height: 12px;
	vertical-align:middle;
	background: #000 url(/assets/images/icons/glossypall/vertical_handle.png) repeat-x !important; 	
	border: #fff 0px solid;	
}
#info_menu {
	float: right;
	padding: 0 2px 0 10px;
	border: #fff 0px solid;	
}
#info_content {
	padding:0;
	margin:0;
	width:640px;
	height:464px;
	background-color:#fff; 
	overflow:auto; 
	}

/* Fancy Stuff */

.version , .version a:link{
    font-size: 200%;
    font-weight: bold;
    border: none;
    text-decoration: none;
}

.searchinfo {
    font-size: 90%;
    margin: -10px 0 10px 0;
    padding: 0;
}

.donorlabel {
    display: block;
    float: left;
    line-height: 1.5em;
    width: 3.5em;
    text-align: right;
    padding-right: 2px;
}


/* Recent forum disscussions on Homepage */

table.ssi_table {
    border-left: 1px solid #ededed;
    border-top: 1px solid #ddd;
}
.ssi_table td {
    padding: 3px 10px;
    vertical-align: top;
    border: 1px solid #ededed;
    border-width: 0 1px 1px 0;
    font-size: 86%;
}
.ssi_table thead th {
    background-color: #ededed;
    border: 1px solid #ddd;
    border-width: 0 1px 1px 0;
}
.ssi_table tr {
    border-bottom: 1px solid #ededed;
}
.ssi_table tr:hover {
    background-color: #fff;
}
.ssi_table_forum_name {
    background: #fafafa;
    text-align: left;
    border-right: 1px solid #ededed;
    padding-left: 5px;
}
.ssi_table_topic {
    text-align: left;
    padding: 10px 0 1px 0;
    border: 0;
}
.ssi_table_author, .ssi_table_author a {
    color: #333;
    padding: 10px 0 0;
    border: 0;
}
.ssi_table_author a, .ssi_table_author a:visited {
    border: 0;
    color: #111;
}
.ssi_table_author a:hover, .ssi_table_author a:active {
    border-bottom: 1px solid #333;
}
.ssi_table_time {
    color: #999;
    font-size: 86%;
}


/* Flex Search Form styles
------------------------------------------------ */

.FSF_input {
    background: #f6f6f6;
    border-bottom: 1px solid #999;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-top: 1px solid #eee;
    color: #000;
    padding: 2px 5px 1px 5px;
    width: 75%;
    }
    
.FSF_input:focus {
    border-bottom: 1px solid #000;
    background: #fff;
    color: #111;
    }

.FSF_submit, .FSF_submit:focus {
    background: url("/assets/images/menu/glossy2/stock_find.png") no-repeat;
    margin-left: 5px;
    height: 24px;
    width: 24px;
    border: 0;
    text-indent: -9999px;
    cursor: pointer;
    }
    
.submit:hover, .FSF_submit:hover {
    height: 24px;
    width: 24px;
    border: 0;
    background: url("/assets/images/menu/glossy2/stock_find.png.jpg") no-repeat;
    cursor: pointer;
    }

/* Form styles
------------------------------------------------ */

input {
    font-size: 1em;
}

input:focus {
    background: #fff;
    color: #111;
}

/* Documentation styles
------------------------------------------------ */

code {
    display: block;
    padding: 10px;
    margin: 6px 0;
    color: #900;
    background: #ffffe6;
    font-size: 12px;
    line-height: 1.6em;
    border-top: 2px solid #eee;
    border-bottom: 2px solid #eee;
    overflow: auto;
}

img.dotted {
    border: 1px solid #111;
    padding: 3px;
    margin: 9px;
}

#tools {
    padding: 5px;
    background: #fafafa;
    line-height: normal;
    margin: 0;
    color: #999;
}

#tools p {
    margin: 0;
    padding: 0;
}

#tools a, #tools a:hover {
    border: 0;
    background: none;
}

#tools p.hide-me {
    display: none;
}

/* API styles
------------------------------------------------ */
.orderwrapper {
	padding: 0 5px 5px 5px;
}
.ordertable {
	text-align:left;
	height:auto;
	width:100%;
}
#whois {
    	display: block;
    	float:left;	
    	padding: 10px;
    	margin: 6px 0;
    	color: #000;
    	background: #fff;
    	font-size: 12px;
    	line-height: 1.2em;
    	border-top: 2px solid #eee;
    	border-bottom: 2px solid #eee;
    	overflow: auto;
}
.pre {
    display: inline;
    clear: none;
    color: #000;
    font-family: courier, monospace;
}
.legend_on_off {
    font-size: 11px;
    font-weight: normal;
}

.row1 {
    background: #eee;
}
.row2 {
    background: #f7f7f7;
}

.proptable {
    border: 1px dashed #999;
}
    
dl { 
    border-bottom: 1px solid #33c;
    background: #fafafa;
}

dt {
    width: 10em;
    padding: .5em;
    float: left;
    margin: 0;
    border-top: 1px solid #33c;
    font-weight: bold;
}

dd {
    margin-left: 11em;
    padding: .5em;
    border-top: 1px solid #33c; 
}

div.PrevNextMenu {
    display: block;
    border-bottom: 2px double #eee;
}

.PrevNextMenu div {
    border: 2px double #eee;
    border-top: none;
    padding: 5px 4px 2px;
    margin: 3px 0 0;
    float: right;
    display: block;
    background-color: #fafafa;
    font-size: 70%;
}

.apiFunction {
    color: blue;
    font-size: 12px;
}
.apiParameters {
    color: green;
    font-size: 12px;
}
.apiReturned {
    color: red;
    font-size: 12px;
}
.deprecated {
	text-decoration: line-through
	}
