/* GLOBAL SITE ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

*
{
		margin: 0;
		padding: 0;
}

body
{
		margin: 5px 0 5px;
		background: #fff;
		font: normal 80%/160% helvetica, arial, 'trebuchet ms';
}

li
{
		list-style: none;
}

hr
{
		clear: both;
		height: 1px;
		line-height: 1px;
		font-size: 1px;
		visibility: hidden;
		margin: 0;
		padding: 0;
}

/* HEADINGS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

h1, h2, h3, h4, h5
{
		margin: 0 0 10px;
}

h1
{
		font-size: 1.5em;
		/*text-transform: uppercase;*/
}

h2
{
		border-bottom: 2px solid #eee;
		padding: 0 0 2px;
		font-size: 1em;
}

#header h2
{
		padding: 0;
		border: none;
		color: #999;
		font-size: 95%;
		text-align: right;
}

/* LINKS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

a { text-decoration: underline; color: #148631; }
a:hover { text-decoration: underline; }

/* GRID
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.column { display: block; float: left; margin-right: 20px; }

.x1   { width: 50px; }
.x2   { width: 120px; }
.x3   { width: 190px; }
.x4   { width: 260px; }
.x5   { width: 330px; }
.x6   { width: 400px; }
.x7   { width: 470px; }
.x8   { width: 540px; }
.x9   { width: 610px; }
.x10  { width: 680px; }
.x11  { width: 750px; }
.x12  { width: 820px; }
.x13  { width: 890px; }
.x14  { width: 960px; margin: 0; }
.last { margin-right: 0; }

/* MAIN SITE ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#wrapper
{
		width: 960px;
		margin: 0 auto;
}

#wrapper:after, #searchform:after, #content:after, #home-basement:after,
.navigation:after, .postarch li:after, .section:after, #searchform:after,
#header:after, #quicklinks:after, #categories:after, .commentlist li:after
{
		content:  ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
}

.section { clear: both; border-bottom: 3px solid #bbb; margin: 0 0 15px; padding: 0 0 5px; }

/* QUICKLINKS ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#quicklinks
{
		border-bottom: 1px solid #f5f5f5;
		padding-bottom: 5px;
		font-size: 85%;
}

#quicklinks a
{
		color: #999;
}

#feedlink
{
		text-align: right;
}

#feedlink a
{
		background: url(images/feedicon.png) 0% 50% no-repeat;
		padding-left: 18px;
}

/* HEADER ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#header
{
		padding: 15px 0 5px;
}

/* NAVIGATION ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.navigation
{
		background: #f0f0f0;
		margin: 0 0 15px;
		height: 32px;
}

.navigation li
{
		float: left;
		width: 130px;
		padding-left: 5px;
		border-right: 1px solid #fff;
		font-size: 95%;
		/*text-transform: lowercase;*/
}

.navigation li a
{
		display: block;
		color: #666;
		width: 150px;
		padding: 6px 0;
}

.navigation li a:hover
{
		color: #666;
}

