/*
Theme Name: lucky
Theme URI: http://pinksheepmedia.com/
Description: The photos theme uses portions of the default WordPress theme by Michael Heilemann
Author: Sherwin Arnott and Becky Cory and Wyndi Palmer
Author URI: http://pinksheepmedia.com/
Tags: top navigation


	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


/* Generated by Font Squirrel (http://www.fontsquirrel.com) on %March %16, %2010 */



@font-face {
	font-family: 'Mom¥sTypewriterRegular';
	src: url('Moms_typewriter.eot');
	src: local('Mom¥sTypewriter'), local('MomsTypewriter'), url('Moms_typewriter.woff') format('woff'), url('Moms_typewriter.ttf') format('truetype'), url('Moms_typewriter.svg#MomsTypewriter') format('svg');
}


/* Generated by Font Squirrel (http://www.fontsquirrel.com) on %March %16, %2010 */



@font-face {
	font-family: 'MyUnderwoodRegular';
	src: url('MyUnderwood.eot');
	src: local('My Underwood'), local('MyUnderwood'), url('MyUnderwood.woff') format('woff'), url('MyUnderwood.ttf') format('truetype');
}



/****************** nav and navpar ****************/
/*complementary colours 772700, 007777*/

.page_item { ... }


#navigationwrapper {
	bottom:0;
	left:0;
	position: fixed;
	width:100%;
	height: 90px;
	z-index:100;
	background: #d5c1a8 url('images/mapbackground.jpg') repeat scroll 50% 0;
	}

#navigation {
	font-family: MyUnderwoodRegular, Courier, Arial, Sans-Serif;
        font-size: 2.8em;
        font-weight: bold;
	height: 70px;
	margin: 0 auto;
	width: 900px;
	padding: 0px;
	}

#nav {
	margin: 10px 0 0 0;
	padding: 0px;
	width: 900px;
	height: 80px;
	}

#nav ul {
	margin: 0px;
	padding: 0px;
	width: 700px;
	height: 80px;
	display: inline;
	list-style: none;
	}

#nav ul li  {
	display: inline;
	line-height: 50px;
	font-size: 12px;
	margin: 0;
	padding: 0;
	background: transparent;
	}

#nav ul li:hover  {
	}

#nav a {
	color:#790000;
	background: transparent;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 20px 15px 10px;
	}

#nav a:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	background: #790000;
	-moz-opacity:0.8;
	opacity: 0.8;
	filter:alpha(opacity=80);
	}

#nav .current_page_item a, #nav .current_page_parent a {
	color: #cccccc;
	background: #550000;
	}

#nav ul li .current_page_item, #nav ul li .current_page_parent {
	}

/****************** 

#navsub {
	background-color: transparent;
	width: 700px;
	height: 20px;
	float: left;
	margin:0;
	padding:0;
	}

#navsub .current_page_item a {
	color: #000000;
	font-weight: bold;
	background-color: transparent;
	}

#navsub a {
	color:#770000;
	font-weight: bold;
	text-decoration: none;
	padding: 0 0;
	}

#navsub a:hover {
	color:#888888;
	font-weight: bold;
	text-decoration: none;
	}

#navsub ul {
	margin:0px;
	padding:0px;
	display: inline;
	list-style: none;
	}

#navsub ul li {
	margin-right: 0px;
	line-height: 20px;
	font-size: 12px;
	display: inline;
	list-style: none;
	}

.pagenav ul {
	}

navsub ****************/


/****************** Begin Structure ****************/

body {
	background: transparent url('images/pgbg.jpg') repeat-y scroll 50% 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	}

#pagewrapper {
	margin: 0 auto;
	padding: 0;
	display: block;
	width: 940px;
	background: transparent url('images/pgwrbg.jpg') no-repeat;
	}

#page {
	margin: 0 10px 0 30px;
	padding: 0;
	width: 880px;
	min-height: 400px;
	text-align: left;

	}

/****************** old header

#header {
	float: left;
	background-color: transparent;
	margin: 0;
	padding: 0;
	height: 70px;
	width: 900px;
	display: inline;
	position: relative;
	}

 ****************/

#pagetophome {
	display: block;
	float: left;
	text-align: left;
	margin: 40px 0;
	padding: 0;
	height: 140px;
	width: 900px;
	position: relative;
	}

#pagetop {
	display: block;
	float: left;
	text-align: left;
	margin: 20px 0;
	padding: 0;
	height: 20px;
	width: 900px;
	}

#logo {
	display: block;
	float: left;
	text-align: left;
	margin: 10px 0 0 0;
	padding: 0;
	height: 60px;
	width: 200px;
	}

.floatright {
	float: right;
}

.narrowcolumn {
	float: left;
	padding: 0;
	margin: 40px 10px 25px 50px;
	width: 500px;
	min-height: 200px;
	}

.homecolumn {
	float: left;
	padding: 0;
	margin-top: 30px;
	width: 900px;
	min-height: 200px;
	}

