
/*
	Theme Name: Swiss
	Theme URI: http://www.swissthemes.com/wordpress-themes/swiss
	Description: seo optimized wordpress theme 
	Author: Swiss Themes
	Author URI: http://www.swissthemes.com
	Version: 1.0
	
	Tags: black, orange, silver, white, light, two-columns, right-sidebar, fixed-width, custom-header, theme-options
	
	Changelog:
	v1.0 - Initial release
	
*/



/* ############################################################ */
/* ################  floor element properties  ################ */
/* ############################################################ */


	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, font, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	b, u, i, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
	}
	body { line-height: 1;}
	blockquote, q { quotes: none; }
	ins { text-decoration: none; }
	del { text-decoration: line-through; }
	table { border-collapse: collapse; border-spacing: 0; }




/* ############################################################ */
/* ################  structural styles follow  ################ */
/* ############################################################ */

body 
{
	background: #e0e0e0;
	text-align: center; /* centering for IE */
	font: small/1.6em Arial, Verdana, 'Trebuchet MS', Tahoma, Sans-serif;
	color: #444 !important;
}

#container 
{
	width: 990px;
	margin: 0px auto; /* centering for non-IE browsers */
	border-left: 1px #ccc solid;
	border-right: 1px #ccc solid;
	background: #1f2126;
	text-align: left;
}



/* ############################################################ */
/* ###################  header styles follow  ################# */
/* ############################################################ */

#profileBar 
{
	height: 77px;
	background: #fff url("images/profilebar-back.jpg") no-repeat top left;
	font: small arial, tahoma, verdana, geneva, sans-serif;
	color: #eee;
}

#headerNavBar
{
	float: right;
	margin: 5px 0px 0px 0px;
	font: 80%  tahoma, arial, verdana, geneva, sans-serif;
}

#headerNavBar a:link,
#headerNavBar a:active,
#headerNavBar a:visited,
#headerNavBar a:hover
{
	color: #bbb;
	text-decoration: none;
	margin: 0px 10px 0px 0px;
}

#headerNavBar a:hover
{
	color: #f60;
}

#logo tr td
{
	height: 77px;
	padding: 0px 5px 0px 15px;
	display: table-cell !important;
	vertical-align: middle !important;
}

#blogName
{
	margin: 0px;
	font-size: 130%;
	font-style: normal;
	color: #fff;
}

#blogName a:link,
#blogName a:active,
#blogName a:visited,
#blogName a:hover
{
	color: #fff;
	text-decoration: none;
}

#blogDescription
{
	margin: 0px;
	font-size: 100%;
	color: #ddd;	
}

#headerLinks
{
	float: right;
	margin: 3px 10px 0px 0px;
}

#headerLinks a:link,
#headerLinks a:active,
#headerLinks a:visited,
#headerLinks a:hover
{
	height: 18px;
	line-height: 18px;
	margin: 0px 0px 0px 10px;
	padding: 2px 0px 0px 15px;
	background: url("images/headerLinkSquareIcon.gif") no-repeat center left;
	font-size: 9px;
	text-transform: uppercase;
	text-decoration: none;
	color: #9c9b9b;
	vertical-align: middle;
}

#searchBar 
{
	height: 33px;
	border-top: 1px #fdfdfd solid;
	border-bottom: 1px #c1c1c1 solid;
	padding: 5px 14px;
	background: #fff url("images/searchbar-back.jpg") no-repeat top left;
	font: bold 10px arial, verdana, tahoma, geneva, sans-serif;
	line-height: 13px;
	color: #555;
}

#syndicationBar
{
	margin: 10px 0px 0px 0px;
	*margin: 15px 0px 0px 0px;
	height: 16px;
	line-height: 16px;
}

#searchBox
{
	margin: 5px 0px 0px !important;
	float: right;
	width: 262px !important;
	vertical-align: top;
	height: 22px;
	text-align: right;
}

#searchField
{
	*margin: 0px 0px 1px 0px;
	margin: 0px 0px 3px 0px;
	padding: 2px 0px 0px 4px;	
	width: 172px;
	height: 18px;
	border: 1px #bbb solid;
	border-right: 0px #bbb solid;
	color: #666;
	line-height: 1.4em;
	float: none;
	font-size: 1.2em;
	display: inline;
	vertical-align: bottom;
}

