/*

Theme Name: Perth Chamber of Commerce

Theme URI: http://perthchamber.com

Description: Theme for Perth Chamber of Commerce

Version: 1.0

Author: Sean Newby

*/



/* General Styles

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

body{
	margin: 0px;
}

#bodyTopContainer{
	display: block;
	width: 100%;
	min-height: 100px;
	margin: 0px;
}

#bodyTopContainerFloat{
	float: left;
	width: 100%;
	min-height: 100px;
	margin: 0px;
	background-image: url('images/bodyHeaderBackground.png');
	background-repeat: repeat-x;
	background-color: #C4E69C;
}

#bodyBottomContainer{
	display: block;
	width: 100%;
	min-height: 100px;
	margin: 0px;
}

#bodyBottomContainerFloat{
	float: left;
	width: 100%;
	min-height: 100px;
	margin: 0px;
	background-image: url(images/bodyFooterBackground.png);
	background-repeat: repeat-x;
	background-color: #043E44;
}

img{
	border: none;
}

.alignleft{
	float: left;
	margin: 5px;
}

.alignright{
	float: right;
	margin: 5px;
}

.wp-caption{
	text-align: center;
	font-style: italic;
}

/* Header Styles

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

#mainContainer{

	width: 1000px;

	min-height: 500px;

	margin-left: auto;

	margin-right: auto;

}



#mainContainerFloat{

	float: left;

	width: 1000px;

	min-height: 500px;

	background-image: url('images/templateBackground.gif');

	background-repeat: repeat-y;

}



#mainContainerFloatInternal{

	float: left;

	width: 1000px;

	min-height: 500px;

	background-image: url('images/templateBackgroundInternal.gif');

	background-repeat: repeat-y;

}

#mainContainerFloatVisitorGuideTemplate{

	float: left;

	width: 1000px;

	min-height: 500px;

	background-image: url('images/templateBackgroundVisitorGuideTemplate.gif');

	background-repeat: repeat-y;

}

#headerContainer{

	float: left;

	width: 1000px;

	height: 27px;

	background-image: url('images/headerBackground.gif');

	background-repeat: no-repeat;

}



#headerContainer form{

	float: right;

	margin-right: 100px;

	margin-top: 4px;

	color: #ffffff;

	font-family: Arial;

	font-size: .7em;

}



#headerContainer .headerInput{

	height: 15px;

	width: 100px;

	margin-right: 20px;

	background-color: #ffffff;

	border: none;

}



#headerContainer .headerInputButton{

	height: 18px;

	width: 28px;

	padding: 0px;

	margin-top: -1px;

	color: #006C74;

	font-weight: bold;

	background-color: #ffffff;

	border: none;

}



/* Template Styles

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

#templateContainer{

}



#templateHeader{

	float: left;

	width: 625px;

	min-height: 243px;

	margin: 0px;

	background-image: url('images/templateHeaderBackground.gif');

	background-repeat: no-repeat;

}



#templateHeaderInternal{

	float: left;

	width: 625px;

	min-height: 123px;

	margin: 0px;

	background-image: url('images/templateHeaderBackgroundInternal.gif');

	background-repeat: no-repeat;

}

#templateHeaderInternal #internalAdSpace{
	float: left;
	clear: both;
	width: 600px;
	min-height: 123px;
	margin-top: 24px;
	margin-left: 10px;
	padding-bottom: 10px;
	color: #006C74;
	font-family: verdana;
	font-size: .8em;
	text-align: right;
}

#templateHeaderInternal #internalAdSpace img{
	float: right;
	margin-left: 30px; 
	margin-bottom: 10px;
	margin-right: 35px;
	border: none;
}

#templateHeaderInternal #internalAdSpace a:link,
#templateHeaderInternal #internalAdSpace a:visited{
	text-decoration: underline;
	color: #006C74;
	font-weight: bold;
}

#templateHeaderInternal #internalAdSpace a:hover,
#templateHeaderInternal #internalAdSpace a:active{
	text-decoration: none;
	color: #006C74;
	font-weight: bold;
}

/* welcomePostStyles

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

#welcomePost{

	float: left;

	width: 340px;

	margin-left: 20px;

	color: #006C74;

	font-family: verdana;

	font-size: .8em;

}



#welcomePost h2{

	margin-bottom: 10px;

	//padding-top: 15px;

	padding-bottom: 0px;

	font-family: georgia;

	font-size: 1.8em;

}



#welcomePost img{

	border: none;

	margin: 0px 0px 10px 5px;

}



#welcomePost a:link,

#welcomePost a:visited{

	text-decoration: none;

	color: #006C74;

}



#welcomePost a:hover,

#welcomePost a:active{

	text-decoration: underline;

	color: #006c74;

}



#welcomeFader{
	float: right;
	width: 240px; 
	margin-top: 50px;
	margin-right: 10px;
}

#welcomeFader img{
	border: none;
}

#welcomeFader span{
	visibility: hidden;
}

/* Template Styles

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

#template,
#templateHome{
	float: left;
	width: 625px;
	min-height: 322px;
}



#template .section,
#template .section2,
#templateHome .section,
#templateHome .section2{
	float: left;
	width: 167px;
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
	color: #006C74;
	font-family: verdana;
	font-size: .8em;
}



#template .section h4,
#template .section2 h4,
#templateHome .section h4,
#templateHome .section2 h4{
	text-transform: uppercase;
	font-family: Georgia;
	font-weight: bold;
	font-size: 1.1em;
}



.sectionImg{
	clear: both;
	width: 167px;
	margin-bottom: 10px;
	text-align: center;
}

#template .section a:link,
#template .section a:visited,
#template .section2 a:link,
#template .section2 a:visited,
#templateHome .section a:link,
#templateHome .section a:visited,
#templateHome .section2 a:link,
#templateHome .section2 a:visited{
	text-decoration: none;
	color: #006C74;
}

#template .section a:hover,
#template .section a:active,
#template .section2 a:hover,
#template .section2 a:active,
#templateHome .section a:hover,
#templateHome .section a:active,
#templateHome .section2 a:hover,
#templateHome .section2 a:active{
	text-decoration: underline;
	color: #006C74;
}



/* Template Internal
---------------------*/
.templateInternal{
	float: left;
	margin-left: 20px;
	width: 370px;
	min-height: 100px;
	color: #006C74;
	font-family: verdana;
	font-size: .8em;
}

