/*=========*/
/* GENERAL */
/*=========*/
* {
    margin: 0px;
    padding: 0px;
    border:none;
}
body {
    font: 13px "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
    color: #000000;
    background: #000000 url('body.jpg') repeat top left;
}
hr {
	margin: 0px; /* fixes xhtml N6 bug where the hr sits to the left*/
	color: #ccc; /* for ie */
	background-color: #ccc; /* for everyone else */
	height: 1px;
}
p {
	font-size: 1.0em;
	margin-top: 1.0em;
	margin-bottom: 1.0em;
	text-align: justify;
	color: #333333;
}
h1 {
	font-size: 1.7em;
	margin-top: 0.7em;
	margin-bottom: 0.7em;
}
h2 {
	font-size: 1.5em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
h3 {
	font-size: 1.4em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
h4 {
	font-size: 1.3em;
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}
h5 {
	font-size: 1.2em;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
}
h6 {
	font-size: 1.1em;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}
strong {
	color: #000000;
}
a, a:hover, a:visited {
	color: #EC7D0E;
}
a:focus
{
    -moz-outline-style: none;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul li {
    margin: 0;
    padding: 0;
	font-size: 1.0em;
}
td {
    vertical-align: top;
}
form {
    margin: 0px;
    padding: 0px;
}
fieldset {
    padding-top:10px;
    padding-bottom:10px;
    margin-bottom:10px;
    border:1px solid #DDDDDD;
}
legend
{
    padding: 5px;
    margin-left: 10px;
    font-size: 13px;
    font-weight: bold;
    color: #777777;
    background: #F1F3F5;
    border: 1px solid #DDE1E6;
}
legend a {
    font-size: 13px;
    font-weight: bold;
    color: #777777;
}
input, textarea, select {
    background-color:#DDDDDD;
    font: normal 13px Arial, Helvetica, sans-serif;
    color: #444444;
    padding: 2px;
    margin: 0px;
    border: 1px solid #999999;
}
input:focus, input:hover, textarea:focus, textarea:hover {
	background-color: #F1E8E6;
	border: 1px solid #C24733;
}
div.video {
    z-index: 1;
}

/*========*/
/* LAYOUT */
/*========*/
#main {
	width: 100%;
}
#wrapper {
	width: 1000px;
	margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
	background: transparent;
}
#header {
	width: 100%;
	height: 166px;
    background: transparent url('header.png') no-repeat top center;
    overflow: hidden;
	z-index: 4;
}
#content {
	width: 100%;
	background: transparent url('content.png') repeat-y top center;
	overflow: auto;
	z-index: 2;
}
#sidebar {
	float: left;
	width: 399px;
	height: 490px;
	background: transparent url('sidebar.jpg') no-repeat top center;
}
#story {
    margin-left: 399px;
    background: #F1E9DC;

}
#footer {
    clear: both;
	width: 100%;
	height: 300px;
    background: transparent url('footer.png') no-repeat top center;
    z-index: 1;
}

/*============*/
/* #fastlinks */
/*============*/
#fastlinks {
    width: 100%;
    height: 84px;
}
.header_js{
	background-image: url("down.gif");
	width: 70px;
	height: 39px;
	text-indent: -5000px;
	display:block;
	float: right;
}
#submenu {
	background: url("link_home2.gif") 0 0 no-repeat;
	width: 290px;
	height: 83px;
	display: block;
	float: left;
	padding-left: 10px;
}
#submenu a {
	margin-top: 10px;
	display: block;
	float: left;
	margin-left: 20px;
}
a.sitehome {
	display: block;
	overflow: hidden;
	height: 18px;
	text-indent: -5000px;
	text-align: left;
	background-repeat: no-repeat;
	background-image: none;
	background-position: 0 -1px;
	width: 70px;
	height: 18px;
}
a.sitehome:hover {
	background-position: 0 -20px;
	text-decoration: none;
}
a.sitehome {
	background-image: url("icon_site.gif");
	width: 70px;
	height: 18px;
}

/*=========*/
/* #header */
/*=========*/
#header div.header-container {
    width: 942px;
    margin-left: 50px;
    padding-top: 15px;
}
#header div.logo {
	float: left;
}
#header div.logo a {
    font-size: 19px;
    color: #5D3915;
}
#header div.description {
	margin-left: 150px;
	margin-right: 20px;
	padding-top: 3px;
}
#header div.description h1 {
    margin: 0;
    font-size: 16px;
    color: #5D3915;
}

