/* ILOBLOG_2.0 */

/*******************************************************/
/* Name: (variant of) fooddiet.css */
/* Id:   20           */


/*******************************************************/
/* Top-level elements */
body
{
margin: 0;
padding: 0;
background: #a8c3d8 url(http://www.harrisweb.no/blog-files/back.gif) center repeat-y;
}

#containerDiv
{
margin: 0 auto 0 auto;
padding: 0;
width: 800px;
background-color: #fff;
}

/*******************************************************/
/* Multi-use elements and classes */
a
{
color: #7191a9;
}

a:hover
{
color: #3f4b61;
text-decoration: none;
}

a:visited
{
color: #666;
}

hr
{
display: none;
}

ul
{
margin: 0;
padding: 0;
list-style-type: none;
}

li
{
}

input.button
{
margin: 10px 10px 0 0;
color: #fff;
font-size: x-small;
background-color: #7191a9;
border: 1px solid black;
}

.textfield
{
font-family: Verdana, sans-serif;
}

.time
{
color: #7191a9;
font-size: 10px;
font-family: Verdana, sans-serif;
font-weight: bold;
}

span.error
{
}

/*******************************************************/
/* Heading elements */
#bannerDiv
{
height: 202px;
}

#bannerDiv img
{
}

#headerDiv
{
margin: 0;
padding: 0 0 15px;
width: 650px;
background-color: #7191a9;
}

#headerDiv h1
{
margin: 0;
padding: 10px 0 10px 20px;
width: 610px;
overflow: hidden;
}

#headerDiv h1 a
{
color: #fff;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-weight: normal;
font-size: 25px;
text-decoration: none;
}

#headerDiv h1 a:hover
{
}

/* About blog */
#headerDiv h2
{
margin: 20px 0 10px 20px;
width: 610px;
overflow: hidden;
color: #fff;
font-family: Helvetica, Verdana, Arial, sans-serif;
font-size: 12px;
}

#headerDiv p
{
margin: 0;
padding: 0 0 0 20px;
width: 610px;
overflow: hidden;
color: #fff;
font-family: Helvetica, Verdana, Arial, sans-serif;
font-size: 12px;
}

#headerDiv p a
{
color: #fff;
text-decoration: underline;
}

#headerDiv p a:hover
{
}

/*******************************************************/
/* Error div */
div.error
{
}

div.error h2
{
margin: 10px 0 10px 0;
color: #3f4b61;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-weight: normal;
font-size: 25px;
text-decoration: none;
}

div.error p
{
margin: 0 0 60px 0;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 12px;
}

/*******************************************************/
/* Message Elements */
div.message
{
}

div.message h1
{
margin: 10px 0 10px 0;
color: #3f4b61;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-weight: normal;
font-size: 25px;
text-decoration: none;
}

div.message p
{
margin: 0 0 60px 0;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 12px;
}

/*******************************************************/
/* Main Elements */
#mainDiv
{
margin: 0;
padding: 0 180px 0 20px;
}

* html #mainDiv
{
padding-right: 160px;
}

#mainDiv #newPostAnchor
{
position: absolute;
z-index: 100;
top: 5px;
margin-left: 630px;
color: #fff;
text-decoration: none;
font-family: Arial, sans-serif;
font-size: 12px;
}

#newPostAnchor span
{
text-decoration: underline;
}

#newPostAnchor:hover span
{
text-decoration: none;
}

#newPostAnchor img
{
display: inline;
margin: 0 0 0 5px;
padding: 0;
width: 10px;
height: 10px;
vertical-align: middle;
background: url(../images/css/fooddiet/arrow.gif) no-repeat scroll center center;
background-color: #fff;
border: 1px solid #999;
}

div.post
{
margin: 20px 0 60px;
width: 610px;
overflow: hidden;
color: #666666;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 10px;
line-height: 150%;
}

* html div.post
{
margin: 0 0 60px;
padding: 20px 0 0;
}

div.post h2
{
font-weight: normal;
}

div.post h2 a
{
color: #3f4b61;
text-decoration: none;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 25px;
font-weight: normal;
}

div.post h2 a:hover
{
}

div.post a.categoryAnchor
{
float: right;
line-height: 150%;
}

div.post a.categoryAnchor:hover
{
}

div.post span.time
{
display: block;
padding-bottom: 5px;
border-bottom: 1px dotted #999;
}

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
{
}

div.post li.commentLi
{
position: relative;
}

div.post li a
{
}

div.post li a:hover
{
}

div.post span.niceURL
{
position: absolute;
display: inline;
right: 0;
border-bottom: 0;
}

/* Comments */
a.commentAnchor
{
}

a.commentAnchor:hover
{
}

div.commentBlock
{
}

div.comment
{
color: #666666;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 10px;
line-height: 150%;
}

div.comment h5
{
}

p.commentText
{
}

p.commentText a
{
}

p.commentText a:hover
{
}

a.delCommentAnchor
{
}

a.delCommentAnchor:hover
{
}

/* Forms */
div.post form
{
}

div.post #subjectFieldDiv
{
float: left;
display: block;
margin: 0 5px 5px 0;
}

div.post #categoryFieldDiv
{
float: none;
clear: right;
}

div.post #authorFieldDiv
{
float: left;
margin: 2px 35px 0 0;
}

div.post #codeFieldDiv
{
float: left;
margin: 2px 10px 0 0;
}

div.post #imgFieldDiv
{
}

* html div.post #imgFieldDiv
{
padding-top: 3px;
}

div.post form label
{
color: #003366;
}

