/*  
Theme Name: LoveLuma
Theme URI: http://www.lumacreative.co.uk
Description: WP theme designed for luma creative.
Version: 1.0
Author: Nathan Barry
Author URI: http://www.lumacreative.co.uk
*/

/* Reset the whole shebang */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, img, ins, kbd, q, s, samp, small, strike, strong, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
	font-style: normal;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* All reset now, thank you */
/* remove the dotted borders on links in firefox */
*:focus { outline: none; }
*::-moz-focus-inner { border: none; }
/* dotted border outta there */

body {
	background: #fff;
	height: 100%;
	color: #999;
	font: 62.5%/2em Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
}
a {
	text-decoration: none;
	-webkit-transition: color .25s linear;
	-moz-transition: color .25s linear;
	transition: color .25s linear;
}
a:hover {
	text-decoration: none;
	-webkit-transition: color .25s linear;
	-moz-transition: color .25s linear;
	transition: color .25s linear;
}
.pink, .leftColumn a, .rightColumn a:hover, div.copy a:hover, ol.commentlist a {
	color: #b31e8d;
}
.orange, .middleColumn a, .leftColumn a:hover, ol.commentlist a:hover {
	color: #f16522;
}
.yellow, .rightColumn a, .middleColumn a:hover, div.copy a {
	color: #ffc10e;
}

img {
	border: none;
}
p {
	padding-bottom: 10px;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
h1 {
	height: 60px;
	width: 480px;
	background: url(images/onehellofanl.png) no-repeat 0 75px;
	text-indent: -9999px;
	padding-top: 75px;
}
h1 a {
	height: 60px;
	width: 480px;
	display: block;
	background: url(images/onehellofanl.png) no-repeat 0 -90px;
	*background: url(images/onehellofanl.png) no-repeat 0 75px;
    -moz-opacity: 0;  
    -khtml-opacity: 0;  
    opacity: 0;
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	transition: all .25s linear;
}
h1 a:hover {
	background: url(images/onehellofanl.png) no-repeat 0 -90px;	
    -moz-opacity: 1;  
    -khtml-opacity: 1;  
    opacity: 1;
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	transition: all .25s linear;
}
h2 {
	height: 60px;
	background: url(images/h2bg.png) no-repeat right;
	font-size: 3.0em;
	text-transform: lowercase;
	color: white;
	line-height: 1;
	letter-spacing: .05em;
	z-index: 1;
	position: relative;
	margin: 0;
	text-shadow: #333 1px 1px 2px;
	padding: 20px 50px 0 20px;
}
h3 {
	float: left;
	display: block;
	width: 280px;
	margin-bottom: 10px;
}
h4 {
	width: 280px;
	height: 30px;
	text-indent: -9999px;
	margin-bottom: 10px;
	display: block;
	margin-top: 20px;
}

form {
	margin:0px;
	padding:0px;
}
#page {
	background: #e4e4e4;
	background: -webkit-gradient(radial, 400 80, 20, 400 80, 800, from(#ffffff), to(#e4e4e4));
	background: -moz-radial-gradient(400px 80px 45deg, #ffffff, #e4e4e4);
	width: 100%;
	*background: #e4e4e4;
}
/* header area */
#header {
	background: url(images/banner.gif) repeat-x 0 40px;
	height: 170px;
	position: relative;
	width: 100%;
	padding-top: 40px;
	margin-bottom: 20px;
}
#headerimg {
	position: relative;
	padding: 0;
	height: 135px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#headerimg .description {
	width: 900px;
	margin-top: 10px;
	font-size: 1.4em;
	text-align: right;
	padding-right: 60px;
	z-index: 1;
	position: relative;
	line-height: 1.1;
}
#headerimg .description ul {
	list-style-type: none;
}
#headerimg .description a, div.tweetLink a {
	color: #b31e8d;
}
#headerimg .description a:hover, div.tweetLink a:hover {
	color: #f16522;
}

#threedots {
	width: 220px;
	height: 210px;
	float: right;
	background: url(images/threedots.png) no-repeat;
	position: absolute;
	top: -40px;
	left: 740px;
}
ul.interact {
	list-style-type: none;
	text-indent: -9999px;
}
ul.interact li {
	list-style-type: none;
	float: left;
    -moz-opacity: 0;  
    -khtml-opacity: 0;  
    opacity: 0;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
ul.interact a {
	display: block;
	height: 100%;
}
ul.interact li:hover {
    -moz-opacity: 1;  
    -khtml-opacity: 1;  
    opacity: 1;
}
li#twit {
	background: url(images/threedots.png) no-repeat -160px -355px;
	width: 60px;
	height: 60px;
	margin-left: 160px;
	margin-top: -20px;
}
li#rss {
	background: url(images/threedots.png) no-repeat -90px -290px;
	width: 75px;
	height: 85px;
	margin-top: 80px;
	margin-left: -10px;
}
li#email {
	background: url(images/threedots.png) no-repeat 0 -210px;
	width: 100px;
	height: 105px;
}

