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

*/

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

body{
		background-image:url(http://www.rachel-ng.com/bg2.jpg);
		background-attachment: fixed;
		margin: 0 auto;
		font-family: Helvetica LT Light, Helvetica, Arial, Sans-serif;
		font-size: 12px;
		color: #fff;
}

a:link, a:visited{
		text-decoration: none;
		color: #fff;
		cursor: default;
}


a:hover{
		text-decoration: none;
		color:#e6c682;
}
		
#holder{
		width: 800px;
		margin-top:30px;
		left: 0;
        right: 0;
}


#nav {
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	width: 800px;
	padding-top: 5px;
}

#nav h5 {
	display: inline;
	padding-right: 20px;
	font-size:26px;
	color:#FFF;
	text-decoration:none;
}

#wrapper { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: -46px 0 0 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#header {
	clear:both;
	height:90px;
	margin-bottom:45px;
	padding-bottom:15px;
	text-align:left;
	width:800px;
}
	
#header h1 {
	font-size:72px;
	letter-spacing:-5px;
	text-decoration:0px;
}

#sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 140px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	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;
}

#content {
	width: 800px;
	margin: 0 0 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
}

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

.post {
	margin: 1em 0 3em 0;
}

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

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

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

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

#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;
		}