@import url(custom.css);
/*
Theme Name: Mortar
Version: 1.0
Description: Designed by <a href="http://www.markforrester.co.za">Mark Forrester</a>.
Author: WooThemes
Author URI: http://www.woothemes.com

Custom styles
------------------------------------------------------------------
[ 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: #333333;
	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;
}
/*------------------------------------------------------------------

2.    MAIN STYLES
General definitions

--------------------------------------------------------------------

/*-------------------------------
2.a Tags defaults
---------------------------------
[?] Tags only. No classes or ID's here.
*/
BODY
{
	font-family: Calibri, "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	text-align: left;
	color: #666666;
}
P, UL, OL, TABLE
{
	margin: 0 0 1.33em;
}
STRONG
{
	color: #202325;
	font-weight: bold;
}
EM
{
	font-style: italic;
}
/*Headlines*/
H1, H2, H3, H4, H5, H6
{
	font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin-top: 20px;
}
H1
{
	color: #181818;
	font-size: 1.8em;
	font-weight: bold;
	line-height: 1em;
	margin: 0 0 15px;
}
H2
{
	color: #181818;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1em;
	margin: 0 0 20px;
}
H3
{
	color: #181818;
	font-size: 1.35em;
	font-weight: bold;
	line-height: 1em;
	margin: 0 0 15px;
}
H4
{
	color: #181818;
	font-size: 18px;
	font-weight: bold;
	line-height: 1em;
	margin: 0 0 15px;
}
H5
{
	color: #181818;
	font-size: 1em;
	margin: 0 0 15px;
}
H6
{
	color: #181818;
	font-size: 0.9em;
	margin: 0 0 15px;
}
#footer H5
{
	margin-bottom: 0 !important;
}
/*Anchors*/
A, A:link, A:visited
{
	text-decoration: none;
}
A:hover, A:active, A.active
{
	text-decoration: underline;
}
/*-------------------------------
2.b Base layout
---------------------------------
[?] Mostly ID's. Classes & tags allowed.
*/
#header
{
	float: left;
}
#logo
{
	cursor: pointer;
	text-transform: uppercase;
	float: left;
	margin: 20px 0;
	text-align: center;
}
#logo H1
{
	font-size: 48px;
	margin: 0;
	padding: 0;
}
#logo H1 A
{
	color: #FFFFFF;
	text-align: center;
}
#featured, #footer
{
	float: left;
	margin-bottom: 20px;
}
#home #top
{
}
.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: 140px;
	height: 100px;
	margin-bottom: 1px;
}
#footer
{ 
}
/*-------------------------------
2.c Navigations
-------------------------------
Page Nav*/
.nav_wrapper
{
	height: 40px;
	margin-bottom: 20px;
}
#home .nav_wrapper
{
	margin-bottom: 10px;
}
#nav
{
	height: 40px;
	z-index: 9999;
	margin: 0;
-webkit-box-shadow: 3px 5px 10px #333;
}
#nav LI.categories SPAN
{
	cursor: default;
}
#nav A, #nav LI.categories SPAN
{
	display: block;
	line-height: 40px;
	padding: 0 10px;
	z-index: 100;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}
#nav LI
{
	float: left;
	border-right-style: solid;
	border-right-width: 1px;

}
#nav LI.categories
{
}
/*Style drop down list*/


