/*
Theme Name: Sydney From All Angles
Theme URI: http://www.yarraweb.com/
Author: Yarra Web
Author URI: http://www.yarraweb.com/
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
	overflow:auto;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html, body {
	margin: 0;
	}
body {
  background:url(images/bg-noise.png);
  font-family: Arial, Helvetica, Verdana;
}

/* BEGIN > HOME PAGE */
#home #container {
  width:1050px;
  margin:0 auto;
}
#home #middle {
  position:relative;
  width:1050px;
  margin:0 auto;
}
#home #logo {
  position:relative;
  margin:0 auto;
  width:492px;
  height:500px;
  background:url(images/logo-frame.png) no-repeat;
}
#home #logo img {
  position:absolute;
  top:72px;
  left:58px;
}
#home .go-public {
  position:absolute;
  left:0;
  bottom:103px;
  width:282px;
  height:215px;
  text-indent: -1999px;
  background:url(images/go-public.png) no-repeat center;
}
#home .go-professional {
  position:absolute;
  right:0;
  bottom:103px;
  width:282px;
  height:215px;
  text-indent: -1999px;
  background:url(images/go-professional.png) no-repeat;
}
#home #footer {
  text-align:center;
  margin-top:20px;
}
#home #footer .platforms{
}
#home #footer .aila {
  display:block;
  margin-top:20px;
}
#home #footer .copy {
  margin-top:20px;
  color:#171515;
  font:bold 12px Arial, Verdana;
}
/* EOF > HOME PAGE */

/* BEGIN > PUBLIC */
#public {
width:100%;
}
#public #container {
position:absolute;
width:100%;
height:100%;
left:0;
top:0;
min-width: 960px;
}
#public .left {
float:left;
width:40%;
height:100%;
background-color:#fff;
}
#public .left .content {
float:right;
width:365px;
margin-top:20px;
text-align:center;
}
#public .left .platforms {
 margin-top:40px;
}
#public .left .aila {
display:block;
margin-top:25px;
}
#public .left .copy {
margin-top:20px;
color:#171515;
font:bold 12px Arial, Verdana;
}
  #public .right {
float:right;
width:60%;
height:100%;
overflow:hidden;
}
#public .right .content {
  /* change padding value to whatever feels right */
padding-right: 10px;
float:left;
 /* this loses the fixed size though */
width: 510px;
min-height:704px;
margin-top:20px;
background:url(images/public-right-shadow.png) no-repeat left top;
 
padding: 10px 40px;
}
/* EOF > PUBLIC */

/* BEGIN > PROFESSIONAL */
#prof {

}
#prof #container {
  width:1000px;
  margin:0 auto;
  margin-top:20px;
}
#prof .left {
  float:left;
  width:605px;
  padding-right:20px;
  background:url(images/shadow-left.png) no-repeat right top;
}
#prof .right {
  float:left;
  width:375px;
  margin-top:80px;
}
#prof .right .platforms {
  margin-top:40px;
}
#prof .right .aila {
  display:block;
  margin-top:25px;
}
#prof .right .copy {
  margin-top:20px;
  color:#171515;
  font:bold 12px Arial, Verdana;
}
/* EOF > PROFESSIONAL */

/* BEGIN > COMMON */
.box {
  position:relative;
  float:left;
  width:165px;
  height:178px;
  border:1px solid red;
  background:url(images/box-frame.png) no-repeat 0 0;
}
.box:hover {
  background:url(images/box-frame.png) no-repeat 0 -178px;
}
.box img {
  position:absolute;
  top:16px;
  left:16px;
  border:1px solid red;
}
.box .title {
  margin-top:168px;
  font-size:18px;
  color:#3c3c3c;
  text-align:center;
}
/* EOF > COMMON */

/* Additional styles */
p {
	padding: 10px;
	margin: 0;
	}
img {
	border: 0;
	}
h1,h2,h3,h4,h5 {
  text-transform:uppercase;
  color:#080808;
}
h1 {
  font-size:40px;
  border-bottom:4px solid #080808;
  margin-bottom:28px;
}
h1 span {
  color:#9bc3f3;
}
a {
	color: #84d5fa;
	text-decoration: none;
	}
a:hover {
	color: red;
	}
