/* $Id: base-weblog.css 14515 2005-07-12 00:01:26Z mpaschal $ */

/* basic elements */

html
{
	margin: 0;
	/* setting border: 0 hoses ie6 win window inner well border */
	padding: 0;
}

body
{
	margin: 0;
	/* setting border: 0 hoses ie5 win window inner well border */
	padding: 0;
	font-family: verdana, 'trebuchet ms', sans-serif;
	font-size: 12px;
}

form { margin: 0; padding: 0; }
a { text-decoration: underline; }
a img { border: 0; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote
{
	margin-top: 10px;
	margin-bottom: 10px;
}


/* standard helper classes */

.clr
{
	clear: both;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: 0 -1px -1px 0;
	border: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after
{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */


/* page layout */

body { text-align: center; } /* center on ie */

#container
{
	position: relative;
	margin: 0 auto; /* center on everything else */
	width: 720px;
	text-align: left;
}
#container-inner { position: static; width: auto; }

#banner { position: relative; }
#banner-inner { position: static; }

#pagebody { position: relative; width: 100%; }
#pagebody-inner { position: static; width: 100%; }

#alpha, #beta, #gamma, #delta
{
	display: inline; /* ie win bugfix */
	position: relative;
	float: left;
	min-height: 1px;
}

#delta { float: right; }

#alpha-inner, #beta-inner, #gamma-inner, #delta-inner
{
	position: static;
}


/* banner user/photo */

.banner-user
{
	float: left;
	overflow: hidden;
	width: 64px;
	margin: 0 15px 0 0;
	border: 0;
	padding: 0;
	text-align: center;
}

.banner-user-photo
{
	display: block;
	margin: 0 0 2px 0;
	border: 0;
	padding: 0;
	background-position: center center;
	background-repeat: no-repeat;
	text-decoration: none !important;
}

.banner-user-photo img
{
	width: 64px;
	height: auto;
	margin: 0;
	border: 0;
	padding: 0;
}


/* content */

.content-nav
{
	margin: 10px;
	text-align: center;
}

.date-header,
.entry-content
{
	position: static;
	clear: both;
}

.entry,
.trackbacks,
.comments,
.archive
{
	position: static;
	overflow: hidden;
	clear: both;
	width: 100%;
	margin-bottom: 20px;
}

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed
{
	clear: both;
	margin: 5px 10px;
}

.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more
{
	clear: both;
}

.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content
{
	clear: both;
	margin: 5px 10px 20px 10px;
}

.comments-open label { display: block; }

#comment-author, #comment-email, #comment-url, #comment-text
{
	width: 240px;
}

#comment-bake-cookie
{
	margin-left: 0;
	vertical-align: middle;
}

#comment-post
{
	font-weight: bold;
}

img.image-full { width: 100%; }

.image-thumbnail
{
	float: left;
	width: 115px;
	margin: 0 10px 10px 0;
}

.image-thumbnail img
{
	width: 115px;
	height: 115px;
	margin: 0 0 2px 0;
}


/* modules */

.module
{
	position: relative;
	overflow: hidden;
	width: 100%;
}

.module-content
{
	position: relative;
	margin: 5px 10px 20px 10px;
}

.module-list,
.archive-list
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.module-list-item
{
	margin-top: 5px;
	margin-bottom: 5px;
}

.module-presence img { vertical-align: middle; }
.module-powered .module-content { margin-bottom: 10px; }
.module-photo .module-content { text-align: center; }
.module-wishlist .module-content { text-align: center; }

.module-calendar .module-content table
{
	border-collapse: collapse;
}

.module-calendar .module-content th,
.module-calendar .module-content td
{
	width: 14%;
	text-align: center;
}

.typelist-thumbnailed { margin: 0 0 20px 0; }

.typelist-thumbnailed .module-list-item
{
	display: block;
	clear: both;
	margin: 0;
}

/* positioniseverything.net/easyclearing.html */
.typelist-thumbnailed .module-list-item:after
{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .typelist-thumbnailed .module-list-item { display: inline-block; }
/* no ie mac \*/
* html .typelist-thumbnailed .module-list-item { height: 1%; }
.typelist-thumbnailed .module-list-item { display: block; }
/* */

.typelist-thumbnail
{
	float: left;
	min-width: 60px;
	width: 60px;
	/* no ie mac \*/width: auto;/* */
	margin: 0 5px 0 0;
	text-align: center;
	vertical-align: middle;
}

.typelist-thumbnail img { margin: 5px; }

.module-galleries .typelist-thumbnail img { width: 50px; }

.typelist-description
{
	margin: 0;
	padding: 5px;
}

.module-featured-photo .module-content,
.module-photo .module-content
{
	margin: 0;
}

.module-featured-photo img { width: 100%; }

.module-recent-photos { margin: 0 0 15px 0; }
.module-recent-photos .module-content { margin: 0; }
.module-recent-photos .module-list
{
	display: block;
	height: 1%;
	margin: 0;
	border: 0;
	padding: 0;
	list-style: none;
}

/* positioniseverything.net/easyclearing.html */
.module-recent-photos .module-list:after
{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .module-recent-photos .module-list { display: inline-block; }
/* no ie mac \*/
* html .module-recent-photos .module-list { height: 1%; }
.module-recent-photos .module-list { display: block; }
/* */

.module-recent-photos .module-list-item
{
	display: block;
	float: left;
	/* ie win fix \*/ height: 1%; /**/
	margin: 0;
	border: 0;
	padding: 0;
}

.module-recent-photos .module-list-item a
{
	display: block;
	margin: 0;
	border: 0;
	padding: 0;
}

.module-recent-photos .module-list-item img
{
	width: 60px;
	height: 60px;
	margin: 0;
	padding: 0;
}


/* mmt calendar */

.module-mmt-calendar { margin-bottom: 15px; }
.module-mmt-calendar .module-content { margin: 0; }
.module-mmt-calendar .module-header { margin: 0; }
.module-mmt-calendar .module-header a { text-decoration: none; }
.module-mmt-calendar table { width: 100%; }

.module-mmt-calendar th { text-align: left; }

.module-mmt-calendar td
{
	width: 14%;
	height: 75px;
	text-align: left;
	vertical-align: top;
}

.day-photo
{
	width: 54px;
	height: 54px;
}

.day-photo a
{
	display: block;
}

.day-photo a img
{
	width: 50px;
	height: 50px;
}


/* NOTES 

- Photoshop brush used - fresh foliage - http://designfruit.com/jasongaylor/blog/?p=37  - with thanks. 

- You can change the look by changing the header color
- Change    fleurheaderblack.gif   in the style below to any of the following ...

                              fleurheadergrey.gif
                              fleurheaderblue.gif
                              fleurheadergreen.gif
                              fleurheaderred.gif
*/


#banner {
	background-image:url("http://www.cyberroach.com/blog/bild.gif");
	}

/* ------------------------------------------------------------------------------------------------------- */


body {
	padding:0;
	margin:0;
	background-color:#FFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:82%;
	color:#252525;
	line-height:1;
}

a {
	color:#888;
	text-decoration:none;
	}

a:hover {
	background-color:#EEE;
	}

p {
	margin:0 0 15px 0;
	line-height:1.7;
	}

/* -------- layout styles -------------*/

#container {
	width:100%;
	margin:0;
	padding:0
	}

/* ---------- Single Column Styles ----------  */


.layout-one-column #alpha {width: 65%; margin-left:10%;}


/* ---------- Two Column Left Styles ---------- */


.layout-two-column-left #alpha {
        width:23%;
	margin:25px 0 0 0;
	padding:0;
}
	
.layout-two-column-left #beta{
	width: 56%; 
        margin:0 0 0 7%;
}


/* ---------- Two Column Right Styles ---------- */


.layout-two-column-right #alpha {
	width:56%;
	margin:0 7% 0 0;
	padding:0;
	}
	