.widecolumn {
	float: left;
	padding: 0;
	margin: 40px 10px 25px 50px;
	width: 800px;
	min-height: 225px;
	}

.post {
	margin: 0 0 40px;
	text-align: left;
	}

.post hr {
	display: block;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footerspacer {
	clear:both;
	width: 900px;
	height: 10px;
	}

#footerwrapper {
	height: auto;
	width: 920px;
	background-color: transparent;
	padding: 0;
	margin: 40px auto 0;
	clear: both;
	}

#footer {
	padding: 0;
	margin: 30px 10px 0;
	width: 900px;
	height: 50px;
	clear: both;
	background-color: transparent;
	border: none;
	float: center;
	font-size: .9em;
	}

#footer h2 {
	font-size: 1.4em;
	line-height: 1em;
	margin-bottom: 5px;
        color: #aaaaaa;
	}

#footer p {
        color: #999999;
	}

#footer a {
        color: #666666;
	}

#footer a:hover {
	color: #aaaaaa;
	}

/* End Structure */


/***************** Begin Typography & Colors ****************/

h6 {
	font-family: Courier, Courier New, Monotype;
	font-size: 1.8em;
	line-height: .9em;
	font-variant: small-caps;
        color: #cccccc;
        font-weight: bold;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	letter-spacing: 0px;
	width: 230px;
	display: block;
	float: right;
	text-align: right;
	clear: right;
	}

h5 {
	font-family: Courier, Courier New, Monotype;
	font-size: 2.5em;
	line-height: .9em;
	font-variant: small-caps;
        color: #cccccc;
        font-weight: bold;
	margin-left: 0px;
	margin-top: 0px;
	letter-spacing: 0px;
	width: 250px;
	display: block;
	float: right;
	text-align: right;
	clear: right;
	}

body {
	font-size: 90%; /* Resets 1em to 11px */
	font-family: Helvetica, Arial, Sans-Serif;
	color: #000000;
	text-align: left;
	}

#content {
	font-size: 1em
	width: 650px;
	}
	
#contentwide {
	font-size: 1.2em
	width: 750px;
	min-height: 200px;
	}

#content a {
	text-decoration: none;
	color: #770000;
	}

#content a:hover {
	text-decoration: none;
	color: #aaaaaa;
	}

.narrowcolumn .entry p {
	text-align: left;
	}

p {
        margin: 0 0 10px 0;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.8em;
	}

.narrowcolumn .postmetadata {
	text-align: left;
	font-size: .9em;
	line-height: 1.1em;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {
	border-left: 1px solid #ddd;
}

small {
	font-family: Helvetica, Arial Sans-Serif;
	font-size: 0.9em;
	line-height: 1.1em;
	}

h1, h2, h3, h4 {
	font-family: MyUnderwoodRegular, Courier, Courier New, Monotype;
	letter-spacing: 2px;
	font-weight: 400;
	color: #000000;
	}

h1 {
	font-size: 2.6em;
	line-height: 1.1em;
	text-align: left;
	margin: 20px 0 3px 0;
	}

h2 {
	font-size: 2.25em;
	line-height: 0.85em;
	padding: 0 0 5px 0;
	margin: 20px 0 3px 0;
	clear: left;
	border-bottom: 1px dashed #bbbbbb;
	}

h1.pagetitle {
	font-size: 3.45em;
	line-height: 1.6em;
	position: relative;
	top:40px;
	margin: 5px 0 20px 0;
	letter-spacing: 10px;
	text-align: center;
	color: #aaaaaa;
	}
h1.pagetitleleft {
	font-size: 3.45em;
	line-height: 0em;
	position: relative;
	top:0px;
	margin: 5px 0 0px 0;
	letter-spacing: 10px;
	text-align: left;
	color: #aaaaaa;
	}

h2.pagetitle {
	font-size: 2.1em;
	margin-bottom: 5px;
	}

h2.posttitle {
	}

.date {
	font-family: MyUnderwoodRegular, Courier, Arial, Sans-Serif;
        text-align : center;
	padding: 10px 0 0 0;
	width: 100px;
	height: 30px;
	background-image: url('images/mapdate.jpg');
	color: #000000;
	font-size: .8em;
	font-weight: bold;
	line-height: 1.4em;
	text-transform: lowercase;
	position: relative;
	top: 20px;
	left: -120px;
	}

h3 {
	font-size: 1.75em;
	line-height: 1em;
	color: #888888;
	margin-bottom: 5px;
	}

h4 {
	font-size: 1.2em;
	line-height: .8em;
	color: #555555;
	margin-bottom: 5px;
	}

h1 a, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: #0678b3;
	}

h2 a, h2 a:visited, h3 a, h3 a:visited {
	color: #0678b3;
	text-decoration: none;
	font-weight: 400;
	}

h1 a:hover, h2 a:hover, h3 a:hover {
	color: #444444;
	font-weight: 400;
	}