#searchButton
{
	margin: 0px 0px 0px -3px;
	padding: 1px 0px 0px;	
	float: none;
	line-height: 1.6em;
	width: 83px;
	height: 22px;
	display: inline;
}


/* ############################################################ */
/* ###############  global content styles follow  ############# */
/* ############################################################ */

#breadcrumbBar
{
	height: 40px;
	border-top: 1px #fff solid;
	background: #fff url("images/breadcrumb-back.jpg") no-repeat top left;
}

#contentContainer
{
	width: 990px;
	margin-top: 0px !important;
	background: #fff url("images/content-back.jpg") repeat-y top left;	
	color: #555 !important;
	display: inline-block !important;
}

#content
{
	width: 670px;
	border: 0px solid #f60;
	padding: 0px 20px 40px 20px;
	line-height: 1.2; /* for IE6 peek-a-boo bug */
	color: #444 !important;
	float: left;
	background: #fff;
}

#content a:link,
#content a:active,
#content a:visited,
#content a:hover
{
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	padding: 1px 4px;
	color: #07c;
	text-decoration: none;
	display: inline;
}

#content a:hover
{
	text-decoration: underline;
}


/* ############################################################ */
/* ##################  sidebar styles follow  ################# */
/* ############################################################ */

#sidebar
{
	width: 250px;
	float: right;
	margin: 0px 15px 40px 10px;
	border-left: 0px #ccc dotted;
	padding: 0px;	
	font-size: 8pt;
	display: inline;
}

#sidebar p
{
	margin: 5px 20px 5px;	
}

.sidebarBox
{
	margin: 0px 0px 5px;
}

.sectionHeading
{
	/*height: 36px;*/
	height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 0px;
	/*background-image: url("images/sidebar-black-section-header.jpg");*/
	color: #f60;
	font-weight: bold;
	text-transform: uppercase;
}

.separator
{
	margin: 15px 0px 0px;
	height: 12px !important;
	line-height: 12px !important;
	border: 0px !important;
	padding: 0px;
	background: url("images/rightColumnHR.gif") no-repeat top left;
}

#sidebar  ul
{
	margin: 7px 0px 7px;
	border: 0px #ddd solid;
	padding: 0px;
	list-style-type: none;
	text-align: left;
}

#sidebar ul li 
{ 
	display: block;	
	line-height: 13px;
	font-size: 100%;
}

#sidebar ul li ul
{
	margin: 3px 0px 15px;
}

#sidebar ul li a:link, 
#sidebar ul li a:active, 
#sidebar ul li a:visited, 
#sidebar ul li a:hover
{
	margin: 0px;
	border: 0px;
	border-bottom: 0px #ededed dotted;
	padding: 2px 4px 2px 2px !important;
	color: #555;
	text-decoration: none;
	display: block;
	font: 8pt/11pt tahoma, arial, verdana, tahoma, geneva, sans-serif;
}

#sidebar ul li a:hover
{	
	color: #f60;
}

#sidebar ul li ul li a:link,
#sidebar ul li ul li a:active,
#sidebar ul li ul li a:visited,
#sidebar ul li ul li a:hover
{
	padding: 2px 4px 2px 20px !important;
}

#sidebar ul li ul li ul li a:link,
#sidebar ul li ul li ul li a:active,
#sidebar ul li ul li ul li a:visited,
#sidebar ul li ul li ul li a:hover
{
	padding: 2px 4px 2px 40px !important;
}

#customCategories ul li
{
	margin-top: 10px;	
}

#customCategories ul li ul
{
	margin-bottom: 15px;	
}

#customCategories ul li ul li
{
	margin-top: 0px !important;	
}

#customCategories ul li a:link,
#customCategories ul li a:active,
#customCategories ul li a:visited,
#customCategories ul li a:hover
{
	height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 0px !important;
	color: #f60;
	font-family: arial, verdana, geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;	
}

#customCategories ul li ul li a:link,
#customCategories ul li ul li a:active,
#customCategories ul li ul li a:visited,
#customCategories ul li ul li a:hover
{
	height: 15px;
	margin: 0px;
	border: 0px;
	border-bottom: 0px #ededed dotted;
	padding: 2px 4px 2px 2px !important;
	color: #555;
	text-decoration: none;
	display: block;
	font: 8pt/11pt tahoma, arial, verdana, tahoma, geneva, sans-serif !important;
	text-transform: capitalize;
}

