/*  
Theme Name: FXMatters
Theme URI:http://www.yourwebsite.co.nz/
Description: Custom theme for fxmatters.co.nz
Version:1.0
Author:yourwebsite.co.nz
Author URI:http://yourwebsite.co.nz/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
*/



/* Begin Main-Layout */
*{
	margin:0;
	padding:0
}

body {
	background-color:#f5f5f5;
	background-image:url(http://fxmatters.co.nz/wp-content/themes/fxmatters/bg.jpg);
	background-position: center top;
	background-repeat: repeat-y;
	color:#333;
	font: 14px Georgia, "Times New Roman", Times, serif;
	line-height: 1.4em;
	text-align:center
}
a:link,
a:visited {
	color:#000;
	text-decoration:underline
}
a:hover,
a:active {
	color: #8b0100;
}
.page {
	background:#fff;
	margin:0 auto;
	text-align:left;
	width:898px
}
#header {
}
#content {
	float:left;
	margin:0 0 20px 30px;
	width:590px;
}
* html #content { margin-left: 15px !ie6; }
p.crumbs { margin-left: 30px; }
#sidebar {
	float:left;
	padding:0 0 20px 20px;
	width:220px
	}

#footer {
	background-color: #f5f5f5;
	border-top: 1px solid #fff;
	clear:both;
	margin:0;
	padding:10px 0;
	text-align:center;
	font-size: 12px;
	}
/* End Main-Layout */



/* Begin Header */
h1 {
	font:2.9em georgia,"trebuchet ms",arial,sans-serif;
	padding:30px 0 0 0;
	text-align:center;
	text-transform:uppercase
	}
	
h1 a:link, h1 a:visited, h1 a:active, h1 a:hover{
	text-decoration:none;
	color:#fff;
	}

.description {
	color:#777;
	font:1.8em georgia,"trebuchet ms",arial,sans-serif;
	padding:0 0 5px 0;
	text-align:center;
	}
	

/* End Header */



/* Begin Content*/
h2,h3,h4,h5,h6 {
	color:#000;
	font:normal 1.5em georgia,"trebuchet ms",serif;
	margin:20px 0 0 0
}
h2,h3 {
	border-bottom:1px solid #600;
}
h2 a:link, h2 a:visited, h2 a:active,
h3 a:link, h3 a:visited, h3 a:active, h3 a:hover {
	color:#000;
	text-decoration:none
}
h2 a:hover {
	color: #990000;
}
.postmetadata {
	color:#555;
	font-size:.85em;
	padding:2px 0 0 0
}
.postmetadata a:link,
.postmetadata a:visited,
.postmetadata a:active{
	color:#555;
	text-decoration:none
}
.postmetadata a:hover {
	text-decoration:underline
}
.entry,
.entrytext {
	line-height:150%;
	margin:2px 0 0 0
}
.entry p,
.entrytext p {
	margin:0 0 15px 0
}
/* End Content*/



/* Begin Comments */
.commentlist li, #commentform input, #commentform textarea {
	font-size:0.85em
	}
	
.commentlist li {
	font-weight:bold
	}

.commentlist cite, .commentlist cite a {
	font-weight:bold;
	font-style:normal;
	font-size:1.1em
	}

.commentlist p {
	font-weight:normal;
	line-height:140%;
	text-transform:none
	}

.commentmetadata {
	font-weight:normal
	}

.commentlist {
	padding:0;
	text-align:justify
	}

.commentlist li {
	margin:0px 0 15px 16px;
	padding:5px 10px 0 0;
	list-style:decimal
	}

.commentlist p {
	margin:10px 5px 10px 0
	}

#commentform p {
	margin:5px 0
	}

.commentmetadata {
	margin:0;
	display:block
	}
/* End Comments */

	

/* Begin Lists */
.entry ul, .entry ol,
.entrytext ul, .entrytext ol{
	margin:5px 0 5px 26px
	}

#sidebar ul li {
	list-style:none
	}