/*=========*/
/* #menu2  */
/*=========*/
#menu2, #menu2 * {
	margin:	0;
	padding: 0;
	list-style:	none;
	z-index: 100;
}
#menu2 {
	line-height: 1.0;
}
#menu2 ul {
	position: absolute;
	top: -999em;
	width: 200px; /* left offset of submenus need to match (see below) */
}
#menu2 ul li {
	width: 100%;
}
#menu2 li:hover {
	visibility:	inherit; /* fixes IE7 'sticky bug' */
}
#menu2 li {
	float: left;
	position: relative;
}
#menu2 a {
	display: block;
	position: relative;
}
#menu2 li:hover ul,
#menu2 li.mouseover ul {
	left: 0;
	top: 36px; /* match top ul list item height */
}
#menu2 li:hover li ul,
#menu2 li.mouseover li ul {
	top: -999em;
}
#menu2 li li:hover ul,
#menu2 li li.mouseover ul {
	left: 200px; /* match ul width */
	top: 0;
}
#menu2 li li:hover li ul,
#menu2 li li.mouseover li ul {
	top: -999em;
}
#menu2 li li li:hover ul,
#menu2 li li li.mouseover ul {
	left: 200px; /* match ul width */
	top: 0;
}
#menu2 {
	float: left;
}
#menu2 ul {
	border: 1px solid #BFBFBF;
}
#menu2 > ul {
    border: none;
}
#menu2 a {
	padding-top: 11px;
	padding-bottom: 12px;
	padding-left: 15px;
	padding-right: 20px;
	text-decoration: none;
	font-size: 13px;
}
#menu2 a, #menu2 a:visited  {
    color: #383838;
}
#menu2 li {
    border-right: 1px solid #A9A9A9;
	background: #F2F2F2 url('menu2.gif') repeat-x bottom left;
}
#menu2 li li {
	background:	#F2F2F2;
}
#menu2 li li li {
	background:	#F2F2F2;
}
#menu2 li:hover, #menu2 li.mouseover,
#menu2 a:focus, #menu2 a:hover, #menu2 a:active {
    color: #FFFFFF;
	background: #666666 url('menu2-hover.gif') repeat-x top left;
	outline: 0;
}
#menu2 a.sf-with-ul {
	min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
}
#menu2 .sf-sub-indicator {
	position: absolute;
	display: block;
	top: 12px;
	right: 5px;
	width: 10px;
	height:	10px;
	text-indent: -999em;
	background:	url('arrows.gif') no-repeat top center;
	overflow: hidden;
}

/*==========*/
/* #content */
/*==========*/
#content div.content-container {
    width: 911px;
    margin-left: 33px;
	padding-bottom: 10px;
}
#content div.content-box {
    width: 100%;
	padding-bottom: 26px;
	background:	transparent url('content-box.jpg') repeat-x bottom left;
}

/*==========*/
/* #sidebar */
/*==========*/
#sidebar div.sidebar-box {
    width: 100%;
    height: 370px;
	padding-top: 120px;
    background: transparent url('sidebar-box.gif') no-repeat bottom right;
}

/*=================*/
/* #sidebar .vmenu */
/*=================*/
#sidebar ul.vmenu {
	list-style-type: none;
	text-align: left;
}
#sidebar ul.vmenu li {
    display: inline;
}
#sidebar ul.vmenu li a {
    width: 120px;
    color: #E6B19A;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    display: block;
    padding-top: 22px;
    padding-left: 50px;
    padding-right: 10px;
    vertical-align: top;
}
#sidebar ul.vmenu li a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}
#sidebar ul.vmenu a.current {
    color: #E6B19A;
}

