/*
Theme Name: Zoe	
Theme URI: http://design.zoecorkhill.co.uk
Description: Zoe
Author: Zoe Corkhill
Author URI: http://zoecorkhill.co.uk
Tags: personal
*/

@import "style/reset.css";

/*Utility Styles************************/
.alignright {
	float:right;
margin: 0px 0px 10px 10px;
}
.alignleft {
	float:left;
margin: 0px 10px 10px 0px;
}
.aligncenter {
	display:block;
	margin:0 auto;
}

body {
	background: #54a6ea;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
}

.xoxo {
	padding-top:10px;
}

.flickrrssthumb
{
	padding-right:5px;
	padding-bottom:5px;
}

/************fonts etc**************/

a, a:active, a:visited{
	text-decoration: none;
	color: #bb00b0;
}

a:hover{
	text-decoration: none;
	color: #017fe9;
}

.post {
	padding-bottom:20px;
}

p {
	padding-top:15px;
}

h1, h2, h3, h4, h5{
	font-family:
	    "Bookman Old Style",	/* Windows, MacOS */
	    "Serifa BT",		/* Windows XP. Not the same font,
					   but the overall look is close enough. */
	    "URW Bookman L",		/* Unix+X+FontConfig */
	    "itc bookman",		/* Unix+X */
	/* Fallback options */
	    times,			/* Unix+X, MacOS */
	    serif;
	text-decoration: none;
	font-weight: normal;
	padding-top:15px;
	color: #017fe9;
}

h1, h2{
	font-size:20px;
}

h2.entryheader {
	font-size: 20px;
	padding-bottom:5px;
}

h3, h4, h5{
	font-size: 14px;
}

small {
	font-size:11px;
}

.postmetadata {
	font-size:11px;
}


img.wp-smiley {
	border: none;
	border-width: 0px;
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
}

blockquote {
	background: #ADD5F5;
	border: 1px solid #017fe9;
	padding: 0px 10px 10px 10px;
	margin: 14px 40px 0px 40px;
}

.footnote {
	font-size: 10px;
	vertical-align: baseline;
	position: relative;
	top: -3px;
	font-weight: bold;
}

/**************navigation********************/

.navigation {
	padding-top: 5px;
	font-size:11px;
}

.navleft {
	float: left;
}

.navleft {
	float: right;
}


/**************lists********************/

.entry ul {
	margin: 0px 0px 0px 30px;
	padding-left: 0px;
	padding-top: 15px;
	list-style: circle;
}

.entry ol {
	margin: 0px 0px 0px 30px;
	padding-left: 0px;
	padding-top: 15px;
	list-style-type: decimal;
}
	
.entry li {
	margin: 0px 0px 0px 10px;
	padding-left: 0px;
	padding-bottom: 5px;
}

.entry dl {
	margin: 0px 0px 0px 30px;
	padding-left: 0px;	
	padding-top: 15px;
	list-style: circle;
}

.entry dt {
	margin: 0px 0px 0px 10px;
	padding-left: 0px;
	list-style: circle;
	font-weight: bold;
}

.entry dd {
	margin: 0px 0px 0px 35px;
	padding-left: 0px;
}

/************page layout**************/

#header {
	padding: 20px 20px 20px 20px;
	text-align: left;
}

#logo {
	float: left;
}

#searchbox {
	float: right;
}

#page {
	width: 830px;
	background: #ffffff;
	border-left: 5px solid #bb00b0;
	border-right: 5px solid #bb00b0;
	margin: 0px auto 0px auto;
}


#stuff {
	width: 780px;
	margin: 0 auto 0 auto;
}

#footer {
	clear: both;
	text-align: center;
	padding: 0px 20px 20px 20px;
}

#content {
	width: 565px;
	float: left;
}

#sidebar {
	width: 200px;
	float: right;
	text-align: right;
word-wrap: break-word
padding-top: -24px;
}


/************menu layout**************/

.menu {
	text-align: left;
	padding-bottom: 10px;
	font-family:
	    "Bookman Old Style",	/* Windows, MacOS */
	    "Serifa BT",		/* Windows XP. Not the same font,
					   but the overall look is close enough. */
	    "URW Bookman L",		/* Unix+X+FontConfig */
	    "itc bookman",		/* Unix+X */
	/* Fallback options */
	    times,			/* Unix+X, MacOS */
	    serif;
}

.menu ul{
	display: inline;
}

.menu li{
	display: inline;
	font-size: 18px;
	padding-right: 10px;
}

#sidebar h2{
	padding: 24px 0px 6px 0px;
}

#sidebar li{
	padding: 8px 0px 0px 0px;
}

#text-338754741 li {
	padding: 0px;
}

#text-338754741 h2 {
	padding: 8px 0px 6px 0px;
}

.textwidget {
		padding: 8px 0px 0px 0px;
}

#wfm-recent-widget {
	text-align: right !important;
}