/* content */
#content {
	width: 960px;
	margin: 0 auto 30px;
	-moz-border-radius: 30px;
	-khtml-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.25);
	-khtml-box-shadow: 0px 0px 5px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.25);
	background: #fff url(images/watermark.gif) no-repeat 480px bottom;
	padding: 30px 0 0;
}
.siteLink {
	width: 480px;
	height: 75px;
	display: block;
	margin: 0 0 0 480px;
	padding: 0;
	-moz-border-radius-bottomright: 30px;
	-khtml-border-radius-bottomright: 30px;
	-webkit-border-bottom-right-radius: 30px;
	border-bottom-right-radius: 30px;
	background: url(images/logo.gif);
	*background: none;
    -moz-opacity: 0;  
    -khtml-opacity: 0;  
    opacity: 0;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	text-indent: -9999px;
}
a.siteLink:hover {
	background: url(images/logo.gif) no-repeat right bottom;
    -moz-opacity: 1;  
    -khtml-opacity: 1;  
    opacity: 1;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.post {
}
.post-date {
	width: 70px;
	height: 70px;
	float: right;
	background: url(images/datedot.png) no-repeat;
	margin-right: 305px;
	z-index: 1;
	position: relative;
	margin-top: 0;
	padding: 0;
}
.post-month {
	font-size: 2.1em;
	text-transform: lowercase;
	color: #fff;
	text-align: center;
	display:block;
	padding-top: 8px;
	font-weight: bold;
	line-height: 30px;
}
.post-day {
	font-size: 3.0em;
	color: #fff;
	text-align: center;
	display:block;
	font-weight: bold;
	line-height: 10px;
}
.post-title {
	float: left;
	display: block;
	height: 85px;
	margin-left: -20px;
	background: url(images/pinkend.png) no-repeat;
	padding-left: 20px;
}
.entry {
	clear: both;
	margin-top: -50px;
	float: left;
}
.copy {
	float: left;
	width: 930px;
}
div.copy p {
	font-size: 1.6em;
	width: 250px;
	padding-bottom: 1em;
	margin-right: 0px;
	float: right;
	clear: right;
}
.tweetLink {
	height: 30px;
	text-align: right;
	font-size: 1.4em;
	display: block;
	width: 590px;
}
.tweetLink a {
	background: url(images/tweetlink.gif) no-repeat right 0;
	margin-right: -30px;
	padding-right: 35px;
	height: 30px;
	display: inline;
	padding-top: 10px;
	font-weight: bold;
	padding-bottom: 10px;
}
.tweetLink a:hover {
	background: url(images/tweetlink.gif) no-repeat right -100px;
}
/* pages */
.pages {
	clear: left;
	-moz-column-count: 3;
	-webkit-column-count: 3;
	column-count: 3;
	-moz-column-gap: 30px;
	-webkit-column-gap: 30px;
	column-gap: 30px;
	margin-left: 30px;
	width: 900px;
	font-size: 1.2em;
	margin-bottom: 30px;
}
h6 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: .5em;
	text-transform: lowercase;
}
.pages ul {
	list-style-position: outside;
	padding-left: 20px;
	margin: 0;
	padding-top: 0;
}
.pages ul li {
	list-style-position: outside;
	margin-bottom: .5em;
}
.pages a {
	color: #f16522;
}
.pages a:hover {
	color: #ffc10e;
}
/* links */
ul.linksList h2 {
	font-size: 18px;
	font-weight: bold;
	text-transform: lowercase;
	background-image: none;
	text-shadow: none;
	color: #b31e8d;
	padding: 0;
	width: 280px;
	height: auto;
	margin: 0 0 .5em;
	letter-spacing: normal;
}
.linksIntro {
	font-size: 1.8em;
	float: right;
	width: 590px;
	margin-right: 30px;
	margin-top: 10px;
}
ul.linksList {
	list-style-type: none;
	width: 930px;
	clear: both;
	margin-left: 30px;
}
ul.linksList li {
	list-style-type: none;
	width: 280px;
	float: left;
	margin-right: 30px;
}
ul.linksList li ul {
	margin-bottom: 2em;
	min-height: 100px;
}
ul.linksList li ul li {
	font-size: 1.4em;
	float: none;
}
ul.linksList li ul li a {
	color: #f16522;
}
ul.linksList li ul li a:hover {
	color: #ffc10e;
}

