@font-face {
	font-family: 'ArtBrushMedium';
	src: url('Artbrush.eot');
	src: local('ArtBrush Medium'), local('ArtBrush'), url('Artbrush.woff') format('woff'), url('Artbrush.ttf') format('truetype'), url('Artbrush.svg#ArtBrush') format('svg');
}


body 
{
	background-color: #0A0A0A;	
	margin: 0px;
	color: #8F8F8F;
	font-family: Tahoma, Arial;
	font-size: 12px;
}

h2
{
	font-family: ArtBrushMedium,Arial;
	padding:0px;
	margin:0px;
	color: #fff;
	letter-spacing: 0.5px;
	font-size: 25px;
}

h4
{
	font-family: ArtBrushMedium,Arial;
	font-size: 20px;
	font-weight: bold;
	padding:0px;
	margin:0px;
}

h5
{
	font-family: ArtBrushMedium,Arial;
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
	padding:0px;
	margin:0px;
}

p
{
	padding:10px 0px;
	margin:0px;
	color: #8F8F8F;
	font-family: Tahoma, Arial;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0.2px;	
}

a
{
	color: #4F4F4F;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 1px;
}

a:hover
{
	color: #8F8F8F;
	text-decoration: none;
}

#container
{
	margin:0px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	background-color: gray;
}

#container_header
{
	margin:0px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	background: url('../images/header_total_bg.jpg');
	background-repeat: repeat-x;
}

#container_content
{
	margin:0px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	background: #0a0a0a url('../images/container_content_border_top.jpg');
	background-repeat: repeat-x;
	float: left;
}

#header
{
	margin:0px;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height: 300px;
	position: relative;
}


#headerPictures
{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	height: 300px;
	z-index: -10;
}

#menu
{
	position: absolute;
	left: 0px;
	top: 225px;
}

#menu ul
{
	list-style: none;
	margin:0px;
	padding: 0px;
}

#menu ul li
{
	float: left;
	font-family: Helvetica,Arial;
	font-size:16px;
	color: #ffffff;
	font-weight: bold;
	letter-spacing: 1px;
	background: url('../images/button6_nav_primair.png');
	height: 75px;
	width: 150px;
	/*background: url('../images/menuSep.png') no-repeat;
	background-position: right top;
	*/
}

#menu .active
{
	background: url('../images/button5_nav_primair.png');
}

#menu .active a
{
	color:#9FC2FF;
}

#menu ul li a
{
	height: 53px;
	padding-top:22px;
	text-align: center;
	color:#9F9F9F;
	text-decoration: none;
	display:block;
}

#menu ul li a:hover
{
	color:#9FC2FF;
}



#menu_secondair
{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 400px;
}

#menu_secondair ul
{
	list-style: none;
	margin:0px 4px 0px 0px;
	padding: 0px;
	float: right;
}

#menu_secondair ul li
{
	float: left;
	font-family: Helvetica,Arial;
	font-size:10px;
	color: #CFCFCF;
	font-weight: bold;
	letter-spacing: 0.5px;
	background: url('../images/nav6_secondary.png');
	height: 36px;
	margin-left:5px;
}

#menu_secondair ul li a
{
	color:#CFCFCF;
	text-decoration: none;
	padding-left:5px;
	padding-right: 10px;
	padding-top: 10px;
	display:block;
	height: 28px;
	background: url('../images/nav6_right_secondary.png') no-repeat right top;
	background-position: right top;
	margin-right: -4px;
}

#menu_secondair ul li a:hover
{
	color:#EFEFEF;
}

#headerBarBottom
{
	background-image: url('../images/headerBarBottom1px.png');
	background-repeat: repeat-x;
	height:100px;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	z-index: 2;
}

