/* @override http://www.littlename.co.uk/wp-content/themes/LN%20Seaside/style.css */

/* @override 
	http://localhost:8888/wordpress/wp-content/themes/LN%20Seaside/style.css
	http://www.littlename.co.uk/wp-content/themes/LN%20Seaside/style.css
*/

/*
Theme Name: LN Seaside
Theme URI: http://wordpress.org/
Description: Another in a catalogue of bloody rendidtions. Ruled by thought not healthy functioning
Version: 9.0
Author: Leebo

*/

/* added by me */

#postcard-wrapper {
	display: block;
	width: 100%;
	height: 100%;
	z-index: 100;
	position: relative;
	background: transparent url(images/back_clouds.png) center top;
}

#postcard-bottom {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 15px;
	background-color: #fef4ec;
}

#postcard-top {
	display: block;
	position: fixed;
	width: 100%;
	height: 15px;
	background-color: #fef4ec;
	z-index: 100;
	top: 0;
	left: 0;
}

#postcard-right {
	display: block;
	position: fixed;
	width: 15px;
	height: 100%;
	background-color: #fef4ec;
	z-index: 100;
	right: 0;
	top: 0;
}

#postcard-left {
	display: block;
	position: fixed;
	width: 15px;
	height: 100%;
	background-color: #fef4ec;
	z-index: 100;
	left: 0;
}

#player {
	float: right;
	clear: both;
	width: 400px;
	margin: 50px 180px 10px 0;
	font-size: 12px;
	font-weight: bold;
	background: transparent url(images/bg-black.png) repeat;
	padding: 10px;
}

#player2 {
	float: right;
	width: 400px;
	margin: -40px 0 10px;
	font-size: 12px;
	font-weight: bold;
	background: transparent url(images/bg-black.png) repeat;
	padding: 10px;
	clear: both;
}

div#creditfooter {
	float: left;
	clear: left;
	display: none;
}

#cdpad {
	background: url(images/bg-black.png) repeat;
	padding: 10px;
}

#tumblr-badge{
	width: 700px;
	height: 1000px;
}

/* pagetitle */

.pagetitle h1 {
	font: 45px/39px "Gill Sans", "Gill Sans MT", Helvetica, "Helvetica Neue", Arial, sans-serif;
	color: white;
	text-shadow: white 0 1px 20px;
	text-align: left;
	background-image: none;
	text-transform: uppercase;
	padding-top: 0;
}

.pagetitle {
	padding: 1px 0 0;
	width: 150px;
	margin-top: -1px;
	word-wrap: break-word;
	white-space: -moz-pre-wrap

;
	/* Mozilla, since 1999 */
	white-space: -o-pre-wrap;
	display: block;
	float: left;
}

/*flickr badge */

#flickr_badge_uber_wrapper {
	float: left;
	clear: both;
	margin-top: 20px;
	margin-bottom: 0;
	padding: 0;
	display: block;
	height: 200px;
}

#flickr_badge_source_txt {
	padding: 0;
	font: 11px Arial, Helvetica, Sans serif;
	color: #333333;
}

#flickr_badge_icon {
	display: block !important;
	margin: 0 !important;
	border: 1px solid rgb(0, 0, 0) !important;
}

#flickr_icon_td {
	padding: 0 5px 0 0 !important;
}



#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {
	text-decoration: none !important;
	background: inherit !important;
	color: #333333;
}

#flickr_badge_wrapper {
	display: block;
	float: left;
	margin-bottom: 400px;
}

#flickr_badge_source {
	padding: 0 !important;
	font: 11px Arial, Helvetica, Sans serif !important;
	color: #333333 !important;
}

table#flickr_badge_wrapper  tbody tr td.flickr_badge_image img {
	display: block;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

/* @group logo */

.logo h1 {
	display: block;
	text-shadow: white 0px 0px 20px;
	background: url(images/logo_ln_sml.png) no-repeat 0 2px;
	text-indent: -9999px;
	float: left;
	height: 50px;
	width: 250px;
	margin-left: 0;
	margin-top: 0;
}

#inner .logo {
	display: block;
	width: 870px;
	margin: 0 auto;
}

.logo img {
	margin-left: 20px;
}