/* wp-classes */
.wp-caption {
	margin: 0;
	padding: 0 50px 0 0;
}
div.entry p.wp-caption-text {
	color: #f16522;
	background-color: white;
	width: 580px;
	padding: 10px;
	font-weight: bold;
	font-style: italic;
	font-size: 1.4em;
	float: left;
	margin: 0 0 20px 20px;
}
div.entry p.postmetadata {
	width: 450px;
	margin-left: 30px;
	font-size: 1.2em;
	font-style: italic;
	float: none;
	clear: left;
	line-height: 1.33;
	text-transform: lowercase;
	margin-bottom: 20px;
}
p.postmetadata a {
	color: #f16522;
	font-style: italic;
}
p.postmetadata a:hover {
	color: #ffc10e;
}

/* thumbnailLists */
ul.thumbnailList {
	list-style-type: none;
	width: 935px;
}
ul.thumbnailList li {
	margin-left: 30px;
	list-style-type: none;
	width: 280px;
	display: block;
	float: left;
}
ul.thumbnailList li p {
	margin-top: 10px;
	height: 2.5em;
	margin-bottom: 2em;
}
ul.thumbnailList li p a {
	font-size: 1.8em;
	font-weight: bold;
	color: #f16522;
}
ul.thumbnailList li p a:hover {
	color: #ffc10e;
}
ul.thumbnailList li img {
	-moz-box-shadow: 0px 0px 5px #999;
	-khtml-box-shadow: 0px 0px 5px #999;
	-webkit-box-shadow: 0px 0px 5px #999;
	box-shadow: 0px 0px 5px #999;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
ul.thumbnailList li img:hover {
	-moz-box-shadow: 0px 0px 10px #f16522;
	-khtml-box-shadow: 0px 0px 10px #f16522;
	-webkit-box-shadow: 0px 0px 10px #f16522;
	box-shadow: 0px 0px 10px #f16522;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
h2.archivetitle {
	background: url(images/h2bg.png) no-repeat right;
	margin-right: 30px;
	font-weight: normal;
	font-style: normal;
}
.thumbnailShifter {
	margin-top: -45px;
	float: left;
	clear: left;
	width: 940px;
}
.navigationArchive {
	float: left;
	clear: left;
	width: 900px;
	font-size: 1.2em;
	margin-bottom: 10px;
	padding-left: 30px;
}

/* comments */
#commentsPanel {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#respond {
	width: 280px;
	float: right;
	clear: none;
}
.navigation {
	float: left;
	clear: left;
	width: 620px;
	font-size: 1.2em;
	margin-bottom: 10px;
}
.older a {
	float: left;
	background: url(images/back.png) no-repeat;
	display: block;
	text-indent: 20px;
	color: #f16522;
}
.older a:hover {
	background: url(images/back.png) no-repeat 0 -30px;
	color: #ffc10e;
}
div.homepage {
	float: left;
	width: 200px;
	margin-left: 30px;
	font-size: 1.2em;
}
.homepage a {
	background: url(images/back.png) no-repeat;
	display: block;
	text-indent: 20px;
	color: #f16522;
}
.homepage a:hover {
	color: #ffc10e;
	background: url(images/back.png) no-repeat 0 -30px;
}
.newer a {
	float: right;
	background: url(images/next.png) no-repeat right 0;
	display: block;
	padding-right: 20px;
	color: #f16522;
}
.newer a:hover {
	background: url(images/next.png) no-repeat right -30px;
	padding-right: 20px;
	color: #ffc10e;
}
.avatar {
	float: right;
	-moz-box-shadow: 0px 0px 5px #b31e8d;
	-khtml-box-shadow: 0px 0px 5px #b31e8d;
	-webkit-box-shadow: 0px 0px 5px #b31e8d;
	box-shadow: 0px 0px 5px #b31e8d;
	*border: 1px solid #b31e8d;
}
#comments {
	background: url(images/comments.png) no-repeat 0 2px;
	width: 120px;
	height: 30px;
	text-indent: -9999px;
}
.commentCount {
	font-weight: bold;
	color: white;
	font-size: 1.8em;
	text-align: center;
	width: 32px;
	height: 27px;
	padding-top: 4px;
	background: url(images/pinkdot.png) no-repeat;
	float: left;
	margin-left: 20px;
}
.commentlist {
	margin: -15px 0 15px;
	width: 620px;
	float: left;
	clear: left;
}
.commentlist ol {
	list-style-type: none;
}
.commentlist li {	
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.25);
	-khtml-box-shadow: 0px 0px 3px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 3px rgba(0,0,0,0.25);
	background-color: white;
	margin-top: 20px;
	padding: 15px;
	list-style-type: none;
	font-size: 1em;
	line-height: 1.25;
}
.commentlist p {
	font-size: 1.4em;
	margin: 10px 100px 10px 0;
	padding: 0;
}
.commentlist cite {
	font-weight: bold;
	font-style: normal;
	font-size: 1.6em;
	color: #b31e8d;
}
.commentlist cite a, .commentlist cite a:visited, .commentmetadata a, .reply a {
	color: #b31e8d;
}
.commentlist cite a:hover, .commentmetadata a:hover, .reply a:hover {
	color: #f16522;
}
.commentlist small {
	display: block;
	font-size: 1.3em;
	text-transform: lowercase;
}
.reply a {
	font-size: 1.5em;
	margin-right: 90px;
	display: block;
	clear: both;
	text-align: right;
	font-style: italic;
	font-weight: bold;
	text-transform: lowercase;
}
div#respond h3 {
	background: url(images/comment.png) no-repeat 0 4px;
	text-indent: -9999px;
	height: 30px;
}
div#respond a {
	color: #ffc10e;	
}
div#respond a:hover {
	color: #b31e8d;	
}
small {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-transform: lowercase;
}
a#cancel-comment-reply-link {
	width: 280px;
	text-align: right;
	float: right;
	font-weight: bold;
	font-style: italic;
	font-size: 1.2em;
	text-transform: lowercase;
}
#commentform {
	width: 280px;
}
#commentform p {
	font-size: 1.2em;
}
#commentform label {
	color: #999;
}
#commentform input {
	width: 268px;
	background: #fff;
	border: 1px solid #ccc;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 5px;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
