/*
name: Generation Blog
designer: Elisabeth Kuil
designer_url: http://www.never-sit-still.com
description: A simply easy to customize layout containing hardly any images.
layouts: one-colum, two-column-left, two-column-right, three-column
*/



body {
	font-family: Franklin Gothic Medium, Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	margin:0;
	text-align:center;
	background-color: #fff;
	background-image:  url(http://www.idea77.com/160/images/back.jpg);
	background-repeat: repeat-x;
}

#container {
	text-align:left;
	margin: 0 auto;
	margin-top:0px;
	width:750px;
}


/*Banner/Header*/

#banner {
	
	background-repeat: no-repeat;
	width:100%;
	background-position: center top;
	margin-top:21px;
        position:relative;
}


h1#banner-header a {
	margin-top:9px;

}


/*Pagebody*/

#pagebody {
	margin:0;
	padding:0;
	border-bottom:0;
	background-color:#F8F8F8;
}
	
#beta {
	margin-top:10px;
	width:100%;
	margin-bottom:10px;
}



/*Entries*/


a:link {
	color:#3399FF;
	text-decoration:underline;
	font-weight:normal;
	}

a:visited {
	color:#595959;
	text-decoration:underline;
	}
	
a:hover {
	color:#3399FF;
	text-decoration:underline;
	}
	
textarea {
	background-color:#ffffff;
	font-size:1em;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	color:#333;
	width:600px;
}

.entry {
	border-bottom:2px solid #ffffff;
	background-color:#ffffff;
	}

h3.entry-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color:#d51d04;
	padding-left:15px;
	
}



.entry-content {
    font-family: Arial, Helvetica, sans-serif;
	position:relative;
	font-size:1em;
	color: #4F4F4F;
	background-color:#F8F8F8;
	padding:15px;

}



.entry-footer {
	color: #999999;
	font-size:0.8em;
	padding-top:20px;
	text-align:right;
}





.permalink {
	background-repeat: no-repeat;
}


blockquote {
	background-color:#F8F8F8;
	font-style: normal;
	border: 1px dotted #E6E6E6;
	padding: 12px;
	padding-left:30px;
	padding-right:35px;
	width:80%;
	font-style: italic;
}



/**/


#alpha-inner {padding:0;
margin:0;}





/*Navigation Top*/

#alpha {
	text-align:left;
	width:100%;
	margin:0;
	margin:auto;
	background-color:#fff;
	background-repeat: repeat-x;
}


h2.module-header {
	color: #d51d04;
	padding-right:10px;
	text-align: left;
	font-size:1.5em;
	}





.pkg {paddding:0;
margin:0;}

.module-categories {
	width:32%;
	float:left;
	height:100%;
}

.module-archives {
	width:32%;
	float:right;
}
.module-recent {
	width:32%;
	float:right;
}



/*Comments*/

.comment-content {padding:15px;
background-color:#fff;}

.comments-content {
	padding:15px;
	background-color: #efefef;
}


.comment-userpic {float:left;}

h3.comments-header {font-size:1.8em;}

h3.trackbacks-header {font-size:1.8em;}

.trackbacks {padding:15px;}

.trackback-content {
padding:15px;
background-color:#f5f5f5;
font-size:1.2 ????em;}

.trackback-footer {
	font-style: ??????italic;
	text-align: right;
	font-size:0.9em;
	color:#ccc;
}


.comments-open {
	padding:25px;
	background-color:#ccc;
	font-size:1.2em;
	width:93%;
	margin:auto;
	}

#comments-open-data, #comments-open-text {text-align:right;width:80%;margin:auto;}

#comment-author, #comment-email, #comment-url, #comment-text {
	padding:3px;
	background-color:#fff;
	width:60%;
	padding-right:20px;
	}
#comments-open-footer {text-align:center;}



.content-nav {text-align:right;}



.posttitle {
	margin-bottom: 0;
	text-align: left;
/*	width: 100%; */
	color: #d51d04;
	line-height: 1.5em;
/*	overflow: auto; */
	/* Width and overflow to clear '.posttitle a' */
	border-bottom: 1px dotted #ccc;
	padding-left:15px;
}
.posttitle a {
/*	float: left; */
	padding: 0;
	text-decoration:none;
}
.posttitle a:link {
	color: #4682B4;
}

.posttitle a:visited {
	color: #4682B4;
}
.posttitle a:hover, .posttitle a:active {
	color: #99FF00;

}
.postmeta {
	margin-top: 0;
	padding-top: 1px;
/*	border-top: 1px dotted #ccc; */
	font-size: 0.9em;
	color: #999;
	padding-left:15px;
}

.postentry {
        font-family: Arial, Helvetica, sans-serif;
		position:relative;
		font-size:1em;
		color: #4F4F4F;
		background-color:#ffffff;
       margin-left: 15px; 
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}

.permalink {
	margin: 0 10px 0 0;
	padding: 0 0 0 17px;
	background: url(http://www.idea77.com/blog/archives/053.06.gif) no-repeat center left;
}
.commentslink {
	padding: 0 0 0 17px;
	background: url(http://www.idea77.com/blog/archives/047.06.gif) no-repeat center left;
}

 hr {
       border: 1px;
       border-color: #efefef;
       color:  #efefef;
       background-color:  #efefef;
       height: 2px;

}


.photowhite {
	border: #fff 1px solid;
        margin: 5px 5px 5px 0;
        float: left;
}
.photolarge {
	border: #fff 1px solid;
        margin: 5px 5px 5px 0;
        float: center;
}