/*  
Theme Name: Christou
Theme URI: http://bee
Description: Christou's butchering of the default WordPress theme (verrry sorrrrry).
Version: 0.0
Author: Chris Christou
Author URI: bee

*/

body 
{ 
    font-family:Arial;
    display:block;
}

div
{
    display:block;
}

#divHeader
{
    height: 50px;
    padding-left:5px;
    border-bottom-style:solid;
    border-bottom-width:thin;
}

#divHeader
{
    background-image:url(./images/burgerbite_heading.jpg);
    background-repeat:no-repeat;
    background-color:White;
}

#divBody
{
    border-width:medium;
    background-color:#CCFFCC;
    padding:1%;
}

#divLeft
{
    position:relative;
    float:left;
    width: 19%; 
    padding-left:1%;
    padding-top:10px;
    border-style:none;
    font-size:12px;
    background-repeat:no-repeat;
    background-image:url(./images/burgergrab_100.jpg);
    background-position:center;
}

#divRight
{
    position:relative;
    float:right;
    width:79%; 
    padding:0px;
    border-style:none;
}


#divDate
{
    font-size:48px;
    font-weight:bolder;
    color:#9B6123;
}

#divText
{
    font-size:20px;
    color:Black;
    position:relative;
    top:-33px;
    left:35px;
    border-style:none;
}


#article
{
    position:relative;
    border-style:thin;
    padding-left:10px;
    margin-right:0px;
    border-bottom-style:solid;
    border-bottom-width:thin;
    border-bottom-color:#550000;
}


.articleHeading
{
    border-style:none;
    padding-left:5px;
    padding-bottom:5px;
    padding-top:5px;
}

.articleText
{
    border-style:none;
    padding:5px;
    padding-right:10%;
    font-size:14px;
    text-align:justify;
}

.articleMenu
{
    border-style:none;
    padding-left:5px;
    font-size:12px;
}

TitleDate
{
    font-size:14px;
    font-weight:bolder;
    color:#472D17;
    letter-spacing:8px;
}

TitleName
{
    font-size:18px;
    font-weight:700;
    line-height:90%;
    color:Black;
}


#divFooter
{
    width:96%;
    margin:0px;
    position:relative;
    float:left;
    border-top-style:solid;
    border-top-width:thin;
    border-color:Black;
    padding:2%;
    background-color:#472D17;
    height:50px;
}


.divDate
{
    font-size:14px;
    font-weight:bolder;
    color:#9B6123;
/*    margin-bottom:-36px;*/
    letter-spacing:7px;
}

.divText
{
    font-size:18px;
    font-weight:700;
    line-height:90%;
    /*margin-bottom:-20px;*/
    color:Black;
}

.arcitleMenuTopics
{
    float:left;
    text-align:left;
    position:relative;
}

.arcitleMenuComments
{
    position:relative;
    float:right;
    text-align:right;
}

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .articleText ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .articleText li {
	margin: 7px 0 8px 10px;
	}

.articleText ul li:before, #divLeft ul ul li:before {
	content: "\00BB \0020";
	}

.articleText ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.articleText ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#divLeft ul, #divLeft ul ol {
	margin: 0;
	padding: 0;
	}

#divLeft ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#divLeft ul p, #divLeft ul select {
	margin: 5px 0 8px;
	}

#divLeft ul ul, #divLeft ul ol {
	margin: 5px 0 0 10px;
	}

#divLeft ul ul ul, #divLeft ul ol {
	margin: 0 0 0 10px;
	}

ol li, #divLeft ul ol li {
	list-style: decimal outside;
	}

#divLeft ul ul li, #divLeft ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */


a
{
/*	color: #472D17;*/
	color: #9B6123;
	text-decoration: none;
}

a:hover {
	color: #9B6123;
	text-decoration: underline;
	}

#divHeader h1, #divHeader h1 a, #divHeader h1 a:hover
{
    font-size:20px;
    color:#472D17;
    margin-bottom:-15px;
	text-decoration: none;
}

#divHeader h2
{
    font-size:14px;
    font-style:normal;
    font-weight:normal;
}

.articleHeading a:hover
{
    text-decoration:none;
}


blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