#sidebar ul li h2 {
	font-size: 18px;
}
#sidebar ul li ul li {
	border-bottom:1px solid #ddd;
	padding:2px 0;
}
#sidebar ul li ul li a:link,
#sidebar ul li ul li a:visited,
#sidebar ul li ul li a:active{
	color:#444;
	text-decoration:none;
}
#sidebar ul li ul li a:hover {
	color:#000;
	text-decoration:underline;
}
li.showhide h2 {
	background: url(http://fxmatters.co.nz/wp-content/themes/fxmatters/showhide.gif) no-repeat -230px 3px;
	cursor: pointer;
}
li.showhide h2.invisible {
	background-position: 0px 3px;
}
/* End Entry Lists */



/* Begin Images */
p img {
	padding:0;
	max-width:100%
	}

img.centered {
	display:block;
	margin-left:auto;
	margin-right:auto
	}
	
img.alignright {
	padding:4px;
	margin:0 0 2px 7px;
	display:inline
	}

img.alignleft {
	padding:4px;
	margin:0 7px 2px 0;
	display:inline
	}

.alignright {
	float:right
	}
	
.alignleft {
	float:left
	}
/* End Images */



/* Begin Form Elements */
#searchform {
	margin:2px 0;
	padding:5px 0
	}

#sidebar2 #searchform #s {
	width:130px;
	padding:2px
	}

#sidebar2 #searchsubmit {
	padding:1px
	}

.entry form { 
	text-align:center
	}

select {
	width:130px
	}

#commentform input {
	width:170px;
	padding:2px;
	margin:5px 5px 1px 0
	}

#commentform textarea {
	width:100%;
	padding:2px
	}

#commentform #submit {
	margin:0;
	float:right
	}
/* End Form Elements */




/* Begin Various Tags & Classes */
code {
	font:1em 'Courier New', Courier, Fixed
	}

acronym, abbr, span.caps
{
	cursor:help;
	font-size:0.9em;
	letter-spacing:.07em
	}

acronym, abbr {
	border-bottom:1px dashed #226
	}

blockquote {
	background:#f3f3f3;
	border:1px solid #000;
	line-height:1.5em;
	margin:10px 0;
	padding:5px 10px
}

blockquote cite {
	margin:5px 0 0;
	display:block
	}

.center {
	text-align:center
	}

hr {
	clear:both;
	display:block;
	background-color: #600;
	color: #600;
	border-width: 0px;
	height: 1px;
	line-height: 1px;
	padding: 0;
	margin: 0;
	}
hr.grey {
	background-color: #ccc;
	color: #ccc;
}
.login {
	font-size: 10px;
	float: right;
}
a img {
	border:none
	}

.navigation {
	display:block;
	text-align:center;
	margin-top:10px;
	margin-bottom:60px
	}
/* End Various Tags & Classes*/
h1.fxmatters {
	font-size: 1em;
	background-color: #8b0100;
	color: #8b0100;
	margin: 0;
	padding: 0;
	text-transform: lowercase;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;

	background-image: url(http://fxmatters.co.nz/wp-content/themes/fxmatters/logo.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
h1.fxmatters span {
	color: #8b0100;
	font-size: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
h1.fxmatters a,
h1.fxmatters a:link,
h1.fxmatters a:visited,
h1.fxmatters a:hover,
h1.fxmatters a:active {
	text-decoration: none;
	color: #8b0100;
	width:898px;
	height:91px;
	display: block;
}
/* Advanced Search form */

#ctas_form {
	text-align: left;
}

#ctas_form fieldset ul {
	list-style: none;
	margin: 5px 15px;
	padding: 0;
}

#ctas_form fieldset {
	border: 1px solid #777;
	margin: 15px 0;
	padding: 15px;
}

#ctas_form legend {
	font-size: 1.1em;
	font-weight: bold;
}

#ctas_form fieldset li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#ctas_form fieldset li:before {
	content: '';
}

#ctas_form input {
	border: 1px solid #777;
	background-color: #f9f9f9;
	color: #444;
}

#ctas_form input:focus {
	background-color: #fff;
	color: #444;
}

#ctas_footer p {
	font-size: 0.9em;
	text-align: center;
	margin-top: 25px;
	border-top: 1px solid #888;
}
.hilite {
	color: #fff;
	background-color: #8b0100;
}
.hilite1 {
	color: #000;
	background-color: #ffcc66;
}
.hilite2 {
	color: #000;
	background-color: #99ff66;
}
.hilite3 {
	color: #000;
	background-color: #ff9999;
}
/* navigation menu */

/* remove the bullets, padding and margins from the lists */
.menu {
border-top: 2px solid #600;
border-bottom: 1px solid #600;
height: 26px;
}
.menu ul{
list-style-type:none;
padding:0;
margin:0 0 0 30px;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
float:left;
position:relative;
z-index:100;
}