#customCategories ul li ul li a:hover
{	
	color: #f60;
}

#customCategories ul li ul li ul
{
	margin-top: 3px;	
}

#customCategories ul li ul li ul li a:link,
#customCategories ul li ul li ul li a:active,
#customCategories ul li ul li ul li a:visited,
#customCategories ul li ul li ul li a:hover
{
	padding: 2px 4px 2px 20px !important;
}



/* ############################################################ */
/* ###########  search result/archive styles follow  ########## */
/* ############################################################ */

a.readFullLink:link, 
a.readFullLink:active, 
a.readFullLink:visited, 
a.readFullLink:hover
{
	margin: 0px;
	border: 0px;
	-moz-border-radius-bottomleft:2px;
	-moz-border-radius-bottomright:2px;
	-moz-border-radius-topleft:2px;
	-moz-border-radius-topright:2px;
	padding: 1px 4px;
	color: #07c;
	text-decoration: none;
	display: inline !important;	
	font-size: 80% !important;
	font-style: italic;
}

a.source:link,
a.source:active,
a.source:visited,
a.source:hover
{
	padding-left: 0px !important;
	color: #f60;
	font-style: italic;
	clear: none;
}

.searchHitsBar .readFullLink
{
	float: right;
}


/* ############################################################ */
/* ####################  post styles follow  ################## */
/* ############################################################ */

.post
{
	margin-top: 0px !important;
	margin-bottom: 55px !important;
	border-bottom: 1px #ccc dotted;
	padding-top: 0px;
	padding-bottom: 0px;	
	line-height: 14px;
	display: block;
	clear: both !important;
}

.titleBox
{
	margin-top: 10px !important;
	border-bottom: 1px #ccc dotted !important;
	display: block !important;
	clear: both !important;
}

.author, .date
{
	float: left;
	margin: 0px 0px 10px;
	font: 90% arial, tahoma, verdana, geneva, sans-serif;
	text-transform: capitalize;
	clear: right;
	color: #777;
}

.postToolsStrip
{
	width: 670px;	
	border-top: 0px #ccc dotted;
	border-bottom: 1px #ccc dotted;
	color: #888;
	font: 75% arial, tahoma, verdana, geneva, sans-serif;
	text-transform: uppercase;
	line-height: 29px;
	display: block;
	clear: both;
}

.postToolsStrip a
{
	height: 29px;
	line-height: 29px;
	margin: 0px !important;;
	padding: 0px !important;;
	display: inline-block !important;
	background-color: #fff !important;
	color: #07c  !important;
}

.postToolsStrip a:hover
{
	background-color: #fff !important;
	color: #07c  !important;
}

#bookmarkBox
{
	width: 360px;
	height: 29px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: right;
	text-align: right;
	vertical-align: middle;
}

#bookmarkBox a, #bookmarkBox iframe
{
	margin-top: 7px !important;
	height: 20px !important;
	display: block !important;
	float: right;
}

#bookmarkBox iframe
{
	margin-top: 7px;
	text-align: right;
}

#bookmarkBox .addthis_button
{
	margin-right: 15px !important;	
}

.metaSeparator
{
	width: 11px;
	height: 15px;
	margin: 7px 10px 0px 0px;
	border-right: 1px #ddd solid;
	display: block;
	float: left;
}

.post a:link,
.post a:active,
.post a:visited,
.post a:hover
{
	margin: 0px;
	border: 0px;
	-moz-border-radius-bottomleft:2px;
	-moz-border-radius-bottomright:2px;
	-moz-border-radius-topleft:2px;
	-moz-border-radius-topright:2px;
	padding: 1px 4px;
	color: #07c;
	text-decoration: none;
	display: inline;
}

.post a:hover
{
	color: #07c;
	background-color: #f5f5f5;
}

h1, h2, h3, h4
{
	margin: 0px 0px 5px;
	border: 0px;
	padding: 0px 0px 5px 0px;
	font-size: 26px;
	font-weight: normal;
	line-height: 20px;
	color: #f60;	
}

h1 a:link, 
h1 a:active, 
h1 a:visited, 
h1 a:hover
{
	padding-left: 0px !important;	
	color: #f60 !important;
}

h2
{
	font-size: 18px;	
}