/*========*/
/* #story */
/*========*/
#story div.story-box {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 5px;
}
#story h2 {
	color: #CF0003;
}
#story h3 {
    padding-left: 30px;
    background: transparent url('h3.gif') no-repeat center left;
    color: #000000;
}
#story h4 {
    padding-left: 23px;
	background: transparent url('h4.gif') no-repeat center left;
	color: #111111;
}
#story h5 {
    padding-left: 23px;
	background: transparent url('h5.gif') no-repeat center left;
	color: #222222;
}
#story h6 {
    padding-left: 23px;
	background: transparent url('h6.gif') no-repeat center left;
	color: #333333;
}
#story table {
    width: 99%;
	border: 1px solid #E0E0E0;
}
#story table th {
	margin: 0px;
	padding: 6px;
	height: 25px;
	font-size: 11px;
	color: #FF9C08;
	text-align:center;
	vertical-align:middle;
	background: #EEEEEE url(lcol1-table-th.gif) top left repeat-x;
}
#story table th div.sort {
    padding-top: 4px;
}
#story table td {
	font-size: 12px;
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	background-color: #ffffff;
	margin: 0px;
	padding: 4px;
	vertical-align:middle;
    text-align: center;
}
#story table td a:link {
	color: #c64934;
	text-decoration: none;
}
#story table td a:visited {
	color: #c64934;
	text-decoration: none;
}
#story table td a:hover {
	text-decoration: underline;
}
#story div.border {
    margin-left: 10px;
    margin-right: 20px;
}
#story div.details ul {
	margin-top: 10px;
	padding: 0px 0px 0px 25px;
	list-style-type: none;
}
#story div.details ul li {
	background-image: url(li.gif);
	background-repeat: no-repeat;
	margin-top: 0px;
	padding: 0px 5px 0px 15px;
	background-position: left top;
	font-size: 12px;
}
#story div.msg-error {
    margin-bottom: 15px;
}
#story div.msg-error h2 {
    margin-top: 20px;
    padding-left: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	background: transparent url('storydata-error.gif') no-repeat center left;
}
#story div.msg-help {
    margin-bottom: 15px;
}
#story div.msg-help h2 {
    margin-top: 20px;
    padding-left: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	background: transparent url('storydata-help.gif') no-repeat center left;
}

/*================*/
/* story div.path */
/*================*/
#story div.path {
    clear: right;
    height: 25px;
    margin-bottom: 10px;
    border: 1px solid #DEDEDE;
	background: #F6F6F6;
	overflow: hidden;
}
#story div.path ul {
    height: 15px;
    margin: 0px;
    padding: 0px;
    margin-top: 5px;
	list-style-type: none;
}
#story div.path ul li {
    float: left;
    margin: 0px;
    padding: 0px;
	background-image: url('path-ul-li.gif');
	background-repeat: no-repeat;
	margin-top: 0px;
	padding-left: 15px;
	margin-right: 10px;
	background-position: left center;
	font-size: 12px;
}
#story div.path ul li.home {
	font-weight: bold;
	background-image: none;
}
#story div.path ul li a {
    color: #6E6E6E;
    font-size: 12px;
    text-decoration: none;
}
#story div.path ul li.home a {
    color: #545454;
}

/*===================*/
/* #story .section */
/*===================*/
#story div.alist-buttons {
    margin-top: 5px;
    margin-bottom: 5px;
}
#story div.alist-buttons div {
}
#story div.alist-buttons div a {
    display: block;
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
	color: #0281C4;
	text-align: left;
    text-decoration: none;
}
#story div.alist-buttons div a:hover {
	color: #EC7D0E;
}
#story div.alist-buttons div.post a {
    background: transparent url('post.gif') no-repeat center left;
}

/*===================*/
/* #story .article */
/*===================*/
#story div.article {
}
#story div.article-info {
    float: right;
    width: 270px;
    margin-left: 20px;
    margin-bottom: 5px;
	border: 1px solid #DDDDDD;
	text-align: center;
	background: #FEFEFE;
}
#story div.article-image {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}
#story div.article-stats {
    margin: 5px;
	border: 1px solid #CBD1DA;
	background: #F1F4F6;
	overflow: auto;
}
#story div.article-stats div.name {
    float: left;
    width: 105px;
    height: 24px;
    margin: 0;
    margin-left: 5px;
    margin-top: 5px;
    font-weight: bold;
    font-size: 11px;
    text-align: left;
    overflow: hidden;
}
#story div.article-stats div.value {
    float: right;
    width: 140px;
    height: 24px;
    margin-top: 5px;
    color: #353535;
    font-size: 12px;
    text-align: left;
    overflow: hidden;
}
#story div.article-links {
    width: 180px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    text-align: left;
}
#story div.article-links a {
    display: block;
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
	font-size: 17px;
	font-weight: bold;
	color: #0281C4;
    text-decoration: none;
}
#story div.article-links a:hover {
	color: #EC7D0E;
}
#story div.article-link a {
    background: transparent url('article-link.gif') no-repeat center left;
}
#story div.article-file a {
    background: transparent url('article-file.gif') no-repeat center left;
}
#story div.article-comment a {
    background: transparent url('article-comment.gif') no-repeat center left;
}
#story div.article-login a {
    background: transparent url('article-login.gif') no-repeat center left;
}
#story div.article-addthis {
    margin: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
	border: 1px solid #CBD1DA;
	background: #F1F4F6;
}
#story div.article-addthis div.addthis_toolbox {
    width: 210px;
    margin-right: auto;
    margin-left: auto;
}
#story div.article-content {
    padding-top: 10px;
}

