
fieldset,img{border:none;}
a{text-decoration:none;}
hr{display:none;}

/* Common HTML tags */
body
{
	margin:0;
	padding:0;
	background:#fff;
	font-family: Helvetica, Arial, sans-serif;
	font: 90%/110% Helvetica, Arial, sans-serif;
	text-align:left;
	line-height:20px;
	color:#111111;
	border-top:10px solid #eee;
}

blockquote
{
	background:transparent url(images/blockquote.png) no-repeat left 9px;
	border-top:3px double #eee;
	border-bottom:3px double #eee;
	padding:15px 0 3px 0;
	margin-bottom:10px;
	font-style:italic;
}

/* Wrapper & Container */
#wrapper
{
	width:960px;
	margin:0 auto;
}

/* Header */

#smallbar {
	width: 150px;
	float:right;
	text-align:center;
	padding: 20px;
}

#header
{
	text-align:left;
	margin:0 0 10px 0;
	width:660px;
	font-family: georgia,verdana,arial;
}

#header h1 a
{
	font-size:50px;
	font-weight:normal;
	color:#cccccc;
	line-height:65px;
	
}

#header p
{
	font-size:2em;
	color:#999;
	margin-top:20px;
	letter-spacing:3px;
}

#footer {
	width: 100%;
	clear: both;
}

/* Content */
#outer-space
{
	float:left;
}

#main
{
	width:540px;
	float:left;
}

#hfeed
{
	width:540px;
	border:1px solid #ccc;
	float:left;
	padding-bottom:17px;
	margin-bottom:20px;
}

#nfeed
{
	width:540px;
	
	float:left;
	padding: 10px;
	margin-bottom:20px;
}

#page-info
{
	background:#ccc url(/images/info_bg.png) repeat-x;
	color:#fff;
	font-variant:small-caps;
	text-align:center;
	padding:2px 0;
	font-size:1.2em;
}

#page-info span
{
	background:#ccc;
	padding:0 3px;
	letter-spacing:3px;
}

.hentry
{
	width:520px;
	margin:20px 0;
	overflow:hidden;
	padding:0 10px;
	border-bottom: 1px solid silver;
}

.entry-title
{
	font-size:2.2em;
	font-weight:bold;
	line-height:100%;
	margin-top: 0px;
}

.entry-meta
{
	text-align:center;
	background:transparent url(/images/lala.png) no-repeat bottom center;
	padding:0 0 20px 0;
	margin:0 0 10px 0;
	color:#333;
}

.entry-meta p, .entry-meta abbr
{
	letter-spacing:3px;
	border:none;
}

.metadata
{
	background:transparent url(/images/metadata-bg.png) no-repeat top center;
	text-align:center;
	padding:25px 0 10px 0;
	color:#333;
	letter-spacing:2px;
}

.entry
{
	width:500px;
}

.entry-content
{
	padding:0 10px;
	font-size:1em;
	margin-bottom:15px;
	line-height:135%;
	color:#444;
	width:500px;
	text-align:justify;
}

.entry-content ul li
{
	list-style-type:circle;
	margin-left: 20px;
}

.entry-content ol li
{
	list-style-type:decimal;
	margin-left: 20px;
}


.entry-content img
{
	max-width: 500px;
	float:right;
	margin: 10px;
}



.separator
{
	border-top:1px dotted #ccc;
	margin:20px 0 30px 0;
}

#page-navigation
{
	margin:-10px 0 10px 0;
}

/* Links */
a 
{
	color:#347C17;
}

a:hover
{
	color:#444;
	border-bottom:1px dotted #ccc;
}

#header a:hover
{
	border:none;
}

.previous a
{
	float:left;
	padding:3px 10px;
	background:#ccc;
	color:#fff;
	margin-left:20px;
	font-variant:small-caps;
	font-size:1.2em;
	margin-top:-3px;
}

.next a
{
	float:right;
	padding:3px 10px;
	background:#ccc;
	color:#fff;
	margin-right:20px;
	font-variant:small-caps;
	font-size:1.2em;
	margin-top:-3px;
}