h3, h4
{
	font-size: small;
	font-weight: bold;
	color: #555;
}

.underlinedHeading
{
	border-bottom: 1px #ccc dotted;
	padding-bottom: 7px;
}

#content table
{
	border: 0px #ccc solid;
	border-left: 1px #ccc solid;	
	border-top: 1px #ccc solid;	
	border-collapse: collapse;
}

#content caption
{
	border-top: 1px #ccc solid;
	border-left: 1px #ccc solid;	
	border-right: 1px #ccc solid;	
	border-bottom: 0px #ccc solid;
	text-align: left;
	font-weight: bold;
	background: #f2f2f2;
	padding: 7px 10px;
}

#content td
{
	border: 0px #ccc solid;
	border-right: 1px #ccc solid;	
	border-bottom: 1px #ccc solid;	
	border-spacing: 0px;
	padding: 7px 10px;
}

.post ol
{
	margin: 25px 0px 15px 23px !important;
}

.post ul
{
	margin: 25px 0px 15px 16px !important;
}

.post li
{
	margin: 0px 0px 10px 0px;
	line-height: 1.3em;	
}

.pagination
{
	display: block;	
}

.olderPosts
{
	float: left;
	display: inline;
}

.newerPosts
{
	float: right;
	display: inline;
}

.tags
{	
	border-top: 1px #ccc dotted;
	border-bottom: 0px #ccc dotted;
	color: #888;
	font-size: 75%;
	text-transform: uppercase;
	line-height: 28px;
}


/* ############################################################ */
/* ############## archive, tag, search pages styles ########### */
/* ############################################################ */

#resultsMeta
{
	margin: 0px 0px 20px 0px;
	padding: 3px 5px 3px;
	border-bottom: 1px #f5f5f5 solid;
	line-height: 1.4em;
	display: block;		
}

#resultsMeta .searchType
{
	font-weight: bold !important;
	font-style: italic !important;
}

.excerpt
{
	margin: 0px 0px 0px;
	border-bottom: 1px #ccc dotted;
	padding: 7px 0px 7px;
	position: relative;
}

.excerpt:hover
{
	background: #eee;
}

.excerpt .thumbNailLink
{
	float: left;
}

.excerpt a:link,
.excerpt a:active,
.excerpt a:visited,
.excerpt a:hover
{
	padding: 0pc !important;
	margin-right: 15px;
	float: left;
}

.excerpt h2
{
	margin: 2px 0px 0px 0px !important;
	clear: right !important;
	display: block;
	font-size: 110%;
	padding-top: 2px !important;
	line-height: 14px !important;
}

.excerpt h2 a:link,
.excerpt h2 a:active,
.excerpt h2 a:visited,
.excerpt h2 a:hover
{
	margin-bottom: 0px !important;
	clear: right !important;
	display: block !important;
	font-size: 110% !important;
	color: #f60 !important;
	padding-top: 0px !important;
	line-height: 14px !important;
	float: none;
}

.excerpt h2 a:hover
{
	background-color: #eee !important;	
}

.excerpt p
{
	margin-top: 0px;
	margin-bottom: 10px;
}

.excerpt .ratings
{
	font-size: 9px;
	color: #888;
	height: 16px !important;
	line-height: 16px !important;
	display: inline;
	padding-top: 2px;
	text-transform: uppercase;
}

.post-ratings-image
{
	vertical-align: middle;	
	margin-bottom: 1px !important;
}


/* ############################################################ */
/* ###################  comment styles follow  ################ */
/* ############################################################ */

.comment
{
	margin: 0px !important;
	padding: ;
	border-top: 0px #ccc solid;
	border-left: 1px #ccc solid;
	border-right: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
	font-size: 85%;
	font-family: Tahoma, Arial, Geneva, sans-serif;
	color: #666;
	line-height: 1.6em;
	background: #f2f2f2 url("images/navigationFooterBackground.jpg") no-repeat top left;
	float: left;
	width:670px;
}

#commentForm
{
	margin: 30px 0px 10px !important;	
	display: block;
}

#comments .comment:first-child
{
	border-top: 1px #ccc solid;	
}

.comment .rank
{
	margin: 7px 0px 0px 7px;
	height: 30px;
	font-size: 22px;
	font-family: Tahoma, Arial, Geneva, sans-serif;
	font-weight: bold;
	color: #bbb;
	text-align: left;
	dispaly: block;
}

