/* $Id: custom.css,v 1.2 2010/04/24 13:19:56 antsin Exp $ */

/*
+----------------------------------------------------------------+
|   BlogBuzz for Dupal 6.x - Version 2.0                         |
|   Copyright (C) 2010 Antsin.com All Rights Reserved.           |
|   @license - GNU GENERAL PUBLIC LICENSE                        |
|----------------------------------------------------------------|
|   Theme Name: BlogBuzz                                         |
|   Description: BlogBuzz by Antsin                              |
|   Author: Antsin.com                                           |
|   Website: http://www.antsin.com/                              |
|----------------------------------------------------------------+
*/ 


#footer .block ul li
{
	background: none;
	border: none;
	padding: 0px;
}


.block ul li {
	border-bottom: none;
	background: transparent url(../images/list_dot_light.png) no-repeat 0% 8px;
}

.block ul ul li {
	border-bottom: none;
	background: transparent url(../images/list_dot_light_small.png) no-repeat 0% 8px;
}



#footer
{
	background-color: none;
	border-top: none;
	color: #4C3327;
}


.extra-links
{
	font-size: 80%;
}


#designed-by
{
	color: #4C3327;
}


span.inline
{
	background: white;
	border: 3px solid #C9BDA9;
	line-height: 0px;
	padding: 5px;
	border-radius: 5px;
}

span.inline.inline-center
{
	background: white;
	border: 3px solid #C9BDA9;
	line-height: 0px;
	padding: 5px;
	display: table;
	margin-left: auto;
	margin-right: auto;
}

span.inline .caption
{
	line-height: 20px;
}

body
{
	background-color: #171615;
}

#page
{
	background-image: url(../images/bg-fade.jpg);
	background-position: center top;
	background-repeat: repeat-y;
}

#page-inner
{
	background-image: url(../images/bg-grunge.jpg);
	background-position: center top;
	background-repeat: repeat-y;
}

.comment .submitted
{
	top: 25px;
}


#main
{
	border: none;
}



#content-inner
{
	background: transparent;
	border: none;
}

#content
{
	border: none;
}


.sidebar-left #sidebar-left
{
	background-image: url(../images/sidebar-grunge.png);
	background-position: center top;
	background-repeat: repeat-y;
	border: none;
	margin-top: -100px;
	padding-top: 85px;
	z-index: 50;
	position: relative;
}

#header
{
	background-image: url(../images/title-grunge.png);
	background-position-x: 50%;
	background-repeat: repeat-x;
	background-color: transparent;
	color: #B5B4AA;
	margin-bottom: -50px;
	min-height: 154px;
	z-index: 100;
	position: relative;
}


#sidebar-left .block
{
	padding: 5px 30px 10px 25px;
}

#sidebar-left h2
{
	color: #5C503A;
	font-weight: bold;
}

h1, h2, h3
{
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
}

.node-type-blog .date
{
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	width: 100px;

}

.read-more
{
    display:block;
    margin-bottom: 10px;
    float: right;
    position: static;
}

#sidebar-left .block a
{
    color: black;
    vertical-align: middle;
    line-height: 16px;
}

.full-node .node-type-blog .date {
top: -49px;
}

#breadcrumb
{
    display: none;
}

#content-header
{
    margin-left: -20px;
    margin-right: -20px;
    margin-top: -20px;
    margin-bottom: 50px;
    padding: 8px 20px 0px 20px;
    border: 1px solid white;
    border-bottom: 1px solid #ABA497;
    background-color: #CFCBC3;
}

.view-header
{
    margin-bottom:50px;
}


div.quote
{
    display: block;
    background-color: #fffff4;
    margin-left: 20px;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    border: 1px solid #5C503A;
    padding: 5px;
    font-style: italic;
}


div.code
{
    display: block;
    background-color: #f4f4ff;
    margin-left: 20px;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    border: 1px solid #5C503A;
    padding: 5px;
    white-space: pre-wrap;
    font-family:monospace;
    line-height:60%;
}