/*======*/
/* form */
/*======*/
form div.field-optional,
form div.field-required,
form div.field-error
{
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 5px;
    padding-bottom: 5px;
    overflow: auto;
}
form div.field-label {
    float: left;
    width: 130px;
    padding-right: 20px;
    text-align: right;
    font-weight: bold;
    font-size: 11px;
    color: #5E5E5E;
}
form div.field-input {
    margin-left: 150px;
    clear: right;
    text-align: left;
}
form div.field-input div.imagesrc {
    margin-top: 5px;
    margin-bottom: 5px;
}
form div.field-input img {
    border: 1px solid #999999;
}
form div.field-input div.captcha {
    text-align: left;
}
form div.field-input div.captcha img {
    border: 1px solid #999999;
    cursor: pointer;
}
form div.field-input div.captcha-input {
    padding-top: 10px;
}
form div.field-input div.captcha-help {
    padding-top: 10px;
    color: #999999;
    font-size: 11px;
}

/*======*/
/* LIST */
/*======*/
div.list-container {
	margin-top: 10px;
	margin-bottom: 15px;
	margin-left: 20px;
	margin-right: 20px;
	border: 1px solid #DDE1E6;
	text-align: center;
	padding: 10px;
}
div.list-title, div.list-empty {
    margin-top: 20px;
    margin-bottom: 10px;
	font-size: 13px;
	font-weight: bold;
	color: #0281C4;
	background: #FEFEFE;
	border: 1px solid #DDDDDD;
	padding: 5px;
}
div.list-navigator {
    height: 21px;
    padding-top: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
	border: 1px solid #DCDCDC;
	background: #F1F4F6;
}
div.list-navigator span.info {
    text-align: left;
    margin-left: 10px;
    color: #8C8C8C;
}
div.list-navigator span.pages {
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
    color: #333333;
}
div.list-navigator span.gotopage {
}
div.list-navigator span.gotopage input {
    margin-right: 10px;
}
div.list-navigator a:link, div.list-navigator a:visited {
    padding: 3px;
    padding-left: 5px;
    padding-right: 5px;
    text-decoration: none;
    border: 1px solid #CBD1DA;
    color: #000000;
    background-color: #FFFFFF;
}
div.list-navigator a:hover {
    text-decoration: none;
    background-color: #FBF2C7;
}
#story table.list {
    margin-top: 10px;
}
#story table.list div.download a {
    display: block;
    width: 35px;
    padding-top: 40px;
    margin-left: 20px;
    margin-right: 20px;
	font-size: 10px;
	font-weight: bold;
	color: #CCCCCC;
    text-decoration: none;
    background: transparent url('download.gif') no-repeat top center;
}
#story table.list div.link a {
    display: block;
    width: 35px;
    padding-top: 40px;
    margin-left: 10px;
    margin-right: 10px;
	font-size: 10px;
	font-weight: bold;
	color: #CCCCCC;
    text-decoration: none;
    background: transparent url('link.gif') no-repeat top center;
}