/* use the table to position the dropdown list */
.menu table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:-30px;
top:25px;
}

/* style all the links */
.menu a, .menu :visited {
display:block;
font-size:16px;
text-transform: uppercase;
width:139px;
padding:3px;
color:#333;
text-decoration:none;
margin-right:1px;
text-align:left;
}
/* style the links hover */
.menu :hover{
color:#000;
background:#ccc;
}

/* hide the sub level links */
.menu ul ul {
visibility:hidden;
position:absolute;
width:10em;
height:0;
}
.menu table ul li {
background-color:#eee;
}
/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
}
.menu table a,
.menu table a:link,
.menu table a:visited,
.menu table a:hover,
.menu table a:active {
font-size: 14px;
text-transform: capitalize;
}

.caricature {
	float: right;
	padding: 10px;
	border: none;
}
#content .post table { border-collapse: collapse; }
#content .post table tr td { 
	padding: 5px 5px;
	border: 1px solid #ccc;
	margin: 0;
}

/* Start of CSS for Dagon Design Form Mailer */

.mailwrapper {
	text-align: center;
}
.maildiv {
	margin: 0 auto 0 auto;
	text-align: left;
	width: 450px;
	font-size: 90%;
}
.maildiv form {
	text-align: left;
}
.maildiv label {
	/* used for right side captions */
	vertical-align: top;
	padding: 0 0 0 3px;
}
.maildiv .sidelbl {
	/* used for left side labels */
	width: 150px;
	text-align: left;
	padding: 0 10px 0 0;
	vertical-align: top;
	position: relative;
	display: block; 
	float: left; 
	clear: left;
}
.maildiv a {
	color: #600;
}
.maildiv h2 {
	color: #600;
	font-size: 120%;
}
.maildiv input {
	margin-bottom: 10px;
}
.maildiv select {
	margin-bottom: 10px;
}
.maildiv textarea {
	margin-bottom: 10px;
}
.maildiv .ver_img {
	padding: 0;
	margin: 0 0 10px 10px;
	vertical-align:bottom;  
	border: 1px solid #600; 
}
.maildiv fieldset {
	padding: 15px 5px 5px 5px;
	margin-bottom: 10px;
}
.maildiv .legendspacing {
	height: 10px;
}
.maildiv .fmcredits {
	float: left;
	font-size: 90%;
}
.maildiv .fmsubmit {
	float: right;
}
.maildiv .fmrequired {
	color: #600;
}
.maildiv .fmspacer {
	height: 10px;
}
.maildiv .fminfofull {
	padding: 0 10px 0 10px;
	color: #600;
	margin-bottom: 15px;
}
.maildiv .fminfohalf {
	padding: 0 10px 0 10px;
	color: #600;
	margin-left: 110px;
	margin-bottom: 15px;
}
.maildiv .fmerrorbox {
	text-align: left;
}
.maildiv li {
	margin: 0 0 4px 0;
}
.maildiv .fmerrortitle {
	color: #FF0000;
	font-size: 120%;
}
.maildiv .fmset {
	border: 1px solid #eee;
}
/* End of CSS for Dagon Design Form Mailer */
#maillist_form {
							 display:block;
							 overflow:hidden;				 
}
#maillist_form label{
							 font-size:1.2em; 
							 color:#333; 
							 font-weight:bold;
							 }
#maillist_form div.label {
							 float:left;
							 width:30%;
							 text-align:right;
							 clear:both;
							 float:left;
							 display: inline;
							 padding: 4px;	
							 margin-top: 5px;
							 margin-bottom: 5px;
}
#maillist_form div.input {
							width: 65%;	
							text-align: left;	
							float: right;	
							display: inline;	
							padding: 4px;								 
							margin-top: 5px;
							margin-bottom: 5px;
							color:#555;
}
/* Begin Contact Form ][ CSS */
.contactform {
	position: static;
	overflow: hidden;
}

.contactleft {
	width: 25%;
	text-align: right;
	clear: both;
	float: left;
	display: inline;
	padding: 4px;
	margin: 5px 0;
    font-weight: bold;
}

.contactright {
	width: 70%;
	text-align: left;
	float: right;
	display: inline;
	padding: 4px;
	margin: 5px 0;
}

.contacterror {
	border: 2px solid #ff0000;
}
/* End Contact Form ][ CSS */
/* search highlight using jquery */
.hls { background: #F4C87D; }
