/*  
Theme Name: Lucy Nicholson
Description: Lucy's Website Theme
Version: 1.0
Author: Michael Forbes
Author URI: http://www.lbforbes.com/

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	background: #000;
	color: #fff;
	text-align: center;
	}

#page {
	text-align: left;
	}

#header {
	background: #000
	}



#content {
	font-size: 1.2em
	margin:0;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	font-weight:normal;
	font-family:Helvetica,verdana,sans-serif;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #fff;
	text-decoration:none;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	color:#fff;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	float:right;
	width:203px;
	margin:-2px 0;
	border-top:24px solid #000;
	padding:0px;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #eee;
	text-decoration: none;
	}

a:hover {
	color: #48a1cc;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0; 
	}
	
.left
{
	float:left;
}

.right
{
	float:right;
}
	
	
#prePage, #postFooter
{
	
	height:55px;
}	

#postFooter
{
	background:#141414;
	padding:5px;
}

#prePage
{
	height:45px;
	float:right;
	width:700px;
}

#prePage .inner
{
	width:700px;
	margin:0px auto 0px auto;
	overflow:hidden;
	padding-top:5px;
	zoom:1;
	height:30px;
}

#prePage .about
{
	float:right;
	text-align:right;
	color:#fff;
	padding-top:10px;
	font-size:1em;
	margin-right:10px;
}

 #prePage img
{
	float:right;
}
	

#page {

	margin: 14px auto;
	padding: 0;
	width: 920px;
	border: 0px solid #959596;
	background:url('images/bg_page.gif') -21px 0px;
	}
	
#preHeader
{
	height:45px;
	overflow:hidden;
	zoom:1;
	background:#000;
}	

#preHeader .logo
{
	display:block;
	width:200px;
	height:45px;
	float:left;
}

#preHeader .logo a
{
	display:block;
	height:0px;
	padding-top:45px;
	overflow:hidden;
	background:url('images/logo.gif') no-repeat;
}

#preHeader .navigation
{
	position:relative;
	top:5px;
	width:30px;
	float:left;
}


#preHeader .navigation ul
{
	float:right;
	margin:0;
	padding:0;
	list-style-type:none;
}

#preHeader .navigation ul li
{
	float:right;
	margin-left:10px;
	padding-top:2px;
}

#preHeader .navigation ul li a
{
	color:#fff;
	font-size:1.1em;
}

#preHeader .navigation ul li a:hover, #preHeader .navigation a.active
{
	color:#4ea6cf;
	text-decoration:none;
}

#preHeader .navigation ul li#feed
{
	padding-top:0px;
	padding-left:18px;
}

a#feed 
{
	display:block;
	padding-left:21px;
	padding-top:2px;	
	width:180px;
	height:25px;
	background:url('images/rss_icon.gif') no-repeat;
}

#header {
	background-color: 000;
	margin: 0 0 0px 1px; 
	padding: 10px 0px; 
	height: 270px; 
	width: 920px;
	}

#headerimg {
	margin: 0;
	height: 280px;
	width: 100%;
	position:relative;
	}
	
#headerimg #random
{
	position:absolute;
	z-index:2;
	background:#000;
	top:-3px;
}	

#random img
{
	border:1px solid #ccc;
}

#headerimg #header_text
{
	position:absolute;
	top:100px;
	left:0px;
	z-index:10;
}
	

.narrowcolumn {
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0;
	width: 696px;
	}

.widecolumn {
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0;
	width: 696px;
	}
	


.post {
	margin: 0 0 0px;
	text-align: justify;
	
	}

.post hr {
	display: block;
	}
	
#content .post
{
	margin:0;
	padding:0;
}

#content .post .entry
{
	margin:0;
	padding:0;
}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 920px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 0px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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;
	}

.entry ul li:before, #sidebar ul ul li:before {
	
	}

.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;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#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 textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* 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;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/


.navigation li
{
	height:20px;
	overflow:hidden;

}

.navigation li a
{
	display:block;
	padding-top:20px;
}



li#n_sports a
{
	width:57px;
	background:url('images/navsprite.gif') 0px 0px no-repeat;
}

li#n_sports a:hover
{
	background:url('images/navsprite.gif') 0px -50px no-repeat;
}

li#n_gaza a
{
	width:51px;
	background:url('images/navsprite.gif') -54px 0px no-repeat;
}

li#n_gaza a:hover
{
	background:url('images/navsprite.gif') -54px -50px no-repeat;
}

li#n_people a
{
	width:69px;
	background:url('images/navsprite.gif') -105px 0px no-repeat;
}

li#n_people a:hover
{
	background:url('images/navsprite.gif') -105px -50px no-repeat;
}

li#n_olympics a
{
	width:81px;
	background:url('images/navsprite.gif') -174px 0px no-repeat;
}

li#n_olympics a:hover
{
	background:url('images/navsprite.gif') -174px -50px no-repeat;
}

li#n_tearsheets a
{
	width:101px;
	background:url('images/navsprite.gif') -255px 0px no-repeat;
}

li#n_tearsheets a:hover
{
	background:url('images/navsprite.gif') -255px -50px no-repeat;
}


li#n_bio a
{
	width:44px;
	background:url('images/navsprite.gif') -356px 0px no-repeat;
}

li#n_bio a:hover
{
	background:url('images/navsprite.gif') -356px -50px no-repeat;
}

li#n_contact a
{
	width:74px;
	background:url('images/navsprite.gif') -399px 0px no-repeat;
}

li#n_contact a:hover
{
	background:url('images/navsprite.gif') -399px -50px no-repeat;
}

li#n_multimedia a
{
	width:86px;
	background:url('images/navsprite.gif') -473px 0px no-repeat;
}

li#n_multimedia a:hover
{
	background:url('images/navsprite.gif') -473px -50px no-repeat;
}

#p_index h1
{
	font-size:2em;
	color:#fff;
	text-align:left;
	margin:22px 0;
	padding:20px 10px 0px 10px;
	height:35px;
	overflow:hidden;
	background:#002a3f;
	font-weight:normal;
	font-family:helvetica, sans-serif;
}

#p_index .entry p
{
	font-size:1.2em;
	line-height:1.2em;
	font-weight:normal;
	font-family:helvetica, sans-serif;
	color:#6a6a6a;
	margin-top:0px;
}

#p_index .podPress_content
{
	display:none;
}

.podPress_content
{
	font-size:12px;
}

.postmetadata
{
	text-align:left;
	font-size:.9em;
	color:#666;
}

#content .post
{
	margin-top:22px;
	overflow:hidden;
	zoom:1;
}


#p_single #content .post
{
	margin-top:0px;
	padding-top:0px;
}

#content .post h1, h2.pagetitle
{
	font-size:2em;
	color:#fff;
	text-align:left;
	margin:22px 0;
	padding:10px 10px 0px 10px;
	height:45px;
	overflow:hidden;
	background:#002a3f;
	font-weight:normal;
	font-family:helvetica, sans-serif;
}


#p_single #content .post h1
{
	position:relative;
	top:-16px;
}

h1 .headerOptions
{
	font-size:11px;
}

h1 .headerOptions div 
{
	padding-top:5px;
}

#p_single #content .post h1
{
	margin-top:22px;
}

h2.pagetitle
{
	margin-right:0px;
	padding:20px 10px 0px 10px;
	width:686px;
	height:35px;
}

.post a
{
	text-decoration:underline;
}

.post h2 a
{
	font-size:1.0em;
	font-weight:normal;
	color:#eee;
	text-decoration:none;
}

.post h2 a:hover
{
	color:#48a1cc;
}

.post h1 a
{
	text-decoration:none;
}

.post .postText
{
	float:left;
	width:400px;
}

.post .entry p
{
	font-size:1.3em;
	line-height:1.3em;
	font-weight:normal;
	font-family:helvetica, sans-serif;
	color:#ccc;
	margin-top:5px;
}

.postImage
{
	margin-right:22px;
}

.postImage img, #side_most_popular img
{
	border:1px solid #ccc;
}

#sidebar ul li
{
	padding:0px 10px 0px 10px;
}

li#search
{
	border-bottom:22px solid #000;
	background:#1f1f1f;
	height:55px;
	overflow:auto;
}

li#search h2
{
	margin:0px;
	padding:5px 0px 0px 0px;
	font-size:1.6em;
}

#searchform
{
	margin:0px 0px 0px 0px;
	padding:0px 15px 0px 15px;
	text-align:left;
}

#searchform #s
{
	background:#1f1f1f;
	border:0px;
	color:#fff;
	border-bottom:1px solid #666;
}


#sidebar .widgettitle
{
	font-size:1.6em;
	font-weight:normal;
	color:#48a1cc;
}

#sidebar ul
{
	list-style-type:none;
}

#sidebar ul li.widget ul li
{
	list-style-type:none;
	background-image:none;
	list-style-image:none;
}


#sidebar ul li a
{
	color:#fff;
	text-decoration:none;
}

#sidebar ul li a:hover
{
	color:#48a1cc;
}


.multimedia
{
	margin-bottom:
}

.textwidget .multimedia b
{
	color:#48a1cc;
}



h3#respond, h3#comments
{
	font-size:1.6em;
	font-weight:normal;
	color:#48a1cc;
}

.slideshowlink a
{
	display:none;
	width:150px;
	padding:5px;
	background:#666;
	color:#1f1f1f;
	font-size:1.4em;
	margin-bottom:5px;
	border:0px solid #ccc;
}


.ngg-gallery-overview
{
	border:0px;
}

#ngg-widget-1 img
{
border:0px solid #ccc;}

#ngg_slideshow2
{
	background:#000;
	border:0px;	
}

.slideshow
{
	border:0px;	
}

#ngg_slideshow2 {
	border:0px solid #ccc;	
}

.ngg-gallery-thumbnaill-box, .desc
{
	margin:0;
	padding:0;
	width:33%;
	
}

.ngg-gallery-thumbnail
{
	margin:0;
	padding:0;
}

input#submit
{
	
}

.postOptions
{
	clear:both;
	margin:22px 0px 22px 0px;
	overflow:hidden;
	zoom:1;
	padding:5px;
	background:#0d0d0d;
}

.postTime
{
	padding:5px 5px 5px 21px;
	background:url('images/calendar_icon.gif') 0px 3px no-repeat;
}


.postTags
{
	padding:5px 5px 5px 21px;
	background:url('images/tag_icon.gif') 0px 3px no-repeat;
}

.postFeed
{
	padding:5px 5px 5px 21px;
	background:url('images/feed.gif') 0px 3px no-repeat;
}

.postCategory
{
	padding:5px 5px 5px 21px;
	background:url('images/category.gif') 0px 3px no-repeat;
}

.postRespond
{
	padding:5px 5px 5px 21px;
	background:url('images/respond.gif') 0px 3px no-repeat;
}

.postTrackback
{
	padding:5px 5px 5px 21px;
	background:url('images/trackback.gif') 0px 3px no-repeat;
}

.postShare, .postEdit
{
	padding:5px 5px 5px 5px;

}


.headerOptions .postShare
{
	padding:1px;
}

.headerOptions span.stbuttontext
{
	position:relative;
	top:3px;
}

/* form */