.templateInternal img.alignleft{
	float: left;
	margin: 5px;
}

.templateInternal img.alignright{
	float: right;
	margin: 5px;
}

.templateInternal img.aligncenter{
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
}


.templateInternal h2.title{
	//padding-top: 15px;
	//padding-bottom: 15px;
	text-transform: uppercase;
	font-family: Georgia;
	font-weight: bold;
	font-size: 1.5em;
}


.templateInternal h4.title{
	text-transform: uppercase;
	font-family: Georgia;
	font-weight: bold;
}

.templateInternal h2.title a:link,
.templateInternal h2.title a:visited{
	text-decoration: none;
	color: #006C74;
}

.templateInternal h2.title a:hover,
.templateInternal h2.title a:active{
	text-decoration: underline;
	color: #006C74;
}

.templateInternal ul li{
	margin-bottom: 5px;
}

.templateInternal ul li ul li{
	font-size: 1em;
}

.templateInternal a:link,
.templateInternal a:visited{
	text-decoration: none;
	color: #006C74;
	font-weight: bold;
}

.templateInternal a:hover,
.templateInternal a:active{
	text-decoration: underline;
	color: #006C74;
	font-weight: bold;
}

.templateInternal div iframe{
/*	margin-left: 10px;*/
}

/* Events Styles
------------------*/
.eventsPost{
	clear: both;
	margin-bottom: 10px;
}

.eventsPost img{
	float: right;
	margin: 5px;
}

.eventsPost .wp-caption{
	display: none;
}

#archiveTemplate img{
	float: right;
	margin: 5px;
	max-width: 200px;
	max-height: 200px;
}

#archiveTemplate h4{
	clear: both;
}

#bodyTopContainer #bodyTopContainerFloat #mainContainer #mainContainerFloatVisitorGuideTemplate #templateContainer .templateInternal div{
	float: left;
	margin-top: 40px;
	margin-left: -10px;
}

#rightBorder{

	float: left;

	width: 99px;

	margin-top: -243px;

	min-height: 565px;

	background-image: url('images/templateBorderBackground.gif');

	background-repeat: no-repeat;

}

#bodyTopContainer #bodyTopContainerFloat #mainContainer #mainContainerFloatInternal #templateContainer #rightBorder{

	float: left;

	width: 99px;

	margin-top: 0px;

	min-height: 565px;

	background-image: url('images/templateBorderBackground.gif');

	background-repeat: no-repeat;

}

