@import url(resets.css);

@font-face {
	font-family: Delicious;
	src: url('/fonts/Delicious-Roman.otf');
}

@font-face {
	font-family: Delicious;
	font-weight: bold;
	src: url('/fonts/Delicious-Bold.otf');
}

html {
    text-align : center;
    background: #f1efe2 url(../images/layout/background.jpg) no-repeat top center;
}

body {
    position : relative;
    width : 950px;
    margin : 15px auto 0 auto;
    text-align : left;
    font: 80% / 1.5 verdana, "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
    color: #333;
}

h2, h3 {
    margin-bottom: .15em;
    font-weight: bold;
    letter-spacing: -1px;
    color: #88a308;
}

h3 > a:link, h3 > a:visited {
    font-weight: bold;
}

p {
    margin: 0;
    padding: 5px 0;
    line-height: 1.3em;
}

h2 {
    font-size: 200%;
}

h3 {
    font-size: 80%;
}

li > h4 {
    margin-left: 0;
}


li > p {
    margin-left: 0;
}

a:link, a:visited {
    text-decoration: none;
    color: #228B22;
}

/* Heading */
div#branding {
    position: relative;
    z-index: 10;
    width : 100%;
    height: 120px;
    background-repeat: no-repeat;
}

.brandingBackground0 {
    background-image: url(../images/layout/headerBackground.jpg);
    background-position: 0px 0px;
}
.brandingBackground1 {
    background-image: url(../images/layout/headerBackground.jpg);
    background-position: 0px -120px;
}
.brandingBackground2 {
    background-image: url(../images/layout/headerBackground.jpg);
    background-position: 0px -240px;
}
.brandingBackground3 {
    background-image: url(../images/layout/headerBackground.jpg);
    background-position: 0px -360px;
}
.brandingBackground4 {
    background-image: url(../images/layout/headerBackground.jpg);
    background-position: 0px -480px;
}
.brandingBackground5 {
    background-image: url(../images/layout/headerBackground.jpg);
    background-position: 0px -600px;
}
.brandingBackground6 {
    background-image: url(../images/layout/headerBackground.jpg);
    background-position: 0px -720px;
}
.brandingBackground7 {
    background-image: url(../images/layout/headerBackground.jpg);
    background-position: 0px -840px;
}

#branding h1, #brandingOverlay {
    text-indent: -9999px;
    position: absolute;
    top: -10px;
    left: -30px;
    width: 600px;
    height: 155px;
    z-index: 15;
}

#branding h1 {
    background: transparent url( ../images/layout/h1.png ) no-repeat;
}

div#branding blockquote {
    position: absolute;
    top: -9999px;
}

#homezone {    /* clickable area */
	position: relative;
	float: left;
	width: 370px;
	height: 100px;
	margin-left: 110px;
	margin-top: 10px;
	z-index: 999;
}

/* Navigation */
div#nav_main {
    position: relative;
    z-index: 1;
    width : 100%;
    height: 64px;
    background: #E6E3D0 url( ../images/layout/nav_main.jpg ) repeat-x top left;
}

#nav_tools {
    font-size: 85%;
}

#nav_tools a:hover {
    color: yellow;
}

ul#nav_tools a {
    color: #fff;
}

ul#info_links li {
    display: inline;
}

ul#nav_tools {
    position: absolute;
    top: 2px;
    right: 0;
    margin: 0;
}

ul#nav_tools li {
    display: inline;
}

ul#nav_tools li a {
    margin-right: 10px;
    padding-right: 10px;
}

ul#nav_tools > #nav_subscribe img {
    vertical-align: middle;
}

div#nav_main h2 {
    position: absolute;
    top: -9999px;
}

/* Tabbed main menu */
.glossymenu {
	position: absolute;
	top: 18px;
	left: 0px;
	padding: 0 0 0 34px;
	margin: 0 auto 0 auto;
	background: url(../images/layout/menu_bg.gif) repeat-x; /*tab background image path*/
	height: 46px;
	width: 916px;
	list-style: none;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-size: 1.0em;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url(../images/layout/menu_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url(../images/layout/menu_hover_right.gif) no-repeat right top; /*right tab image path*/
}

/* Content container */
div#content {
    position : relative;
    width : 100%;
    border-top: 1px solid #228B22;
    background-color: white;
}

div#content a:hover, div#content a:visited:hover {
    color: #0000CD;
}

/* Main Content */
div#content_main {
    left : 0;
    width : 64%;
	 min-height: 850px;
	 height:auto !important;
    padding : 1em 1.5em;
    background-color: white;
}

div#content_main h2 {
	font-size: 140%;
    color: #228B22;
}

/* Sidebar */
div#content_sub {
    left: 650px;
    width: 300px;
	 height: 100%;
    padding: 10px 0;
    font-size: 90%;
}

div#content_sub, div#chat, div#chat iframe {
    background-color: #97948F;
}

#chat {
	padding-left: 15px;
}

#recent_posts ul, #recent_photos ul, #digg ul {
    padding: 3px 5px 5px 27px;
    list-style-image: url(../images/icons/bullet.gif);
}

