/*
	Theme Name: Buttershug v2009
	Theme URI: http://www.buttershug.com/
	Description: Not yours. 
	Version: 2009
	Author: Nikki Murray
	Author URI: http://www.buttershug.com/
*/


/* @group body styles */

* {
	color: #333333;
	font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 0;
	padding: 0;
}

body {
	background: url('images/lePink.gif') repeat-x scroll;
	font: Helvetica, Geneva, sans-serif;
}

a {
	color: #cc3366;
	font-weight: 700;
}

a:hover, .thetags a:hover {
	color: #cc6699;
	text-decoration: none;
}

.thetags {
	font-weight: 700;
}

h1, h1 a {
	color: #cc3366;
	font-size: 36px;
	font-weight: 700;
	text-decoration: none;
	margin-bottom: 5px;
}

h2 {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	margin-bottom: 20px;
}

p {
	background: none;
	margin-bottom:1em;
}

img {
	border: 0;
}

img a {
	border: 0 none;
	text-decoration: none;
}

strong {
	font-weight: 700;
}

/* @end */

/* @group main navigation */

#container {
	width: 985px;
	height: auto !important;
	height: 600px;
	min-height: 600px;
	margin: auto;
	background: url('images/lens.jpg') no-repeat;
}

#galleryContainer {
	width: 985px;
	height: auto !important;
	height: 600px;
	min-height: 600px;
	margin: auto;
}

#nav {
	height: 61px;
}

#nav input {
	color: #000;
	border: #990033 1px solid;
	font-size: 13px;
	padding:2px;
	width: 140px !important;
	w\idth: 130px;
}

#nav .button {
	background: #d0db80;
	border-right: 1px solid #999933;
	border-bottom: 1px solid #999933;
	border-left: 1px solid #e6efa3;
	border-top: 1px solid #e6efa3;
	color: #fff;
	font-size: 12px;
	letter-spacing: 1px;
	padding:2px;
	text-transform: lowercase;
	font-weight: 700;
	width: 60px !important;
}

.bugger {
	margin: 0;
	padding: 0;
	width: 335px;
	float: left;
}

.letsgo {
	float: left;
	padding-top: 22px;
	text-align: right;
}

/* @group navmap */

ul.cssmenu {
	float: left;
	width: 345px;
	list-style: none;
	padding: 0px;
	margin-left: 80px;
	margin-right: 10px;
	}

.displace {
	position: absolute;
	left: -5000px;
	}

ul.cssmenu li {
	float: left;
	}

ul.cssmenu li a {
	display: block;
	width: 115px;
	height: 59px;
	background: url('images/navmap.gif');
	}

/* @group inactive */

ul.cssmenu li.gallery a {
	background-position: 0 0;
	}

ul.cssmenu li.journal a {
	background-position: -115px 0;
	}

ul.cssmenu li.about a {
	background-position: -230px 0;
	}



/* @end */

/* @group hover */

ul.cssmenu li.gallery a:hover {
	background-position: 0 -118px;
	}

ul.cssmenu li.journal a:hover {
	background-position: -115px -118px;
	}

ul.cssmenu li.about a:hover {
	background-position: -230px -118px;
	}



/* @end */

/* @group active */

ul.cssmenu li.gallery a.selected {
	background-position: 0 -59px;
	}

ul.cssmenu li.journal a.selected {
	background-position: -115px -59px;
	}

ul.cssmenu li.about a.selected {
	background-position: -230px -59px;
	}


/* @end */

/* @group content styles */


#mainContent {
	margin-top: 20px;
	width: 636px;
	float: right;
	margin-bottom: 50px;
}

#mainContent p {
	font-size: 10pt;
	line-height: 15pt;
	text-align: justify;
}

#mainContent a {
	color: #cc3366;
	font-size: 13px;
	font-weight: 700;
	border-bottom: 1px dotted;
	text-decoration: none;
}

#mainContent a:hover {
	color: #444;
	font-weight: 700;
	border-bottom: none;
}

#mainContent h1, #mainContent h1 a {
	color: #cc3366;
	font-weight: 700;
	border: none;
	font-size: 18px;
	text-transform: uppercase;
}

#mainContent h1 a:hover {
	color: #444;
}

#mainContent img {
	border: 1px solid #000;
}

.commentCount {
	background: url('images/comment.gif');
	height: 21px;
	width: 33px;
	float: right;
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	color: #333;
}

#mainContent a.countlink {
	height: 21px;
	width: 33px;
	border: 0;
	color: #000;
	text-decoration: none;
}

.metaContainer {
	margin: auto;
	padding: 15px;
	background: #eee;
}

