/*
Theme Name: Branching Out
Description: An intense first jump into the world of Wordpress coding.
Version: 0.1
Author: Melonie Weismann
Author URI: http://www.blogged-down.com/
*/

/* -------------------------------------------------------------------- FONTS */
@font-face
{
	font-family:LearningCurve;
	src:url(peach-sundress.ttf);
}
/* END FONTS */

ul
{
	list-style-type:none;
}

li
{
	padding:3px 0 3px 0;
	margin-left: -30px;
	list-style-type:none;
}

#line
{position:relative;width:2px;background-color:#5E2605;height:100%;float:right;
}
	
body, h1, h2, h3, h4, h5, h6, blockquote, p, form
{
	margin:0;
	padding:0;
	font-family:Arial,Helvetica,sans-serif;
	color:#5E2605;
}

h1, h2, h4, h5, h6, blockquote
{font-family:LearningCurve,Arial,Helvetica,sans-serif;}

body
{
	height:auto;
	margin:0;
	font-size:12px;
	text-align:center; /*for IE compatability; otherwise use text-align:left;*/
	vertical-align:top;
	background-color:#FFAEB9;
	background:url('images/bg-plaid.gif');
	background-repeat:repeat;
	margin-bottom:20px;
}

/* ----------------------------------------------------------------------- WRAPPER */
#wrapper
{
	margin:40px auto 10px auto;
	width:770px;
	text-align:right;
	padding: 10px;
	background-color:#fff9cf;
	border-style:solid;
	border-width:3px;
	border-color:#5E2605;
overflow:auto;
}

#wrapper a
{
	color:#5E2605;
}
/* END WRAPPER */



/* ----------------------------------------------------------------------- HEADER */
#header
{
position:relative;
	font-family: LearningCurve,Arial,Helvetica,sans-serif;
	float:left;
	width:725px;
	background-color:#ffb3b3;
	padding:0 20px 0 20px;
	text-align:right;
	font-size:40px;
	border:dotted;
	border-size:10px;
height:160px;
}

#bdheader
{
position:relative;top:8px;left:18px;
}

#header h1
{
	font-size:100px;
	color:#5E2605;
	text-align:right;
	padding:0px;
	margin-top:-5px;
}

#header h4
{
	text-align:right;
	color:#5E2605;
	padding:0px;
	margin:-65px 0 0 0;
	font-size:30px;
}

#header a
{
	text-decoration:none;
	color:#5E2605;
}

#sunflower
{
	position:absolute;
	left:-140px;
	top:-70px;
	height:300px;
	width:300px;
	z-index:1000;	
}
/* END HEADER */



/* --------------------------------------------------------------------- CONTAINER (POSTS) */
#container
{
	float:right;
	width:500px;
	padding:0 15px 0 15px;
	margin:0;
}

#container p
{
	text-align:left;
}

.post
{
	padding: 10px 0 10px 0;
}

.post h2
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:28px;
	text-align:left;
	color:#5E2605;
}

.post h2 a
{
	text-decoration:none;
	color:#5E2605;
}

.post p
{
	font-family:arial,helvetica,sans-serif;
	margin:15px 0 15px 0;
	font-size:14px;
}

.entry
{
	line-height:18px;
}

p.postmetadata
{
	border-top:3px dotted #5E2605;
	margin:10px 0 10px 0;
	text-align:right;
}

img
{
	border:none;
}

.navigation
{
	padding:10px;
	font-size:14px;
	line-height:18px;
	text-align:right;
}

/* ---------------------------------------------------------------- SIDEBAR */
.sidebar
{	
	padding:0 30px 0 10px;
	float:left;
	width:200px;
	margin:0;
	display:inline; /*for IE compatability*/
}

.sidebar h2
{
	font-size:32px;

.sidebar ul
{
	list-style-type:none;
	margin:0;
	padding:0;
	text-align:center;
}

.sidebar ul li
{
	padding:10px 0 10px 0;
}

.sidebar ul li h2
{
	font-family: LearningCurve,Arial,Helvetica,sans-serif;
	font-size:14px;
}

.sidebar ul ul li
{
	padding:0;
	line-height:24px;
	height:100%;
}

.sidebar li li 
{
	margin-left:-10px;
}
/* END SIDEBAR */


/* ----------------------------------------------------------------- WIDGETS */
#wp-calendar
{
	width:100%;
}

h1
{
	font-family: LearningCurve,Arial,Helvetica,sans-serif;
	font-size:60px;
	padding:0 0 10px 0;
}

a
{
	color:#5E2605;
}

a:link, a:visited
{
	text-decoration:underline;
	color:#5E2605;
}

a:hover
{
	text-decoration:none;
}

p
{
	padding:10px 0 0 0;
}

.comments-template{
font-size:32px;
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;

}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template #comments h2, .comments-template #comments h3{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 24px;
}

.commentmetadata{
	font-size: 20px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 20px;
}

#comments
{
font-size:30px;
}

.title
{
font-family: Gill Sans, Arial, Helvetica, sans-serif;
margin:0;
padding:0;
}

/* -------------------------------------------------------------------- FOOTER */
#footer
{
	clear:both;
	margin-bottom:10px;
	padding:10px;
	height:20px;
	text-align:center;
}

#footer p
{
	padding:5px;
}
/* END FOOTER */
