/*******************************************************/
/* Name: style2maroon */
/* Id:   6            */


/*******************************************************/
/* Top-level elements */
body
{
background-color: white;
}

#containerDiv
{
margin: auto;
width: 800px;
}

/*******************************************************/
/* Multi-use elements and classes */
a
{
color:#990000;
}

a:hover
{
color:#990000;
text-decoration: none;
}

a:visited
{
color:#990000;
}

hr
{
display: none;
}

ul
{
margin: 0px;
padding: 0px;
}

li
{
margin: 0px;
padding: 0px;
list-style-type: none;
}

input.button
{
padding: 3px 5px 3px 5px;
color: white;
cursor: pointer;
font-family: Arial, sans-serif;
font-size: 11px;
background-color: #990000;
border: 0px;
}

.textfield
{
font-family: Verdana, sans-serif;
}

.time
{
display: block;
color: #990000;
font-family: Arial, sans-serif;
font-size: 10px;
}

span.error
{
}

/*******************************************************/
/* Heading elements */
#bannerDiv
{
float: left;
margin-bottom: 15px;
width: 95px;
}

#bannerDiv img
{
border: 5px solid #990000;
}

#headerDiv
{
float: right;
margin: 26px 0px 15px 0px;
width: 690px;
min-height: 50px;
line-height: 100%;
background-color: #990000;
}

* html #headerDiv
{
height: 50px;
}

#headerDiv h1
{
margin: -26px 0px 0px 0px;
padding: 5px 0px 5px 0px;
width: 690px;
height: 16px;
overflow: hidden;
background-image: url(../images/css/style2maroon/aboutblog2.jpg);
background-repeat: repeat-x;
}

* html #headerDiv h1
{
position: absolute;
}

#headerDiv h1 a
{
padding: 5px 20px 6px 20px;
color: white;
text-decoration: none;
font-family: Verdana, sans-serif;
font-size: 14px;
letter-spacing: 4px;
background-image: url(../images/css/style2maroon/aboutblog.jpg);
background-repeat: repeat-x;
}

#headerDiv h1 a:hover
{
}

/* About blog */
#headerDiv h2
{
margin: 0px;
padding: 50px 20px 0px 20px;
width: 650px;
overflow: hidden;
color: white;
line-height: 100%;
font-family: "Trebuchet MS", sans-serif;
font-size: 14px;
font-weight: normal;
background-color: #990000;
}

#headerDiv p
{
margin: 4px 0px 0px 0px;
padding: 0px 20px 10px 20px;
width: 650px;
overflow: hidden;
color: white;
line-height: 100%;
font-family: "Trebuchet MS", sans-serif;
font-size: 12px;
}

* html #headerDiv p
{
margin-top: 3px;
}

#headerDiv p a
{
color: white;
}

#headerDiv p a:hover
{
}

/*******************************************************/
/* Error div */
div.error
{
color: #990000;
font-family: Verdana, Helvetica, sans-serif;
background-color: white;
}

div.error h2
{
font-weight: normal;
font-size: 16px;
}

div.error p
{
color: #999999;
font-size: 12px;
}

/*******************************************************/
/* Message Elements */
div.message
{
color: #990000;
font-family: Verdana, Helvetica, sans-serif;
background-color: white;
}

div.message h1
{
font-weight: normal;
font-size: 16px;
}

div.message p
{
color: #999999;
font-size: 12px;
}

/*******************************************************/
/* Main Elements */
#mainDiv
{
float: right;
width: 690px;
min-height: 468px;
}

* html #mainDiv
{
height: 486px;
}

#mainDiv #newPostAnchor
{
float: right;
position: relative;
z-index: 99;
margin: 0px 20px -32px 0px;
padding: 7px 10px 7px 10px;
color: white;
text-decoration: none;
font-family: Verdana, sans-serif;
font-size: 12px;
background-image: url(../images/css/style2maroon/create_button.jpg);
background-repeat: repeat-x;
background-position: bottom;
}

#newPostAnchor span
{
text-decoration: underline;
}

#newPostAnchor:hover span
{
text-decoration: none;
}

