/*
Theme Name: Sapphire Stretch
Theme URI: http://masnikov.com/sapphire_stretch
Description: <a href="http://masnikov.com/sapphire_stretch">Sapphire Stretch</a> is an advanced, easy to use, three column and flexible width WordPress theme featured with your own <a href="http://gravatar.com">Gravatar</a>! It will be shown automatically in the top left corner. There are more colors:  <a href="http://masnikov.com/emerald_stretch">Emerald</a> &  <a href="http://masnikov.com/ruby_stretch">Ruby</a>. If you like this theme, you can make a <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2455180">donation</a>.
*/

html, body {
  height: 100%;
}

H1 { 
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-size: 40px;
	line-height:40px;
	margin-top: 0;
} 

H2 { 
	font-family: "Times New Roman", Times, serif;
	color: #000000; 
	font-size: 30px;
	line-height:30px;
} 

H3 { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000; 
	font-size: 20px;
	line-height:20px;
} 

H4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:18px;
}

H5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:12px;
	font-weight:bold;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

address {
	font-style:normal;
	line-height:normal;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

img.floatLeft { 
    float: left; 
    margin: 4px; 
}

img.floatRight { 
    float: right; 
    margin: 4px; 
}

a img {
	border:0;
}

a:link {
	text-decoration: none;
	color: #FF7635;
}

a:visited {
	text-decoration: none;
	color: #990099;
}
a:hover {
	text-decoration: none;
	color:#000000;
	font-weight: bold;
}

a:active {
	text-decoration: none;
	color: #4b97d1;
}

body {
	margin:0;
	line-height: 1.5em;
	padding:0 10px 10px 10px;
}

hr {
  color: #FFF;
  height: 0px;
  border: 1px dotted #ccc;
  margin-top: 3px;
  margin-bottom: 3px;
}

code {
  font: 12px Monaco, "Lucida Console", "Courier New", "Courier", monospace;
  padding: 15px;
  border: #99c1f1 1px solid;
  background: #e1efff;
  display: block;
}

#search {
	width: 270px;
	height: 40px;
	top: 40px;
	left: 760px;
	position:absolute;
}

* html #search {
	display:none; /* hide the search box in IE6 and below */
}

/*LAYOUT*/

#wrapper{
	min-width: 965px;
	max-width: 1680px;
}

#header {
	background: #FFF;
	height: 160px; /*Height of top section*/
	min-width: 1024px;
	max-width: 1680px;
}

#content-wrapper {
	float: left; 
	width: 100%;
}

#content {
	margin: 0 200px 0 200px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
	padding: 0 15px 0 15px;
}

#sidebar-left {
	float: left;
	width: 200px; /*Width of left column*/
	margin-left: -100%;
}

#sidebar-right {
	float: left;
	width: 200px; /*Width of right column*/
	margin-left: -200px; /*Set left marginto -(RightColumnWidth)*/
}

* html #rightcolumn {
	display:none; /* Hide the right column in IE 6 and below */
}

* html #contentcolumn {
	margin: 0 0 0 200px; /* Removes the right margin in IE 6 and below so that the content fills the page */
}

#footer {
	clear: left;
	width: 100%;
	background: #FF0099;
	color: #fff;
	text-align: center;
	padding: 4px 0;
}

#footer a {
	color: #000000;
	font-weight:bold;
}

#footer a:hover {
	color:#B4DB11;
}

.innertube {
	margin: 0px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
}

/*NAVIGATION TAB MENU*/

.tabs{
	padding: 0;
	margin-bottom: 0;
	width: 100%;
	overflow: hidden;
	background: transparent;
}

.tabs ul{
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	list-style: none;
}

.tabs li{
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
	text-transform: lowercase;
}

.tabs a, .tabs a:visited {
	float: left;
	color: white;
	background: #B4DB11 url(http://www.aicdedu.com.au/images/roundleft.gif) no-repeat left top; 
	margin: 0 2px 0 0;
	padding: 0 0 1px 3px;
	text-decoration: none;
}