div.post form span.error
{
}

#contentInput
{
width: 602px;
}

#msgInput
{
width: 602px;
}

#editorBody
{
margin: 5px;
font-family: Verdana, sans-serif;
}

#contentInputViewSourceLabel, #msgInputViewSourceLabel
{
margin-top: 6px;
}

#contentInputViewSource, #msgInputViewSource
{
margin-top: 8px;
}

* html #contentInputViewSourceLabel, * html #msgInputViewSourceLabel
{
margin-top: 5px;
}

* html #contentInputViewSource, * html #msgInputViewSource
{
margin-top: 4px;
}

div.post form select
{
color: #666666;
background-color: #DBDFB7;
border: 1px solid #8B9340;
}

div.post form input.textfield
{
color: #666666;
background-color: #DBDFB7;
border: 1px solid #8B9340;
}

div.post form #registerBtn
{
margin-top: 7px;
}

div.post #formButtonsDiv
{
margin: -20px 0 0;
}

div.post form input.button
{
margin-right: 10px;
}

div.post form span.notice
{
display: block;
padding-bottom: 10px;
border-bottom: 1px dotted #999;
}

/*******************************************************/
/* Menu elements */
#menuDiv
{
position: absolute;
top: 202px;
margin-left: 650px;
padding: 0 5px 40px 10px;
width: 135px;
color: #fff;
overflow: visible;
font-family: Arial, sans-serif;
font-size: 11px;
line-height: 100%;
background-color: #3f4b61;
}

#menuDiv ul
{
}

#menuDiv li
{
}

#menuDiv a
{
color: #fff;
}

#menuDiv a:hover
{
}

#menuDiv h4
{
margin: 20px 0 10px 0;
color: #fff;
line-height: 100%;
font-family: Helvetica, Verdana, Arial, sans-serif;
font-size: 12px;
}

#menuDiv div
{
}

#menuDiv img
{
}

/* About Me */
#aboutMeDiv
{
overflow: hidden;
}

#aboutMeDiv h4
{
}

#aboutMeDiv p
{
margin: 0;
padding-bottom: 3px;
font-size: 11px;
}

#aboutMeDiv a
{
text-decoration: underline;
}

/* Categories */
#categoriesDiv
{
overflow: hidden;
}

#categoriesDiv h4
{
}

#categoriesDiv ul
{
}

#categoriesDiv li
{
margin-bottom: 10px;
}

#categoriesDiv a
{
text-decoration: none;
}

#categoriesDiv a:hover
{
color: #09c;
}

/* Previous Posts */
#prevPostsDiv
{
margin-bottom: 40px;
overflow: hidden;
}

#prevPostsDiv h4
{
}

#prevPostsDiv ul
{
}

#prevPostsDiv li
{
margin-bottom: 10px;
}

#prevPostsDiv a
{
text-decoration: none;
}

#prevPostsDiv a:hover
{
color: #09c;
}

#prevPostsDiv span.time
{
color: #fff;
font-weight: normal;
}

/* Login */
#menuDiv #loginDiv
{
position: absolute;
top: -202px;
z-index: 90;
margin-left: -660px;
padding: 7px 0 10px 20px;
width: 780px;
height: 13px;
opacity: 0.8;
filter: alpha(opacity=80);
color: #fff;
font-family: Arial, sans-serif;
font-size: 12px;
background-color: #647780;
}

* html #loginDiv
{
padding-bottom: 0;
height: 23px;
}

#menuDiv #loginDiv #loginHeading
{
display: none;
}

#loginDiv br
{
display: none;
}

#menuDiv #loginDiv h4
{
display: inline;
color: #fff;
font-size: 12px;
}

#loginDiv a
{
color: #fff;
}

#loginDiv a:hover
{
}

#loginDiv ul
{
display: inline;
}

#loginDiv li
{
display: inline;
margin-left: 20px;
}

#menuDiv #loginDiv li a
{
color: #fff;
line-height: 100%;
font-family: Arial, sans-serif;
font-size: 12px;
}

#loginDiv li a:hover
{
}

#loginDiv form
{
margin: -3px 0 0 -11px;
}

#loginDiv label
{
margin-left: 10px;
}

#loginDiv span.error
{
position: absolute;
z-index: 99;
top: 0;
left: 637px;
padding: 7px 10px 10px 10px;
width: 130px;
text-align: center;
text-transform: uppercase;
background-color: #3f4b61;
}

#loginDiv input
{
margin: 0 40px 0 5px;
padding: 0;
height: 19px;
vertical-align: middle;
border: 0;
}

#loginDiv input.textfield
{
width: 120px;
font-size: 12px;
background-color: #fff;
}

#loginDiv input.button
{
width: 19px;
height: 19px;
color: #ccc;
cursor: pointer;
background: #fff url(http://www.harrisweb.no/blog-files/arrow.gif) center center no-repeat;
}

#menuDiv #loginDiv input.button
{
font-size: 0;
}

#loginDiv #forgotPwdAnchor
{
position: absolute;
top: 7px;
left: 637px;
padding: 0 5px 0 0;
width: 145px;
text-align: center;
}

#logoutAnchor
{
}

/*******************************************************/
/* Footer */
#footerDiv
{
clear: both;
margin-right: 135px;
height: 30px;
font-size: 10px;
font-family: Verdana;
text-align: center;
}

#footerDiv a
{
text-decoration: underline;
}

#footerDiv a:hover
{
text-decoration: none;
}

#prevPageLink
{
margin-right: 20px;
}

#nextPageLink
{
}

