/*
Theme Name: SydneyDesign09
Description: 
Author: XHTML4U
Author URI: http://www.xhtml4u.com/
Tags: custom header, fixed width, two columns, widgets


  StyleSheet Index
  $1 - Global Styles
  $2 - Website Structure Styles
  $3 - Header Styles
  $4 - Content Styles
  $5 - Sidebar Styles
  $6 - Footer Styles


/* *************************** 
   $1 GLOBAL Styles
   ***************************/
* {
	margin: 0;
	padding: 0;
  }
a{
	color: #000;
	text-decoration: none;
	}
a:hover {
	color: #000;
	text-decoration: underline;
	}
fieldset {
	border:none;
   }
li {
	list-style:none;
   }
.clear {
	clear: both;
   }
img {
	border: none;
	}
.center {
	text-align: center;
	}
.hidden {
	display: none;
	}
.alignright {
	float: right;
	}
.alignleft {
	float: left
	}
h1 {
	font-size: 4em;
	text-align: center;
	font-weight: bold;
	padding-top: 70px;
	margin: 0;
	color: white;
	}
h1 a, h1 a:hover, h1 a:visited{
	text-decoration: none;
	color: white;
	}
h2 {
	font-size: 1.6em;
	font-weight: bold;
	margin: 30px 0 0;
	}
h2, h2 a, h2 a:visited{
	color: #333;
	text-decoration: none;
	}
h2 a:hover{
	color: #06c;
	text-decoration: none;
	} 
h2.pagetitle {
	font-size: 1.4em;
	margin:0;
	text-transform:uppercase;
	background:#000000;
	color:#fff;
	padding:0 0 0 5px;
    }
h3 {
	font-size: 1.3em;
	font-weight: bold;
	padding: 0;
	}
h3, h3 a, h3 a:visited {
	color: #333;
	text-decoration: none;
	}
h3 a:hover{
	color: #06c;
	text-decoration: none;
	}	
h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

/* *************************** 
   $2 Website Structure Styles
   ***************************/
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family:Arial, Helvetica, sans-serif;
	color: #333;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	text-align: left;
	margin: 25px auto;
	padding: 0 0 0 220px;
	width: 700px;
	background:url(images/page_bg.png) top left no-repeat;
	}

/* *************************** 
   $3 Header Styles
   ***************************/
#header {
	margin: 0;
	padding: 0;
	height: 190px;
	position:relative;
	}
#header h1 {
	display:none;
	
}
#header #searchform {
	position:absolute;
	top:20px;
	right:0;
}
#header #searchsubmit {
	display:none;
}
#header #s {
	width:155px;
	border:1px solid #555;
}
#header_categories {
	width:364px;
	height:37px;
	position:absolute;
	bottom:20px;
	right:180px;
}
#header_categories li {
	float:left;
	height:14px;
	margin:5px 0 0 10px;
	display:inline;
}
#header_categories li a {
	display:block;
	height:14px;
	text-indent:-9999px;
	outline-style:none;
}
#header_categories li#cat_1 {
	margin:5px 0 0 65px;
}
#header_categories li#cat_1 a {
	width:85px;
	background:url(images/cat_1_bg.png) no-repeat;
}
#header_categories li#cat_2 a {
	width:64px;
	background:url(images/cat_2_bg.png) no-repeat;
}
#header_categories li#cat_3 a {
	width:76px;
	background:url(images/cat_3_bg.png) no-repeat;
}
#header_categories li#cat_4 a {
	width:43px;
	background:url(images/cat_4_bg.png) no-repeat;
}
#header_categories li#cat_5 a {
	width:85px;
	background:url(images/cat_5_bg.png) no-repeat;
}
#header_categories li#cat_6 a {
	width:42px;
	background:url(images/cat_6_bg.png) no-repeat;
}
#header_categories li#cat_7 a {
	width:75px;
	background:url(images/cat_7_bg.png) no-repeat;
}
#header_categories li#cat_8 a {
	width:122px;
	background:url(images/cat_8_bg.png) no-repeat;
}
#header_pages {
	width:180px;
	position:absolute;
	bottom:18px;
	right:-8px;
}
#header_pages ul {
	float:left;
}
#header_pages ul#pages_col1 {
	width:72px;
}
#header_pages ul#pages_col2 {
	width:108px;
}
#header_pages li {
	padding-top:3px;
}
	
/* *************************** 
   $4 Content Styles
   ***************************/
#content {
	font-size: 1.2em;
	width:520px;
	float:left;
	margin-bottom:20px;
	}
#content.homepage {
	border-top:25px solid #000000;
}
.homepage .entry h3 a {
	color:#b2d235;
}
.page {
	border-top:23px solid #000000;
	padding-top:15px;
}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}
.entry ol li {
	margin: 0;
	padding: 0;
	}
.entry p a:visited {
	color: #b85b5a;
	}
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}
.entry h3 {
	margin:12px 0 15px 0;
	text-transform:uppercase;
}
.entry h3 a {
	color:#000000;
}
.entry .more-link {
	display:none;
}
.entry_links {
	margin:20px 0 10px;
	color:#ff0000;
}
.entry_links a {
	color:#ff0000;
}
.postmetadata {
	text-align: center;
	padding-top: 5px;
	}
.entry {
	line-height: 1.4em;
	width:100%;
	overflow:hidden;
	font-size:11px;
	}