.tabs a span{
	float: left;
	display: block;
	background: transparent url(http://www.aicdedu.com.au/images/roundright.gif) no-repeat right top; /*right corner image*/
	padding: 7px 9px 3px 6px;
	cursor: pointer;
}

.tabs a span{
	float: none;
}

.tabs a:hover, .ubercolortabs li.selected a{
	background-color: #FF0099; /*background color of tabs onMouseover*/
	color: white;
}

.tabs a:hover span{
	background-color: transparent;
}

.divider{ /*CSS for horizontal line.*/
	clear: both;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 5px;
	background: #000000; /*background color of horizontal line*/
}

#content blockquote {
  background-color: #ebf4ff;
  border-left: 3px solid #99c1f1;
  margin: 0 0 5px 15px;
  padding: 5px 10px 1px 8px;
}

#content .pagetitle {
  margin-bottom: 20px;
  border-bottom: 1px dotted #484848;
}

#sidebar-right li {
  list-style-type: none;
}

#sidebar-left li {
  list-style-type: none;
}

/* SIDE MENU */

.side body {
	padding:0;
	margin:0;
}

.side ul {
	padding: 0;
	margin: 0;
	width:100%;
	top:0;
	right:0;
	}

.side li {
	border-bottom: 2px solid #CCC;
	list-style-type:none;
	padding: 0;
	margin: 0;
	}

.side li a, .side li a:link, .side li a:visited, .side li.unusual {
	background-color:#FFFFFF;
	display: block;
	padding:8px 15px 10px 15px;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:12px;	
	font-weight:bold;
	color:#660066;
	}
	
.side li a:hover {
	background-color:#9bdd02;
	color: #FFFFFF;
	}
	
.side li.title {
	padding:8px 15px 10px 5px;
	text-transform:uppercase;
	color:#000;
	font-weight:bold;
	font-size:14px;
	}

.side li.unusual, .side li.unusual a:link, .side li.unusual a:visited, .side li.unusual a:hover {
	background:url(http://www.aicdedu.com.au/images/head_back40.gif) top  no-repeat;
	color:#FFFFFF;
	text-align:center;
	padding: 8px 0;
	text-transform:capitalize;
	height: 15px;
	font-size:16px;
	}

#postmeta {
  font-size: 80%;
  margin-bottom: 30px;
  padding-bottom: 3px;
  border-bottom: 1px dotted #0f4b78;
  color: #999;
  clear: both;
  line-height: 100%;
}

#postmeta p {
  line-height: 100%;
}

#postmeta img {
  vertical-align: middle;
  margin: 0 4px 0 0;
}

#postmeta .editlink {
  float: right;
  margin-top: 5px;
}

.postnav {
  width: 86%;
  float: left;
  list-style: none;
  line-height: 110%;
  margin-top: -10px;
  margin-bottom: 20px;
  padding: 0;
}

.postnav li.left {
  display: block;
  float: left;
  padding: 0;
  margin: 0;
}

.postnav li.right {
  display: block;
  float: right;
  padding: 0;
  margin: 0;
}

#comments {

}

#comments ul li, #comments ol li {
  margin-bottom: 40px;
  border-bottom: 1px dotted #0f4b78;
}

#comment-area {

}

#comment-form {

}

.commenter {
  /*color: #548fdd;*/
  color: #777;
}

.comment-moderation {
  color: red;
}

.comment-info {

}

#footer a {
  color: #b9d6f9;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

#footer p {
  margin: 0;
}

#footer-left {

  float: left;
  text-align: left;
}

#footer-right {
  float: right;
  text-align: right;
}

.hasFloat:after {
  content: "";
  display: block;
  clear: both;
}


img#wpstats {
  width: 0px;
  height: 0px;
  padding: 0px;
  border: none;
  overflow: hidden;
}

.aligncenter, div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 5px 10px 5px 0px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}