/* Friends of Sydney - Display Layer */
/* Author: David Phoebus */
/* Initial Build: October 6, 2009 */

/* reset */

body,h1,h2,h3,h4,h5,p,ol,ul,li,form {
	margin: 0px;
	padding: 0px;
}

/* common elements */

p,ol,ul {
	padding-bottom: 15px;
}

h1,h2,h3,h4,h5 {
	margin-bottom: 15px;
}

h1 {font-size: 24px;}
h2 {font-size: 18px;}
h3 {font-size: 16px;}
h4 {font-size: 14px;}

h4.msg span {
	padding: 1px 4px;
	background: #CDE5C3;
}

p,ul,ol {
	line-height: 21px;
}

ul,ol {
	padding-left: 30px;
}

A {
	color: #0F336E;
}

A:active,
A:hover {
	text-decoration: none;
	background-color: #cde5c3;
}

A IMG {
	border: 0px;
}

.hdg-link {
	float: right;
	margin-top: 18px;
}

/* layout elements */

body {
	font-family: "Trebuchet MS", Arial, Helevetica, sans-serif;
	color: #0F336E;
	background: #AACBA4 url(../bkg/body.jpg) repeat-x top;
	font-size: 14px;
}

.layout {
	width: 900px;
	margin: 0px auto;
	padding-left: 20px;
	padding-right: 20px;
}

.sky {
	background: transparent url(../bkg/sky.jpg) no-repeat top;
}

.leaves {
	border-top: 15px solid #F9D701;
	background: url(../bkg/leaves.jpg) repeat left top;
}

/* header elements */

#header {
	padding-top: 20px;
	height: 320px;
	background: transparent url(../bkg/sunflowers.png) no-repeat right bottom;
}

.logo {
	margin: 0px 0px 5px -3px;
}

.global-nav {
	list-style: none;
}

#header,
#header .global-nav A {
	color: #FFFFFF;
}

#header .global-nav {
	margin-left: 2px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
}

#header .global-nav LI {
	margin-bottom: 8px;
}

#header .global-nav A {	
	text-decoration: none;
}

#header .global-nav A:active,
#header .global-nav A:hover {
	text-decoration: underline;
	background-color: transparent;
}

/* content elements */

#main {
	padding: 10px 0px 40px 0px;
}

.leftcol {
	float: left;
	width: 585px;
	margin-right: 20px;
}

.rightcol {
	float: right;
	width: 275px;
	margin-left: 20px;
	padding-top: 10px;
}

.side-module {
	margin-bottom: 20px;
}

.hdg-share {
	float: left;
	width: 70%;
}

.view-more {
	text-align: right;
	padding-top: 8px;
}

.photo {
	padding: 10px 10px 0px 10px;
	width: 131px;
	height: 173px;
	text-align: center;
	font-size: 11px;
	color: #000000;
	background: transparent url(../bkg/photo.png) no-repeat top;
	/*filter: progid:DXImageTransform.Microsoft.Shadow(direction=135, color=gray, strength=4);*/
}

.photo IMG {
	display: block;
	margin-bottom: 1px;
}

.sidebox {
	clear: both;
	margin-left: 5px;
	padding-bottom: 10px;
	width: 260px;
	background: #cde5c3 url(../bkg/boxbtm.gif) no-repeat left bottom;
}

.sidebox-inner {
	padding: 10px 10px 0px 15px;
	background: #cde5c3 url(../bkg/boxtop.gif) no-repeat left top;
}

.formbox {
	clear: both;
	margin: 0px 0px 15px 0px;
	padding-bottom: 10px;
	width: 580px;
	background: #CDE5C3 url(../bkg/formbox_btm.gif) no-repeat left bottom;
}

.formbox-inner {
	padding: 15px 15px 0px 15px;
	background: #CDE5C3 url(../bkg/formbox_top.gif) no-repeat left top;
}

.videobox {
	margin: 0px 0px 15px 0px;
	padding-bottom: 10px;
	width: 390px;
	background: #CDE5C3 url(../bkg/videobox_btm.gif) no-repeat left bottom;
}

.videobox-inner {
	padding: 15px 15px 0px 15px;
	background: #CDE5C3 url(../bkg/videobox_top.gif) no-repeat left top;
}

.note,
.sidelink {
	font-size: 12px;
}

/* videos page */

.video-clip {
	margin-bottom: 10px;
	padding-top: 40px;
	background: url(../bkg/sep.gif) no-repeat -20px top;
}

.video-clip .video-text {
	float: left;
	width: 420px;
	margin: 0px 80px 0px 0px;
}

.video-clip .videobox {
	float: left;
}


/* list elements */

