/*
Theme Name: Wendy Z
Description: Custom theme for Wendy Zukerman
Author: R Mcnaught
Author URI: http://www.studioskiing.com.au

*/

/* for ease of updating into the future we use separate style sheets for colours and typography */

@import url(colours.css);
@import url(typography.css);

/* Begin Structure */

body {
		width: 100%;
		margin: 0;
		padding: 0;
		position: relative;
		background-image:url(http://www.studioskiing.com.au/wendy/bg.png);
		background-position:0px -2px;
		}

#page {
		position: relative;
		margin: 0;
		padding: 0;
		width: 100%;
		}
		
#wrapper
{
	background-color:white;
	padding-top:35px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:50px;
	overflow:hidden;
}

#footer
{
	overflow:hidden;
	clear:both;
}
		
.post, .page {
		margin: 0 0 20px;
		}

.smallattachment {
		float: left;
		width: 128px;
		margin: 5px 5px 5px 0px;
		}

.attachment {
		margin: 5px 0px;
		}

.postmetadata {
		clear: both;
		}

/* End Structure */

/* Begin Images */
p img {
		padding: 0;
		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;
		}

.alignright {
		float: right;
		}

.alignleft {
		float: left
		}
/* End Images */

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
		margin-left: 0px;
		padding: 0 0 0 30px;
		list-style: none;
		padding-left: 10px;
		text-indent: -10px;
		}

html>body .entry li {
		margin: 7px 0 8px 10px;
		}

html>body .sociable li {
		margin: 0;
		}

.entry ol {
		padding: 0 0 0 35px;
		margin: 0;
		}

.entry ol li {
		margin: 0;
		padding: 0;
		}

.postmetadata ul, .postmetadata li {
		display: inline;
		list-style-type: none;
		list-style-image: none;
		}

/* End Entry Lists */

/* Begin Form Elements */
#searchform {
		margin: 0;
		text-align: left;
		}

#sidebar #searchform #s {
		padding: 4px;
		width:210px;
		background-color:#fffffa;
		border:1px solid #ccc;
		}

#sidebar #searchsubmit {
		padding: 1px;
		}

.entry form { /* This is mainly for password protected posts, makes them look better. */
		text-align:center;
		}

select {
		width: 130px;
		}

#commentform input {
		width: 170px;
		padding: 2px;
		margin: 5px 5px 1px 0;
		}

#commentform {
		margin: 5px 10px 0 0;
		}

#commentform textarea {
		width: 100%;
		padding: 2px;
		}

#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
		}

#commentform #submit {
		margin: 0;
		float: right;
		}

/* End Form Elements */

/* Begin Comments*/

.alt {
		margin: 0;
		padding: 10px;
		}

.commentlist {

		}


.commentlist .says
{
	display:none;
}

.commentlist .comment-meta {
	float:right;
	line-height:20px;
	
}

.commentlist .comment-author
{
	float:left;
	font-size:14px;
	line-height:20px;
	clear:both;
	font-weight:normal;	
}

#respond
{
	background-color:#eee;
	padding:10px;
	margin-top:10px;
	
}

#respond h3
{
	font-size:22px;
	line-height:28px;
	color:#aaa;
}

.commentlist p
{
	clear:both;
}

	
.commentlist li {
		margin: 15px 0 10px;
		padding: 15px;
		list-style: none;
		}

.commentlist li .avatar { 
		float: right;
		padding: 2px;
		}

.commentlist li ul li { 
		margin-right: -5px;
		margin-left: 10px;
		}

.commentlist p {
		margin: 10px 5px 10px 0;
		}

.children {
		padding: 0;
		}

#commentform p {
		margin: 5px 0;
		}

.nocomments {
		text-align: center;
		margin: 0;
		padding: 0;
		}

.commentmetadata {
		margin: 0;
		display: block;
		}

/* End Comments */

/* Begin Calendar */
#wp-calendar {
		empty-cells: show;
		margin: 10px auto 0;
		width: 155px;
		}

#wp-calendar #next a {
		padding-right: 10px;
		text-align: right;
		}

#wp-calendar #prev a {
		padding-left: 10px;
		text-align: left;
		}

#wp-calendar a {
		display: block;
		}

#wp-calendar caption {
		text-align: center;
		width: 100%;
		}

#wp-calendar td {
		padding: 3px 0;
		text-align: center;
		}

/* End Calendar */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
		cursor: help;
		}

blockquote {
		margin: 15px 30px 0 10px;
		padding-left: 20px;
		}

blockquote cite {
		margin: 5px 0 0;
		display: block;
		}

.center {
		text-align: center;
		}

.hidden {
		display: none;
		}

hr {
		display: none;
		}

.navigationTop {
		display: block;
		text-align: center;
		margin-bottom: 10px;
		overflow:hidden;
		border-bottom:1px solid #eee;
		font-size:12px;
		line-height:18px;
		}

.navigationBottom {
		display: block;
		text-align: center;
		margin-top: 10px;
		margin-bottom: 10px;
		}

/* End Various Tags & Classes*/

/* Captions */
.aligncenter,
div.aligncenter {
		display: block;
		margin-left: auto;
		margin-right: auto;
		}

.wp-caption {
		text-align: center;
		padding-top: 4px;
		margin: 10px;
		}

.wp-caption img {
		margin: 0;
		padding: 0;
		}

.wp-caption p.wp-caption-text {
		padding: 0 4px 5px;
		margin: 0;
		}
/* End captions */




