@import url(base-weblog.css);

body {
	padding:0;
	margin:0;
	background-color:#ffffff;
	font-family:Helvetica, sans-serif;
	color:#666666;
	line-height:1.3;
	font-size: .8em;
	font-weight: normal;
	letter-spacing: -.5px;
}

a {
	color: #000000;
	text-decoration:none;

	}

a:hover {
	color: #cccccc;
	}

p {
	margin:0 0 10px 0;
	line-height:1.3;
	}

/* -------- layout styles -------------*/

#container {
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	width: 950px;
}

/* ---------- Two Column Right Styles ---------- */


.layout-two-column-right #alpha {
	width:600px;
	margin:0 50px 0 0;
	padding:0;
	}
	
.layout-two-column-right #beta {
	width:250px;
	margin:0 0 0 0px;
	padding:0;
	}

/* -------- banner styles -------------*/
	
#banner {;
	width:100%;
	background-repeat:repeat-x;
	background-position:top left;
	padding:0;
	margin:0;
	text-align:left;
        background-color:#ffffff;
	}

#banner-inner {
	margin:0 0 0 70px;
	}
		
h1, h2 {
      padding:0;
      margin:0;
}

#banner-header {
	padding:0;
	margin:10;
	padding-top:15px;
	font-size: 4em;
	font-weight:bold;
	font-family:Helvetica, sans-serif;
	}

#banner-header a {
	text-decoration:none;
	color: #ffffff;
	background-color:#000000;
	}

#banner-header a:hover {
	text-decoration:none;
	color: #cccccc;
	background-color:#000000;
	}
	
#banner-description {
	padding:0 0 15px 0;
	margin:0;
	color:#333333;
	font-size: 1.45em;
	letter-spacing: -1px;
	}
	
/* -------- page styles -------------*/

#pagebody {
	margin:0;
	padding:20px 0 20px 10px;
	background-color:#ffffff;
	text-align:left;
}

#pagebody-inner {
	padding:0;
	margin:0 7%;
	}


/* -------- entry area styles -------------*/

.date-header {
	font-size: .7em;
	padding:0;
	margin:0 0 5px 0;
	font-weight:normal;
	font-family:Helvetica, sans-serif;
	}

.entry-title {
      color:#ffffff;
      padding: 2px 6px 2px 6px;
      font-size: 1.45em;
}

.entry-header {
	padding:0;
	margin:0 0 10px 0;
	font-size: 1.95em;
	font-weight:bold;
	font-family:Helvetica, sans-serif;
	letter-spacing: -1px;
        color:#000000;
	}
	
.entry-body p {
	font-size: 1.15em;
	line-height:1.3;
	margin:0 0 15px 0;
       color:#666666;
	}

.entry-body ul, ol {
	line-height:1.3;
	font-size: 1.15em;
	margin-bottom:15px;
       color:#666666;
	}

.entry-body blockquote {
	padding-left:20px;
	background-image:url(quote.gif);
	background-repeat:no-repeat;
	background-position:top left;
       margin:20px 0 20px 20px;
	line-height:1.3;
       color:#666666;
}

.entry-body img {border: 0px; color:#ffffff;}
.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 0;
	line-height:2.0;	
	}

.entry-footer p {
	margin:0 0 35px 0;
	}

.post-footers {
	display:block;
	}
	
.separator {display:none !important;}

.image-thumbnail
{
	float: left;
	margin: 0 20px 20px 0;
       background-color:#ffffff;
}


/* -------- sidebar styles -------------*/

.module-header {
	padding:0;
	margin:0 0 15px 0;
	font-size: 1.25em;
	font-weight:normal;
	font-family:Helvetica, sans-serif;
       text-transform: uppercase;
	}	

.module-header a {
	color:#666666;
	}

.module-content {
	position:relative;
	line-height:1.5;
	margin:0 0 15px 0;
	padding:0;
	}

.module-content ul {
	margin: 5px 0 15px 0;
	line-height:1.5;
}

.module-content li {
	line-height:1.5;
	}

.module-categories module {
	margin-top:15px;
	}

.module-categories ul li ul li {
	margin-left:5px;
}

.module-title {
      background-color:#cccccc;
      color:#ffffff;
      font-size: .95em;
      font-weight:normal;
      padding: 2px 6px 2px 6px;
}

input, textarea {
	font-size: .8em;
	padding: 2px;
	margin: 3px 0 3px 0;
	border: 1px solid #555;
	background-color:#FFF;
	color:#555;
}

textarea {
	font-size: .8em;
       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:30px 0 30px 0;
	line-height:1.5;
	text-align:left;
	}

.trackbacks-header, .comments-header, .comments-open-header, .trackbacks-open-header {
	padding:10px 0 0 0;
	margin:0 0 15px 0;
	font-size: .95em;
	font-weight:normal;
	font-family:Helvetica, sans-serif;
	}

.trackbacks, .comments {
	line-height:1.5;
	text-align:justify;
	}

#trackbacks-info {
    margin:10px 0 25px 0;
	line-height:1.5;
	font-size: .95em;
	font-style:italic;
	}

.trackback-footer, .comment-footer {
	margin-bottom:15px;
	font-size: .95em;
	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;
}