/*
Theme Name: bee and tree
Theme URI: http://www.beeandtree.com.au
Description: theme for bee and tree blog website
Version: 2009OCT
Author: Univers Graphic Design 
Author URI: http://www.univers.net.au
Tags: custom header, fixed width, two columns
*/
/* -- begin all -- */
* {	
	margin:0em;
	padding:0em;
	border:none;
	font-size:100%;  /* set font size on browser default of 16px*/
	}
/* -- end all -- */
/* -- begin typography and colors -- */
body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.75em; /* set font size for all at 12px based on browser default of 16px*/
	line-height:170%;
	background:#dcdccc;
	color:#999;
	text-align:center;
	}
a:link, a:visited {
	color:#ccc;
	text-decoration:none;
}
a:hover {
	color:#cc0000;
}
a:active, li a:current {
	color:#cc0000;
}
.nav li, #sidebar ul {
	list-style-type: none;
	text-align:right;
	}
.nav li:before , #sidebar ul ul li:before  {
	content: "\002A \0020" ;
	color:#ccc;
}	
p {
	margin-bottom:0.6em;
}
h1 {
}
h2, h2 a:link, h2 a:visited, .current_page_item  a {
	color:#cc0000;
	margin-bottom:0;
}
h2 a:hover {
	text-decoration:underline;
}
h3, #sidebar h2, .pagetitle {	
	font-weight:normal;
	color:#999; 
}
h4, .postmetadata {
	font-weight:normal;
	color:#ccc; 
}
strong {
	font-weight:bold;
}
#text li {
	margin:0em 0em 0.6em 2em;
	}
/* -- end typography and colors -- */
/* -- begin structure -- */
/*floats*/
.post, .navigation, .alignleft, #top, #dots, #dot1, #dot2, #dot3, #dot4, #dot5, #logo, #main, #text, #foot, #commentheads, #commentavatar, #commentfrom, #respond {
	position:relative;
	float:left;
	text-align:left;
}
.nav, .alignright, #sidebar {
	position:relative;
	float:right;
	text-align:right;
}
.nav, #sidebar, #logo {
	text-transform: lowercase;
	line-height:130%;
}

/*image rollovers*/
#dot1, #dot2, #dot3, #dot4, #dot5{
	height:auto;
	overflow:hidden;
}
#dot1 a:hover, #dot2 a:hover, #dot3 a:hover, #dot4 a:hover, #dot5 a:hover {
	display:block;
	text-indent:0px;
}
/*div specifics*/
#container {
	position:relative;
	margin:0px auto;
	width:732px;
	height:auto;
	background:#dcdccc;
}
#top, #main {
	width:708px;
	height:auto;
	margin:12px 0px 3px 0px;
	padding:12px;
	background:#fff;
}
#dots {
	width:564px;
	height:240px;
}
#dot1 {
	top:123px;
	width:79px;
	text-indent:-79px;
	}
#dot2 {
	top:23px;
	width:149px;
	text-indent:-149px;
}
#dot3 {
	left:3px;
	width:225px;
	text-indent:-225px;
}
#dot4 {
	top:6px;
	left:7px;
	width:101px;
	height:112px;
	text-indent:-101px;
}
#dot5 {
	width:82px;
	text-indent:-82px;
}
#logo {
	margin:50px 0px 0px 0px;
	}
.nav, #sidebar, #logo  {
	width:132px;
}
.nav {
	padding:0.5em 0em 0.5em 0em;
}
#topnav {
	border-top:1px #cc0000 dotted;
	}
#main {
	margin-top:0em;
}
#text {
	width:564px;
}
#text img {
	margin:0.4em 0.4em 0.4em 0em;
}
.post , #sidebar ul ul {
	border-bottom:1px #cc0000 dotted;
	margin-bottom:1em;
	padding-bottom:0.7em;
}
.post, .navigation, #respond {
	width:564px;
}
#foot {
}
.commentlist {
	margin: 0.4em 0em 1em 0em ;
	}

.commentlist li {
	padding:0em 0.4em 0.4em 0.4em;
	margin:0.4em 0em 0em 0em;
	width:510px;
	list-style: none;
	border:1px solid #ccc;
	}
.commentlist p {
	}
#commentheads {
	width:564px;
	height:4em;
}
#commentavatar {
	}
#commentfrom {
	}
#respond {

	margin-top:1em;
	padding-top:0.7em;
}
#commentform p {
	}
textarea {
		border:1px solid #ccc;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	border:1px solid #ccc;
	}
#commentform textarea {
	width: 540px;
	padding: 2px;
	}
#commentform #submit {
}
.wp-caption-text {
	display:none;
	}