#w-header .twitter,
#w-header #about-me,
#w-header .widget_twitter,
#w-header .widget_nav_menu
{
	font-size:14px;
	line-height:18px;
	margin:1.5em 0;
	list-style:none;
	color:#555;
	overflow:hidden;
}

#w-header .widget_twitter
{
	border-right:1px solid #53cdff;
}

#w-header .widget_twitter div
{
	padding-right:25px;
}

#w-header .widget_nav_menu ul
{
	list-style:none;
}

#w-header .widget_twitter h3
{
	display:none;
}

#w-header .widget_twitter ul li
{
	list-style-image:url(images/twitter.png);
	list-style-position:inside;
	margin:1em 0;
overflow:hidden;
}

#w-header .widget_twitter .from-meta
{
	display:none;
}

#w-header .widget_twitter .time-meta
{
	display:block;
	font-size:12px;
}

#w-header .widget_twitter .time-meta a
{
	color:#aaa;
}


.post-dateimg
{
	clear:both;
}

.post-category,
.post-tags
{
	text-transform:uppercase;
	font-size:10px;
	line-height:16px;
	font-weight:bold;
}

.post-category
{
	float:left;
}

.post-tags
{
	color:#aaa;
	float:right;
}

.post.category-favourites .post-date
{
	background-color:#4ECDC4;
}
.post.category-favourites .post-category a,
.hentry.category-favourites h2,
.archive h2.Favourites
{
	color:#4ECDC4;
}


.post.category-myths .post-date
{
	background-color:#62db00;
}
.post.category-myths .post-category a,
.hentry.category-myths h2,
#sidebar .cat-item-9 a,
.archive h2.Myths
{
	color:#62db00;
}



.post.category-opinion .post-date
{
	background-color:#0087ff;
}
.post.category-opinion .post-category a,
.hentry.category-opinion h2,
#sidebar .cat-item-11 a,
.archive h2.Opinion
{
	color:#0087ff;
}


.post.category-science-news-digest .post-date
{
	background-color:#C44D58;
}
.post.category-science-news-digest .post-category a,
.hentry.category-science-news-digest h2,
#sidebar .cat-item-10 a,
.archive h2.Science
{
	color:#C44D58;
}


.post.category-uncategorized .post-date
{
	background-color:#888;
}
.post.category-uncategorized .post-category a,
.hentry.category-uncategorized h2,
#sidebar .cat-item-1 a,
.archive h2.Uncategorized
{
	color:#888;
}


.post-date
{
	width:34px;
	padding:5px 3px 0px;
	float:left;
	background-color:#888;
	color:white;
	height:117px;
	text-align:center;
	font-weight:bold;
}

.post-date .post-month
{
	font-size:14px;
	text-transform:uppercase;
}

.post-date .post-day
{
	font-size:28px;	
}

.post-thumbnail
{
	float:right;
}


.post-info
{
	background-color:#e6e6e6;
	padding:10px;
	clear:both;
}

.post-info h1
{
	font-size:18px;
	line-height:22px;
	margin-bottom:8px;
}

.post-info h1 a
{
	color:black;
}

.postmetadata
{
	padding:6px 10px 10px;
	background-color:#e6e6e6;
	
}

.postmetadata-box
{
	padding:0;
	background-color:#e6e6e6;
	float:right;
	width:180px;
	margin-left:20px;
	margin-bottom:20px;
	line-height:14px;	
}

.postmetadata-box-date
{
	padding:8px;
	background-color:#888;
	font-size:18px;
	line-height:22px;
	color:#FFF;
}

.postmetadata-box-category
{
	padding:8px;
	font-size:18px;
	line-height:22px;
	background-color:#bbb;
}

.postmetadata-box-category a
{
	color:white;
}

.postmetadata-box-tags
{
	padding:8px;
}

.postmetadata-box-edit
{
	padding:8px;
}



#sidebar .widget
{
	padding-bottom:20px;
}

#sidebar li.widget_categories ul
{
	
}

#sidebar li.widget_categories ul li
{
	list-style-type:square;
	list-style-position:inside;
	display:block;
	padding:15px 0 15px 70px;
	font-size:14px;
	line-height:25px;
	background-repeat:no-repeat;
	background-position:left center;
}

#sidebar .cat-item-9
{
	background-image:url(images/cat-myths.png);
}

#sidebar .cat-item-10
{
	background-image:url(images/cat-digest.png);

}

#sidebar .cat-item-12
{
	background-image:url(images/cat-favourites.png);

}

#sidebar .cat-item-11
{
	background-image:url(http://www.studioskiing.com.au/wendy/cat-opinion.png);

}

#sidebar .cat-item-1
{
	background-image:url(images/cat-uncat.png);

}

#sidebar #contact-me,
#sidebar #my-rss
{
	font-size:14px;
	line-height:30px;
	background-repeat:no-repeat;
	background-position:left center;
	padding:0px 0px 0px 40px;
}

#sidebar #contact-me
{
	background-image:url(images/mail.png);
}

#sidebar #my-rss
{
	background-image:url(images/rss.png);
}


.hentry h2
{
	font-size:26px;
	line-height:30px;
	padding-bottom:15px;
	background-repeat:no-repeat;
}


h3#comments
{
	clear:both;
	padding-top:14px;
	border-top:1px solid #aaa;
	font-size:20px;
	color:#aaa;
}

.stubby-post .post-thumbnail
{
	cursor:pointer;
}


.archive h2
{
	font-size:24px;
	line-height:30px;
	margin-bottom:24px;
}


h2.search
{
	padding-bottom:12px;
	color:#888;
	font-size:24px;
	line-height:28px;
}


