/*  
Theme Name: beyond
Theme URI: http://www.rachel-ng.com/
Description: to infinity & beyond
Version: 2.0
Author: Rachel Ng
Author URI: http://www.rachel-ng.com

*/

* { 
	margin:0 auto; 
	padding:0; 
}

@font-face {
	font-family: 'HelveticaNeueLT35ThinRegular';
	src: url('fonts/helvetica_lt_35_thin-webfont.eot');
	src: local('☺'), url('fonts/helvetica_lt_35_thin-webfont.woff') format('woff'), url('fonts/helvetica_lt_35_thin-webfont.ttf') format('truetype'), url('fonts/helvetica_lt_35_thin-webfont.svg#webfontVyc0d5eT') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
		background-image:url(../../../img/bg.jpg);
		background-attachment: fixed;
		margin: 0 auto;
		font-family: 'HelveticaNeueLT35ThinRegular', helvetica, sans-serif;
		font-weight: lighter;
		font-size: 12px;
		color: #fff;
		text-transform:lowercase;
		cursor: default;
}

a:link, a:visited{
		text-decoration: none;
		color: #fff;
		font-weight: lighter;
}

a:hover{
		color:#c9a9f9;
}
		
#holder{
		width: 800px;
		margin-top:20px;
}

#nav {
	border-top: 1px solid white;
	padding: 5px 0px;
}

#nav ul {
	list-style: none;
	font-size:26px;
}

#nav li {
	display:inline;
	padding-right: 20px;
}


#sidebar {
	float: right; 
	width: 140px; 
	padding: 0;
	font-weight: light;
	font-size: 18px;
}

#sidebar ul {
		list-style-type:none;
		margin: 0;
		padding: 0 0 5px 0;
		text-align: right;
		text-transform:uppercase;	
		}

#sidebar h1 {
	font-size: 10px;
	font-weight: normal;
	margin: 0 0 1em 0;
}


#header {
	text-transform: uppercase;
}
	
#header h1 { 
	font-size:72px;
	letter-spacing:-1px;
}

#content {
	width: 800px;
	margin: 0 0 0 0; 
	border-top: 1px solid white;
}

#content h2 {
	margin: -10px 0 0 0;
	text-align: right;
	float: right;
}	

.post h2 {
	font-size:50px;
	color: #fff;
	padding:5px 0;
	letter-spacing:-2px;
}

.audioplayer_container {
	padding-top: 15px;
}

.right {
	float:right;
	text-align:right;
}

#postmetadata {
	padding-bottom: 25px;
	text-transform: uppercase;
	line-height: 11px;
	border-bottom: 1px dotted #fff;
}

.box { 
	height: 400px;
	border: 1px solid white;
}

.box h2 {
	font-size: 57px;
}

.intro {
	font-size:40px;
	float:right;
	line-height: 40px;
	margin-top:250px;
	padding-right: 10px;
}

#connect {
	height: 240px;
}

#connect h4 {
	font-size: 26px;
	margin-top: 20px;
	border-bottom: 1px solid white;
}

.lastfm {
	width: 255px;
	float: left;
}

ul.lastfm {
	margin-top: 8px;
	list-style:none;
	font-size:16px;
	padding-bottom: -3px;
}

li.lastfm-item {
	line-height: 14px;
	padding-bottom: 8px;
	color: #e2d9ef;
}

li.lastfm-item a { 
	font-size: 16px;
	padding-bottom: -5px;
	}

.twitter {
	width: 255px;
	float: left;
	margin-left: 17px;
}

ul.twitter {
	margin-left: 0px;
	margin-top: 8px;
	padding-bottom: 5px;
	list-style:none;
	font-size:16px;
	text-decoration: none;
}

li.twitter-item {
	line-height: 14px;
	padding-bottom: 8px;
}

.contact {
	width: 255px;
	float: left;
	margin-left: 18px;
	font-size:16px;
}

.info {
	margin-top:7px;
}

.copyright {
	margin: 0 0 1em 0;
}

#footer {
	border-top: 1px solid white;
	text-align:right;
	color:#fff;
	font-size:10px;
	text-transform:uppercase;
	padding:5px 0;
}

#footer p {
	margin: 0; 
	color: #fff;
	float: left;
	font-size:9px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

img {
	margin: 0 0 0.5em 0;
	border: 0px;
}

body,h1,h2,h3,h4,h5,h6,blockquote,p,form {
		margin: 0;
		padding: 0;
}

.comments-template {
		margin: 10px 20px 0 0;
		padding: 10px 0 0 0;
		text-transform: lowercase;
		}

.comments-template ol {
		margin: 0;
		padding: 0 0 15px;
		list-style: none;
		}

.comments-template ol li {
		margin: 10px 0 0;
		line-height: 18px;
		padding: 6px 6px 6px 6px;
		border-bottom: 1px dotted #4d4d4d;
		}

.comments-template h2, .comments-template h3 {
		font-size: 20px;
		text-transform: lowercase;
		font-weight: normal;
		}

.commentmetadata {
		font-size: 10px;
		}

.comments-template p.nocomments {
		padding: 0;
		}

.comments-template textarea {
		font-family: Helvetica, Arial, Sans-serif;
		font-size: 10px;
		}