#content_sub li {
    line-height: 1.3em;
	 font-size: 95%;
}

div#content_sub a {
    color: black;
}

div#content_sub h3 {
    background-color: #228B22;
    color: white;
    text-align: center;
    padding: 3px 0;
	 font-size: 100%;
}

div#content_sub ul, div#content_sub #search, div#content_sub #recent_photos {
    background-color: #e5e2d2;
}

#search, #recent_posts, #recent_photos, #digg {
	width: 270px;
	margin:0 auto;
}

#search ul {
	padding: 5px 3px 5px 10px;
	list-style: none;
}

.search_button {
	text-indent: -9000px;
	width: 84px;
	height: 29px;
	background-image: url(../images/buttons/searchbutton.png);
	vertical-align: middle;
	border: none;
}

.search_label {
	display: none;
}

.search_button:hover {
	background-image: url(../images/buttons/searchbuttonhover.png);
}

#digg {
    margin-top: 10px;
}

#search, #recent_posts {
    margin-bottom: 10px;
}

#search li > a, #digg li > a, #recent_posts li > a, #recent_photos li > a {
    vertical-align: top;
}

/* Recent photos */
div#flickr_badge {
    padding: 3px 0 0 13px;
}

div#flickr_badge img {
    border: 2px solid black !important;
    margin: 1px;
}

div#flickr_badge img:hover {
    border: 2px solid #0000CD !important;
    margin: 1px;
}

/* Archives */
.archives dt {
	padding-top: 10px;
	font-size: larger;
	font-weight: bold;
}
/* Comments */
.comments_invite {
	padding-right: 20px;
}	

.comments {
	margin-left: 25px;
	padding: 0;
}	

.comment_form td {
	padding: 5px;
}

.comment	{ 
	padding: 10px; 
	margin: 5px 0; 
	background-color: #ffffff;
}

.odd { 
	background-color: #f0f0f0;
}

.even	{  }

.author { 
	border: 1px dotted #333;
}

.comment h5	{ 
	margin-bottom: 0.1em;
}

.comment:hover 	{ }

.author:hover	{ 
	background-color: #e6e6fa;
}

.comment-time 	{ 
	width: 90%; text-align: right; font-size: smaller; color: orange;
}

.author-string	{ 
	font-variant: small-caps; font-weight: 100;
}

.comment-no	{ 
	font-size: 1.5em; color: #999;
}

/* Article Divider */
.divider {
    margin-left: 90px;
	padding: 10px 0;
}

/* "Read More" link */
a.readmore {
    font-weight: bold;
}

/* Article */
.article_links {
    padding-top: 10px;
}

.article_links img {
    padding-right: 3px;
}

.article ul {
	margin-left: 30px;
}

.article h3 {
	margin: 0;
	padding: 0;
	font-size: 1.1em;
}

.article p a:link, .article p a:visited, .fav_links a:link, .fav_links a:visited, 
#photo_page a:link, #photo_page a:visited, .article ul a:link, .article ul a:visited {
    text-decoration: underline;
}

.posted {
	font-style: italic;
	font-size: 90%;
}

/* Posted date calendar */
div.article_posted {
	display: block;
	float: left;
	text-align:center;
	width: 68px;
	height: 80px;
	background:  url(../images/layout/calendar.jpg) no-repeat top left;
	margin:0 5px 0 0;
}

div.article_posted span {
	display: block;
	text-align: center;
}

div.article_posted span.day {
	font-size: 28px;
	line-height: 25px;
	color: #FCB131;
	margin-top:5px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

div.article_posted span.month {
	margin-top: 2px;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom:0px;
	line-height: 16px;
	color: #666;
}

div.article_posted span.year {   
	font-size: 12px;
	text-transform: uppercase;
	line-height: 10px;
	font-weight: bold;
	padding-top:3px;
	color: #999;
}

/* Main article content */
div.article_content {
	display: block;
	float: right;
	width: 530px;
}

/* Flickr photos in articles */
p.flickrPhoto {
	margin-left: auto;
	margin-right: auto;
	width: 500px;
}

/* Animoto slideshows in articles */
p.animoto {
	margin-left: auto;
	margin-right: auto;
	width: 432px;
}

dd {
	margin-bottom: 5px;
}

/* Links page */
div.fav_links {
	padding-top: 10px;
}

/* Footer */
div#site_info {
    width : 100%;
}

div#site_info {
    position: relative;
    width: 100%;
    height: 30px;
    background-color: #228B22;
}

div#site_info h3 {
    display: block;
    width: 150px;
    height: 70px;
    text-indent: -9999px;
}

div#site_info p {
    color: #fff;
}

ul#info_links {
    position: absolute;
    top: 5px;
    right: 10px;
    margin: 0;
}

ul#info_links li {
    padding-right: 5px;
}

.holidayImage {
	margin-left: 50px;
}
	
/* Layout hacks */
.pc,.sc { position : absolute; top: 0; left: 0; }
.clear_children,.cc_tallest { position: relative; } /*\*/* html .clear_children { display: inline;}/**/
.cc_tallest:after { content: ''; } /* PREVENTS A REDRAW BUG IN SAFARI */
