/*
Theme Name: Triana Custom
Theme URI: http://www.satellitecreative.com
Description: Triana Custom Theme.
Version: 1.0
Author: Ben Hutchings
Author URI: http://www.satellitecreative.com
Tags:
*/

/* reset margin, padding and border sillyness in some browsers */

body,html {overflow:auto;}
body,html,h1,h2,h3,h4,p {padding:0px; margin:0px;}
img {border:none;}

/* main styles */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Sans-Serif, Verdana, 'Lucida Grande';
	background-color:#edebed;
	color: #a69ba3;
}

#header-bar {
	background-color:#f47d17;
	height:16px;
	overflow:hidden;
}

#fullwidthdiv {
	background-color:#ffffff;
}

#header {
	width:905px;
	height:134px;
	border-bottom: solid 1px #e9e6e8;
	margin:auto;
}

#header-tree {
	float:left;
	width:100px;
	height:134px;
}

#header-logo {
	float:left;
	width:167px;
	height:43px;
	margin: 48px 0px 0px 15px;
}

#header-menu {
	margin-top:110px;
	float:right;
	padding-left:0px;
}

#header-menu li {
	display: inline;
	padding-left: 12px;
	list-style-type:none;
}

#header-menu a {
	font-size:1.2em;
	color:#a69ba3;
	font-weight:bold;
	text-decoration:none;
}

#header-menu a:hover {
	color:#f47d17;
}

#container {
	width:883px;
	padding:50px 0px 0px 22px;
	margin:auto;
}

h1 {
	font-size: 1.5em;
	color:#f47d17;
	margin-bottom:1em;
}

h2 {
	font-size: 1.4em;
	line-height:1.5em;
	margin-bottom:1em;
}

h3 {
	font-size: 1.4em;
	margin-bottom:1em;
}


.post {
	width:495px;
}

.post p {
	font-size:1.2em;
	line-height:1.5em;
	margin-top:1em;
	margin-bottom:1em;
}

.post a {
	text-decoration:none;
	color:#f47d17;
}

#sidebar {
	float: right;
	width:311px;
	margin-right:25px;
}

#sidebar-text {
	width:309px;
	height:100px;
	margin-bottom:43px;
}

#sidebar-quote {
	background-color:#f9f8f9;
	border: solid 1px #e0dcdf;
	padding:20px;
	width:269px;
	height:260px;
}

#sidebar-quote p {
	font-size:1.2em;
	line-height:1.5em;
	margin-top:1em;
	margin-bottom:1em;
}

#containerclearer {
	height:40px;
	clear:both;
}

#footer {
	padding-top:10px;
	width:905px;
	margin:auto;
}


.entry ul {
	font-size:1.2em;
	line-height:1.7;

}

.entry {
	width:470px;
}

#DIVSatellite {
                width:150px;
                text-align:right;
                float:right;
                font-family:Arial, Helvetica, sans-serif;
                font-size:9px;

}

#DIVSatellite a { color:#a69ba3; text-decoration:none;}
#DIVSatellite a:visited {color:#a69ba3; text-decoration:none; }
#DIVSatellite a:hover {color:#a69ba3; text-decoration:underline; }
#DIVSatellite a:active {color:#a69ba3; text-decoration:none; }

