/* CSS Document for WICT website
   To set font sizes use the relative measure em  - 1em is 100% so if you want something a little bigger try 1.2em etc.
   */

h1 {

	padding-bottom: 10px;
}

h2 {

	padding-top: 15px;
	padding-bottom: 10px;
	
}

h3 {

	padding-top: 10px;
	padding-bottom: 5px;
	font-size: 1em;

}

#navbar .breadcrumb {

	color: #888;
	font-size: .8em;
	font-weight: bold;
}

ul.main_ul {

	padding-left: 5px;
}

/* I have to do a little work-around - Wasn't intended to be a nested list */
ul.main_ul_li_ul {

	font-size: 1.3em;
	list-style-type: none;
	margin: 0;
	padding: 0 0 10px 0;
}

li.dist{
	padding-bottom:5px;
}

ul.arrowList {

	margin: 0 0 0 15px;
	padding: 0;
}

ul.arrowList li {
	
	background-image: url(http://www.swin.edu.au/images/arrow5.gif);
	background-repeat: no-repeat;
	background-position: 0 1em;
	padding-left: 1em;
	padding-bottom:1px;
	padding-top:7px;
	border-bottom: 1px solid #D9D9D9;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
	list-style: none;
}

/* clears margins and padding around elements */
.nospace {

	padding: 0;
	margin: 0;
}

/* form styling */

div.row {

  clear: both;
  padding-top: 10px;
}

div.row label {

  float: left;
  width: 150px;
  text-align: right;
  padding-right:5px;
  font-size:.8em;
}

input[type="text"] {

	padding-left: 3px;
	border:1px solid #7F9DB9;
	font-size: 0.8em;
	width: 60%;
	max-width: 700px;
	color: #006699;
	font-family:Arial;
}

input[type="text"]:focus,  textarea:focus{
	
	background-image:url(images/formGradient.gif);
	background-position: top;
	background-repeat:repeat-x;
	border-color: #7EC6FA;
}

input[type="submit"] {

	width: auto;
}

textarea {

	padding-left: 3px;
	border:1px solid #7F9DB9;
	font-size: 0.8em;
	width: 60%;
	max-width: 700px;
	color: #006699;
	font-family:Arial;
}

.error {

	color: #C00;
	font-size: .8em;
}

.page_footer {

	margin: 0;
	padding: 50px 0 10px 0;
	font-size: .8em;
}

.page_footer ul {

	margin: 0;
	padding: 0;
}

.page_footer ul li {

	margin: 2px 0;
	padding: 0;
	display: inline;
}

#message {

	margin: 5px;
	padding: 5px 30px;
	text-align: center;
	width: 400px;
	font-size: .8em;
	font-weight: bold;
	position: relative;
}

.member {

	border: 1px solid #C1D7E6;
	border-top: 4px solid #D2E1EE;
	border-bottom: 2px solid #D2E1EE;
	background: #FCFDFE url(../../images/righthandlist_bg.gif) repeat top left;
	width: 150px;
	margin: 10px;
	padding: 10px 20px;
	float: left;
	text-align: center;
	font-weight: bold;
	height: 250px;
}
.banner {

	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	margin-right: 15px;
	padding: 2px 2px;
	position: relative;
	text-align: center;
	font-weight: bold;
	height: 60px;
	font-size: 12;

	
	
}

.clearing {

	clear: both;
}