#commentform input, #commentform select, #commentform textarea
{
	border:1px solid #333;
	background:#1f1f1f;
	color:#fff;
	font-size:1.2em;
}

 #commentform textarea
 {
 	overflow:auto;
 }

#commentform label
{
	font-size:1.2em;
}
	

#content .navigation
{
	margin:0;
	padding:0;
	overflow:hidden;
	zoom:1;
}

#sidebar .ngg-widget img
{
	border:1px solid #ccc;
}


.sociable_tagline
{
	font-size:1.2em;
	font-weight:normal;
	margin-bottom:5px;
}

div.sociable
{
	padding:5px;
	background:#0d0d0d;
}


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
	
	
ol.commentlist .alt
{
	background:#0d0d0d;
	color:#fff;
	border:0px;
}	


ol.commentlist
{
	
}

ol.commentlist li
{
	font-size:1.1em;
	border:0px;
}
	
button
{
	border:0px;
	margin:0;
	padding:0;
	background:none;
	width:auto;
	white-space:nowrap;
	position:relative;
	top:-2px;
	cursor:pointer;
	outline:0;
}

button:focus,
button:active
{
	outline:0;
}
	
	
.button_a div,
.button_a:link,
.button_a:visited,
.button_a:hover {border:none;}
* html #wrap {width:50em}
/* End Demo page styling */
.button_a div,
.button_a:link,
.button_a:visited { /* Top left corner, top edge */
	float:left;
	color:#fff;
	background:#333 url(images/button.gif) no-repeat;
	font:1em/1.0 arial;
	text-decoration:none;
}
.button_a * {display:block;}
.button_a span { /* Top right corner */
	padding:6px 0 0;
	background:url(images/corners.gif) no-repeat right top;
}



.button_a span span { /* Bottom left corner, left and bottom edges */
	padding:0 0 0 6px;
	background:url(images/button.gif) no-repeat left bottom;
}
.button_a span span span { /* Bottom right corner */
	padding:0 0 6px;
	background:url(images/corners.gif) no-repeat right bottom;
}


.button_a span span span span { /* Right edge */
	padding:5px 6px 2px 0px; /* Extra padding (3px vertical, 6px horizontal) added to give the text some breathing room */
	background:url(images/button.gif) no-repeat right center;
}
.button_a:hover,
.button_a:focus,
.button_a:active { /* Make the button more visible on :hover and :focus */
	color:#ccc;
}


/* FORM SUBMIT BUTTONS */
.postText h2
{
	margin-bottom:5px;
}

#sharethis_1
{
	display:hidden;
}

.entry script
{
	display:none;
}
	
.entry .podPress_content
{
	font-size:1.2em;
}