#wfm-recent-widget img {
	border: 3px solid #017fe9;
	margin: 0px 0px 5px 100px;
}

img.dailybooth {
	border: 3px solid #017fe9;
}

img.lifedailybooth {
	border: 3px solid #017fe9;
	margin: 0px 0px 5px 40px;
}

img.lifeflickr {
	border: 3px solid #017fe9;
	margin: 0px 0px 5px 40px;
}



/***************comments********************/


#smilies_toolbar {
	padding-top: 10px;
}

.tag_cloud {
	text-align: center;
	line-height: 32px;
}

img.gravatar {
border:2px solid #bb00bb;
margin-top:10px;
width:60px;
}

ol.commentlist { list-style:none; margin:0 0 1em; padding:0; text-indent:0; }
ol.commentlist li { margin-top: 10px; }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {}
ol.commentlist li.comment { border:1px solid #bb00b0; padding:1em; }
ol.commentlist li div.comment-author {}
ol.commentlist li div.vcard { font: 14px;}
ol.commentlist li div.vcard cite.fn { font-style:normal; }
ol.commentlist li div.vcard cite.fn a.url {}
ol.commentlist li div.vcard img.avatar { border:2px solid #bb00bb; float: right;}
ol.commentlist li div.vcard img.avatar-32 {}
ol.commentlist li div.vcard img.photo {}
ol.commentlist li div.vcard span.says {}
ol.commentlist li div.commentmetadata {}
ol.commentlist li div.comment-meta { font-size:10px; }
ol.commentlist li div.comment-meta a { color:#bb00b0; }
ol.commentlist li p { font-size:11px; margin:0 0 1em; }
ol.commentlist li ul { font-size:11px; list-style:square; margin:0 0 1em 2em; }
ol.commentlist li div.reply { font-size:11px; }
ol.commentlist li div.reply a { font-weight:bold; }
ol.commentlist li ul.children { list-style:none; margin:1em 0 0; text-indent:0; }
ol.commentlist li ul.children li {}
ol.commentlist li ul.children li.alt {}
ol.commentlist li ul.children li.bypostauthor {}
ol.commentlist li ul.children li.byuser {}
ol.commentlist li ul.children li.comment {}
ol.commentlist li ul.children li.comment-author-admin {}
ol.commentlist li ul.children li.depth-2 { margin:0 0 .25em .25em; }
ol.commentlist li ul.children li.depth-3 { margin:0 0 .25em .25em; }
ol.commentlist li ul.children li.depth-4 { margin:0 0 .25em .25em; }
ol.commentlist li ul.children li.depth-5 {}
ol.commentlist li ul.children li.odd {}
ol.commentlist li.even { background:#fff; }
ol.commentlist li.odd { background:#c9e4fb; }
ol.commentlist li.parent { border-left:5px solid #bb00b0; }
ol.commentlist li.pingback { border:1px solid #bb00b0; padding:1em; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}


/* Lifestream Style Info Below */
#simplelife ul a:link, #simplelife ul a:visited {
	text-decoration: none;
}

#simplelife li, #simplelife ol {
	margin: 0;
	padding: 0;
}

#simplelife ul {	
	list-style-type: none;
	list-style-position: outside;
}

/* Date Format */
h2.lifedate {
  text-align: left;
  padding: 20px 0 10px 0 ! important;
  margin: 0px 0 0 0 !important;
}

/* Time Format */
ul .time {
color: #000000;
padding: 0 10px 0 0;
}



#simplelife li a:link, #simplelife li a:visited {
  display: block;
  margin: 0px 0px 5px 0px;
  padding: 1px 66px;
 text-indent: -40px;
}

/* Classes for all links - define your extra classes below */

a.flickr {
  background: url(/wp-content/plugins/simplelife/flickr.gif) no-repeat 0px 0px !important;
}

a.lastfm {
  background: url(/wp-content/plugins/simplelife/lastfm.png) no-repeat 0px 0px !important;
}

a.delicious {
  background: url(/wp-content/plugins/simplelife/google.gif) no-repeat 0px 0px !important;
}

a.facebook {
  background: url(/wp-content/plugins/simplelife/facebook.gif) no-repeat 0px 0px !important;
}

a.blog {
  background: url(/wp-content/plugins/simplelife/zoe.gif) no-repeat 0px 0px !important;
}

a.twitter {
  background: url(/wp-content/plugins/simplelife/twitter.gif) no-repeat 0px 0px !important;
}

a.simple_feed1 {
  background: url(/wp-content/plugins/simplelife/tumblr.gif) no-repeat 0px 0px !important;
}

a.simple_feed2 {
  background: url(/wp-content/plugins/simplelife/blog.gif) no-repeat 0px 0px !important;
}

a.simple_feed3 {
  background: url(/wp-content/plugins/simplelife/dailybooth.png) no-repeat 0px !important;
}

a.simple_feed4 {
  background: url(/wp-content/plugins/simplelife/blog.gif) no-repeat 0px !important;
}