div.logo ul#navigation {
	display: block;
	padding: 0;
	margin: 0 0 0 115px;
	font: 11px "Gill Sans", "Gill Sans MT", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	height: 50px;
	float: right;
	border-right: 1px solid #535353;
}

#navigation li {
	display: block;
	float: left;
	border-left: 1px solid #3d3d3d;
	height: 50px;
}

#navigation li:hover {
	
}

#navigation li.active, .current_page_item {
	background: url(images/ActiveTab2.png) repeat-x 50% 100%;
	background: url(images/ActiveTabSideShadows.png) repeat-y 0% 100%, url(images/ActiveTabSideShadows.png) repeat-y 100% 100%, url(images/ActiveTab2.png) repeat-x 50% 100%;
	background-color: #373737;
}
#navigation li.page_item.current_page_item a:hover{

	background: transparent url() repeat-y 0 100%;
	border-left-style: none;
}
#navigation li a {
	display: block;
	padding: 17px 7px 15px;
	color: #fffef7;
	font-weight: normal;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 50% 0;
	text-align: center;
	width: 5.5em;
	font-family: "Gill Sans", "Gill Sans MT", "Helvetica Neue", Helvetica, Arial, sans-serif;
	
}

/* Firefox padding fix */

#navigation li a {
	padding: 17px 7px 15px !important;
	text-shadow: #000 0px 1px 0px;
}
#navigation li a:active{
	padding: 19px 7px 13px !important;
}

#navigation li a.paddfix {
	padding-bottom: 13px;
}

/* Firefox padding fix */

#navigation li a.paddfix {
	padding-bottom: 12px !important;
}

#navigation li a:hover {
	background: #373737 url(images/ActiveTabSideShadows.png) repeat-y 0 100%;
	border-left-style: none;
}

#navigation li.active a, #navigation li.active a:hover {
	color: #f8f8f8;
	text-shadow: #000 0 1px 0;
	background-image: none;
	background-color: transparent;
	padding-bottom: 5px;
	
}

/* @end */

#buycd {
	font-size: 12px;
	font-weight: bold;
	background: transparent url(images/bg-black.png) repeat;
	padding: 10px;
	display: block;
	float: right;
	margin: -40px 0px 10px 0;
}

#buycd h2 {
	text-transform: uppercase;
	font: 20px "Gill Sans", "Gill Sans MT", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #1f2835;
	text-shadow: #7997aa 0 1px 0;
}

#buycd h1 {
	text-transform: uppercase;
	font: 12px "Gill Sans", "Gill Sans MT", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #1f2835;
	margin-bottom: 10px;
}

#buycd a {
	color: #1f2835;
	text-transform: uppercase;
	font-size: 11px;
	text-decoration: none;
	background-image: url(images/bg-black.png);
	display: block;
	float: left;
	margin-right: 1px;
	margin-bottom: 5px;
	padding: 2px 2px 0;
	text-shadow: #3f82b4 1px 1px 0;
}

#buycd a:hover {
	background-image: url(images/bg-blacker.png);
}

#buycd a:active {
	margin-top: 1px;
	margin-bottom: -1px;
}

div#photos {
	margin-bottom: 200px;
}

#photos li {
	display: block;
	float: left;
}

#photos li img {
	display: block;
	margin: 5px 10px 10px;
	float: left;
}

#biotext,#photos {
	display: block;
	float: left;
	font: 16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 10px;
	margin-top: 35px;
	background: transparent url(images/bg-black.png) repeat;
	padding: 10px;
	color: #000;
	text-align: justify;
}

#biotext p {
	color: #121212;
	letter-spacing: 0;
	line-height: 20px;
	text-align: left;
}

#biotext img {
	display: block;
	margin: 5px 10px 10px 0;
	float: left;
}

/* music page reviews */

#reviews {
	display: block;
	float: left;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 370px;
	margin-top: 35px;
	background: transparent url(images/bg-black.png) repeat;
	padding: 10px;
	color: white;
}

#reviews a {
	text-transform: uppercase;
	color: white;
	font: 12px "Gill Sans", "Gill Sans MT", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	padding: 4px 6px 2px;
	display: block;
	float: left;
}

#reviews a:hover {
	background-image: url(images/bg-blacker.png);
}

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

