/* @override http://localhost:8888/weaselhawks.com/public_html/assets/css/layout.css */

* {
	margin: 0;
	padding: 0;
	}
	
body {
	text-align: center;
	font-size: 62.5%;
	}
	
/* the things you have to do to keep IE happy ... */
	
p, ul {
	font-size: 1.3em;
	line-height: 1.4em;
	margin: 0 0 1.2em 0;
	}
	
a {
	color: #086e00;
	text-decoration: none;
	padding: 1px 2px;
	font-weight: bold;
	}

a:hover {
	background: #ffdb55;
	}
	
ul {
	margin: 0 0 1.2em 18px;
	}
	
h2 {
	font-size: 2.8em;
	font-weight: normal;
	}

h3 {
	margin: 1.8em 0 .8em 0;
	padding: 2px 12px;
	font-size: 1.8em;
	font-family: Helvetica, Verdana, Ariel, sans-serif;
	letter-spacing: -1px;
	background-color: #086e00;
	color: #fff;
	}
	
h3 a {
	color: #ffdb55;
	}

h3 a:hover {
	background: #fff;
	color: #086e00;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	}
	
#wrap {
	display: block;
	width: 100%;
	float: left;
	padding: 60px 0 120px 0;
	background: #fff;
	}
	
#main,
#bottom {
	display: block;
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	}
	
#main {
	padding-bottom: 24px;
	}
	
#hawk {
	display: block;
	float: left;
	width: 270px;
	height: 420px;
	background: #fff url(../images/weasel.gif) no-repeat 0 0;
	}
	
#bubble  {
	display: block;
	float: left;
	width: 500px;
	height: 420px;
	background: #fff url(../images/bubble.gif) no-repeat 0 0;
	}

#bubble-inner {
	display: block;
	width: 363px;
	height: 360px;
	margin: 25px 0 25px 75px;
	padding: 0 12px 0 0;
	overflow: auto;
	}

#bubble h2.title {
	font-size: 1.8em;
	text-transform: uppercase;
	}

#bubble h2.title span {
	color: #999;
	}

.calendar #bubble-inner {
	overflow: hidden;
}

#bubble .dateline {
	display: block;
	float: left;
	width: 100%;
	margin: 18px 0 0 0;
	padding: 2px 0;
	font-size: 1.1em;
	font-family: Helvetica, Verdana, Ariel, sans-serif;
	text-transform: uppercase;
	color: #086e00;
	border-bottom: 1px solid #086e00;
	}

#bubble .item {
	float: left;
	margin: 12px 0 0 0;
	}	

#bubble .item .favicon {
	display: block;
	float: left;
	width: 32px;
	}

#bubble .item .favicon img {
	width: 16px;
	height: 16px;
	}

#bubble a {
	font-weight: normal;
	}

#bubble .item h2 {
	width: 250px;
	float: left;
	margin: 0 0 8px 0;
	font-size: 1.3em;
	line-height: 1.1em;
	font-weight: normal;
	font-family: Georgia, Times, serif;
	}

#bubble .item h2 a {
	text-decoration: none;
	background: none;
	font-weight: normal;
	}

#bubble .item .date {
	float: right;
	margin: 0 0 0 12px;
	color: #999;
	font-size: .9em;
	font-family: Georgia, Verdana, serif;
	}

#bubble .blogspot-item .date {
	margin: 8px 0 0 12px;
	}

#bubble .item .content {
	display: block;
	float: left;
	width: 310px;
	padding: 0 0 12px 0;
	border-bottom: 1px solid #ccc;
	font-size: 1.2em;
	font-family: Helvetica, Verdana, Ariel, sans-serif;
	}

#bubble .item .content a {
	color: #000;
	background: #fff;
	}

#bubble .item .content a:hover {
	background: #ffdb55;
	text-decoration: none;
	}


/* blogspot specific */
#bubble .blogspot-item .content {
	color: #666;
	}

#bubble .item .content .inner {
	clear: both;
	}

/* flickr specific */
#bubble .flickr-item .content a {
	float: left;
	margin: 0;
	text-decoration: none;
	background: #fff;
	}

#bubble .flickr-item .content a img {
	border: 1px solid #ccc;
	padding: 2px;
	}

/* twitter specific */
#bubble .twitter-item .content {
	font-size: 1.4em;
	font-family: Georgia, Times, serif;
	}	

#bubble .twitter-item .content .date {
	font-size: .8em;
	}
	
#bottom-wrap-wrap {
	display: block;
	float: left;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding-top: 65px;
	text-align: left;
	font-size: .8em;
	background: url(../images/bottom_bg.png) repeat-x 0 0;
	background-attachment: fixed
	}

#bottom-wrap {
	width: 100%;
	height: 100px;
	float: left;
	background: #ffdb55;
	border-top: 2px solid #e7c84f;
	
	}

#bottom {
	padding: 24px 0 24px 0;
	}
	
/**/
#bottom h1 {
	display: block;
	float: left;
	width: 200px;
	margin: 12px 0;
	font-family: Helvetica, Verdana, Ariel, sans-serif;
	font-weight: normal;
	font-size: 31px;
	line-height: .6em;
	}

#bottom h1 a {
	color: #000;
	text-decoration: none;
	background: none;
	font-weight: normal;
	}

#bottom h1 span {
	display: block;
	font-size: 12px;
	padding-bottom: 12px;
	}


#bottom ul#nav {
	display: block;
	float: right;
	margin-top: 12px;
	}
	
#bottom ul#nav li {
	display: block;
	float: left;
	padding: 4px 10px;
	list-style: none;
	}
	
#bottom ul#nav li a {
	padding: 2px 0;
	color: #000;
	font-size: 1.2em;
	font-family: Helvetica, Verdana, Ariel, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 2px solid #000;
	}
	
#bottom ul#nav li a:hover {
	border-bottom: 2px solid #fff;
	background: none;
	}
	
#bottom #historynav {
	display: block;
	width: 280px;
	height: 60px;
	position: absolute;
	margin: -86px 0 0 -190px;
	padding: 14px 12px 6px 12px;
	font-size: .9em;
	background: url(../images/extra_nav_bg.png) no-repeat 0 0;
	}
	
#bottom ul #historynav li{
	margin: 0 6px;
	padding: 0;
	}

#bottom ul #historynav li a {
	color: #fff;
	border-bottom: 1px solid #fff;
	}
	
/* facebox */
#facebox .popup .content img {
	width: 180px;
	height: 240px;
	float: left;
	padding: 0 12px 6px 0;
	background: #fff;
}