/*   
Theme Name: lolly.blog
Theme URI: http://lollybrand.net/blog/
Description: A theme in the same style as the lolly.brand website belonging to Laura Wilson.
Author: Aimee Wang
Author URI: http://aimee-wang.com
Version: 1.0
.
General comments/License Statement if any.
.
*/

/**** BASIC STYLES ****/
* {
	margin: 0;
	padding: 0;
}
body {
	background: #fff url("http://lollybrand.net/images/bg.png") repeat-x;
	font: 12px/18px Georgia, serif;
	color: #666; 
}
a {
	color: #FF3300;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
h1,h2,h3,p,ul,ol {
	margin-bottom: 13px;
	font-weight:normal;
}
ul,ol {
	padding-left: 15px;
}
img {
	border:0;
}
/*Colors*/
.yellow {
	color:#ffff33;
}
.pink {
	color:#ff0483;
}
.blue {
	color:#44d5b8;
}
.lightpink {
	color:#ffa2a2;
}
.grey {
	color:#999;
}

/**** LAYOUT ****/
div#wrapper {
	margin: auto;
	width: 900px;
}

/* Utility nav */
div#topbar {
	position:relative;
	top:20px;
	left:230px;
	width:300px;
	height:50px;
}
div#topbar a {
	font:9px Arial, sans-serif;
	color:#fff;
	position:relative;
	top:-5px;
	left:5px;
}
/* Left bar */
div#leftbar {
	float:left;
	margin-right:25px;
	text-align:center;
}
a#logo {
	display:block;
	height:291px;
	width:195px;
	background: url("http://lollybrand.net/images/logo.png") no-repeat bottom;
	text-indent:-3000px;
	margin-bottom:20px;
}
a#logo:hover {
	height:296px;
	background-position:top;
	margin-bottom:15px;
}
/*Bottom bar*/
div#bottombar {
	clear:left;
	font-size:10px;
	text-align:center;
	border-top:dotted 2px #ffa2a2;
	padding-top:10px;
	width:700px;
	margin:auto;
}
ul#textnav {
	list-style:none;
	margin:0;
	padding:0;
}
ul#textnav li {
	display:inline;
	padding:0 7px 0 10px;
	border-left:1px solid;
}
ul#textnav li:first-child {
	border:0;
	padding-left:0;
}

/**** CONTENT ****/
div#content {
	float:left;
	width:650px;
	padding-bottom:50px;
}
div#content table td {
	padding: 0 10px 10px 0;
}
div#content h1 {
	font: 25px/1 Georgia, serif;
	font-style:italic;
	letter-spacing:3px;
	padding-bottom:20px;
}
div#content h2 {
	font-size:20px
}
.floatleft {
	float:left;
	margin:0 10px 10px 0;
}

/*Blog*/
.post {
	float:left;
	width:480px;
	border-top:2px dotted #ffa2a2;
	padding-top:10px;
}
.postmetadata {
	font:10px Arial, sans-serif;
	margin-bottom:30px;
}
div#content h3 {
	display:block;
	float:left;
	font-size:20px;
	border-top:2px dotted #ffa2a2;
	padding-top:10px;
	margin-right:20px;
}
div#leftbar h1 {
	font:15px Georgia, serif;
	font-style:italic;
}
.widget a {
	color:#44d5b8;
}
.widget {
	border-bottom:1px dotted #999;
	margin-bottom:10px;
	padding-bottom:10px;
}
.widget table {
	margin:auto;
}
.widget table th {
	color:#ff0483;
}
.widget ul {
	width:200px;
	text-align:left;
}