.previous a:hover, .next a:hover
{
	border:none;
	background:#333;
}

/* Sidebar */

#big-sidebar {
	width: 400px;
	float:right;
}

.tagcloud {
	border:1px solid #ccc;
	padding: 10px;
	text-align:center;
}

.mpinfo {
	border:1px solid #ccc;
	padding: 10px;
	text-align:left;
}

#left-sidebar
{
	width:175px;
	padding:0 20px 0 10px;
	float:left;
	text-align:right;
}

#right-sidebar
{
	width:175px;
	padding:0 10px 0 20px;
	float:right;
}

#left-sidebar h3
{
	font-variant:small-caps;
	font-size:1.2em;
	font-weight:normal;
	color:#999;
	padding-right:15px;
	margin-bottom:10px;
	border-bottom:1px dotted #ccc;
	letter-spacing:3px;
}

#right-sidebar h3
{
	font-variant:small-caps;
	font-size:1.2em;
	font-weight:normal;
	color:#999;
	padding-left:15px;
	margin-bottom:10px;
	border-bottom:1px dotted #ccc;
	letter-spacing:3px;
}

#left-sidebar ul li
{
	background:transparent url(/images/bullet.png) no-repeat right 5px;
	padding-right:15px;
	margin-bottom:5px;
}

#right-sidebar ul li
{
	background:transparent url(/images/bullet.png) no-repeat left 5px;
	padding-left:15px;
	margin-bottom:5px;
}

.widget
{
	margin-bottom:30px;
}

/* Footer */
#footer
{
	height:70px;
	text-align:center;
	padding-bottom:10px;
	margin:20px 0;
	color:#999;
	letter-spacing:2px;
}

/* Images */
.alignleft
{
	float:left;
	margin:0 20px 10px 0;
}

.alignright
{
	float:right;
	margin:0 0 10px 20px;
}

/* Positioning */
.clear
{
	clear:both;
}


/*Credits: Dynamic Drive CSS Library 
URL: http://www.dynamicdrive.com/style/ */

#modernbricksmenu {
	padding: 0; 
	width: auto; 
	background: transparent; 
	border-bottom: solid 1px #cccccc; 
	border-left: dashed 1px #cccccc; 
	voice-family: "\"}\"";
	voice-family: inherit;
	}
	
#modernbricksmenu ul{
	font: bold 11px Arial; 
	margin:0; 
	margin-left: 0px; 
	padding: 0; 
	list-style: none;
	}
	
#modernbricksmenu li {
	display: inline; 
	margin: 0; 
	padding: 0; 
	text-transform:uppercase; 
	}
	
#modernbricksmenu li:first-child {
	margin-left: 1px; 
	}
	
#modernbricksmenu a {
	float: left; 
	display: block; 
	color: #666666; 
	margin: 0 0 0 0; /*Margin between each menu item*/ 
	padding: 5px 10px; 
	text-decoration: none; 
	letter-spacing: 1px;
	background-color: #ffffff; 
	border: solid 1px #cccccc; 
	border-width: 0 1px 0 0
	}
	
#modernbricksmenu a:hover {
	color: #000000; 
	background-color: #eeeeee; 
	}
	
#modernbricksmenu li.current_page_item a {
	color: #000000; 
	background-color: #eeeeee; 
	}
	
#modernbricksmenuline { 
	font-size: 1px;
	clear: both; 
	height: 5px; 
	padding: 0; 
	width: 100%; 
	background: #ffffff; 
	/* border-top: dashed 1px #cccccc; */
	/*border-bottom: solid 2px #cccccc*/ 
	}
	
#modernbricksmenuline2 { 
	font-size: 1px;
	clear: both; 
	height: 5px; 
	padding: 0; 
	width: 100%; 
	background: #ffffff; 
	/*border-top: solid 2px #cccccc;*/ 
	border-bottom: dashed 1px #cccccc 
	}