#newPostAnchor img
{
display: inline;
margin: 0px 0px 0px 5px;
vertical-align: middle;
background: transparent url(../images/css/style2maroon/arrow.gif) no-repeat scroll center center;
border: 0px;
}

div.post
{
margin: 0px 0px 35px 0px;
padding: 32px 20px 40px 20px;
width: 650px;
overflow: hidden;
color: #999999;
font-family: Verdana, Helvetica, sans-serif;
font-size: 12px;
line-height: 150%;
background-color: white;
}

div.post h2
{
margin: 0px 0px 15px 0px;
padding: 0px;
}

div.post h2 a
{
color:#990000;
font-family: Verdana, Helvetica, sans-serif;
font-size: 22px;
font-weight: normal;
text-decoration: none;
}

div.post h2 a:hover
{
}

div.post a.categoryAnchor
{
float: right;
margin: -3px 0px 0px 0px;
line-height: 150%;
}

a.categoryAnchor:hover
{
}

div.post span.time
{
}

div.post p
{
}

div.post a
{
}

div.post a:hover
{
}

div.post img
{
border-width: 1px;
border-style: solid;
border-color: black;
}

div.post ul
{
}

div.post li.commentLi
{
position: relative;
}

div.post li a
{
font-size: 10px;
}

div.post li a:hover
{
}

div.post span.niceURL
{
display: inline;
position: absolute;
right: 0px;
}

* html div.post span.niceURL
{
right: 20px;
}

/* Comments */
a.commentAnchor
{
font-size: 10px;
}

a.commentAnchor:hover
{
}

div.commentBlock
{
}

div.comment
{
color: #999999;
font-family: Verdana, Helvetica, sans-serif;
font-size: 12px;
line-height: 150%;
}

div.comment h5
{
}

p.commentText
{
}

p.commentText a
{
}

p.commentText a:hover
{
}

a.delCommentAnchor
{
font-size: 10px;
}

a.delCommentAnchor:hover
{
}

/* Forms */
div.post form
{
}

div.post #subjectFieldDiv
{
float: left;
margin: 0px 5px 5px 0px;
}

div.post #categoryFieldDiv
{
float: none;
clear: right;
}

div.post #authorFieldDiv
{
float: left;
display: block;
margin: 0px 35px 0px 0px;
}

div.post #codeFieldDiv
{
float: left;
margin: 0px 10px 0px 0px;
}

div.post #imgFieldDiv
{
float: none;
padding-top: 3px;
clear :right
}

* html div.post #imgFieldDiv
{
padding-top : 8px;
}

div.post form label
{
color: #990000;
font-size: 10px;
}

div.post form span.error
{
}

#tagListDiv
{
margin-bottom: 5px;
min-height: 20px;
}

*html #tagListDiv
{
height: 20px;
}

#contentInput
{
width: 100%;
}

#msgInput
{
width: 100%;
}

* html #contentInput, * html #msgInput
{
width: 642px;
}

#editorBody
{
color: #990000;
font-family: Arial, sans-serif;
}

#contentInputViewSourceLabel, #msgInputViewSourceLabel
{
margin-top: 5px;
}

#contentInputViewSource, #msgInputViewSource
{
margin-top: 8px;
}

* html #contentInputViewSourceLabel, * html #msgInputViewSourceLabel
{
margin-top: 2px;
}

* html #contentInputViewSource, * html #msgInputViewSource
{
margin-top: 2px;
}

* html div.post form select
{
margin-top: 1px;
}

div.post form .textfield
{
}

div.post #formButtonsDiv
{
margin: -15px 0px 0px 0px;
}

div.post form input.button
{
margin: 0px 5px 0px 0px;
}

div.post form #registerBtn
{
margin-top: 7px;
}

div.post form span.notice
{
color: #990000;
font-size: 10px;
}

/*******************************************************/
/* Menu elements */
#menuDiv
{
float: left;
width: 95px;
color: white;
font-family: Arial, sans-serif;
font-size: 11px;
line-height: 100%;
}

#rssAnchor
{
position: absolute;
top: 8px;
z-index: 99;
margin-left: 780px;
}

* html #rssAnchor
{
top: 15px;
}

#menuDiv ul
{
}

#menuDiv li
{
}