#commentform textarea {
	width: 268px;
	height: 120px;
	background: #fff;
	border: 1px solid #ccc;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 5px;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #fff8e5;
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.25);
	-khtml-box-shadow: 0px 0px 3px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 3px rgba(0,0,0,0.25);
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
#commentform #submit {
	background: url(images/submit.png) no-repeat;
	border: none;
	float: right;
	width: 60px;
	height: 60px;
	cursor: pointer;
	text-indent: -9999px;
	margin-bottom: 10px;
	padding: 0;
}

/*sidebar (technically in the footer) */
#sidebar {
}
#sidebar ul, #footer ul {
	list-style: none;
	border: none;
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	float: left;
}
#sidebar ul ul li, #footer ul ul li {
	float: none;
}
/*blogroll */
ul.list-blogroll li{
}
/*archives widget */
ul.list-archives li, li.widget_archives li{
	width: 140px;
}

/* footer */
#footerstripe {
	width: 100%;
	background: white url(images/footerstripe.gif) repeat-x;
	clear: both;
	padding-top: 10px;
}
#footer {
	width: 960px;
	margin: 0 auto;
	font-size: 1.4em;
}
.leftColumn {
	width: 280px;
	margin-right: 60px;
	float: left;
	margin-bottom: 20px;
}
.middleColumn {
	width: 280px;
	margin-right: 60px;
	float: left;
	margin-bottom: 20px;
	text-transform: lowercase;
}
.rightColumn {
	width: 280px;
	float: left;
	margin-bottom: 20px;
	text-transform: lowercase;
}

#footer h4 {
	width: 280px;
	height: 30px;
	text-indent: -9999px;
	margin-bottom: 10px;
	display: block;
}
.about {
	background: url(images/about.gif) no-repeat;
}
.recent {
	background: url(images/recent.gif) no-repeat;
}
.archives {
	background: url(images/archives.gif) no-repeat;
}
.copyright {
	text-align: center;
	font-size: 8pt;
	clear: both;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	line-height: 1;
}
.copyright a {
	color: #999;	
}
.copyright a:hover {
	color: #f16522;
}
.loginout a {
	color: white;
}
.loginout a:hover {
	color: #ffc10e;
}

/* alignments */
.center {
	text-align: center;
}
img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
img.alignleft, img[align="left"] {
	float:left;
}
.alignright {
	float: right;
}
img.alignright, img[align="right"] {
	float:right;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}
