/*  
Theme Name: The Path
Theme URI: http://thepath.org.au
Description: The default theme for the thepath.org.au website
Author: Joseph Iussa
Author URI: http://www.dircsa.org.au
*/

/********************LAYOUT***********************/
html{
    height: 100%;
}

body{
    font: 15px/1.6 "Century Gothic", Arial, Verdana, sans-serif;
    background-color: white;
	background-image: url('images/bg_gradient.png');
	background-repeat: repeat-x;
    margin: 0;
    padding: 0;
    height: 100%;
}

#wrapper{
    width: 900px;
    min-height: 100%;
    margin: 0 auto;
    /*background-color: #fff;
    border-left: 1px solid #ff8a00;
    border-right: 1px solid #ff8a00;*/
}

#main{
    padding: 0;
}


/********************TITLE********************/
div#title *{
	margin: 0;
	line-height: 0;
}

div#title{
	text-align: center;
	padding: 15px 0;
}

div#title img, div#title a:hover, div#title a:hover img{
	border: none;
}


/********************NAV********************/
#nav{
	border: 1px solid black;
}

#nav *{
	height: 30px;
}

#nav ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: auto;
    text-align: center;
    background-color: white;
}

#nav li{
    display: inline;
}

#nav a{
    display: inline-block;
    line-height: 30px;
    padding: 0 15px;
    border-left: 1px solid white;
    border-right: 1px solid white;
}

#nav a, #nav a:visited{
    color: #000000;
	font-weight: normal;
    text-decoration: none;
}

#nav a:hover{
    background-color: #fca0c5;
    color: #000000;
    text-decoration: none;
    border-left: 1px solid black;
    border-right: 1px solid black;
	border-bottom: none;
}


/********************PAGE-CONTENT********************/
h1, h2, h3, h4{
    color: #000000;
}

h1{
    font-size: 35px;
}

h2{
    font-size: 25px;
    border-bottom: 1px solid black;
}

h3{
    font-size: 20px;
}

h4{
	font-size: 17px;
	font-weight: bold;
}

a{
    color: #a62979;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	border-bottom: 2px solid #a62979;
}

img{
    border: none;
}

a img{
    border: 1px solid transparent;
}

a:hover img{
    border: 1px solid black;
}

img#forrest-path{
	border: 7px double brown;
}


/************************FOOTER******************************/
#footer{
	font-size: 13px;
	line-height: 1.1;
	margin-top: 30px;
	border-top: 1px solid black;
	padding-top: 10px;
}

#footer table#footer-table{
	margin: 0 0 0 auto;
}

#footer table#footer-table td{
	vertical-align: top;
	margin: 0;
	padding: 0;
	padding-left: 10px;
}

#footer td#dirc-logo a{
	border: none;
}

#footer a img, #footer a:hover img{
	border: none;
}


/************************REG-FORM******************************/
.wpcf7 .red-star{
	color: red;
	font-weight: bold;
	font-size: 17px;
}

.wpcf7 legend{
    font-size: 1.3em;
	background-color: white;
	border: 1px solid black;
}

.wpcf7 fieldset{
    margin-bottom: 15px;
    border: 1px solid black;
	background-color: white;
}

.wpcf7 td{
    vertical-align: top;
	padding-bottom: 10px;
	padding-right: 15px;
}

.wpcf7 td:first-child{
	width: 200px;
	max-width: 200px;
	min-width: 200px;
}

.wpcf7 table#current-services td{
	width: auto;
	max-width: none;
	min-width: 0;
}

.wpcf7 td.vertical-items .wpcf7-list-item{
    display: block;
}

.wpcf7 input[type="submit"]{
    font-size: 1.3em;
}

.wpcf7-response-output{
    padding: 10px;
    text-align: center;
	background-color: white;
	border-width: 6px;
	margin-left: 0;
	margin-right: 0;
}

.wpcf7-mail-sent-ok{
    background-color: #c2ebb0;
}