hr{display:none;}

.button{
  background: #555;
  border-bottom: 1px solid #111;
  border-left: 1px solid #999;
  border-right: 1px solid #111;
  border-top: 1px solid #999;
  color: #FFF;
  cursor: pointer;
  font: bold 12px Arial, Tahoma, Verdana;
  margin: 0px;
  padding: 4px 7px 4px 7px !important;
}
#s,#text_field,#sb,.password{
  background: #F4F4F4;
  border-bottom: 1px solid #EEE;
  border-left: 1px solid #CCC;
  border-right: 1px solid #EEE;
  border-top: 1px solid #CCC;
  color: #444;
  display: inline;
  font: normal 12px Arial, Tahoma, Verdana;
  margin: 2px;
  padding: 4px 0px 4px 4px;
  width: 120px;
}
#text_area{
  background: #F2F2F2;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #666;
  border-right: 1px solid #eee;
  border-top: 1px solid #666;
  color: #444;
  font: 12px Arial, Tahoma, Verdana;
  height: 100px !important;
  margin: 5px 0px 5px 0px;
  padding: 4px;
  width: 400px !important;
}
#author, #email, #url, #gatekeeper_response{
  background: #F9F9F9;
  border-bottom: 1px solid #EEE;
  border-left: 1px solid #DDD;
  border-right: 1px solid #EEE;
  border-top: 1px solid #DDD;
  color: #666;
  font: 12px Arial, Tahoma, Verdana;
  margin: 0;
  padding: 4px !important;
  width: 175px !important;
}
#comment{
  background: #F9F9F9;
  border-bottom: 1px solid #EEE;
  border-left: 1px solid #DDD;
  border-right: 1px solid #EEE;
  border-top: 1px solid #DDD;
  color: #444;
  font: 12px Arial, Tahoma, Verdana;
  margin: 15px 3px 0px 0px !important;
  padding: 4px !important;
  width: 490px !important;
}
#submit, #searchsubmit{
  background: #444;
  border-bottom: 1px solid #111;
  border-left: 1px solid #999;
  border-right: 1px solid #111;
  border-top: 1px solid #999;
  color: #FFF;
  cursor: pointer;
  font: bold 12px Arial, Tahoma, Verdana;
  margin: 2px;
  padding: 3px 20px 3px 20px !important;
}

.commentlist cite,.commentlist cite a{
  font-style: normal;
  font-weight: bold;
}
.commentlist li{
  font-weight: bold;
}
.commentlist li{
  list-style: none;
  margin: 10px 0px 5px 0px;
  padding: 10px 5px 10px 10px;
}
.commentlist li ul li{
  margin-left: 10px;
  margin-right: -5px;
}
.commentlist li .avatar{
  background: #EEE;
  float: right !important;
  padding: 3px !important;
}
.commentlist ol{
  margin: 0px;
  padding: 10px;
}
.commentlist p{
  margin: 10px 5px 10px 0px;
  padding: 0px;
}
.commentlist p{
  font-weight: normal;
  text-transform: none;
}
.commentlist p:first-letter{
  padding-left: 10px;
}
.commentmetadata{
  display: block;
  font-size: 10px;
  margin: 0px;
}
.commentmetadata{
  font-weight: normal;
}
#commentform{
  padding: 0 5px 5px 5px;
}
#commentform #submit{
  float: left;
  margin: 0px;
}
#commentform input{
  margin: 0px 5px 1px 0px;
}
#commentform p{
  margin: 5px 0px 5px 0px;
}
#commentform textarea{
  padding: 2px;
  width: 100%;
}
#respond{
  padding: 3px;
}
#respond h3{
  border-bottom: 1px solid #EEE;
  color: #666;
  padding: 0px 0px 0px 10px;
}
#respond:after{
  clear: both;
  content: ".";
  display: block;
  height: 0px;
  visibility: hidden;
}

.fp_post {
	float: left;
	border-bottom: 1px solid grey; 
}

/* End Of File */
