/*
Theme Name: Trine's Wardrobe
Theme URI: http://trineswardrobe.blogspot.com
Description: Trine's Wardrobe wordpress layout
Version: 1.0
Author: Benjamin Media
Author URI: http://benjamin.dk/
*/

/* @group S T R U C T U R E */
* {margin: 0; padding: 0;}
body {background: #fff; color: #000; font: normal 62.5% Trebuchet, 'Trebuchet MS', Arial, sans-serif; text-align: center;}

#B-banner {margin: 10px 0;}
#header {background: #000; text-align: left;}

#contentWrapper {margin: 0 auto; padding: 0 1.3em; text-align: left;}
	#content {width: 66%; float: right; display: inline; padding: 30px 0 10px 1.3em; border-left: 1px dotted #000; overflow: hidden;}
	#sidebar {width: 31%; float: left; display: inline; margin: 20px 0 0 0; overflow: hidden;}
/* @end */

/* @group Global elements */
a {color: #400058; text-decoration: none;}
a:visited {color: #666;}
a:hover {text-decoration: underline; color: #333;}

.subheading {display: block;}

img {border: 0;}

.pagetitle {font-size: 1.6em; margin: 0 0 2em;}

.fs_powered_by {display: none !important;}

.navigation {font-size: 1.6em; padding-top: 5px; border-top: 1px solid #ccc; text-align: center;}
	.navigation a {color: #333; text-decoration: underline;}
	.navigation a:visited {color: #333;}
	.nagivation a:hover {text-decoration: none;}
	.navigation .new_entries a {border-left: 1px solid #ccc; margin-left: 10px; padding-left: 10px;}
/* @end */

/* @group Sidebar + widgets */
.widget {float: left; display: inline; width: 100%; margin: 0 0 2em; font-size: 1.3em; line-height: 1.3em;}
	.widget .subheading {font-size: 1em;}
#sidebar ul {list-style: none;}

#sidebar .widget_twitter ul {list-style: disc inside; padding-left: 10px; width: 80%;}
	#sidebar .widget_twitter li {margin: 0 0 10px;}
/* @end */

/* @group Posts */
.post {margin: 0 0 30px;}
.post-date {font-size: 1.3em; font-weight: bold;}
.post h2 {line-height: 1.4em; font-size: 2.8em; letter-spacing: -1px; font-weight: bold;}
	.post h2 a {text-decoration: underline; color: #000;}
	.post h2 a:visited {color: #333;}
	.post h2 a:hover {text-decoration: underline;}

.post-body {font-size: 1.3em; line-height: 1.6em; margin: 0 0 .75em;}
	.post-body a {text-transform: none;}
/* @end */

/* @group Comments */
	#comment-area {margin: 2em 0 0;}

		ul.commentlist {list-style: none; margin: 1em 0 2em;}
			.commentlist li {padding: 0 0 0 42px; margin: 0 0 1.5em; min-height: 32px; height: auto !important; height: 32px;}
				.commentlist .comment-awaiting {display: block; color: #f00;}
				.commentlist li img {float: left; display: inline; margin: 0 0 0 -42px;}
				.commentlist li p {font-size: 1.3em;}

		#commentform label {margin: 0 0 .5em; display: block;}
		#commentform input {margin: 0 0 1em; padding: .2em;}
		#commentform textarea {margin: 1em 0; display: block;}
/* @end */