#nav UL
{
	position: absolute;
	width: 172px;
	left: -999em;
	z-index: 1000;
}
#nav UL LI
{
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-top: none;

}
#nav UL LI A
{
	line-height: 30px;
	width: 150px;
	color: #111111;
	font-weight: normal;
	font-size: 12px;
}
#nav LI.current_page_item A
{
	color: #FFFFFF;
}
#nav UL LI:hover A:hover
{
	color: #FFFFFF;
}
#nav LI UL UL
{
	margin: -30px 0 0 170px;
}
#nav LI UL UL LI A
{
	line-height: 30px;
	text-transform: none;
}
#nav UL LI.current_page_item UL LI A
{
	color: #111111;
}
#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*/
#nav UL.children
{
	border-top: 1px solid #CCCCCC;
}
/*second level*/
#nav LI LI:hover UL UL, #nav LI LI.sfhover UL UL
{
	left: -999em;
}
#nav LI LI LI:hover UL, #nav LI LI LI.sfhover UL
{
	left: auto;
}
/*third level*/
#nav LI LI LI:hover UL UL, #nav LI LI LI.sfhover UL UL
{
	left: -999em;
}
#nav LI LI LI LI:hover UL, #nav LI LI LI LI.sfhover UL
{
	left: auto;
}
/*Pagination*/
.more_entries
{
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	padding: 20px 0 40px;
}
.more_entries .wp-pagenavi
{
	clear: both;
	float: right;
}
.more_entries .wp-pagenavi A
{
	text-decoration: none !important;
}
.more_entries .wp-pagenavi .current, .more_entries .wp-pagenavi .on, .more_entries .wp-pagenavi A:hover
{
	background: #555 !important;
}
.more_entries .wp-pagenavi A, .more_entries .wp-pagenavi A:link, .more_entries .wp-pagenavi A:visited, .more_entries .wp-pagenavi .current, .more_entries .wp-pagenavi .on, .more_entries .wp-pagenavi SPAN.pages
{
	background: #9F9F9F;
	color: #FFF;
	padding: 5px 9px !important;
	padding: 5px;
	margin-left: 4px;
	border: 0;
	line-height: 24px;
}
#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;
}
.no_post_yet
{
	margin: 20px 10px;
}
/*-------------------------------
2.d Elements, ID's & Classes
-------------------------------*/
.featured_post IMG.thumbnail
{
	margin-bottom: 15px;
}
DIV#about
{
	margin: 10px 0;
	padding: 20px;


}
#about .about_button
{
	padding: 5px 10px;
	text-decoration: none;
	font-weight: bold;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
#about .about_image
{
	float: right;
	margin: 0 0 0 10px;
	background-color: #111111;
	width: 100px;
	height: 100px;
	padding: 5px;
}
#about H2
{
	font-size: 24px;
	line-height: 34px;
	font-weight: bold;
	margin: 5px 0 20px;
	padding: 0;
}
#about H2 SPAN
{
	color: #1E2633;
	background-color: #FFFFFF;
	padding: 10px;
}
#about P
{
	font-size: 18px;
	line-height: 26px;
	font-family: arial;
	margin: 0;
	margin-bottom: 20px;
}
#about P, #about H2
{
	color: #FFFFFF;
}
#home #featured P
{
	color: #FFFFFF;
}
/*=== 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;
}
#main .thumbnail
{
	margin-bottom: 20px;
}
H2.single
{
	font-size: 28px;
	padding-bottom: 0px;
}
H2.arh
{
	padding-bottom: 0px;
	margin-bottom: 0px;
}
H2.arh SPAN
{
	color: #999999;
}
H2.archive
{
	border-bottom: 1px solid #E4E4E4;
	padding-bottom: 20px;
}
A.rss
{
	background-image: url(images/rss_icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
}
#sidebar H4, #sidebar2 H4
{
	margin: 0 0 3px;
}
#home #sidebar H4, #home #sidebar2 H4
{
	margin: 0 0 18px;
}
/*Post Entry*/
.entry, .archives
{
	margin-bottom: 20px;
	padding: 20px;
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
-webkit-box-shadow: 3px 5px 10px #333;
}
.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;
}
.entry P
{
	font-size: 14px;
	line-height: 20px;
}
.post_meta
{
	padding: 20px 0 0;
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 20px;
}
P.date
{
	text-transform: uppercase;
}
.post_meta P
{
	padding: 0 20px;
}
.post_meta P, P.date
{
	font-size: 11px;
	color: #666666;
	margin-bottom: 5px;
}
.post_meta P SPAN.details
{
	background: url(images/post_meta_bg.jpg) no-repeat;
	padding: 2px 0 4px 21px;
}
.post_meta P SPAN.date
{
	background: url(images/ico-date.gif) no-repeat;
	padding: 2px 0 4px 21px;
}
.post_meta P SPAN.comments
{
	background: url(images/ico-comments.gif) no-repeat;
	padding: 2px 0 4px 21px;
}
.post_meta P SPAN.edit
{
	background: url(images/ico-edit.gif) no-repeat;
	padding: 2px 0 4px 21px;
}
.post_meta .tags
{
	background-color: #EEEEEE;
	border-top: 1px solid #DDDDDD;
	padding: 10px 20px 20px;
}
.post_meta .tags P
{
	padding: 0;
}
/*Post Navigation*/
.navigation
{
	border-top-style: solid;
	border-top-width: 1px;
	padding-top: 15px;
}
#comments .navigation
{
	border: none;
	padding: 0;
}
.navigation P
{
	margin: 0;
}
.navigation .previous
{
	background: url(images/arr-left.png) no-repeat left top;
	padding-left: 30px;
}
.navigation .next
{
	background: url(images/arr-right.png) no-repeat right top;
	padding-right: 30px;
}
/*Post Image Styling*/
.wp-caption
{
	padding: 4px 0 5px;
	text-align: center;
}
.wp-caption-text
{
	padding: 3px 0 0;
	font-size: 11px;
	margin: 0;
}
/*Home Page Blog Module*/
.wrap
{
	width: 960px;
	padding: 0px;
	overflow: hidden;
/*clearing floats*/
	float: left;
}
#col_1 .box
{
	width: 918px;
}
#col_1 .box .thumbnail
{
	float: left;
	margin: 0 20px 0 0;
}
#col_2 .box
{
	width: 438px;
}
#col_3 .box
{
	width: 278px;
}
#col_4 .box
{
	width: 198px;
}
.box
{
	margin-bottom: 20px;
	padding: 10px;
	float: left;
	margin: 10px;
	border-style: solid;
	border-width: 1px;

}
.box H2
{
	font-size: 20px;
	margin-bottom: 5px;
}
.box H4 A
{
	color: #111111;
}
.box A
{
	padding: 0px !important;
}
.box A:hover
{
	text-decoration: underline;
}
.box IMG
{
	margin-bottom: 10px;
}
#featured .box
{
	margin-bottom: 0px;
	border: none;
}
#featured A, #featured H2, #featured H3, #featured P
{
	color: #FFFFFF !important;
}
#featured H2
{
	font-size: 18px;
	margin: 0;
}
#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
{
	float: left;
	width: 478px;
	padding: 20px;
	margin-bottom: 20px;
	border-width: 1px;
	border-style: solid;
}
#comments H3
{
	padding: 0;
}
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 LI .reply A
{
	padding: 5px;
	font-size: 11px;
}
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;
}
.comment DIV.reply
{
	margin-bottom: 10px;
}
#respond
{
	padding: 20px;
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 20px;
}
#respond TEXTAREA#comment
{
	width: 94%;
}
#respond #author, #respond #email, #respond #url, #respond #comment
{
	padding: 10px;
}
#respond LABEL
{
	padding: 5px;
	margin-left: 5px;
}
#respond .cancel-comment-reply
{
	margin-bottom: 20px;
}
#commentform #submit
{
	padding: 10px;
	border-width: 1px;
	border-style: solid;
}
/*=== Widgets ===*/
.widget
{
	margin-bottom: 20px;
	padding: 10px;
-webkit-box-shadow: 3px 5px 10px #333;
}
.widget A
{
	text-decoration: none;
}
.widget A:hover
{
	text-decoration: underline;
}
.widget UL LI
{
	margin: 0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.widget H3
{
	padding: 5px 0 15px;
	margin-bottom: 15px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.widget H4 IMG
{
	float: left;
	margin-right: 10px;
}
.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: 0 0 10px 10px;
	float: left;
}
#twitter
{
	font-size: 12px;
	font-style: italic;
	padding: 10px;
	overflow: hidden;
	margin: 20px 0;
	border-width: 1px;
	border-style: solid;
}
#twitter UL
{
	margin: 0;
	padding-left: 58px;
	background-image: url(images/twitter.png);
	background-repeat: no-repeat;
	background-position: left center;
	min-height: 48px;
}
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: #111111;
}
.top-advert
{
	margin: 20px 0;
	text-align: right;
}
#searchform #s
{
	padding: 6px;
	margin-right: 5px;
	width: 120px;
	border-width: 1px;
	border-style: solid;
}
#searchform P
{
	margin-bottom: 5px;
}
#searchform #searchsubmit
{
	padding: 5px;
}
#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;
}
/*=== Credits Footer ===*/
.credits
{
	float: left;
	width: 100%;
	margin-bottom: 10px;
-webkit-box-shadow: 3px 5px 10px #333;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
background-color:#020202;
color:#FFFFFF;

}
.credits P A 
{ 
color: #A0A0A0;
}