.comment .authorBox
{
	display: block;	
	z-index: 2;			
	width: 133px;
	float: left;
	position: relative;	
	text-align: center;
}

.authorName
{
	margin-top: 7px;
	display: block;
	font-weight: bold;
}

.comment .authorBox .authorContent
{
	background: url(images/comment-arrow.gif) no-repeat right 42px;
	display: block;	
	z-index: 3;	
	padding-bottom: 4px;	
	margin: 0px;	
	width: 134px;	
}

.avatar
{
	border: 1px #ccc solid;	
}

.commentContent
{
	border-top: #dadada 1px solid;	
	border-left: #dadada 1px solid;	
	border-right: #dadada 1px solid;
	border-bottom: #dadada 1px solid;
	padding: 10px 12px 20px 17px;
	display: block;	
	z-index: 1;		
	overflow: hidden;		
	background-color: #fff;	
	margin: 12px 12px 25px 12px;
	font-family: Arial,Verdana,'Trebuchet MS',Tahoma,Sans-serif;
	font-size: 103% !important;
	color: #666 !important;
}

.commentTitle
{
	display: block;
	border-bottom: 1px #ddd solid;
	margin-bottom: 20px;
	vertical-align: middle;
	text-transform: uppercase;
	font-family: Arial,Verdana,'Trebuchet MS',Tahoma,Sans-serif;
	color: #777;
	font-size: 85%;
	line-height: 26px;
}

.commentContent p
{
	color: #555 !important;	
	font-size: 1.1em !important;
	line-heifght: 1.4em;
}

.commentRating
{
	margin: 0px;
	border: 0px #eee solid;
	padding: 0px 5px 0px;
	height: 26px;
	float: right;
}

.commentRating img
{
	vertical-align: middle;
	margin-bottom: 2px;
}

#respond
{
	clear: both;
	padding-top: 20px;
}

#respond h2
{
	display: block;
	clear: both;
	border-bottom: 1px #ccc dotted;
}

#respond .commentNote
{
	border: 0px;
	padding: 0px;
	float: left;
	line-height: 28px;
}

#name,
#email
{
	margin: 15px 0px 1px 0px;
	height: 23px;	
	float: none;
	line-height: 23px;
}

#name input,
#email input,
#comment
{
	margin: 0px;
	padding: 2px 0px 0px 4px;		
	width: 210px;
	height: 19px;
	border: 1px #bbb solid;
	color: #666;
	background: #f2f2f2 url("images/navigationFooterBackground.jpg") no-repeat bottom left;
	font-family: arial, verdana, tahoma, geneva, sans-serif;
	font-size: 90%;
	line-height: 1.4em;
	display: block;
	line-height: 16px;
	float: left;
}

#comment
{
	width: 638px;
	height: 200px;
	margin: 15px 0px 0px;
	padding: 10px;
	border: 1px #ccc solid;
	background: #f2f2f2 url("images/navigationFooterBackground.jpg") no-repeat top left;
	overflow: auto;
	color: #666;
	float: none;
}

#submit
{		
	width: 120px;
	height: 22px;
	margin: 15px 0px 0px;
	border: 0px !important;
	padding: 0px !important;
	background: #f2f2f2 url("images/commentButton.jpg") no-repeat top left;
}

#recaptcha
{
	margin: 15px 0px 0px -3px;
}

#contactErrors
{
	margin-bottom: 25px;
	border-top: 0px #f60 dotted;
	border-bottom: 0px #f60 dotted;
	padding: 7px 0px 7px;
	color: #f60;	
}


/* ############################################################ */
/* ###################  footer styles follow  ################# */
/* ############################################################ */


#navigationFooter
{
	margin: 0px;
	border: 0px;
	border-top: 1px #ccc solid;
	padding: 15px 15px 25px 15px;
	background: #f2f2f2 url("images/navigationFooterBackground.jpg") no-repeat top left;
	text-align: left;
	color: #555;
	font-size: 9pt;
	line-height: 14px;
	clear: both;
}

#navigationFooter .sidebarBox ul li a, 
#navigationFooter .sidebarBox ul li a:link, 
#navigationFooter .sidebarBox ul li a:active, 
#navigationFooter .sidebarBox ul li a:visited, 
#navigationFooter .sidebarBox ul li a:hover
{
	margin: 0px;
	border: 0px;
	border-bottom: 1px #ededed solid;
	padding: 3px 15px 2px 3px !important;
	color: #555;
	text-decoration: none;
	display: block;
}