.entry_image {
	width:220px;
	float:left;
}
.entry_text {
	width:280px;
	float:right;
}
p img {
	max-width: 100%;
	}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
.post {
	margin: 0 0 40px;
	}
.post h2 {
	margin:0 0 20px 0;
}
.post p {
	margin-bottom:15px;
}
hr {
	display: none;
	}
.post hr {
	display: block;
	}
.postmetadata {
	clear: both;
	color: #777;
    }
.postmetadata ul, .postmetadata li {
	display: inline;
	}
.commentlist li ul li {
	font-size: 1em;
   }
.commentlist li {
	font-weight: bold;
	font: 0.9em;
   }
.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}
cite {
	text-decoration: none;
	}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}
blockquote cite {
	margin: 5px 0 0;
	display: block;
	}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	margin: 10px 5px 10px 0;
	}
.commentmetadata {
	font-weight: normal;
	margin: 0;
	display: block;
	}
.commentlist {
	padding: 0;
	text-align: justify;
	}
.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
   }
.children { padding: 0; }
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	color: #777;
	}
code {
	font: 1.1em;
	}
acronym, abbr {
	border-bottom: 1px dashed #999;
	cursor: help;
	font-size: 0.9em;
	letter-spacing: .07em;
	}
span.caps{
	cursor: help;
	font-size: 0.9em;
	letter-spacing: .07em;
	color: #777;
	}
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	color: #777;
	}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
    }
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
    }
.wp-caption img {
	margin: 0;
	padding: 0;
    }
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
    }
#home_featured {
	width:100%;
	overflow:hidden;
}
#home_featured .post {
	width:159px;
	float:left;
	margin:0 7px;
	display:inline;
}
#home_featured .entry {
	width:159px;
	border-top:5px solid #000;
	padding-top:7px;
}
#home_featured .entry_image {
	float:none;
	width:159px;
}
#home_featured .entry_text {
	float:none;
	width:159px;
}
#home_featured .entry_text h3 {
	margin:5px 0 0 0;
	line-height:12px;
}
#home_featured .entry_text h3 a {
	font-size:11px;
	color:#000;
}
#home_featured .entry_text .entry_link a {
	color:#000;
}

/* *************************** 
   $5 Sidebar Styles
   ***************************/

#sidebar{
	font: 1em;
	margin-left: 540px;
	margin-bottom:20px;
	width: 160px;
	}
#sidebar form {
	margin: 0;
	}
#sidebar h2.widgettitle {
	font-size: 1.1em;
	margin: 5px 0 0;
	padding: 2px 4px;
	text-decoration: none;
	background:#000;
	color:#fff;
	}
#sidebar #link_booktickets {
	margin-bottom:20px;
}
#sidebar #link_booktickets a {
	background:#d7d7d7;
	border-left:5px solid #C00;
	padding:4px 4px 4px 7px;
	display:block;
	color:#c00;
	font-weight:bold;
}
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}
#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}
#sidebar #searchsubmit {
	padding: 1px;
	}
#join_community h3 {
	font-size:1.2em;
	margin:20px 0 10px 0;
}
#subscription {
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	padding:10px 0;
}
 strike {
	color: #777;
	}
#sidebar ul{
	margin: 0;
	padding: 0;
	}
#sidebar ul li {
	margin-bottom: 15px;
	}
#sidebar ul ul{
	margin: 5px 0 0 10px;
	}
#sidebar ul ul li {
	margin: 3px 0 0;
	padding: 0;
	color: #777;
	}
	
#sidebar ul ul ul {
	margin: 0 0 0 10px;
	}
select {
	width: 130px;
	}
#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}
ol li{
	list-style: decimal outside;
	}
#sidebar ul ol {
	margin: 0 0 0 10px;
	}
#sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	color: #777;
	list-style: decimal outside;
	}
#commentform p {;
	margin: 5px 0;
	}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	font: 0.9em;
	}
#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	font: 0.9em;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 0 auto 0;
	width: 160px;
	background:#b7b7b7;
	}
#wp-calendar a {
	display: block;
	text-decoration: none;
	}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	font-size: 9pt;
	}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	font-size: 9pt;
	}
#wp-calendar caption {
	text-align: center;
	width: 100%;
	text-decoration: none;
	font: bold 1.3em;
	background:#b7b7b7;
	}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}
#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Calendar */		
.thread-alt {
	background-color: #f8f8f8;
    }
.thread-even {
  	background-color: white;
    }
.depth-1 {
    border: 1px solid #ddd;
    }
.alt {
	margin: 0;
	padding: 10px;
	border-left: 1px solid #ddd;
	}
.even{
	border-left: 1px solid #ddd;
   }
/* *************************** 
   $6 Footer Styles
   ***************************/

#footer {
	border-top:1px solid #000;
	padding: 15px 180px 15px 0;
	width: 520px;
	clear: both;
	}

/* SIDEBAR CALENDAR */

#sd08cal td {
	text-align: center;
	padding: 2px;
	}

#sd08cal td a {
	background: #ffffff;
	color: #000;
	font-weight: bold;
	padding: 2px;
	}

#sd08cal td a:hover {
	background: #000;
	color: #CC3300;
	font-weight: bold
	} 

/* FLICKR widget*/

.flickr_img a{  
	float:left;  
	margin: 3px;  
	border: 4px solid #fff;  
	padding: 6px;  
	}  
 