#reviews ul li {
	float: left;
	background-image: url(images/bg-black.png);
	margin-right: 2px;
	margin-bottom: 2px;
	color: white;
}

#reviews h1,#biotext h1,#biotext h1.first, #photos h1 {
	text-transform: uppercase;
	font: 23px "Gill Sans", "Gill Sans MT", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #1b232e;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 10px;
	text-shadow: #8b98aa 0 1px 0;
}

#biotext h1 {
	text-shadow: #e8e8e8 0 1px 0;
}

#photos h1 {
	text-shadow: #ffffff 0 1px 0;
}

/* end of added by me */

* {
	margin: 0;
	border: 0;
	padding: 0;
	color: black;
	font: 1em/1.5em "Helvetica", Arial, Verdana, serif;
}

body {
	position: relative;
	border-left-style: solid;
	font: 85% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	background: #edf8fe url(images/back_sky.jpg) repeat-x left top;
	background-color: #edf8fe;
}

#index,#music,#news,#bio,#lifestream,#contact {
	background: #edf8fe url(images/back_sky.jpg) repeat-x left top;
}

#index,#music,#news,#bio,#lifestream,#contact {
	width: 100%;
	height: 1000px;
	z-index: 10;
}



.outer {
	z-index: 20;
	position: absolute;
	width: 100%;
}

.important {
	z-index: 90 !important;
}

/* Footer */

#footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 205px;
	background: transparent url(images/bg-footer_smlr.png) repeat-x 32% center;
	z-index: 30;
	border-style: none;
}

/* @group footer base twitter */

#twitter_div {
	margin-top: 0px;
	border-style: none;
	color: #37383b;
	margin-left: 20px;
	font-size: 10px;
	text-transform: uppercase;
	height: 2.5em;
	width: 800px;
}

#twitter_div ul#twitter_update_list {
	height: 2.5em;
	border-style: none;
	padding-bottom: 0;
	width: 800px;
}

#baselinks #twitter_div ul#twitter_update_list li {
	list-style-type: none;
	background: url(images/icon-twitter.png) no-repeat left .7em;
	margin: 0 25px 0 0;
	padding-top: 0;
	height: auto;
	padding-bottom: 10px;
	border-style: none;
	display: block;
}

#twitter_div ul li span {
	width: 800px;
	text-decoration: none;
	border-style: none;
	display: block;
	margin-right: 15px;
	margin-top: 0;
	margin-left: 35px;
	height: 3.5em;
	float: left;
	padding-top: 8px;
	padding-left: 0;
	padding-right: 0;
}

#twitter_div ul#twitter_update_list li span a {
	display: inline;
	margin: 0;
	clear: none;
	float: none;
}

#twitter_div ul li a {
	border-style: none;
	padding: 0;
	line-height: 15px;
	color: #2a89cd;
	float: left;
	display: block;
}

/* @end */

#basewrap {
	height: auto;
	margin: 0 auto;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	right: 0;
}

#baselinks {
	position: fixed;
	background: url(images/sec-navigation.png) repeat-x 0 bottom;
	bottom: 0;
	margin-left: 0;
	left: 0;
	padding-left: 0;
	right: 0;
	border-top: 1px solid #d7d5d5;
	width: 100%;
}

#baselinks ul {
	margin: 0;
	padding: 0;
	display: block;
	border: 1px solid #e3dbd4;
	width: 100%;
}

#baselinks li {
	float: left;
	display: block;
	font-size: .8em;
	border-right: 1px solid #E4DBD4;
	height: 2.9em;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}

#baselinks li a {
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	color: #37383b;
	font-family: "Gill Sans", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: .8em 10px 1em;
	text-shadow: white 0 1px 0;
}

#baselinks li a:hover {
	color: #3e6497;
	background: #e2e2e2 url() repeat;
}

#container {
	width: 100%;
	margin: 0 auto;
	display: block;
	height: auto;
}

#content {
	display: block;
	width: 860px;
	margin: 75px auto 250px;
	min-height: 700px;
	
}


#inner {
	display: block;
	margin: 0px 0 25px;
	background: #2b2b2b repeat-x;
	height: 50px;
	width: 100%;
	z-index: 30;
	border-bottom: 3px solid #2476b1;
}