#navigationFooter .sidebarBox ul li a:hover
{	
	background: #eaeaea;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	color: #07c;
}


#navigationFooter .sidebarBox
{
	margin-bottom: 25px;
	/*width: 	320px; 3-column footer */
	width:	240px;
	float: left;
}

#navigationFooter .sidebarBox .sectionHeading
{
	margin: 0px 0px 10px;
}

#navigationFooter .sidebarBox ul
{
	margin: 0px;
	list-style-type: none;
}

#copyrightFooter
{
	margin: 0px;
	border: 0px;
	padding: 10px 14px;
	font: normal 12px arial, verdana, tahoma, geneva, sans-serif;
	line-height: 16px;
	color: #bbb;
}

#themeCredit
{
	width: 300px;
	float: right;
	font: 90%/15px tahoma, arial, verdana, geneva, sans-serif;
	color: #bbb;
	text-align: right;
}

#copyrightFooter a:link,
#copyrightFooter a:active,
#copyrightFooter a:visited,
#copyrightFooter a:hover
{
	color: #bbb;
	text-decoration: none;
}

#aboutUs
{
	width: 600px;	
}

#aboutUs a
{
	padding: 0px 5px 0px 0px;
	font: 11px/10px tahoma, arial, verdana, geneva, sans-serif;
	height: 12px;
}

.linkSeperator
{
	border-left: 1px #aaa solid;
	padding: 0px 5px 0px 7px !important;
}


/* ############################################################ */
/* #################  sitemap  styles follow  ################# */
/* ############################################################ */

.sitemap h2
{
	margin: 25px 0px 25px 0px;	
}

.sitemap .mapCategory
{
	color: #888;
}

.sitemap ul li a, 
.sitemap ul li a:link, 
.sitemap ul li a:active, 
.sitemap ul li a:visited, 
.sitemap ul li a:hover
{
	margin: 0px;
	border: 0px;
	border-bottom: 0px #ededed solid;
	border
	padding: 3px 15px 2px 7px !important;
	color: #555 !important;
	background: #fff url("images/sitemapHierarchyBar.gif") no-repeat center left;
	text-decoration: none;
	-moz-border-radius-bottomleft:2px;
	-moz-border-radius-bottomright:2px;
	-moz-border-radius-topleft:2px;
	-moz-border-radius-topright:2px;
	display: block;
}

.sitemap ul li a:hover
{	
	color: #f60 !important;
	background-color: #fff !important;
}

.sitemap ul li a
{
	padding: 3px 15px 2px 7px !important;		
}

.sitemap ul 
{
	margin: 0px 0px 0px 0px;
	border-left: 0px #ddd solid;
	padding: 0px;
	list-style-type: none;
	text-align: left;
}

.sitemap ul li
{
	margin: 5px 0px 0px 0px;
	border-left: 0px #ddd solid;
	padding: 0px;
	list-style-type: none;
	text-align: left;
}

.sitemap ul li ul
{
	margin: 5px 0px 0px 25px;
	border-left: 0px #ddd solid;
	padding: 0px;
	list-style-type: none;
	text-align: left;
}

/* ############################################################ */
/* ##################  general styles follow  ################# */
/* ############################################################ */


.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


p
{
	margin: 15px 0px 20px 0px;
	border: 0px;
	padding: 0px 0px 0px 0px;
	line-height: 1.4em;
	/*color: #454545 !important;{ */
	color: #555 !important;
}

pre
{
	margin: 25px 0px;
	font-family: arial, verdana, tahoma, geneva, sans-serif;		
}

hr 
{ 
	height: 0; 
	border: 0; 
	border-top: 1px solid #ccc; 
} 

.clear
{
	clear: both;
	height: 40px;
	border: 0px solid #f60;
}

.hidden
{
	display: none;
}

#contentAdBlock
{
	float: left;
	width: 340px;
	height: 340px;
	margin: 0px 0px 20px 20px;
}

.horizDotted
{
	height: 1px !important;
	line-height: 1px !important;
	display: block;
	clear: both;
	border-top: 1px #ccc dotted;
}


/* ############################################################ */
/* #################  thumbnail styles follow  ################ */
/* ############################################################ */