UL.bullets {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

UL.bullets A {
	padding-left: 15px;
	background: transparent url(../bkg/bullet.gif) no-repeat left;
}

UL.bullets A:hover,
UL.bullets LI.current A {
	background-image: url(../bkg/bullet_current.gif);
}

UL.bullets LI.current A {
	font-weight: bold;
	text-decoration: none;
}

.headlines {
	font-size: 12px;
}

.headlines A {
	font-weight: bold;
}

.headlines .posted {
	margin-left: 15px;
}

UL.entries {
	clear: both;
	padding-left: 0px;
	list-style: none;
}

UL.entries .entry-heading {
	padding-bottom: 10px;
	line-height: normal;
}

UL.entries .counter {
	float: left;
	margin-right: 5px;
	width: 26px;
	padding: 7px 4px 0px 0px;
	color: #E9EDE9;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}

UL.entries A.counter:active,
UL.entries A.counter:hover {
	background-color: transparent;
}

UL .title {
	display: block;
	padding-top: 6px;
	font-weight: bold;
	color: #0F336E;
}

UL .title A {
	text-decoration: none;
}

UL .title A:hover {
	background-color: transparent;
	text-decoration: underline;
}

UL .posted {
	display: block;
	font-size: 11px;
	color: #0F336E;
}

.comment .title,
.comment .posted {
	float: left;
	margin-right: 5px;
}

.comment .posted {
	margin-top: 8px;
}

UL.entries UL {
	font-weight: normal;
	list-style: disc;
}

UL.entries LI.entry {
	margin: 0px;
	padding: 15px 0px 5px 0px;
	background: transparent url(../bkg/leaf_sep.gif) no-repeat left top;
}

UL.entries.detail LI.entry {
	padding: 0px 0px 15px 0px;
	background: none;
}

UL.entries LI.entry .journal,
UL.entries LI.entry .user-content,
.content-block {
	padding-left: 35px;
}

UL.entries.detail LI.entry .journal {
	padding-left: 0px;
}

UL.thumbs {
	list-style: none;
	padding: 0px 0px 12px 0px;
	margin-bottom: 0px;
}

UL.thumbs LI {
	float: left;
	margin: 0px 5px 5px 0px;
	height: 56px;
	width: 56px;
}

UL.thumbs IMG {
	float: left;
}

.photos {
	margin-top: 10px;
}

.comments {
	margin-top: 30px;
}

.content-block {
	padding-top: 20px;
	padding-bottom: 20px;
	background: transparent url(../bkg/sep.gif) no-repeat left top;
}

#comment-confirm {
	display: none;
}

.comment-sent #comment-confirm {
	display: block;
}

/* sidenav */

UL.datenav {
	padding: 0px 0px 10px 5px;
	list-style: none;
}

UL.datenav LI UL {
	display: none;
	list-style: none;
	padding: 0px 0px 2px 15px;
}

UL.datenav LI.open UL {
	display: block;
}

/* home page elements */

.homepic {
	padding: 10px;
	width: 250px;
	height: 250px;
	background: url(../bkg/homepic.png) no-repeat center;
}

/* form elements */

FORM {
	margin: 0px;
}

FORM p {
	padding-bottom: 10px;
}

LABEL {
	font-weight: bold;
	font-size: 12px;
}

LABEL,
INPUT,
SELECT {
	vertical-align: middle;
}

INPUT,
SELECT,
TEXTAREA {
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helevetica, sans-serif;
}

.required {
	color: #BA0505;
}

.errors {
	float: left;
	margin: 0px 0px 15px 0px;
	padding: 2px;
	color: #BA0505;
	background: #FFF4F4;
	border: 1px solid #B54A4A;
	font-size: 12px;
	list-style: none;
}

.errors LI {
	margin: 0px;
	padding: 0px 5px;
}

.captcha img {
	border: 1px solid #A7A6AA;
}

/* form buttons */

/*
INPUT.btn,
INPUT.btnover,
a.btn {
	vertical-align: middle;
	overflow: visible;
	margin: 0px;
	padding: 2px 8px 2px 8px;
	font-size: 11px;
	font-family: "Trebuchet MS", Arial, Helevetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background: #3E692B url(../btn/btn.gif) repeat-x center;
	border: 1px solid #2D4B1F;
	cursor: pointer;
}

INPUT.btnover,
a.btn:hover, a.btn:active {
	color: #FFFFFF;
	background: #2D4B1F url(../btn/btn.gif) repeat-x center;
	border: 1px solid #000000;
}
*/

/* buttons */

A.btn,
INPUT.btn {
	overflow: visible;
	padding: 0px 12px 2px 0px;
	height: 27px;
	line-height: 27px;
	font-weight: bold;
	font-size: 14px;
	color: #E8FAE1;
	background: transparent url(../btn/btn.jpg) no-repeat right top;
	border: 0px;
	cursor: pointer;
}

A.btn SPAN,
SPAN.btn {
	display: table-cell;
	padding: 0px 0px 0px 12px;
	background: transparent url(../btn/btn_left.jpg) no-repeat left top;
}

A.btn:active,
A.btn:hover,
SPAN.btn:hover INPUT.btn {
	color: #FFFFFF;
	background-position: right -29px;
}

A.btn:active SPAN,
A.btn:hover SPAN,
SPAN.btn:hover {
	background-position: left -29px;
}

A.btn {
	text-decoration: none;
	display: table-cell;
	zoom: 1;
}

A.btn SPAN {
	float: left;
	line-height: 29px;
}


/* footer elements */

#footer {
	padding: 15px 0px;
	font-size: 12px;
}

#footer .global-nav {
	margin-bottom: 10px;
	padding: 0px;
}

#footer .global-nav LI {
	float: left;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #8DB985;
}

#footer .global-nav LI.last {
	border: none;
}

.copyright {
	clear: both;
	font-size: 10px;
}

/* overrides */

UL.simple {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

UL.nobull {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	list-style: none;
}

UL.nobull LI {
	margin: 0px;
}

UL.inline LI {
	float: left;
	margin-right: 10px;
	list-style: none;
}

.none {display: none;}
.hidden {visibility: hidden;}

.nowrap {white-space: nowrap;}

.nomargin {margin: 0px;}

.nopad {padding: 0px;}

.quote {font-style: italic;}

.strike {text-decoration: line-through;}

.bold TD,
.bold {
	font-weight: bold;
}

.valign {vertical-align: middle;}

.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.formtable.center TD {
	text-align: left;
}

.left {text-align: left;}
.right {text-align: right;}

.fl-left {
	float: left;
	margin-right: 10px;
}

.fl-right {
	float: right;
	margin-left: 10px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clear {clear: both;}
.clear-left {clear: left;}
.clear-right {clear: right;}

.maxwidth {width: 100%;}