/* HOME INTRO ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#home-intro
{
		height: 145px;
		background: url(images/home-intro-bg.jpg) no-repeat;
		margin: 0 0 15px;
}

#home-intro p
{
		background: url(images/home-intro-overlay.png) repeat;
		color: #fff;
		width: 220px;
		height: 125px;
		padding: 10px 20px;
		margin-left: 700px;
}

/* POST ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* HOME ADS ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.home-ads
{
		text-align: center;
		padding-bottom: 5px;
}

.post
{
		padding: 0;
}

.post-cats a
{
		color: #999;
}

.entry p
{
		margin: 0 0 10px;
}

.entry h3
{
		font-size: 95%;
		border-bottom: 1px solid #f5f5f5;
		padding: 0 0 2px;
}

.entry ul, .entry ol
{
		margin-left: 20px;
		margin-bottom: 5px;
}

.entry ul li
{
		list-style: square;
}

.entry ol li
{
		list-style: decimal;
}

.entry blockquote
{
		font-style: italic;
		margin: 0 10px;
		color: #666;
}

.post-info
{
		font-size: 85%;
		color: #999;
}

.post-info a
{
		color: #999;
}

.post-info li
{
		border-bottom: 1px solid #f5f5f5;
}

.more-link
{
		font-size: 95%;
		color: #999;
}

img.align-right
{
		float: right;
		padding: 5px;
		border: 1px solid #f5f5f5;
		margin-left: 10px;
}

img.align-left
{
		float: right;
		padding: 5px;
		border: 1px solid #f5f5f5;
		margin-right: 10px;
}

img.align-center
{
		display: block;
		padding: 5px;
		border: 1px solid #f5f5f5;
		margin: 0 auto 10px;
}

.pagelinks
{
		margin: 0 0 5px;
		border-top: 1px solid #f5f5f5;
		padding: 5px 0 0;
}

.pagelinks a
{
		color: #999;
}

#pageleft
{
		float: left;
		width: 340px;
}

#pageright
{
		float: right;
		width: 340px;
		text-align: right;
}

/* COMMENTS ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.commentlist
{
		padding-bottom: 5px;
}

.commentlist li
{
		border-bottom: 1px solid #f5f5f5;
		padding: 1px 0 5px;
}

.commentlist li span
{
		margin-bottom: 0;
}

.commentlist li small
{
		display: block;
}

.commentlist li small a
{
		color: #999;
}

#commentform
{
		padding-bottom: 5px;
}

#commentform input
{
		border-left: 1px solid #ccc;
		border-top: 1px solid #ccc;
		border-right: 1px solid #eee;
		border-bottom: 1px solid #eee;
		padding: 3px 2px;
		width: 184px;
		margin: 0 0 5px;
}

#commentform textarea
{
		border-left: 1px solid #ccc;
		border-top: 1px solid #ccc;
		border-right: 1px solid #eee;
		border-bottom: 1px solid #eee;
		padding: 3px 2px;
		width: 674px;
		margin: 0 0 10px;
}

#commentform button
{
		width: 120px;
		border: none;
		padding: 4px 0;
		margin: 0 0 5px;
		background: #666 url(images/comment-button-bg.gif) no-repeat;
		color: #fff;
}
		

/* POST ARCHIVE ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.postarch h3
{
		font-family: arial;
		font-size: 1em;
		margin: 0;
		font-weight: normal;
}

.postarch ul
{
		padding-bottom: 10px;
}

.postarch li
{
		border-bottom: 1px solid #f5f5f5;
		padding: 1px 0;
		margin: 0;
}

.postarch li span { margin-bottom: 0; }

.postarch li span.date, .postarch li span.cats, .postarch li span.cats a,
.postarch li span.comments a
{
		color: #999;
}

.postarch li span.date, .postarch li span.comments
{
		font-size: 85%;
}

.postarch li span.comments
{
		text-align: right;
}

/* PHOTOS ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.photos
{
		padding-top: 5px;
}

#photo-wrap
{
		width: 650px;
		height: 92px;
		float: left;
		overflow: hidden;
}

.photos ul
{
		overflow: hidden;
		width: 2600px;
		height: 87px;
}

.photos li
{
		float: left;
		list-style: none;
		border: none;
		width: 130px;
		text-align: center;
		text-decoration: none;
}

.photos img
{
		border: 1px solid #eee;
		padding: 5px;
		text-decoration: none;
}

.photos li a
{
		width: 75px;
		height: 75px;
}

.photo-nav
{
		float: left;
		display: block;
		width: 15px;
		height: 87px;
		line-height: 87px;
		text-align: center;
		background: #666 url(images/scroll-nav.gif) no-repeat;
		color: #fff;
		visibility: hidden;
}

/* SIDEBAR ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.side-ad
{
		text-align: center;
}

a.ad-square
{
		display: block;
		width: 250px;
		height: 250px;
		line-height: 250px;
		text-align: center;
		background: #f5f5f5;
		margin: 0 auto 5px;
}

#sidebar label
{
		display: block;
		font-weight: bold;
		border-bottom: 2px solid #eee;
		padding: 0 0 2px;
		font-size: 1em;
		margin: 0 0 10px;
}

#sidebar li
{
		border-bottom: 1px solid #f5f5f5;
		padding: 1px 0;
}

#categories
{
		padding-bottom: 10px;
}

.cat-item
{
		text-align: right;
		color: #999;
		font-size: 85%;
}

.cat-item a
{
		float: left;
		font-size: 110%;
}

#sidebar li.widget
{
		border: none;
}

#sidebar li.widget ul
{
		border-bottom: 3px solid #bbb;
		padding-bottom: 5px;
		margin: 0 0 15px;
}

#sidebar li.widget ul li.non
{
		border: none;
}

/* SEARCH FORM ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#searchform { height: 29px; }

#searchform input, #searchform button
{
		float: left;
		font-size: 100%;
}

#searchform input#s
{
		border-left: 1px solid #ccc;
		border-top: 1px solid #ccc;
		border-right: 1px solid #eee;
		border-bottom: 1px solid #eee;
		padding: 3px 2px;
		width: 189px;
}

#searchform button
{
		border: none;
		margin-left: 5px;
		width: 60px;
		padding: 3px 0;
		background: #666 url(images/search-button-bg.gif) no-repeat;
		color: #fff;
		overflow: hidden;
}

#searchform button:hover
{
		cursor: default;
}

/* FOOTER ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#footer
{
		font-size: 85%;
		text-align: center;
		border-top: 2px solid #f5f5f5;
		padding-top: 5px;
}