#bodyTopContainer #bodyTopContainerFloat #mainContainer #mainContainerFloatVisitorGuideTemplate #templateContainer #rightBorder{

	float: left;

	width: 99px;

	margin-top: 0px;

	min-height: 565px;

	background-image: url('images/templateBorderBackground.gif');

	background-repeat: no-repeat;

}
#wptable-2{
	margin-left: -8px;
}
#wptable-2 th{
	border-bottom: solid 1px #006C74;
}

.tabletitle{
	text-align: center;
	text-transform: capitalize;
	font-weight: normal;
	font-size: 1.4em;
}

/* SideBar Styles
-----------------------------------------------------------------*/
#sidebarContainer{
	float: left;
	clear: left;
	width: 276px;
}

#leftBorder{
	float: left;
	width: 99px;
	min-height: 365px;
	background-image: url('images/templateBorderBackground.gif');
	background-repeat: no-repeat;
}

#logoLink a:link,
#logoLink a:visited,
#logoLink a:hover,
#logoLink a:active{
	display: block;
	float: left;
	width: 177px;
	height: 200px;
	background-image: url("images/logo.gif");
	background-repeat: no-repeat;
	text-decoration: none;
	border: 0px;
}

#logoLink a span{
	visibility: hidden;
}

#sidebar{
	float: left;
	position: relative;
	width: 177px;
	min-height: 280px;
	background-image: url("images/sidebarBackground.gif");
	background-repeat: no-repeat;
	color: #006C74;
	font-family: Verdana;
	font-weight: normal;
	font-size: 1em;
	z-index: 999 !IMPORTANT;
}

#sidebar .widgettitle{
	margin-bottom: 5px;
	margin-left: 10px;
	color: #006C74;
	font-family: Verdana;
	font-weight: normal;
	font-size: .8em;
	color: #000000;
}

#sidebar .widgettitle2{
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	color: #006C74;
	font-family: Verdana;
	font-weight: normal;
	font-size: .7em;
	font-color: #000000;
}

#sidebar h4.bottomNavTitle{
	clear: both;

	margin-bottom: -20px;

	margin-left: 10px;

	color: #006C74;

	font-family: Verdana;

	font-weight: normal;

	font-size: .8em;

	font-color: #000000;

}

#sidebar ul#nav{

	margin-top: 25px;

	margin-left: 10px;

	padding-left: 0px;

}


#sidebar ul#nav li{

	margin-top: 5px;

	list-style-type: none;

}


.menuSubLevelItem{
	text-transform: uppercase;
	font-size: .7em;
	padding-top: 2px;
	padding-left: 4px;
	background-image: none; 
	z-index: 999 !IMPORTANT;
}

.menuSubSubLevelItem{
	padding: 4px 0px 4px 4px;
}

#sidebar a:link,

#sidebar a:visited{

	text-decoration: none;

	text-transform: uppercase;

	color: #006C74;

	font-family: Georgia;

	font-weight: bold;

	font-size: .7em;

}



#sidebar a:hover,

#sidebar a:active{

	text-decoration: none;

	color: #ffffff;

}

#sidebar a:link img,
#sidebar a:visited img,
#sidebar a:hover img,
#sidebar a:active img{
	border: none;
}

#sidebarContainerInternal{

	float: left;

	width: 176px;

	margin-top: -3px;

	//margin-top: 20px;

	margin-left: 40px;

	color: #006C74;

	font-family: Verdana;

	font-weight: normal;

	font-size: 1em;
}



#sidebarContainerInternal a:link,

#sidebarContainerInternal a:visited{

	text-decoration: none;

	text-transform: uppercase;

	color: #006C74;

}



#sidebarContainerInternal a:hover,

#sidebarContainerInternal a:active{

	text-decoration: underline;

	color: #006C74;

}



#sidebarContainerInternal .widgetTitle,
#sidebarContainerInternal .widgettitle{

	margin-bottom: 0px;

	margin-left: 10px;

	color: #006C74;

	font-family: Georgia;

	font-weight: bold;

	font-size: 1em;

	text-align: center;

}



#sidebarContainerInternal ul{

	margin-top: 5px;

	margin-left: 10px;

	padding-left: 0px;

}



#sidebarContainerInternal ul li{

	margin-top: 5px;

	list-style-type: none;

	font-family: Georgia;

	font-weight: bold;

	font-size: .7em;

}



#sidebarContainerInternal img{

	float: left;

	margin: 5px;

	padding: 0px;

	border: none;

}

#sidebarContainerInternal #wp-calendar{
	font-size: .8em;
}

