/*
Theme Name: Aperture
Version: 2.6
Description: Customised by <a href="http://www.nobullit.com.au">Zoe Simpson</a>.
Author: No Bull I.T.
Author URI: http://www.nobullit.com.au

------------------------------------------------------------------
[ STYLE.CSS ] Main Stylesheet
--------------------------------------------------------------------

[Table of contents]

1.    RESET

2.    MAIN STYLES
2.a  Tags defaults
2.b  Base layout
2.c  Navigations
2.d  Elements, ID's & Classes

3.    FORMS
3.a  Form styles
3.b  Individual forms

4.    PLUGINS

5.    PRINT


/*------------------------------------------------------------------

1.    RESET
Global reset for all HTML elements

------------------------------------------------------------------*/
*
{
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
HTML
{
	height: 100%;
}
BODY
{
	background: #FFF;
	color: #000;
	font-size: 100.01%;
	min-height: 101%;
	text-align: left;
}
IMG, FIELDSET, ABBR, ACRONYM
{
	border: 0;
}
UL, OL
{
	list-style: none;
}
TABLE
{
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
ADDRESS, CAPTION, CITE, CODE, DFN, EM, STRONG, TH, VAR
{
	font-style: normal;
	font-weight: normal;
}
CAPTION, TH
{
	text-align: left;
}
Q:before, Q:after, BLOCKQUOTE:before, BLOCKQUOTE:after
{
	content: '';
}
INPUT, SELECT, TEXTAREA, BUTTON
{
	font-size: 1em;
	line-height: normal;
	width: auto;
	vertical-align: middle;
}
TEXTAREA
{
	height: auto;
	overflow: auto;
}
OPTION
{
	padding-left: 0.6em;
}
BUTTON
{
	background: none;
	border: 0;
	cursor: pointer;
	text-align: center;
}
H1, H2, H3, H4, H5, H6
{
	font-weight: normal;
	line-height: normal;
	color: #666666;
	/*[ph]0*/
	/*[ph]1*/
	/*[ph]2*/
}
@media print
{
	H1, H2, H3, H4, H5, H6
	{
		/*[id]0*/display: block;
		/*[id]1*/font-weight: bold;
		/*[id]2*/page-break-after: avoid;
	}
}
/*------------------------------------------------------------------

2.    MAIN STYLES
General definitions

--------------------------------------------------------------------

/*-------------------------------
2.a Tags defaults
---------------------------------
[?] Tags only. No classes or ID's here.
*/
BODY
{
	font-family: "Lucida sans", Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.5em;
	text-align: center;
	padding: 0 0 30px;
	color: #666666;
	/*[ph]3*/
	/*[ph]4*/
	/*[ph]5*/
	/*[ph]6*/
}
@media print
{
	BODY
	{
		/*[id]3*/background: none;
		/*[id]4*/color: #000;
		/*[id]5*/font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		/*[id]6*/font-size: 10pt;
	}
}
P, UL, OL, TABLE
{
	margin: 0 0 1.33em;
}
STRONG
{
	color: #202325;
	font-weight: bold;
}
EM
{
	font-style: italic;
}
/*Headlines*/
H1
{
	color: #181818;
	font-size: 1.8em;
	font-weight: bold;
	line-height: 1em;
	margin: 0 0 15px;
	/*[ph]7*/
	/*[ph]8*/
}
@media print
{
	H1
	{
		/*[id]7*/font-size: 3em;
		/*[id]8*/margin: 0.67em 0;
	}
}
H2
{
	color: #181818;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1em;
	margin: 0 0 20px;
	/*[ph]9*/
	/*[ph]a*/
}
@media print
{
	H2
	{
		/*[id]9*/font-size: 2em;
		/*[id]a*/margin: 0.83em 0;
	}
}
H3
{
	color: #181818;
	font-size: 18px;
	font-weight: bold;
	line-height: 1em;
	margin: 0 0 15px;
	/*[ph]b*/
	/*[ph]c*/
}
@media print
{
	H3
	{
		/*[id]b*/font-size: 1.5em;
		/*[id]c*/margin: 1em 0;
	}
}
H4
{
	color: #181818;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1em;
	margin: 0 0 15px;
	/*[ph]d*/
	/*[ph]e*/
}
@media print
{
	H4
	{
		/*[id]d*/font-size: 1em;
		/*[id]e*/margin: 1.33em 0;
	}
}
H5
{
	color: #181818;
	font-size: 1em;
	margin: 0 0 15px;
	/*[ph]f*/
	/*[ph]10*/
}
@media print
{
	H5
	{
		/*[id]f*/font-size: 0.92em;
		/*[id]10*/margin: 1.67em 0;
	}
}
H6
{
	color: #181818;
	font-size: 0.9em;
	margin: 0 0 15px;
	/*[ph]11*/
	/*[ph]12*/
}
@media print
{
	H6
	{
		/*[id]11*/font-size: 0.83em;
		/*[id]12*/margin: 2.33em 0;
	}
}
#footer H5
{
	margin-bottom: 0 !important;
}
/*Anchors*/
A, A:link, A:visited
{
	text-decoration: none;
	/*[ph]13*/
	/*[ph]14*/
}
@media print
{
	A, A:link, A:visited
	{
		/*[id]13*/color: #0000FF;
		/*[id]14*/text-decoration: underline;
	}
}
A:hover, A:active, A.active
{
	text-decoration: underline;
}
/*-------------------------------
2.b Base layout
---------------------------------
[?] Mostly ID's. Classes & tags allowed.
*/
#wrap
{
	margin: auto;
	text-align: left;
	width: 1000px;
	position: relative;
}
#header, #content, #footer, #contentWrap, #footerWrap
{
	float: left;
	display: inline;
	clear: both;
	position: relative;
}
#header
{
	height: 105px;
	width: 100%;
}
#home #header
{
	height: 105px;
}
#logo
{
	margin: 0;
}
#logo A
{
	cursor: pointer;
}
#content
{
	width: 1000px;
}
#contentWrap
{
	margin: 10px;
	width: 940px;
	padding: 20px;
	background-color: #FFFFFF;
}
#home #contentWrap
{
	padding: 0px;
	width: 980px;
}
#home #top
{
	padding: 20px;
}
#home #albums
{
	padding: 20px 10px 0px;
	float: left;
}
#home #albums P.category
{
	margin: 0;
}
#home #albums P.category A
{
	text-align: center;
	color: #FFFFFF;
	display: block;
	height: 40px;
	font-size: 15px;
	font-weight: bold;
	line-height: 40px;
	padding: 5px;
	margin-bottom: 20px;
}
#home #albums P.category A:hover
{
	background-color: #363933;
}
.post-image-block
{
	background: url(images/post_image_block_bg.jpg);
	width: 220px;
	height: 150px;
	margin-bottom: 1px;
}
.category-image-block
{
	background: url(images/category_image_block_bg.jpg);
	width: 220px;
	height: 150px;
	margin-bottom: 1px;
}
#home #footer
{
	padding: 0 20px 20px;
}
#footer
{
}
#footerWrap
{
	padding-top: 20px;
}
/*-------------------------------
2.c Navigations
-------------------------------
Page Nav*/
#nav_wrapper
{
	height: 30px;
	width: 960px;
	margin: 0 auto;
}
#nav
{
	height: 30px;
	position: relative;
	top: 0px;
	left: auto;
	z-index: 9999;
	margin: 0;
}
#nav A
{
	display: block;
	line-height: 30px;
	padding: 0 10px;
	z-index: 100;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}
#nav LI
{
	float: left;
}
/*Style drop down list*/
#nav LI UL
{
	position: absolute;
	width: 172px;
	left: -999em;
}
#nav LI UL LI
{
	background: url(images/bg-dropdown.png) !important;
	background: #000;
}
#nav LI UL LI A
{
	line-height: 30px;
	width: 150px;
}
#nav LI UL UL
{
	margin: -26px 0 0 170px;
}
#nav LI UL UL LI A
{
	line-height: 30px;
	text-transform: none;
}
#nav LI UL LI UL LI A
{
}
#nav LI:hover UL, #nav LI.sfhover UL
{
	left: auto;
}
#nav LI:hover UL UL, #nav LI.sfhover UL UL
{
	left: -999em;
}
#nav LI:hover UL, #nav LI LI:hover UL, #nav LI.sfhover UL, #nav LI LI.sfhover UL
{
	left: auto;
}
#nav LI:hover, #nav LI.hover
{
	position: static;
}
/*IE7 Fix
Pagination*/
.more_entries
{
	clear: both;
	margin-bottom: 20px;
	text-align: center;
	padding: 0 20px 0 0;
}
.more_entries .wp-pagenavi STRONG
{
	padding: 5px;
	border: 1px solid #E4E4E4;
	margin-right: 5px;
}
.wp-pagenavi SPAN.pages
{
	border: none !important;
}
.more_entries .wp-pagenavi A STRONG
{
	padding: 0;
	border: none;
	margin-right: 0;
}
.more_entries .wp-pagenavi A, .more_entries .wp-pagenavi .on
{
	padding: 5px !important;
	border: 1px solid #E4E4E4 !important;
	margin-right: 5px !important;
}
.more_entries .wp-pagenavi .on
{
	font-weight: bold;
}
.more_entries .wp-pagenavi A:hover
{
	background-color: #E4E4E4;
	color: #333333;
}
#prevPosts
{
	background: #232528;
	width: 460px;
	height: 200px;
	position: relative;
}
#prevPosts H3
{
	color: #FFF;
	height: 32px;
	padding: 5px 0 0;
	position: absolute;
	top: 10px;
	left: 10px;
}
/*-------------------------------
2.d Elements, ID's & Classes
-------------------------------*/
DIV#about
{
	color: #555;
	/*[disabled]padding:10px;*/
	margin-bottom: 20px;
}
#about H2
{
	color: #FFF;
	font-size: 1.35em;
	text-transform: uppercase;
	margin: 0 0 12px;
	padding: 10px 10px 0;
	color: #FFF !important;
}
#about .about_button
{
	padding: 5px;
	text-decoration: none;
	text-transform: uppercase;
}
#about .about_image
{
	float: right;
	margin: 5px 0 10px 10px;
	border: 1px solid #333333;
	background-color: #111111;
	width: 75px;
	height: 75px;
}
#home #header P
{
	font-size: 1.17em;
	line-height: 1.43em;
}
A.rss_subscribe
{
	background-image: url(images/rss_icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
/*=== Category Dropdown navigation ===*/
#button
{
	height: 30px;
	width: 184px;
	margin: auto;
	position: absolute;
	top: 35px;
	right: 30px;
	z-index: 1;
}
.menu_class
{
	margin-bottom: -5px;
}
.the_menu
{
	display: none;
	width: 184px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.the_menu UL.children
{
	margin-bottom: 0;
}
.the_menu UL.children LI
{
	padding-left: 20px;
}
.the_menu UL.children LI A
{
	font-size: 11px;
}
.the_menu LI A
{
	color: #FFFFFF;
	text-decoration: none;
	padding: 10px;
	display: block;
}
.the_menu LI A:hover
{
	padding: 10px;
	font-weight: bold;
}
/*=== Slider ===*/
.slides_holder
{
	/*[disabled]position:relative;*/
/*leave this value alone*/
	/*[disabled]overflow:scroll;*/
/*leave this value alone*/
	/*[disabled]width:700px;*/
	/*[disabled]height:267px;*/
/*Height should enough to fit largest content's height*/
}
.slides_holder .slides_container
{
	/*[disabled]position:absolute;*/
/*leave this value alone*/
	/*[disabled]left:0;*/
	/*[disabled]top:0;*/
}
.slides_holder .panel
{
	/*[disabled]float:left;*/
/*leave this value alone*/
	/*[disabled]overflow:hidden;*/
/*clip content that go outside dimensions of holding panel DIV*/
	/*[disabled]width:700px;*/
/*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then.*/
}
#featured
{
	float: left;
	width: 700px;
	height: 267px;
}
.featured_text
{
	padding: 20px 20px 0 0;
}
.featured_text H2
{
	text-transform: uppercase;
}
/*=== Slider Navigation ===*/
#slider_nav
{
	color: #DDDDDD;
	padding: 10px 20px;
	line-height: 20px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 5px;
}
#slider_nav IMG
{
	vertical-align: middle;
}
#slider_nav P
{
	line-height: 20px;
	margin: 0 !important;
	color: #DDDDDD;
	text-align: right;
}
#slider_nav A
{
	color: #FFFFFF;
	text-decoration: none;
}
#slider_nav A IMG
{
	margin: 0 5px;
}
#main .thumbnail
{
	margin-bottom: 20px;
}
H2.single
{
	font-size: 2.17em;
	border-bottom: 1px solid #E4E4E4;
	padding-bottom: 20px;
}
H2.arh
{
	border-bottom: 1px solid #E4E4E4;
	padding-bottom: 20px;
}
H2.archive
{
	border-bottom: 1px solid #E4E4E4;
	padding-bottom: 20px;
}
#sidebar H4, #sidebar2 H4
{
	margin: 0 0 3px;
}
#home #sidebar H4, #home #sidebar2 H4
{
	margin: 0 0 18px;
}
/*New Slider*/
#slides
{
	position: relative;
}
#slides .slides_holder
{
	margin: 0;
	padding: 0px;
	width: 700px;
	height: 267px;
}
#slides .slides_container .slide
{
	display: none;
}
/*Make sure the slider doesn't display all slides in a stack on load*/
#slides #slider_nav
{
	position: relative;
	width: 940px;
}
/*Post Entry*/
.entry
{
	margin-bottom: 20px;
	border-bottom: 1px solid #E4E4E4;
}
.entry BLOCKQUOTE P
{
	color: #666;
	font-size: 16px;
	font-style: italic;
	line-height: 22px;
}
.entry UL LI
{
	background: transparent url(images/bullet.gif) no-repeat scroll 4px 4px;
	line-height: 140%;
	padding: 0 0 1em 18px;
}
.entry OL LI
{
	line-height: 140%;
	padding: 0 0 1em;
	list-style-position: inside;
	list-style-type: decimal;
}
#albums .entry
{
	padding: 10px;
	color: #EEEEEE;
	border-bottom: none;
}
#albums H2 A
{
	color: #FFFFFF;
}
P.post_meta
{
	font-size: 11px;
	color: #666666;
	margin-bottom: 5px;
}
P.post_meta SPAN.details
{
	background: url(images/post_meta_bg.jpg) no-repeat;
	padding: 3px 0 3px 21px;
}
P.post_meta SPAN.date
{
	background: url(images/ico-date.gif) no-repeat;
	padding: 3px 0 3px 21px;
}
P.post_meta SPAN.comments
{
	background: url(images/ico-comments.gif) no-repeat;
	padding: 3px 0 3px 21px;
}
/*Post Image Styling*/
.wp-caption
{
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	background-color: #EEEEEE;
	border: 1px solid #DDDDDD;
	padding: 4px 0 5px;
	text-align: center;
}
.wp-caption-text
{
	padding: 3px 0 0;
	font-size: 11px;
}
/*Home Page Blog Module*/
#blog .box, #featured .box
{
	padding: 10px 10px 0px;
}
#blog .box H4, #featured .box H4
{
	margin-bottom: 5px;
}
#blog .box H4 A, #featured .box H4 A
{
	color: #111111;
}
#blog .box A, #featured .box A
{
	padding: 0px !important;
}
#blog .box A:hover, #featured .box A:hover
{
	text-decoration: underline;
}
#line_break
{
	margin-top: 2.5em;
	padding-top: 3em;
	border-top: 1px solid #E4E4E4;
}
.archive_options
{
	float: left;
	padding: 10px 0;
	margin-bottom: 20px;
	width: 460px;
}
/*=== Comments ===*/
DIV#comments
{
}
OL.commentlist
{
	margin: 20px 0;
}
OL.commentlist LI.odd
{
	background-color: #F7F7F7;
}
OL.commentlist LI H4
{
	margin-bottom: 0;
}
OL.commentlist LI
{
	margin-bottom: 20px;
	position: relative;
}
OL.commentlist .comment
{
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	padding: 20px;
}
OL.commentlist .avatar
{
	float: right;
	display: inline;
	margin: 0 0 20px 20px;
	padding: 4px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
OL.commentlist LI CITE
{
	font-size: 1.3em;
	font-weight: bold;
}
OL.commentlist LI .comment-meta
{
	font-size: 0.92em;
	margin-bottom: 1em;
}
OL.commentlist UL.children LI
{
	position: relative;
	margin-top: 20px;
}
OL.commentlist .odd UL.children LI
{
	background-color: #FFFFFF;
}
OL.commentlist .odd UL LI UL.children LI
{
	background-color: #F4F4F4;
}
#respond #author, #respond #email, #respond #url, #respond #comment
{
	border: 1px solid #CCCCCC;
	padding: 5px;
}
#respond LABEL
{
	padding: 5px;
	margin-left: 5px;
}
#respond .cancel-comment-reply
{
	margin-bottom: 20px;
}
#commentform #submit
{
	padding: 10px;
}
/*=== Widgetized Footer Section ===*/
.custom #footerWrap
{
	border-top: 1px solid #E4E4E4;
	margin-top: 10px;
	padding-top: 20px;
}
#home #footerWrap
{
	border-top: none;
	margin-top: 0;
}
#footerWrap H4
{
	margin: 0 0 10px;
}
#footerWrap H2
{
	font-size: 1.33em;
	line-height: 1em;
	padding: 5px 0;
}
#footerWrap H4
{
	color: #2F3032;
	font-size: 1.17em;
	font-weight: bold;
	line-height: 1.43em;
}
#footerWrap UL LI P
{
	color: #333333;
	margin: 0;
}
#footerWrap UL LI
{
	margin: 0;
}
#footerWrap UL LI UL
{
	margin: 5px;
}
#footerWrap UL LI UL LI
{
	margin: 0;
	background-color: #F7F7F7;
	padding: 0px;
}
#footerWrap UL LI UL LI A
{
	font-weight: normal;
	font-size: 12px;
	color: #333333;
	padding-left: 10px;
}
#footerWrap UL LI UL LI UL LI A
{
	font-weight: normal;
	font-size: 11px;
	background-color: #F7F7F7;
	padding-left: 10px;
}
#footerWrap UL LI IMG
{
	text-align: center;
}
#footerWrap UL LI.clickready
{
	cursor: pointer;
}
/*=== Widgets ===*/
.widget
{
	margin-bottom: 20px;
}
.widget A
{
	text-decoration: none;
}
.widget A:hover
{
	text-decoration: underline;
}
.widget UL LI
{
	margin: 0;
	padding: 10px;
	border-width: 1px;
	border-style: dotted;
	border-bottom-style: none !important;
}
#footer H3, .widget H3
{
	padding: 5px 0;
	margin-bottom: 20px;
}
.widget H4 IMG
{
	float: left;
	margin-right: 10px;
}
H3#news
{
	padding-left: 35px;
	background-image: url(images/ico-news.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}
H3#flickr
{
	padding-left: 35px;
	background-image: url(images/ico-flickr.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}
H3#photos
{
	padding-left: 35px;
	background-image: url(images/ico-photos.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}
H3#twitter
{
	padding-left: 35px;
	background-image: url(images/ico-twitter.gif);
	background-repeat: no-repeat;
}
H3#subscribe
{
	padding-left: 35px;
	background-image: url(images/ico-subscribe.gif);
	background-repeat: no-repeat;
}
H3#popular
{
	padding-left: 35px;
	background-image: url(images/ico-press.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}
#recent-comments H3
{
	padding-left: 35px;
	background-image: url(images/ico-comment.gif);
	background-repeat: no-repeat;
}
#archives H3
{
	padding-left: 35px;
	background-image: url(images/ico-archives.gif);
	background-repeat: no-repeat;
}
.widget_links H3
{
	padding-left: 35px;
	background-image: url(images/ico-blogroll.gif);
	background-repeat: no-repeat;
}
UL.news LI H4
{
	margin-bottom: 5px !important;
}
UL.news LI IMG
{
	float: left;
	padding: 5px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}
UL.news LI .content
{
	float: left;
	padding: 0 0 0 10px;
	width: 126px;
}
#sidebar2 UL.photos
{
	width: 240px;
	margin: 0 0 1.5em -20px;
}
.flickr .flickr_badge_image
{
	float: left;
	display: inline;
	margin: 0 10px 10px 0;
}
.flickr_badge_image A
{
	padding: 0 !important;
}
.flickr .flickr_badge_image A IMG
{
	display: block;
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #CCCCCC;
}
.flickr .flickr_photos
{
	padding: 15px 0 10px 16px;
	float: left;
}
#twitter_update_list
{
	background: #E5EDF0;
	border: 1px dotted #B6CCD4;
	color: #434343;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.17em;
	font-style: italic;
	line-height: 1.43em;
	text-align: center;
	padding: 10px;
	overflow: hidden;
	margin-bottom: 0;
}
#twitter_update_list LI
{
	margin-bottom: 15px;
	padding: 0 !important;
	border: none !important;
	background-color: transparent !important;
}
DIV.follow
{
	color: #E5EDF0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-style: italic;
	padding: 5px;
	text-align: center;
	background-color: #A3B7BD;
	width: 210px;
}
DIV.follow A
{
	color: #E5EDF0;
}
#searchform #s
{
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin-right: 5px;
	width: 146px;
}
#searchform #searchsubmit
{
	padding: 5px;
	border: 1px solid #CCCCCC;
	background-color: #000000;
	color: #FFFFFF;
}
#wp-calendar
{
	width: 99%;
	padding: 0 0 0px;
	margin-bottom: 15px;
}
#wp-calendar CAPTION
{
	font-size: 11px;
	text-align: center;
	padding: 5px;
	text-transform: uppercase;
}
#wp-calendar THEAD TR TH
{
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
}
#wp-calendar TFOOT TR TH
{
	padding-top: 10px;
}
#wp-calendar TH
{
	color: #FFF;
}
#wp-calendar TH, #wp-calendar TD
{
	padding: 3px;
	text-align: center;
}
#wp-calendar TD
{
	background: transparent;
}
#wp-calendar TD, TABLE#wp-calendar TH
{
	padding: 3px 0;
}
#wp-calendar A
{
	text-decoration: underline;
}
#wp-calendar A:hover
{
	text-decoration: none;
}
#footerWrap UL LI.recentcomments
{
	padding: 5px;
}
#footerWrap UL LI.recentcomments A
{
	background-color: transparent;
}
#footerWrap UL LI.recentcomments A:hover
{
	text-decoration: underline;
	color: #111111;
}
#footerWrap .news A
{
	padding: 0;
}
#footerWrap .widget_tag_cloud A
{
	display: inline !important;
}
/*=== Adverts ===*/
.advert
{
	float: left;
	text-align: center;
	padding: 20px 10px;
}
.home_leaderboard
{
	border-bottom: 1px solid #CCCCCC;
}
.content_advert
{
	float: left;
	text-align: center;
	background-color: #DDDDDD;
	padding: 20px 0px;
	margin-bottom: 20px;
}
.advert IMG
{
	border: 1px solid #CCCCCC;
}
.header_banner_ad IMG
{
	margin-top: 23px;
}
/*=== Credits Footer ===*/
.credits
{
	text-align: center;
	padding-top: 15px;
}
.credits A
{
	display: inline;
	text-decoration: underline;
}
.credits IMG
{
	vertical-align: middle;
}
/*------------------------------------------------------------------

3.    FORMS
Styles for forms only

--------------------------------------------------------------------

/*-------------------------------
3.a Form styles
-------------------------------*/
INPUT.text, SELECT.select, TEXTAREA.textarea
{
	border: 1px solid #B6CCD4;
	color: #000;
	padding: 6px;
}
INPUT.text
{
	width: 195px;
}
SELECT.select
{
	width: 200px;
}
TEXTAREA.textarea
{
	height: 10em;
	width: 446px;
}
SELECT.select.free
{
	width: auto;
}
BUTTON.button
{
	color: #000;
	height: auto;
	width: auto;
	line-height: normal;
	white-space: nowrap;
}
INPUT.submit
{
	color: #000;
	cursor: pointer;
	padding: 0;
}
/*General forms*/
FORM.form
{
/*nothing here*/
}
FORM.form OL.fieldset
{
	list-style: none;
}
FORM.form OL.fieldset LI.field
{
	margin: 0 0 1em;
	position: relative;
}
FORM.form OL.fieldset LI.field LABEL
{
	font-weight: bold;
	display: block;
}
FORM.form P.submit
{
/*nothing here*/
}
/*Search forms where button and text input are next to each other*/
FORM.search
{
/*nothing here*/
}
FORM.search P.fields
{
	margin: 0;
}
FORM.search P.fields INPUT, FORM.search P.fields BUTTON
{
	display: inline;
	vertical-align: middle;
}
/*-------------------------------
3.b Individual forms
-------------------------------*/
FORM#newsletter
{
	position: relative;
	color: #333333;
	padding: 10px;
}
FORM#newsletter P.fields INPUT.text
{
	border: 1px solid #B6CCD4;
	padding: 9px 30px 9px 7px;
	width: 158px;
	margin-bottom: 10px;
}
FORM#newsletter P.fields BUTTON
{
	background: url(images/ico-newsletter.gif) no-repeat;
	width: 17px;
	height: 22px;
	border: none;
	position: absolute;
	top: 16px;
	right: 17px;
	z-index: 9999;
}
/*------------------------------------------------------------------

4.    PLUGINS
Predefined utilities

--------------------------------------------------------------------

/*-------------------------------
Utility classes
-------------------------------*/
.l
{
	text-align: left;
}
.c
{
	text-align: center;
}
.r
{
	text-align: right;
}
.wrap, .col
{
	float: left;
	display: inline;
	position: relative;
}
.wrap
{
	clear: both;
}
.clear
{
	clear: both;
}
.fl
{
	float: left;
}
.fr
{
	float: right;
}
.hide, .hidden, .skip
{
	display: none;
}
.nomargin
{
	margin-bottom: 0 !important;
}
.noborder
{
	border: 0 !important;
}
.top
{
	margin-top: 0 !important;
}
.hr
{
	background: #CCC;
	height: 1px;
	margin: 1.5em 0;
}
.hr HR
{
	display: none;
}
.replace, .br
{
	display: block;
	font-size: 1%;
	line-height: 0;
	text-align: left;
	text-indent: -10000px;
}
.opacity
{
	-moz-opacity: 0.95;
	opacity: 0.95;
	filter: alpha(opacity = 95);
}
.rounded
{
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.clearfix:after
{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.fix
{
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden;
}
/*Align*/
.aligncenter
{
	margin: 10px auto 20px;
	display: block;
}
.alignleft
{
	margin: 10px 20px 8px 0;
	float: left;
}
.alignright
{
	margin: 10px 0px 8px 20px;
	float: right;
}
.thumbnail
{
	display: block;
}
.box .thumbnail
{
	margin: 0 0 5px;
}
/*------------------------------------------------------------------

5.    PRINT
Styles for print

------------------------------------------------------------------*/
@media print
{
	CODE, PRE
	{
		font-family: "Courier New", Courier, mono;
	}
}
@media print
{
	IMG
	{
		float: left;
		clear: left;
		page-break-inside: avoid;
		page-break-after: avoid;
	}
}
@media print
{
	BLOCKQUOTE, TABLE, PRE
	{
		page-break-inside: avoid;
	}
}
@media print
{
	UL, OL, DL
	{
		page-break-before: avoid;
	}
}
@media print
{
	#footer, .ad, #nav, .nav, FORM, .skip
	{
		display: none;
	}
}
/*------------------------------------------------------------------
END CSS
------------------------------------------------------------------
end @media*/