#home .credits
{
	margin-top: 10px;
	padding-top: 10px;
background-color:#020202;
}
.credits P
{
	padding: 15px 15px 0px 15px;
	font-size: 11px;

}
.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;
}
.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;
}
/*------------------------------------------------------------------

5.    PRINT
Styles for print

------------------------------------------------------------------*/
@media print
{
	BODY
	{
		background: none;
		color: #000;
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 10pt;
	}
}
@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
{
	A, A:link, A:visited
	{
		color: #0000FF;
		text-decoration: underline;
	}
}
@media print
{
	BLOCKQUOTE, TABLE, PRE
	{
		page-break-inside: avoid;
	}
}
@media print
{
	UL, OL, DL
	{
		page-break-before: avoid;
	}
}
@media print
{
	H1, H2, H3, H4, H5, H6
	{
		display: block;
		font-weight: bold;
		page-break-after: avoid;
	}
}
@media print
{
	#footer, .ad, #nav, .nav, FORM, .skip
	{
		display: none;
	}
}
@media print
{
	H1
	{
		font-size: 3em;
		margin: 0.67em 0;
	}
}
@media print
{
	H2
	{
		font-size: 2em;
		margin: 0.83em 0;
	}
}
@media print
{
	H3
	{
		font-size: 1.5em;
		margin: 1em 0;
	}
}
@media print
{
	H4
	{
		font-size: 1em;
		margin: 1.33em 0;
	}
}
@media print
{
	H5
	{
		font-size: 0.92em;
		margin: 1.67em 0;
	}
}
@media print
{
	H6
	{
		font-size: 0.83em;
		margin: 2.33em 0;
	}
}

/*------------------------------------------------------------------
END CSS
------------------------------------------------------------------
end @media*/