#menuDiv a
{
}

#menuDiv a:hover
{
}

#menuDiv h4
{
display: none;
}

#menuDiv div
{
}

#menuDiv img
{
}

/* About Me */
#aboutMeDiv
{
position: absolute;
top: 37px;
margin-left: 130px;
width: 670px;
overflow: hidden;
color: white;
line-height: 100%;
font-family: "Trebuchet MS", sans-serif;
font-size: 12px;
}

* html #aboutMeDiv
{
top: 40px;
}

#aboutMeDiv h4
{
display: block;
margin: 0px;
padding: 0px;
font-size: 14px;
}

#aboutMeDiv p
{
margin: 5px 0px 0px 0px;
padding: 0px;
height: 25px;
overflow: hidden;
font-size: 12px;
}

#aboutMeDiv a
{
color: white;
}

/* Categories */
#categoriesDiv
{
overflow: hidden;
text-align: center;
background-color: #990000;
border: 5px solid #990000;
border-bottom: 0px;
}

#categoriesDiv h4
{
}

#categoriesDiv ul
{
margin: 0px;
}

#categoriesDiv li
{
margin-top: 20px;
width: 85px;
}

#categoriesDiv a
{
display: block;
padding: 30px 0px 0px 0px;
color: white;
text-decoration: none;
background-image: url(../images/css/style2maroon/category_icon.gif);
background-position: top;
background-repeat: no-repeat;
}

#categoriesDiv a:hover
{
background-image: url(../images/css/style2maroon/category_icon_hover.gif);
}

/* Previous Posts */
#prevPostsDiv
{
padding: 20px 0px 0px 0px;
text-align: center;
background-color: #990000;
border: 5px solid #990000;
border-top: 0px;
}

#prevPostsDiv h4
{
}

#prevPostsDiv ul
{
margin: 0px;
}

#prevPostsDiv li
{
margin-bottom: 20px;
}

#prevPostsDiv a
{
display: block;
margin: 0px;
padding: 30px 0px 0px 0px;
color: white;
text-decoration: none;
background-image: url(../images/css/style2maroon/prev_post_icon.gif);
background-position: center top;
background-repeat: no-repeat;
}

#prevPostsDiv a:hover
{
background-image: url(../images/css/style2maroon/prev_post_icon_hover.gif);
}

#prevPostsDiv br
{
display: none;
}

#prevPostsDiv span.time
{
color: #e68080;
}

/* Login */
#loginDiv
{
margin-top: 5px;
color: #666666;
background-color: white;
}

#loginDiv #loginHeading
{
display: none;
}

#loginDiv h4
{
display: block;
margin: 2px 0px 2px 0px;
color: #990000;
font-size: 10px;
}

#loginDiv a
{
width: 95px;
color: #666666;
text-decoration: none;
font-size: 10px;
}

#loginDiv a:hover
{
text-decoration: underline;
}

#loginDiv ul
{
}

#loginDiv li
{
margin: 5px 0px 0px 0px;
text-align: center;
}

#loginDiv li a
{
display: block;
color: white;
text-decoration: none;
background-color: #990000;
}

#loginDiv li a:hover
{
color: white;
background-color: #CC0000;
}

#loginDiv label
{
}

#loginDiv span.error
{
}

#loginDiv input
{
}

#loginDiv input.textfield
{
margin: 5px 0px 5px 0px;
padding: 2px;
width: 91px;
color: white;
font-family: Verdana, sans-serif;
font-size: 9px;
background-color: #990000;
border: 0px;
}

#loginDiv input.button
{
margin: 5px 0px 5px 0px;
padding: 2px;
width: 95px;
color: white;
cursor: pointer;
font-size: 10px;
background-color: #990000;
border: 0px;
}

#logoutAnchor
{
}

/*******************************************************/
/* Footer */
#footerDiv
{
clear: both;
margin-left: 110px;
height: 20px;
font-size: 10px;
text-align: center;
}

#footerDiv a
{
font-family: Verdana, sans-serif;
text-decoration: underline;
}

#footerDiv a:hover
{
text-decoration: none;
}

#prevPageLink
{
margin-right: 20px;
}

#nextPageLink
{
}