/* Footer Styles

-----------------------------------------------------------------*/
#mainFooterContainer{

	width: 1000px;

	min-height: 100px;

	clear: both;

	margin-left: auto;

	margin-right: auto;

}



#mainFooterContainerFloat{
	float: left;
	width: 1000px;
	min-height: 100px;
}

#footerContainer{
	width: 1000px;
	min-height: 100px;
	font-family: Arial;
	background-image: url("images/footerBackground.gif");
	background-repeat: repeat-y;
}



#footerContainerFloat{
	float: left;	
	width: 1000px;
	padding-bottom: 20px;
	min-height: 100px;
	background-image: url("images/footerBackground.gif");
	background-repeat: repeat-y;
}



#footerSectionHeader{

	float: left;

	width: 160px;

	font-family: Georgia;

	font-size: .65em;

	margin-top: 10px;

	margin-left: 110px;

	margin-right: 10px;

	min-height: 100px;

}



.footerSection{
	float: left;
	width: 165px;
	font-family: Arial;
	font-size: .75em;
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
	min-height: 100px;
}



#footerContainerFloat ul{
	margin: 0px;
	padding: 0px;
}



#footerContainerFloat ul li{
	list-style-type: none;
	margin-top: 12px;
	text-transform: uppercase;
	font-weight: bold;
}


#footerContainerFloat ul li ul li{
	list-style-type: none;
	margin-top: 0px;
	text-transform: capitalize;
	font-weight: normal;
	font-size: .8em;		
}

#footerContainerFloat ul li ul li ul{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

#footerContainerFloat ul li ul li ul li{
	font-size: 1em;		
}


#footerContainerFloat a:link,

#footerContainerFloat a:visited{

	text-decoration: none;

	color: #ffffff;

}



#footerContainerFloat a:hover,

#footerContainerFloat a:active{

	text-decoration: underline;

	color: #ffffff;

}

#footerContainerFloat h6{
	clear: both;
	text-align: center;
	color: #ffffff;
	font-weight: normal;
}

/* cforms Styles
------------------*/
#usermessage3a,
#usermessage3b{
	width: 340px !IMPORTANT;
}

/* EC3 Styles
------------------------------*/
.ec3_past,
.ec3_future{
	display: none !IMPORTANT;
}

.ec3Title{
	clear: both;
}

.ec3_iconlet{
	border: solid 2px #98ce56 !IMPORTANT;
}

/* Cycling Routes Sidebar Style
--------------------------------*/
#sidebarContainerInternal .hslice .ngg-widget img{
	display: block;
	float: none;
	width: 125px;
	margin-left: auto;
	margin-right: auto;
}

/* Shopping Cart Styles
--------------------------------*/
.producttext{
	width: 250px !IMPORTANT;
}

.single_product_display .producttext{
	width: 220px !IMPORTANT;
}

.single_product_display .product_form .custom_text,
.single_product_display .product_form .custom_file{
	width: 220px !IMPORTANT;
}

#fancy_collapser{
	float: left !IMPORTANT;
	clear: none;
	margin: -15px 0px 0px 5px !IMPORTANT;
}

.shopping-cart-wrapper p{
	margin: 5px 0px 5px 0px !IMPORTANT;
	font-size: .8em !IMPORTANT;
	font-family: Georgia !IMPORTANT;
}

.visitshop a:link,
.visitshop a:visited,
.visitshop a:hover,
.visitshop a:active{
	font-weight: bold !IMPORTANT;
	font-size: .9em !IMPORTANT;
	font-family: Georgia !IMPORTANT;	
}

/* Committees Template Styles
------------------------------*/
.committeesPost{
	float: left;
	width: 350px;
	margin: 0px 0px 0px 30px;
}

/* Misc
--------*/
.ngg-galleryoverview,
.ngg-gallery-thumbnail-box,
.ngg-gallery-thumbnail,
.ngg-gallery-thumbnail img{
	position: relative !IMPORTANT;
	z-index: 0 !IMPORTANT;
}

#searchform{
	float: left;
	width: 160px;
	margin: 0px 0px 10px 10px;
}

	#searchform #s{
		width: 154px;
	}
	
	#searchform #searchsubmit{
		clear: left;
		float: left;
		margin: 5px 0px 0px 32px;
	}
	
.navigation{
	clear: left;
	float: left;
	width: 330px;
	margin: 20px;
}

	.navigation .alignleft{
		float: left;
	}
	
	.navigation .alignright{
		float: right;
	}

/* misc
--------*/
#importantLinksContent img{
	float: left;
	margin: 5px;
}