.layout-two-column-right #beta {
	width:23%;
	margin:25px 0 0 0;
	padding:0;
	}
	
/* ------------ Three Column Styles -------------*/

.layout-three-column #alpha {
	width:16%;
	margin:0 7% 0 0;
	padding:0;
       }

.layout-three-column #beta {
	width:40%;
	margin:0 7% 0 0;
	padding:0;
	}

.layout-three-column #gamma {
	width:16%;
	margin:0;
	padding:0;
    }

/* -------- banner styles -------------*/
	
#banner {
	height:275px;
	width:100%;
	background-repeat:repeat-x;
	background-position:top left;
	padding:0;
	margin:0;
	text-align:left;
	}

#banner-inner {
	margin:0 0 0 45px;
	}
		
h1, h2 {padding:0; margin:0;}

#banner-header {
	padding:0;
	margin:0;
	padding-top:17px;
	font-size:36px;
	color:#FFF;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	}

#banner-header a {
	text-decoration:none;
	color:#FFF;
	}
	
#banner-description {
	padding:3px 0 0 7px;
	margin:0;
	font-size:13px;
	color:#FFF;
	font-weight:normal;
	}
	
/* -------- page styles -------------*/

#pagebody {
	margin:0;
	padding:65px 0 30px 0;
	background-color:#FFF;
	text-align:left;
}

