

/************************************************************************
*   
*   S O L I D  C S S
*   
*   Author:  Level 91
*   Date:    07 January 2010
*   Web:     http://www.level91.com.au
*   Email:   design@level91.com.au
*   Version: 1.0
* 
*************************************************************************/

/*-----------------------------------------------------------------------
Control Panel
------------------------------------------------------------------------*/



/*-----------------------------------------------------------------------
Dropdown	
------------------------------------------------------------------------*/

#topNav
{
	position:relative;
	z-index:3;
}

/*--superfish Essentials--*/

.sf-menu, .sf-menu * 
{
	margin:0;
	padding:0;
	list-style:none;
}

.sf-menu 
{
	line-height:1.0;
}

.sf-menu ul 
{
	position:absolute;
	top:-999em;
	width:180px;
}

#topNav .sf-menu ul li 
{
	background:none;
	color:white;
	width:100%;
}

#topNav .sf-menu ul
{
	padding:0;	
}

#topNav .sf-menu ul li a 
{
	border:none;
	color:white;
	line-height:24px;
	text-shadow:none;
	padding:5px 10px;
}

#topNav .sf-menu ul li a:hover
{
	background:#1B4053;
	color:white;
	text-decoration:none;
}

.sf-menu li:hover 
{
	visibility:inherit;
}

.sf-menu li 
{
	float:left;
	position:relative;
}

.sf-menu a 
{
	display:block;
	position:relative;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul 
{
	background:url(../images/sub_nav_bg.gif) repeat-x #92afcb;
	left:0;
	top:33px;
	z-index:99;
}

.sf-sub-indicator
{
	display:none;	
}
/*-----------------------------------------------------------------------
Search
------------------------------------------------------------------------*/
.searchFor
{
	border-top: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	height:30px;
}

.searchFor h2
{
	line-height:30px;
	margin:0;	
}

.searchResults
{
	padding:20px 0;	
}

.searchResults li
{
	padding:0 0 10px;	
}

.searchResults h1
{
	border:none;
	font-size:14px;
	margin:10px 0 0;
}

.searchResults h1 a
{
	color:#3D619F;
}

.searchResults p
{
	font-size:12px;
	font-weight:normal;
}

.pagenation
{
	font-size:12px;
	font-weight:normal;
}
/*-----------------------------------------------------------------------
Blog
------------------------------------------------------------------------*/

.post
{
	margin:0 0 20px;	
}

#blog h1,
#blog h2,
#blog h3
{
	border:none;
	margin:0 0 10px;
	padding:0;
}

#blog h1
{
	border-bottom:1px dotted #7d7d7d;
	margin:0 0 15px;
	padding:0 0 10px;
}

/*-----------------------------------------------------------------------
Forms
------------------------------------------------------------------------*/

/*--Login, Forgot Password etc--*/

#fullColumn .formWrapper
{
	width:	650px;
}


#leftColumn .formWrapper
{
	width:	480px !important;
}

.formWrapper
{
	border:1px solid #ccc;
	font-size:12px;
	background:#efefef;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	padding:20px;
	width:100%;
}

.formFieldset
{
	border:1px solid #ccc;
	font-size:12px;
	background:#efefef;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	width:100%;
}

.formWrapper h1
{
	font-size:18px;
	font-weight:bold;
}


.formWrapper input,
.formWrapper label
{
	display:block;
	border:none;
}

.formWrapper input.textInput
{
	height:15px;
	width:190px;	
	border-top:1px solid #ccc;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	padding:5px 4px;
}

textarea
{
	color:#333;
	font-family: Arial, Helvetica, sans-serif;	
	font-size:12px;
}

.formWrapper textarea
{
	width:300px;	
	border-top:1px solid #ccc;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	padding:5px 4px;
}


.formWrapper .submit
{
	border:1px solid #aaa;
	background:#CCC;
	padding:5px 10px;
	font-weight:bold;
	cursor:pointer;
	color:#333;
}

.formWrapper a
{
	color: #069;
	font-size:11px;
}

.formWrapper a:hover
{
	text-decoration:underline;
}



/*--Solid Forms, Google Map--*/

.googleMap
{
	margin:20px 0;	
}

input
{
	font-size:12px;	
}

.formBox
{
	background:#f9f9f9;
	border:1px solid #efefef;
	padding:0 20px 20px;
	width:640px;
}

label,
.form .formLabel
{
	color:#424242;
	display:block;
	float:none;
	font-size:12px;
	line-height:15px;
	padding:0 0 3px;
	text-align:left;
	white-space:nowrap;
	width:auto;
}

.form .formCheck .formLabel
{
	color:#424242;
	display:block;
	float:right;
	font-size:12px;
	line-height:17px !important;
	text-align:left;
	white-space:nowrap;
	width:auto;
}

.formFile .formEntry  input
{
	font-size:12px;
	height:27px;
	line-height:27px;
	padding:3px;
}

.formEntry input
{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#ECF3FB none repeat scroll 0 0;
	border:1px solid #c2d4ea;
	font-size:16px;
	color:#4b78ab;
	height:15px;
	padding:7px 5px;
	width:250px;
}

.formEntry textarea
{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#ECF3FB none repeat scroll 0 0;
	border:1px solid #c2d4ea;
	font-size:16px;
	font-weight:bold;
	height:150px;
	padding:7px 5px;
	width:250px;
}


.formSubmit input
{
	background:url(../images/submit_btn.jpg) top;
	cursor:pointer;
	display:block;
	height:31px;
	margin:20px 0 0 0;
	text-indent:-9999px;
	width:80px;
}

.formSubmit input:hover
{
	background-position:bottom;	
}

.required img
{
	display:none;	
}

/*-----------------------------------------------------------------------
Toolip
------------------------------------------------------------------------*/


#preview
{
	position:absolute;
	border:1px solid #dfdfdf;
	background:#f4f4f4;
	padding:5px;
	display:none;
	color:#fff;
}


fieldset.visible {
	border: 1px solid #000000;
}
}