h2 a, h2 a:visited, h3 a, h3 a:visited, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a, .entry p a:visited {
	color: #0678b3;
	font-weight: bold;
	text-decoration: none;
	}


.entry p a:hover {
	color: #444444;
	font-weight: bold;
	text-decoration: none;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em arial, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: 400;
}

.commentlist li .avatar { 

	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background-color: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: 400;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: arial, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

.quotescollection_randomquote p{
	font: 1em georgia, Georgia, Serif;
 	font-style: italic;
 	color: #888;
 	line-height: 1.4em;
	}


small, .nocomments, .postmetadata, blockquote, strike {
	color: #222;
	list-style-type: none;
	font-weight: 400;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a:hover {
	color: #444444;
	text-decoration: none;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em arial, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

/* End Typography & Colors */





/*************	Begin Headers ***************/

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 0 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 0 0;

	display: inline;
	}

.alignright {
	float: right;
	text-align:right;
	}

.alignleft {
	float: left;
	text-align:left;
	}

/************ additional css for lightbox plus plugin **********/

#gallery-1 a:hover img {
	border:2px solid #000000;
}

#cboxTitle {
font-size: .8em;
clear: left;
}

#cboxCurrent {
font-size: .8em;
z-index: -1000;
}

#cboxPrevious {
}

/* 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-type: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

ul {
        line-height: 0.85em;	
        list-style-type: none;
}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	list-style-type: square;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	list-style-type: decimal;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: square;
	list-style-image: none;
	}

ul ul, ol li  {
list-style-type:none;

}

.xoxo blogroll {
list-style-type:none;
}


/* End Entry Lists */



/**************** Begin Form Elements *******************/
#searchform {
	margin: 0px;
	padding: 0px 3px 3px 3px;
	text-align: left;
	float: left;
	}

.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 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 2px 10px 2px 10px;
	}

.commentlist {
	padding: 0;
	text-align: left;
	}

.commentlist li {
	margin: 10px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
	list-style-type: square;
}

.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 Sidebar */
#sidebar a {
	font-family: MyUnderwoodRegular, Courier, Arial, Sans-Serif;
        text-decoration: none;
	color: #770000;
	font-weight:400;
	}

#sidebar a:hover {
	font-family: MyUnderwoodRegular, Courier, Arial, Sans-Serif;
        text-decoration: none;
	color: #aaaaaa;
	font-weight:400;
	}

#widgets {
	padding: 0px;
	margin: 0 0 15px 0;
	}

#sidebar {
	padding: 0;
	margin: 40px 30px 0 0;
	float: right;
	width: 250px;
	font-size: .9em;
	}

#sidebar .widget {
	padding: 0px;
	margin: 20px 0 0 0;
	width: 250px;
	float: left;
	}

.column {
	margin: 10px 0 0;
	padding: 0;
	width:300px;
	height: 300px;
	float: left;
	}

.column a {
	text-decoration: none;
	color: #770000;
	font-weight:600;
	}

.column a:hover {
	text-decoration: none;
	color: #aaaaaa;
	font-weight:600;
	}

.sidebar {
font-family: MyUnderwoodRegular, Courier, Arial, Sans-Serif;
        text-decoration: none;	
color: #000000;
	margin: 20px 0px 20px 20px;
	padding: 0;
	width:280px;
	height: 300px;
	float: right;
	text-align: left;
	}

.sidebar .widget {
	padding: 0px;
	margin: 0px 0px;
	}

.sidebar h2 {
	margin: 5px 0 10px 0;
	padding: 0;
	font-size: 1.2em;
	color: #000000;
	}

#sidebar form {
	}

#sidebar h2 {
	margin: 13px 0;
	padding: 0;
	font-size: 1.85em;
	letter-spacing: 2px;
	}

#sidebar ul ul li, #sidebar ul ol li,#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	display: block;
	list-style-type: none;
	}

#sidebar ul li {
	list-style-type: none;
	margin-bottom: 10px;
	display: block;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	list-style-type: none;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	list-style-type: none;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	list-style-type: none;
	}

#sidebar ul ol li {
	list-style-type: none;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	list-style-type: none;
	}

#sidebar #searchform #s {
	width: 150px;
	padding: 2px;
	margin: 0px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

#widgets ul, #widgets li {
	list-style-type: none;
	}

.widgets ul, .widgets li {
	list-style-type: none;
	}
/* 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 {
	color: #222;
	margin: 10px 30px 0 10px;
	padding-left: 20px;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 120px;
	}

/* End Various Tags & Classes*/



/* Captions */
.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;
	border: 0 none;

}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
/* Shop audio container to make it play nice with mp3 player */
.shopaudiocontainer { 
	width: 395px;
	float: right;
        margin: 0;
       }
/* Shop audio container to make it play nice with mp3 player */
/* section break div class*/

.sectionbreak {
	display: block;	
	margin-bottom: 10px;
	float:left;
	clear:left;
	width:500px;
}

/* section break div class*/