#pagebody-inner {
	padding:0;
	margin:0 7%;
	}


/* -------- entry area styles -------------*/

.date-header {
	font-size:15px;
	padding:0;
	margin:0 0 5px 0;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	}

.entry-header {
	padding:0;
	margin:0 0 25px 0;
	font-size:25px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	}
	
.entry-body p {
	font-size:1em;
	line-height:1.7;
	margin:0 0 15px 0;
	text-align:justify;
	}

.entry-body ul, ol {
	line-height:1.7;
	font-size:.96em;
	margin-bottom:15px;
	}

.entry-body blockquote {
	text-align:justify;
	padding-left:20px;
	background-image:url(quote.gif);
	background-repeat:no-repeat;
	background-position:top left;
       margin:20px 0 20px 20px;
	line-height:1.7;
}

.entry-body img {border: 1px solid #555;}
.entry-body img[align="right"] {margin: 5px 0 15px 20px; display:block;}
.entry-body img[align="left"] {margin: 5px 20px 15px 0; display:block;}

.entry-footer {
	padding:0 0 0 10px;
	line-height:1.5;	
	border-left:3px solid #BBB;
	}

.entry-footer p {
	margin:10px 0 35px 0;
	}

.post-footers {
	display:block;
	}
	
.separator {display:none !important;}

/* -------- sidebar styles -------------*/

.module-header {
	padding:0;
	margin:0 0 20px 0;
	font-size:18px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	}	

.module-header a {
	color:#252525;
	}

.module-content {
	position:relative;
	line-height:1.4;
	margin:0 0 25px 0;
	padding:0;
	}

.module-content ul {
	margin: 5px 0 10px 0;
	line-height:1.4;
}

.module-content li {
	line-height:1.4;
	}

.module-categories module {
	margin-top:20px;
	}

.module-categories ul li ul li {
	margin-left:5px;
}

input, textarea {
	font-size: 100%;
	padding: 2px;
	margin: 3px 0 3px 0;
	border: 1px solid #555;
	background-color:#FFF;
	color:#555;
}

textarea {
 font-size: 1em;
 color:#555;
}

input#search {
    padding:3px;
}

/* ---------- comment trackback styles ------------------ */

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed
{
	clear: both;
	margin: 0;
}

.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content
{
	clear: both;
	margin: 0;
}

.content-nav {
	margin-bottom:30px;
	line-height:1.6;
	}

.trackbacks-header, .comments-header, .comments-open-header, .trackbacks-open-header {
	padding:10px 0 0 0;
	margin:0 0 15px 0;
	font-size:20px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	}

.trackbacks, .comments {
	line-height:1.7;
	text-align:justify;
	}

#trackbacks-info {
    margin:10px 0 25px 0;
	line-height:1.7;
	font-size:.95em;
	font-style:italic;
	}

.trackback-footer, .comment-footer {
	margin-bottom:25px;
	font-size:.96em !important;
	padding-left:15px;
	background-image:url(../../arrow.gif);
	background-repeat: no-repeat;
	background-position:center left;
	}
	
/* livejournal styles */

.entry-userpic {
	display:none;  
}

.banner-user {
	display:none;
}

.banner-user-photo {
	display:none;
}

.banner-user-photo img {
	display:none;
}

.comment-userpic {
	display:none;
}

/*  typepad styles */

.typelist-thumbnail img, 
.module-galleries .typelist-thumbnail img,
.module-featured-photo img,
.image-thumbnail img {
	border:1px solid #333;
}