p.day-date
{
	display : none ;
}

ul.post-tags
{
	display : none ;
}

div.post-content blockquote
{
	display: block;
	margin-top : 20px ;
	margin-bottom : 20px ;
	background: transparent url('http://fbianco.opensourcewizards.org/img/quoteLeft.png') left top no-repeat;
	color : black ;
}

div.post-content blockquote p {
	padding: 0 48px;
	background: transparent url('http://fbianco.opensourcewizards.org/img/quoteRight.png') right bottom no-repeat;
}

div.post-content ul
{
	list-style-type : disc ;
	line-height : 30px ;
	padding-left : 10px ;
	margin-left : 25px ;
}

div.post-content img
{
	border : 1px #262626 solid ;
	padding : 4px ;
}

p.post-info
{
	font-size : 12px ;
	margin : 0 ;
	margin-bottom : 10px ;
}

p.post-info-co
{
	text-align : right ;
}

#sidebar .syndicate ul {
	border-top: none;
}
#sidebar .syndicate li {
	border-bottom: none;
}

#sidebar .tags ul {
	border-top: none;
	font-size: 1.1em;
	text-align: justify;
}
#sidebar .tags ul li {
	display: inline;
	background: none;
	margin: 0;
	padding: 0;
	border: none;
	line-height: 1.8em;
}




.tag0 { font-size: 75%; }
.tag10 { font-size: 80%; }
.tag20 { font-size: 90%; }
.tag30 { font-size: 100%; }
.tag40 { font-size: 110%; }
.tag50 { font-size: 120%; }
.tag60 { font-size: 140%; }
.tag70 { font-size: 150%; }
.tag80 { font-size: 160%; }
.tag90 { font-size: 170%; }
.tag100 { font-size: 180%; }

ul.tags {
	list-style: none;
	margin: 1em 0;
	padding: 0;
	font-size: 1.3em;
	text-align: justify;
}
ul.tags li {
	display: inline;
	margin: 0;
	padding: 0;
	line-height: 1.8em;
}


#footer
{
	font-size : 10px;
}

#blognav input
{
	border : 1px #262626 solid ;
}

p.pagination
{
	text-align : center ;
	margin-top : 30px ;
}

#navlinks
{
	text-align : center ;
	margin-bottom : 20px ;
}

#fbi_menucontainer  .categories h2
{
	background : url('http://fbianco.opensourcewizards.org/img/categories.png') 10px 0 no-repeat ;
}

#fbi_body h2.post-title , #fbi_body h2.post-title a, #blognav h2, #blognav h2 a
{
	font-size : 20px ; /*Show as a h1 title */
	color : #5dc719 ;
}

#fbi_body h1.post-title 
{
	margin-bottom : 0px
}






/* Comments and trackbacks
-------------------------------------------------------- */
#comments h3, #comment-form h3, #pings h3 {
	font-size : 18px ;
	color : #ff6600 ;
	display : block ;
	text-indent : 10px ;
	border-bottom : 1px solid #7d7d7d ;
	margin-bottom : 10px ;
}

#comments dt {
	margin: 1.5em 0 0 0;
	padding: 5px 0 16px 0;
	background: transparent url(img/comment-t.png) no-repeat bottom left;
}
#comments dt.me {
	background-image: url(img/commentmy-t.png);
}
#comments a.comment-number {
	display: block;
	float: left;
	width: 30px;
	margin-right: 40px;
	font-size: 1.2em;
}
#comments dd {
	margin: 0;
	padding: 1px 1em 0.5em 1em;
	background: #fffad1 url(img/comment-b.png) no-repeat bottom left;
	color:#6b6b6b;
}
#comments dd.me {
	background-color:#f5f9d9;
	color:#6b6b6b;
	background-image:url(img/commentmy-b.png);
}
#comments dd p {
	margin: 0.5em 0;
	line-height: 1.5em;
}

.error {
	margin: 20px 0 0;
	padding: 10px 5px;
	background: #ffcccc;
	border: 2px solid red;
	font-weight: bold;
}

/* Forms
-------------------------------------------------------- */
#comment-form {
	padding-top: 10px;
}

#comment-form fieldset {
	border: none;
}
#comment-form fieldset p {
	padding: 5px 0;
}
#comment-form fieldset p.field {
	padding: 5px 0;
	width: auto;
	margin: 0;
	clear: left;
}
#comment-form p.form-help {
	width: 60%;
	margin: 0 0 0 30%;
	font-style: italic;
}

#comment-form p label {
	width: auto;
}
#comment-form p.field label {
	font-weight: bold;
	display: block;
	padding: 0 4px 4px 0;
	width: 29%;
	float: left;
	text-align: right;
}
#comment-form input, #comment-form textarea {
	font: 1em "Lucida Grande",Arial,sans-serif;
	color: #5dc719;
	border: 1px solid #cdcdcd;
	padding: 1px 2px;	
	width: 60%;
}

#comment-form p.remember {
	margin: 0;
}
#comment-form input#c_remember {
	width: auto;
	border: 0;
	margin: 0 5px 0 140px;
}
#comment-form input.preview {
	margin-left: 134px;
}

#comment-form input.preview, #comment-form input.submit {
	width: auto;
	color: #5dc719;
	background: #fff;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	border: 1px solid #fff;
}
#comment-form input.preview:hover, #comment-form input.submit:hover {
	background: #5dc719;
	color: #fff;
	border: 1px solid #6d8824;
}