a.thumbNailLink:link,
a.thumbNailLink:active,
a.thumbNailLink:visited,
a.thumbNailLink:hover
{
	float: left;
	margin: 0px !important;
	border: 0px !important;
	padding: 0px !important;
}

.thumbnail
{
	margin: 0px 10px 10px 0px !important;
	border: 1px #ddd solid !important;
	padding: 3px !important;
	display: block;
	float: left;
}

.thumb
{
	border: 0px #ccc solid !important;		
}


/* ############################################################ */
/* ############  mootools component styles follow  ############ */
/* ############################################################ */

.tip-title
{
	border-right: 0px #fff solid;
	border-bottom: 0px #fff solid;
	padding: 3px 20px 0px 6px;
}

.tip-text, .tip-top, .tip-bottom
{
	display: none;
}

.titleTip, .tagTip
{
	height: 80px;
	width: 140px;
	background: url("images/toolTip.gif") no-repeat left bottom;	
	text-align: left;
}

.titleTip .tip, .tagTip .tip
{
	height: 102px;
	padding: 3px;
	border-top: 0px #2d2b2b solid;
	border-left: 0px #2d2b2b solid;
	border-right: 0px #2d2b2b solid;
	border-bottom: 0px #2d2b2b solid;	
	color: #fff !important;
	font: normal 11px/12px arial, verdana, tahoma, geneva, sans-serif;
}

.tagTip
{
	height: 40px !important;
	width: 120px;
}

.tagTip .tip
{
	height: 62px !important;
	width: 120px;
}

ul.autocompleter-choices
{
	position:				absolute;
	margin:					0;
	padding:				0;
	list-style:				none;
	border:					1px solid #7c7c7c;
	border-left-color:		#c3c3c3;
	border-right-color:		#c3c3c3;
	border-bottom-color:	#ddd;
	background-color:		#fff;
	text-align:				left;
	font-family:			Arial, Verdana, Geneva, Helvetica, sans-serif;
	z-index:				50;
	background-color:		#fff;
	filter: 				alpha(opacity=90) !important;
	-moz-opacity: 			0.9 !important; 
	KhtmlOpacity: 			.9 !important; 
	opacity: 				.9 !important;
}

ul.autocompleter-choices li
{
	position:				relative;
	margin:					-2px 0 0 0;
	padding:				0.2em 1.5em 0.2em 1em;
	display:				block;
	float:					none !important; 
	cursor:					pointer;
	font-weight:			normal;
	white-space:			nowrap;
	font-size:				0.9em;
	line-height:			1.5em;
}

ul.autocompleter-choices li.autocompleter-selected
{
	background-color:		#444;
	color:					#fff;
}

ul.autocompleter-choices span.autocompleter-queried
{
	display:				inline;
	float:					none;
	font-weight:			bold;
	margin:					0;
	padding:				0;
}

ul.autocompleter-choices li.autocompleter-selected span.autocompleter-queried
{
	color:					#9FCFFF;
}


/* ############################################################ */
/* ############  wordpress default styles follow  ############# */
/* ############################################################ */

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

img.alignleft {
	margin: 10px 10px 10px 0px;
   float: left;
}

.alignright {
   float: right;
}

img.alignright {
	margin: 10px 0px 10px 10px;
   float: right;
}