/* @group old form styles */
/*
#contactform {
	margin: 10px 0;
	float: left;
	clear: both;
	width: 600px;
}

#contactform p,
		#contactform label,
		#contactform input,
		#contactform textarea,
		#contactform legend {
	display: block;
	float: left;
	margin: 0;
	clear: none;
}

#contactform legend {
	padding: 10px 0 10px 6px;
}

#contactform p {
	clear: left !important;
	opacity: 1 !important;
	background: url(images/bg-black.png);
	padding: 6px 6px 0;
}

#contactform p.secondtolast {
	padding: 6px;
}

#contactform p.last {
	padding: 0 6px 6px;
}

#contactform label {
	width: 70px;
	padding-top: 2px;
	margin-left: 5px;
}

input,
		textarea {
	padding: 2px;
	border: 1px solid #333;
	background: url(images/bg-white.png);
	color: #333;
	font: 1em/1.5em 'Helvetica Neue', Arial, Verdana, serif;
}

input:hover,
		textarea:hover,
		input:focus,
		textarea:focus {
	background: url(images/bg-whiter.png);
	color: #000;
}

input#submit {
	cursor: pointer;
	padding: 2px 10px;
	background: url(images/bg-whiter.png);
	color: #000;
}

input#submit:hover {
	background: #fff;
}

address {
	margin: 0 0 20px;
}
*/
/* @end */

/* Contact Page specific */

/* @group Contact page */
#contactbox{
	


	background: url(images/body-home.png) repeat 0 -10px;
	list-style-type: none;
	width: 630px;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-topleft: 7px;
	border-top-right-radius: 7px;
	border-top-left-radius: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
	
	padding-right: 0;
	display: block;
	float: right;
}

p#emailer {
	display: block;
	height: 35px;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-bottom-topright: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
	margin-top: -30px;
padding-top: 8px;
	width: 630px;
	background: url(images/bg-blacker.png) repeat;
	border-top: 1px solid #1b1b1b;
	clear: left;
}
p#emailer a{
	font-size: 13px;
	color: #f1f1f1;
	text-decoration: none;
	text-shadow: #000 1px 2px 1px;
	font-weight: bold;
	padding-left: 35px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
}
p#emailer a:hover{
	color: #aaa;
}
p#emailer a:active{
	padding-top: 7px;
	padding-bottom: 3px;
}
#contactbox ul{
	display: block;
	float: left;
	
}
#contactbox ul#formwrapper{
	width: 300px;
	
	
	list-style-type: none;
	margin-left: 25px;
	margin-bottom: 0;
	padding: 0;
}


#contactbox ul#buttons{
	-webkit-border-top-right-radius: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-topleft: 7px;
	
	list-style-type: none;
	display: block;
	border-top: 1px solid #222;
	border-bottom: 1px solid #2e2e2e;
	margin-left: 350px;
	width: 250px;
	margin-bottom: 50px;
	margin-top: -280px;
}

div#socialbox {
	width: 200px;
	display: block;
	float: left;
	clear: left;
}
#contactbox  ul#buttons li {
	
	border-bottom: 1px solid #222;
	border-top: 1px solid #2e2e2e;
	
}
#contactbox  ul#buttons li.end{
	border-top: 1px solid #2e2e2e;
	
}
#contactbox  ul#buttons li.frst{
	border-bottom: 1px solid #222;
}

#contactbox  ul#buttons li:hover{
	background-image: url(images/bg-black.png);
	border-top: 1px solid #1e1e1e;
	border-bottom: 1px solid #1e1e1e;
	opacity: 0.26;
}
#contactbox ul#buttons li a{
	color: #f1f1f1;
	text-decoration: none;
	text-shadow: #000 1px 2px 1px;
	text-transform: uppercase;
	font: 13px/26px Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	
	display: block;
	padding-bottom: 2px;
	padding-top: 3px;
}
#contactbox ul#buttons li a:active{
	padding-top: 4px;
	padding-bottom: 1px;
}
#contactbox ul#buttons li a img{
	padding-right: 15px;
	margin-bottom: -3px;
	padding-left: 25px;
	
}
#contactbox ul#buttons li a:hover{
	
}

/* @end */