/*=========*/
/* COMMENT */
/*=========*/
#story table.comment {
    width: 100%;
    border: none;
    margin: 0;
}
#story table.comment td {
    text-align: left;
    vertical-align: top;
    border: none;
}
#story table.comment td.comment-username,
#story table.comment td.comment-userinfo,
#story table.comment td.comment-button-top {
    width: 160px;
}
#story table.comment td.comment-username {
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    background: #F7ECB7;
}
#story td.comment-userinfo {
    font-size: 11px;
    color: #8C8C8C;
    padding-top: 10px;
    padding-bottom: 20px;
    background: #F1F4F6;
}
#story td.comment-button-top {
}
#story td.comment-title {
    background: #FBF2C7;
    color: #8C8C8C;
}
#story td.comment-content {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
}
#story td.comment-buttons div {
    float: left;
}
#story td.comment-buttons div a {
    margin-right: 5px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #F7ECB7;
    background: #F7ECB7;
    text-decoration: none;
    display: block;
}
#story td.comment-buttons div a:hover {
    border: 1px solid #E9C82F;
}
#story td.comment-userinfo div {
    margin-left: auto;
    margin-right: auto;
}
#story td.comment-userinfo div.name {
    float: left;
    width: 70px;
    height: 14px;
    padding-top: 5px;
    margin-left: 5px;
    font-weight: bold;
}
#story td.comment-userinfo div.value {
    height: 14px;
    padding-top: 5px;
    margin-left: 80px;
}
#story td.comment-userinfo div.rankname {
    margin-left: 5px;
    color: #404040;
    padding-bottom: 5px;
}

/*=============*/
/* #story code */
/*=============*/
#story pre {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #F1CA85;
    background: #FCF3E4;
}

/*===============*/
/* #story .about */
/*===============*/
#story div.about div.name {
    color: #555555;
    font-size: 16px;
    font-weight: bold;
}
#story div.about div.version {
    color: #555555;
    font-size: 15px;
    font-weight: bold;
    padding-top: 10px;
}
#story div.about div.lastupdate {
    color: #AAAAAA;
    font-size: 12px;
    padding-top: 15px;
}
#story div.about div.copyright {
    color: #AAAAAA;
    font-size: 12px;
    padding-top: 20px;
}
#story div.about div.www {
    color: #AAAAAA;
    font-size: 12px;
    padding-top: 20px;
}
#story div.about div.email {
    color: #AAAAAA;
    font-size: 12px;
}

/*======*/
/* LIST */
/*======*/
div.childsections {
    width: 100%;
    overflow: auto;
}
div.childsections div.row {
    float: left;
    width: 142px;
    height: 110px;
    margin-top: 5px;
    margin-left: 10px;
    text-align: center;
}
div.childsections div.row a {
    width: 100%;
    font-size: 14px;
    text-decoration: none;
    display: block;
    color: #000000;
    /*
    padding-left: 15px;
    background: transparent url('menu2-ul-li-a.gif') no-repeat center left;
    */
}


/*=========*/
/* #footer */
/*=========*/
#footer div.footer-container {
    width: 942px;
    height: 249px;
    margin-left: 21px;
    padding-top: 15px;
	background:	transparent url('footer-container.png') no-repeat top center;
}
#footer {
    text-align: center;
}
#footer div.links {
    padding-top: 12px;
    margin-left: auto;
    margin-right: auto;
	width: 500px;
	height: 25px;
    font-size: 12px;
    color: #FFFFFF;
}
#footer div.links a {
    text-decoration: none;
}
#footer div.links a:hover {
    text-decoration: underline;
}
#footer div.links div.gomainanchor {
    float: left;
    padding-left: 20px;
    background: transparent url('gomainanchor.gif') no-repeat top left;
}
#footer div.links div.menu10 {
    float: left;
}
#footer div.links a,
#footer div.links a:hover,
#footer div.links a:visited {
    font-size: 12px;
    color: #FFFFFF;
}
#footer div.links ul {
    list-style-type: none;
}
#footer div.links ul li,
#footer div.links div.programspectacole {
    float: left;
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid #DBDBDB;
}
#footer div.terms,
#footer div.seo,
#footer div.scripts {
    clear: both;
	font-size: 12px;
	text-align: center;
	color: #AAAAAA;
}
#footer div.terms {
    height: 30px;
    margin-top: 15px;
    color: #5D3915;
}
#footer div.seo {
    clear: both;
    width: 100%;
    height: 40px;
    margin-top: 5px;
}
#footer div.scripts {
    clear: both;
    width: 100%;
    margin-top: 10px;
}
#footer div.partners {
    clear: both;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 30px;
    text-align: center;
}