#content
{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#content_bg
{
	float: left;
	background: url('../images/content_bg.png');
	background-repeat: repeat-y;
	padding-top:30px;
	padding-bottom: 50px;
}

#left_side
{
	float:left;
	width: 750px;
	padding-right: 20px;
}

#right_side
{
	float: left;
	width: 200px;
	margin-top:-30px;
	padding-left:20px;
	padding-top:30px;
}

#footerBar
{
	background-image: url('../images/footer_bg.jpg');
	background-repeat: repeat-x;
	height:70px;
	z-index: 2;
	float: left;
	width: 100%;
}


#footer_content
{
	margin:0px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	width:1000px;
}

#footer_content p
{
	color: #ffffff;
	padding-top: 25px;	
}

.post_item
{
	padding-top:25px;
	padding-bottom: 25px;
	border-bottom: 1px ridge #8F8F8F;
}

.post_meta
{
	color: #3F3F3F;
	font-size:10px;
	line-height: 10px;
	padding:0px 0px 0px 0px;
}

.comments
{
	padding-top:25px;
	padding-bottom: 25px;
	border-bottom: 1px ridge #8F8F8F;
}

.comment
{
	border-top:1px dotted #2F2F2F;
	margin-top:15px;
	padding-top:10px;
}

.comment_meta
{
	color: #3F3F3F;
	font-size:10px;
	line-height: 10px;
	padding:0px 0px 0px 0px;
}

#logo_header
{
	position: absolute;
	top:0px;
	left:0px;
}

.headerPicture
{
	position: absolute;
	left:0px;
	top: 0px;
}

#right_side ul
{
	list-style: none;
	padding:0px;
	margin:0px;
}

#right_side ul li
{
	font-family: Helvetica,Arial;
	font-size:12px;
}

#right_side ul li a
{
	font-weight: normal;
	letter-spacing: 0.5px;
	line-height: 20px;
}

.comment label
{
	display:block;
	color: #8F8F8F;
	font-family:Tahoma,Arial;
	font-size: 12px;
	margin-top:8px;
	margin-bottom: 3px;
}

label.error
{
	display:block;
	color: red;
	font-family:Tahoma,Arial;
	font-size: 12px;
	margin-top:2px;
	margin-bottom: 5px;
}

.comment input
{
	display:block;
	font-family:Tahoma,Arial;
	font-size:12px;
	height:18px;
	margin-left:15px;
	padding-top:3px;
	width:220px;
}

.comment textarea
{
	display: block;
	margin-left: 15px;
	font-family:Tahoma,Arial;
	font-size:12px;
	width: 650px;
	height: 130px;
}

a.save
{
	background-image: url('../images/icons/save.png');
	background-position: 0px 0px;	
	height: 24px;
	width: 76px;
	display: block;
	cursor: pointer;
	margin-left:15px;
	margin-top:15px;
}

a.save:hover
{
	background-position: 0px 24px;
}

.default_table td
{
	padding: 3px 15px 3px 0px;
}

.sub_header
{
	color: #9FC2FF;
	margin-top: 15px;
}

#athlete_pictures
{
	width: 400px;
	height: 300px;
	float: right;
}

#athlete_main_picture
{
	text-align: center;
	height: 230px;
}

#athlete_main_picture img
{
	position: relative;
	top: 0px;
	border: 3px solid #4F4F4F;
}

#athlete_main_picture img:hover
{
	border: 3px solid #8F8F8F;
	cursor: pointer;
}

#athlete_pictures_row
{
	height: 60px;
	margin-top: 10px;
}

#athlete_pictures_row img
{
	border: 3px solid #4F4F4F;
	cursor: pointer;
}

#athlete_pictures_row img:hover
{
	border: 3px solid #8F8F8F;
}


/**
 * 
 * Scrollable
 * 
*/

/* 
    root element for the scrollable. 
    when scrolling occurs this element stays still. 
*/ 
div.scrollable { 
 
    /* required settings */ 
    position:relative; 
    overflow:hidden; 
    width: 400px; 
    height:60px; 
} 
 
/* 
    root element for scrollable items. Must be absolutely positioned 
    and it should have a extremely large width to accomodate scrollable items. 
    it's enough that you set width and height for the root element and 
    not for this element. 
*/ 
div.scrollable div.items { 
    /* this cannot be too large */ 
    width:20000em; 
    position:absolute; 
} 
 
/* 
    a single item. must be floated in horizontal scrolling. 
    typically, this element is the one that *you* will style 
    the most. 
*/ 
div.scrollable div.items div { 
    float:left; 
} 
 
/* you may want to setup some decorations to active the item */ 
div.items div.active { 
    border:1px inset #ccc; 
    background-color:#fff; 
}

/**
 * 
 * Overlay
 * 
 */

 /* the overlayed element */ 
.apple_overlay { 
     
    /* initially overlay is hidden */ 
    display:none; 
     
    /* growing background image */ 
    background-image:url(../images/white.png); 
     
    /*  
        width after the growing animation finishes 
        height is automatically calculated 
    */ 
    width:640px;         
     
    /* some padding to layout nested elements nicely  */ 
    padding:35px; 
 
    /* a little styling */     
    font-size:11px; 
	
	text-align: center;
} 
 
/* default close button positioned on upper right corner */ 
.apple_overlay div.close { 
    background-image:url(../images/close.png); 
    position:absolute; right:5px; top:5px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}

/* black version of the overlay. simply uses a different background image */ 
div.apple_overlay.black { 
    background-image:url(http://static.flowplayer.org/tools/img/overlay/transparent.png);         
    color:#fff; 
}


/* the overlayed element */ 
.simple_overlay { 
     
    /* must be initially hidden */ 
    display:none; 
     
    /* place overlay on top of other elements */ 
    z-index:10000; 
     
    /* styling */ 
    background-color:#333; 
     
    width:675px;     
    min-height:200px; 
    border:1px solid #666; 
     
    /* CSS3 styling for latest browsers */ 
    -moz-box-shadow:0 0 90px 5px #000; 
    -webkit-box-shadow: 0 0 90px #000;     
} 
 
/* close button positioned on upper right corner */ 
.simple_overlay .close { 
    background-image:url(../images/close.png); 
    position:absolute; 
    right:-15px; 
    top:-15px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}

/* styling for elements inside overlay */ 
.details { 
    position:absolute; 
    top:15px; 
    right:15px; 
    font-size:11px; 
    color:#fff; 
    width:150px; 
} 
 
.details h3 { 
    color:#aba; 
    font-size:15px; 
    margin:0 0 -10px 0; 
}

/* the large image. we use a gray border around it */
#img {
	border:1px solid #666;
}

/* "next image" and "prev image" links */
.next, .prev {
	
	/* absolute positioning relative to the overlay */
	position:absolute;
	top:40%;	
	border:1px solid #666;	
	cursor:pointer;
	display:block;
	padding:10px 20px;
	color:#fff;
	font-size:11px;
	
	/* upcoming CSS3 features */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
}

.prev {
	left:0;
	border-left:0;
	-moz-border-radius-topleft:0;
	-moz-border-radius-bottomleft:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-top-left-radius:0;
}

.next {
	right:0;
	border-right:0;
	-moz-border-radius-topright:0;
	-moz-border-radius-bottomright:0;
	-webkit-border-bottom-right-radius:0;
	-webkit-border-top-right-radius:0;	
}

.next:hover, .prev:hover {
	text-decoration:underline;
	background-color:#000;
}

/* when there is no next or previous link available this class is added */
.disabled {
	visibility:hidden;		
}

/* the "information box" */
.info {
	position:absolute;
	bottom:0;
	left:0;	
	padding:10px 15px;
	color:#fff;
	font-size:11px;
	border-top:1px solid #666;
}

.info strong {
	display:block;	
}

/* progress indicator (animated gif). should be initially hidden */
.progress {
	position:absolute;
	top:45%;
	left:50%;
	display:none;
}

/* everybody should know about RGBA colors. */
.next, .prev, .info {
	background:#333 !important;
	background:rgba(0, 0, 0, 0.6) url(/img/global/gradient/h80.png) repeat-x;		
}

/* active thumbnail is raised on top of the mask using the z-index property */ 
#thumbs a.active img { 
    outline:1px solid #000; 
    z-index:9999; 
    position:relative; 
}

.basic_form label
{
	display:block;
	color: #8F8F8F;
	font-family:Tahoma,Arial;
	font-size: 12px;
	margin-top:8px;
	margin-bottom: 3px;
}

.basic_form .error
{
	display:block;
	color: red;
	font-family:Tahoma,Arial;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: -3px;
	padding:0px;
}

.basic_form input[text]
{
	display:block;
	font-family:Tahoma,Arial;
	font-size:12px;
	height:18px;
	margin-left:15px;
	padding-top:3px;
	width:220px;
}