.metaContainer p {
	margin: 0;
	padding: 0;
	text-align: center;
}

/* @end */


/* @group comment styles */

#commentContainer {
	margin-top: 20px;
}

ol.commentlist {
	margin-bottom: 15px;
	list-style-type: none;
}

#mainContent img.avatar { 
	float: right; 
	border: 1px solid #333;
	margin-left: 15px;
	margin-bottom: 10px;
}

.comment {
	background: #eee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #efefef;
	border-top: 1px solid #efefef;
	padding: 15px;
	margin-bottom: 10px;
}

.bypostauthor {
	background: #ccc;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	font-size: 11px;
}

cite.fn, a.url {
	font-size: 11px;
	text-transform: uppercase;
	border: 0;
	text-decoration: none;
	font-weight: 700;
}

.comment-author, .comment-meta {
	display: inline;
}

#mainContent .comment-meta {
	font-size: 11px;
	font-weight: normal;
	border: 0;
	border-left: 1px solid #666;
	margin-left: .5em;
	padding-left: .5em;
}

#mainContent .comment-meta a {
	font-size: 11px;
	font-weight: normal;
	border: 0;
	color: #666;
}

#mainContent .comment-meta a:hover {
	color: #000;
}

.says {
	display: none;
}

#mainContent a.url {
	border: 0;
	font-size: 11px;
}

#respond {
	margin-top: 30px;
	border-top: 1px solid #ccc;
	background: #eee;
	padding: 15px;
}


/* @end */


/* @group sub navigation */

#peasoup {
	width: 635px;
	float: right;
	margin-bottom: 10px;
	background: #d0db80 url('images/peasoup.gif') repeat-y;
	text-transform: uppercase;
	border-right: 1px solid #999933;
	border-bottom: 1px solid #999933;
	padding-bottom: 10px;

}

.cuppa {
	width: 67px;
	min-height: 100%;
	height: 100%;
	padding-top: 5px;
	color: #fff;
	text-align: center;
	font-size: 12px;
	float: left;
	font-size: 18px;
	font-weight: lighter;
	padding-bottom: 10px;
}

.cuppa a {
	color: #fff;
	font-size: 12px;
	font-size: 18px;
	font-weight: 400;
	text-decoration: none;
	margin: auto;
}

.cuppa img {
	padding-top: 5px;
}

.spoon {
	margin: 0;
	width: 423px;
	padding-top: 5px;
	padding-left: 9px;
	color: #fff;
	text-align: left;
	font-size: 12px;
	float:  left;
	font-size: 18px;
}

.thedate {
	font-size: 34px;
	color: #fff;
	line-height: 22px;
}

.thetags, .thetags a {
	font-size: 24px;
	color: #fff;
	line-height: 22px;
	text-transform: lowercase;
	text-decoration: none;
}



/* @end */

/* @group footsies */

#foots {
	background: #000 url('images/leGrey.gif') repeat-x;
	margin: auto;
	padding-top: 10px;
}

#foots a {
	color: #cc3333;
	font-weight: normal;
}

#foots h3 {
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
}

.fcontain {
	width: 900px;
	margin: auto;
}

.fcol {
	float: left;
	width: 260px;
	padding: 10px;
}

.fborder {
	border-right: 1px solid #333;
	border-left: 1px solid #333;
	min-height: 200px;
}

.fcol p {
	margin: 0;
	padding: 0 0 5px 0;
	color: #ccc;
	font-weight: 400;
	font-size: 10pt;
}

.recent ul {
	margin-left: 15px;
}

.recent ul li {
	line-height: 18px;
	color: #d0db80;
}

.recent ul li a {
	font-size: 12px;
}

span.twitter-timestamp abbr {
	color: #999;
	font-size: 9pt;
}

p.twit {
	color: #888;
	font-size: 22px;
	font-family: "garamond";
	font-style: italic;
	margin-bottom: 10px;
}

.flickr img {
	margin-right: 10px;
}

p.empty {
	height: 20px;
}

p.empty2 {
	height: 40px;
}

/* @end */

/* @group classes */

.curses {
	cursor: pointer;
}

.divider {
	background: url('images/divider.gif') no-repeat;
	margin: auto;
	width: 583px;
	height: 50px;
	margin-top: 15px;
	margin-bottom: 15px;}

.leftFloat {
	float: left;
}

.rightFloat {
	float: right;
}

#clear {
	clear: both; 
	margin: 0px;
}

.center {
	text-align: center;
}

p.smaller, .smaller, .smaller a {
	font-size: 9pt;
}

/* @end */