#content .post img[class*="wp-image"] 
{
	border: 1px #ddd solid !important;
	padding: 4px !important;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

.pagenav {
	margin: 7px 0px 7px 0px;
	border: 0px #ddd solid;
	padding: 0px;
	list-style-type: none;
	text-align: left;	
}

.screen-reader-text
{
	display: none;	
}

#searchform
{
	margin-top: 15px;
	height: 22px;	
}

.sidebarBox #searchform #searchsubmit /* searchsubmit is wordpress style */
{
	margin: 0px 0px 0px -3px;
	border: 0px;
	padding: 0px 0px 0px 10px;	
	float: none;
	line-height: 1.6em;
	width: 73px;
	height: 22px;
	display: inline;
	background: url("images/searchButtonPlain.jpg") no-repeat top left !important;
	color: #fff;
	font-weight: bold;
}

#s
{
	*margin: 0px 0px 1px 0px;
	margin: 0px 0px 3px 0px;
	*padding: 0px 0px 0px 4px;
	padding: 2px 0px 0px 4px;	
	width: 172px;
	height: 18px;
	border: 1px #bbb solid;
	border-right: 0px #bbb solid;
	color: #555;
	font-size: 1.1em;
	width: 170px;
	line-height: 1.4em;
	float: left;
}

a.rsswidget:link,
a.rsswidget:active,
a.rsswidget:visited,
a.rsswidget:hover
{
	height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 3px 0px;
	color: #f60;
	font-weight: bold;
	text-decoration: none;
}

a.rsswidget img
{
	margin: 0px 0px -2px 2px;
}

.sidebarBox a[class|="tag"] 
{
	color: #f60; 
	text-decoration: none;
	font: 8pt/13pt tahoma, arial, verdana, tahoma, geneva, sans-serif;
	padding: 2px 4px 2px !important;
}

.sidebarBox a[class|="tag"]:hover 
{
	color: #f60; 
	text-decoration: none;
	background-color: #ccc;
	-moz-border-radius-bottomleft: 2px;
	-moz-border-radius-bottomright: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
}

#wp-calendar
{
	margin: 0px auto 0px;
	width: 200px;	
}

#wp-calendar td
{
	height: 25px !important;
	line-height: 25px !important;
}

#wp-calendar caption
{
	font-weight: bold;		
}

#wp-calendar a:link,
#wp-calendar a:active,
#wp-calendar a:visited,
#wp-calendar a:hover
{
	color: #f60;
	font-weight: bold;
	text-decoration: none;
	padding: 0px !important;
	border: 1px #ddd solid;
}

#navigationFooter .sidebarBox #wp-calendar
{
	margin: 0px;
}

.textwidget
{
	margin: 7px 0px 3px;
}


/* ############################################################ */
/* #############  wp-ratings plugin styles follow  ############ */
/* ############################################################ */

.ratingBox
{
	margin: 0px 0px 0px 2px;
	border: 0px;
	padding: 0px 1px 0px 0px;
	padding-right: 1px;
	height: 29px;
	line-height: 29px;	
	float: left;
	clear: left;
	color: #888 !important;
	font: arial, verdana, tahoma, geneva, sans-serif !important;
}

.ratingBox img
{
	vertical-align: middle;
	margin-bottom: 3px;
}

.ratingBox div
{
	float: left !important;
}

.post-ratings,
.post-ratings-loading
{
	height: 29px !important;	
}

.post-ratings img, 
.post-ratings-loading img, 
.post-ratings-image img 
{
	border: 0px !important;
	padding: 0px !important;
	margin: 0px 0px 3px 0px !important;
	*margin: 0px 0px 2px 0px !important;
}

ul.ratingsWidget li
{
	margin-bottom: 7px;
}


/* ############################################################ */
/* ###########  wp-recaptcha plugin styles follow  ############ */
/* ############################################################ */

.recaptcha-error 
{
	font-size: 100% !important;
	padding-bottom: 0px !important;
	color: red !important;
}


/* ############################################################ */
/* ################  pagenavi styles follow  ################## */
/* ############################################################ */

#pagination
{
	height: 40px;
	margin: 10px 20px;
	padding: 4px 0px 2px;
	border: 0px;
	border-top: 0px #ccc dotted;
	width: 670px;
}

#pagination .wp-pagenavi
{
	border-top: 1px #eee solid;
	padding-top: 4px;
	text-align: right;	
}

#pagination .wp-pagenavi a
{
	display: none;	
}

#pagination .wp-pagenavi span.pages,
#pagination .wp-pagenavi a.page:link,
#pagination .wp-pagenavi a.page:active,
#pagination .wp-pagenavi a.page:visited,
#pagination .wp-pagenavi a.page:hover,
#pagination .wp-pagenavi span.current,
{
	width: 12px !important;
	height: 17px;
	margin: 2px;
	border: 1px #ccc solid;
	padding: 0px 3px 4px 3px;
	color: #777;
	text-decoration: none;
	display: inline-block;
	text-align: center;
}

#pagination .wp-pagenavi a.page:hover
{
	background-color: #eee;
}

#pagination .wp-pagenavi span.current
{
	color: #aaa;	
	background-color: #eee;
}

#pagination .wp-pagenavi span.pages 
{
	width: 140px !important;
	color: #777;
	border: 0px #ccc solid;
	text-align: right;
}



