/*
	Author	:	Christopher Robinson
	Email		:	christopher@edg3.co.uk
	Website	:	http://www.edg3.co.uk/
*/

*
{
    margin: 0;
    padding: 0;
}

/* ----------------------------------------------------------------------
								BODY
-------------------------------------------------------------------------*/

body
{
    background: black;
    color: white;
    font-family: sans-serif;
}


/* ----------------------------------------------------------------------
								GENERAL
-------------------------------------------------------------------------*/
a
{
    color: #fff; 
    text-decoration: none;
}
a:hover
{
    color: #000;
    text-decoration: none;
    background: #fff
}

.linklessLink
{
    color: purple;
    cursor: pointer;
}
.linklessLink:hover
{
    text-decoration: underline;
    color: purple;
}

input, select
{
    font-size: large;
}

/* ----------------------------------------------------------------------
								Wrapper
-------------------------------------------------------------------------*/
#wrapper
{
    margin: auto;
    width: 800px;
    height: auto
}

/* ----------------------------------------------------------------------
								HEADER
-------------------------------------------------------------------------*/
#header
{
    background-image: url(   'images/top.gif' );
    background-repeat: no-repeat;
    height: 95px;
    text-align: center;
}

#header h3
{
    margin-top: 3%;
    font-family: sans-serif;
}

#top_nav
{
    background-image: url(      'images/gray_top_navbar.jpg' );
    background-repeat: no-repeat;
    background-position: top;
    width: 100%;
    height: 32px;
    margin-top: 0px;
    padding: 0 0 0 0;
   
}

#navbar
{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;   
}

#navbar li
{
    font-family: sans-serif;
    font-size: 12px;
    font-weight: bolder;
    margin-top:1px;
    margin-left:2%;
    margin-right:2%;
    padding: 0;
    list-style: none;
    float: left;
    list-style: none;
    width: 67px;
    text-align: center;
}
#navbar a
{
    color: #FFFFFF;
    display: block;
    text-decoration: none;
    background-color: transparent;
    padding: 0 0;
    width: 100%;
}
#navbar a:hover
{
    color: #000000;
    background: #FFFFFF;
}


#main
{
    margin: auto;
    width: 800px;
    max-width: 800px;
    min-width: 800px;
    height: auto;


}

#center
{
    padding: 2%;   
    margin: auto;
    min-height: 800px;
    height: auto;
    height: 100%;
   
   
   
}

#main_footer
{
    height: 23px;
    background-image: url('images/gray_bottom_navbar.jpg' );
    background-repeat: no-repeat;
    clear: both;
    width: 100%;
    padding-top:6px
    
}
   


#main_bottom
{
    height: 115px;
    background-image: url('images/bottom.gif' );
    background-repeat: no-repeat; 
    clear: both;
}
.adminBar
{
    padding: 8px 0px 0px 32px;
}

/* ----------------------------------------------------------------------
								MAINPANE/POSTS
-------------------------------------------------------------------------*/
#contentPane
{
    float: right;
    width: 100%;
    margin-right: -170px;
}

#posts
{
    width: 595px;
    margin-right: 300px;
    padding: 0 0 0 0;

}

#posts .post
{
    padding: 12px 0px 0px 16px;
    border: solid 1px #fff;
   
}

#posts h4.dayHeader
{
    font:  Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
    font-style: italic;
    color: #fff;
}


.post h2.title
{
    padding: 12px 0px 0px 0px;
}

.post .author
{
    padding: 12px 0px 0px 24px;
    color: #FFF;
}

.post .content
{
    padding: 12px 0px 0px 0px;
}

.post .tags
{
    padding: 12px 0px 0px 24px;
    color: #FFF;
}

.post .tags a
{
    text-decoration: underline;
}

.post .content p
{
    padding: 8px;
}

.blogEntryEditLinks
{
    margin: 12px;
    padding: 4px 4px 4px 12px;
    background-color: #000;
}
/* ----------------------------------------------------------------------
								COMMENTS
-------------------------------------------------------------------------*/
.comments
{
    padding: 12px 0px 12px 0px;
}

.comments h3
{
    font-size: 1.0em;
    padding: 0px 0px 12px 24px;
}

.comment
{ 
    
    background: #000 
    margin:8px 8px 0px 32px;
    list-style-type: none;
}

.comment p.commentAuthor
{
    font-size: small;
    padding: 4px;
    color: #fff
}

.comment p.commentDetailsUrl
{
    font-size: small;
    padding: 4px;
}

.comment p.commentText
{
    padding: 0px 0px 4px 16px;
    color: #fff;
}

.comment .blogCommentEditLinks
{
    font-weight: bold;
    font-size: small;
    margin: 0px;
    padding: 0px;
}

.comment .blogCommentEditLinks .linklessLink
{
    color: #fff;
}

ol.commentList
{
    list-style-position: outside;
    margin-left: -10px;
    padding: 0px;
    vertical-align: middle;
    width:580px
}

ol.commentList li
{
    font-size: 2.0em;
    padding: 0;
    border: 1px solid #fff;
    background: #000
    

}

ol.commentList li p
{
    font-size: medium;
}


.commentEditLinksContainer
{
    margin: 0px;
    padding: 0px;
}

.addCommentBox
{
    margin: 16px 0px 0px 64px;
    padding: 16px;
    border: solid 1px #fff;
    width: 420px;
    background: #000 
}

.addCommentBox h3
{
    margin: 0px;
    padding: 0px 0px 16px 0px;
}
/* ----------------------------------------------------------------------
								SIDEBAR
-------------------------------------------------------------------------*/
#sidebar
{
    float: left;
    width: 140px; /*Width of right column in pixels*/
    margin-right: -150px; /*Set left margin to -(RightColumnWidth) */
    border: solid 1px #fff;
    padding: 10px 10px 10px 10px;
    
}

#sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4
{
 font-size: 12px;
    padding-top: 16px;
}

#sidebar a 
{
    font-size: 12px}

#search
{
    padding-bottom: 24px;
}


#navigation ul
{
    margin: 0px;
    padding: 0px;
}

#navigation ul li
{
    margin: 0px;
    padding: 2px;
    list-style-type: none;
}

.loginStatusBox
{
    padding-top: 24px;
}

.loginStatusBox a
{
    color: #fff;
}

/* ----------------------------------------------------------------------
								FOOTER
-------------------------------------------------------------------------*/

 
.search_btn 
{
    font-size: small;}