/*  
Theme Name: Arthemia
Theme URI: http://michaelhutagalung.com/2008/05/arthemia-magazine-blog-wordpress-theme-released/
Description: <a href="http://michaelhutagalung.com/2008/05/arthemia-magazine-blog-wordpress-theme-released/">Arthemia</a> theme is combining a magazine and a weblog into one; it is not too magazine-ish nor too blog-ish. Designed for Wordpress. Gravatar support included along with automatic thumbnail resizer.
Version: 1.0
Author: Michael Jubel Hutagalung
Author URI: http://michaelhutagalung.com/2008/05/arthemia-magazine-blog-wordpress-theme-released/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/


/****************** HTML Elements ******************/
html
{
}

*
{
  margin: 0;
  padding: 0;
}

body
{
  font: 100% Arial, Helvetica;
  background: #ececec;
  color: #333;
}

p, #commentlist p
{
  margin: 15px 0;
}

a:link, a:visited
{
  color: #3c78a7;
  text-decoration: none;
}

a:hover, a:active
{
  color: #3c78a7;
  text-decoration: underline;
}

a img
{
  border: 0;
}

code
{
  font: 1.0em 'Courier New' , Courier, Fixed;
  background: #ececec;
}

acronym, abbr, span.caps
{
  font-size: 0.9em;
  letter-spacing: .07em;
  cursor: help;
}

acronym, abbr
{
  border-bottom: 1px dashed #999;
}

blockquote
{
  padding: 10px 10px 0 10px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: #eee;
  font: 1.0em Arial;
  line-height: 1.5em;
  margin: 10px 0px;
}

select
{
  width: 130px;
}

/****************** Structure ******************/

#head
{
  width: 960px;
  margin: 0px auto;
  margin-top: 5px;
  padding: 0px;
  font-size: 0.7em;
}

#bpage
{
  width: 940px;
  margin: 0px auto;
  padding: 10px;
  background: #ececec;
  font-size: 0.7em;
}

.left, .alignleft
{
  float: left;
}

.right, .alignright
{
  float: right;
}


/****************** Navigation Bar ******************/
#navbar
{
  margin: 0 auto;
  margin-top: 2px;
  padding: 0px 4px;
  text-transform: uppercase;
  background: #2c2c2c url(images/navbar.png);
}

#page-bar
{
  width: 750px;
}

#page-bar ul
{
  list-style: none;
}

#page-bar li
{
  float: left;
  list-style: none;
  cursor: pointer;
  display: block;
  border-right: 1px solid #333;
}

#page-bar li:hover
{
  background: #3c78a7;
}


#page-bar a, #page-bar a:visited
{
  margin: 0px;
  padding: 8px 10px;
  font-weight: bold;
  color: #FFF;
  display: block;
}

#page-bar a:hover
{
  text-decoration: none;
  display: block;
}

#searchform
{
  width: 194px;
  float: right;
  text-align: right;
  padding-top: 8px;
  margin-right: 10px;
}

/****************** Dropdown Menus ******************/
#page-bar li
{
  float: left;
  margin: 0px;
  padding: 0px;
}

#page-bar li li
{
  float: left;
  margin: 0px;
  padding: 0px;
  width: 122px;
  text-transform: none;
}

#page-bar li li a, #page-bar li li a:link, #page-bar li li a:visited
{
  background: #2B2B2B;
  width: 122px;
  float: none;
  margin: 0px;
  padding: 5px 5px 5px 5px;
  border-top: 1px solid #C0C0C0;
}

#page-bar li li a:hover, #page-bar li li a:active
{
  background: #666666;
  padding: 5px 5px 5px 5px;
}

#page-bar li ul
{
  position: absolute;
  width: 10em;
  left: -999em;
}

#page-bar li:hover ul
{
  left: auto;
  display: block;
}

#page-bar li:hover ul, #page-bar li.sfhover ul
{
  left: auto;
}


/****************** Text ******************/

h1
{
  font: 3.5em Arial;
  font-weight: bold;
  letter-spacing: -0.08em;
}

h2
{
  font: 2.0em Georgia, "Times New Roman";
}

h3
{
  font: 1.1em Arial;
  margin-bottom: 3px;
  color: #3c78a7;
  font-weight: bold;
}

h4
{
  font: 1.0em Arial;
}

h3.cat_title, h3.cat_title a
{
  color: #333;
  letter-spacing: -0.05em;
  font-size: 0.85em;
}

h3#respond
{
  margin-top: 0px;
  padding-top: 20px;
}

h1#comment, h1#addcomment
{
  margin-top: 30px;
  padding-left: 0px;
  font: 1.3em Arial;
  margin-bottom: 3px;
  color: #3c78a7;
  font-weight: bold;
}

h3.authors
{
  margin-top: 15px;
}

/*************** Index Page ****************/

#logo
{
  width: 480px;
}
#logo a
{
  /*Gulim font - not good ;-)*/
  font-family: Gulim !important;
  font-size: 45px;
  letter-spacing: -3px;
  text-transform: lowercase;
  color: #2C2C2C;
}
#logo a:hover
{
  text-decoration: none;
}
#tagline
{
  margin-top: -6px;
  font-size: 1em;
  color: #333;
  text-transform: lowercase;
}

#top
{
  padding: 0;
}

#headline
{
  width: 590px;
  float: left;
  background: #fff;
  padding: 10px;
  font-size: 1.05em;
  line-height: 1.25em;
  margin: 0;
  height: 250px;
}

#headline div.title
{
  font-weight: bold;
  font: 2.0em Georgia;
  letter-spacing: -0.05em;
  display: block;
  padding-bottom: 5px;
}

#headline div.meta
{
  display: block;
  margin-top: -5px;
  padding-bottom: 2px;
}

#headline p
{
  padding-bottom: 12px;
}

#featured
{
  width: 300px;
  background: #fff;
  float: right;
  padding: 8px 10px 8px 10px;
}

#featured .clearfloat
{
  margin-top: 6px;
  margin-bottom: 8px;
}

#featured .info
{
  margin-top: 4px;
  padding-top: 4px;
  float: right;
  width: 180px;
}

#featured .title
{
  font-weight: bold;
}

#headline a img, #featured a img
{
  border: 1px solid #ccc;
  margin-top: 4px;
  margin-right: 10px;
  padding: 2px;
}

#middle
{
  width: 920px;
  background: #fff;
  float: right;
  padding: 10px;
  margin: 8px 0;
}

.category_headtitle
{
  margin: 0px;
  padding: 2px 8px 0px 0px;
  background: #fff;
  font-size: 1.5em;
  letter-spacing: -0.05em;
}

.category
{
  width: 164px;
  float: left;
  border-top: 8px solid #333;
  margin: 0px;
  padding: 5px 10px 10px 10px;
  background: #fff;
}

.category p
{
  margin: 0;
}

#cat-1, #cat-3, #cat-5
{
  border-top: 8px solid #333333;
  display: block;
}
#cat-2, #cat-4
{
  border-top: 8px solid #3c78a7;
}

.cat-1, .cat-3, .cat-5
{
  border-top: 8px solid #333333;
  display: block;
}
.cat-2, .cat-4
{
  border-top: 8px solid #3c78a7;
}

.category span.cat_title, #front-popular h3, .front-list .cat_title, #archive .cat_title
{
  text-transform: lowercase;
  margin: 0;
  font-weight: bold;
  font-size: 1.5em;
  letter-spacing: -0.05em;
}

#front-popular h3
{
  color: #fff;
  font-weight: normal;
  padding-left: 5px;
  border: 1px solid red;
}

#h3-recentposts
{
  border: none 0px;
  color: #ccc;
  font-size: 16px;
  font-weight: normal;
  padding: 5px 5px 5px 25px;
  background: #666 url(images/icons/note_accept.png) no-repeat;
}
#h3-authors
{
  color: #ccc;
  font-size: 16px;
  font-weight: normal;
  padding: 5px 5px 5px 25px;
  background: #666 url(images/icons/users.png) no-repeat;
}
#h3-pagelist
{
  color: #ccc;
  font-size: 16px;
  font-weight: normal;
  padding: 5px 5px 5px 25px;
  background: #666 url(images/icons/note.png) no-repeat;
}
#h3-comments
{
  color: #ccc;
  font-size: 16px;
  font-weight: normal;
  padding: 5px 5px 5px 25px;
  background: #666 url(images/icons/user_comment.png) no-repeat;
}
.category a
{
  color: #333;
  display: block;
  background: none;
}

.category a:hover
{
  background: none;
  color: #fff;
  text-decoration: none;
}

#cat-1:hover, #cat-3:hover, .cat-5:hover
{
  background: #333333;
  color: #fff;
}
#cat-2:hover, #cat-4:hover
{
  background: #3c78a7;
  color: #fff;
}
#cat-1:hover a, #cat-3:hover a, .cat-5:hover a
{
  background: #333333;
  color: #fff;
}
#cat-2:hover a, #cat-4:hover a
{
  background: #3c78a7;
  color: #fff;
}

.cat-1:hover, .cat-3:hover, .cat-5:hover
{
  background: #333333;
  color: #fff;
}
.cat-2:hover, .cat-4:hover
{
  background: #3c78a7;
  color: #fff;
}
.cat-1:hover a, .cat-3:hover a, .cat-5:hover a
{
  background: #333333;
  color: #fff;
}
.cat-2:hover a, .cat-4:hover a
{
  background: #3c78a7;
  color: #fff;
}

#bottom
{
  width: 940px;
}

.front-list
{
  width: 590px;
  background: #fff;
  padding: 10px;
  font-size: 1.05em;
  line-height: 1.5em;
  float: left;
}

#archive
{
  padding-top: 15px;
  font-size: 1.05em;
  line-height: 1.5em;
}

.front-list blockquote
{
  padding: 0px 10px 0 10px;
}

.front-list .title, #archive .title
{
  font-weight: bold;
  font: 1.75em Georgia;
  letter-spacing: -0.05em;
}

.front-list .clearfloat, #archive .clearfloat
{
  padding-bottom: 10px;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 10px;
}

.front-list .spoiler, #archive .spoiler
{
  display: block;
  margin-top: 3px;
}

.front-list p, #archive p
{
  margin: 0px;
  padding: 0px;
}

.author
{
  font-size: 0.8em;
  display: block;
  font-weight: bold;
}

.meta
{
  font-size: 0.8em;
  color: #333;
}

.meta a
{
  color: #333;
}

#headline p, #featured p
{
  margin: 0;
}


/*********************** Content Page ********************/

#content
{
  width: 590px;
  background: #fff;
  padding: 10px;
  font-size: 1.05em;
  line-height: 1.5em;
  float: left;
  min-height: 400px;
}

#content .breadcrumbs, #content .breadcrumbs a, .post .breadcrumbs, .post .breadcrumbs a
{
  font-weight: bold;
  color: #333;
}

#content h2.title, .post h2.title, #contact h1, #archive h1, #page h1, #searchonsearch h3
{
  font: 2.0em Georgia;
  font-weight: bold;
  letter-spacing: -0.05em;
  border-bottom: 1px solid #ddd;
  border-top: 3px solid #ddd;
  padding: 5px 0px;
}

.post
{
  font-size: 1.05em;
  line-height: 1.5em;
}

.post p
{
  margin-top: 0px;
}

.post .clearfloat
{
  border-bottom: 1px dotted #ccc;
  margin: 10px 0px;
}

.post ul, .post ol, .front-list ul, .front-list ol
{
  margin-bottom: 15px;
}

.post ul li, .front-list ul li
{
  list-style: square;
  margin-left: 30px;
}

.post ol li, .front-list ol li
{
  list-style: decimal;
  margin-left: 30px;
}

.post ol li ul li, .front-list ol li ul li
{
  list-style: square;
  margin-left: 20px;
}

.post img, .post a img, .front-list img, #archive img
{
  border: 1px solid #ccc;
  margin: 0 10px 5px 0;
  padding: 2px;
}

.post .ads
{
  margin-top: 10px;
}

.entry
{
  margin-top: 18px;
}

#stats
{
  margin-top: 0px;
  padding: 4px 0px;
  text-transform: uppercase;
  font: 0.8em Arial;
  display: block;
}

#stats span
{
  padding: 0px 20px 0px 0px;
}

#stats span a:hover
{
  background: none;
}

#stats span a
{
  color: #333;
}

#stats img, #nav img
{
  border: 0px;
  margin: 0px;
  padding: 0px;
}

#tools
{
  width: 590px;
  height: 25px;
  font-size: 0.95em;
}

#tools a:hover
{
  background: none;
}

#postPaging
{
  padding: 5px 0px;
  text-align: Center;
}

/******************* Sidebar *****************/
#sidebar
{
  width: 320px;
  float: right;
  margin: 0px 0px 0px 0px;
}

#sidebar-admin
{
  width: 320px;
  float: right;
  margin: 0px 0px 10px 0px;
}

#sidebar-top, #sidebar-bottom, #sidebar-twitter
{
  width: 320px;
  float: right;
}

#sidebar h3
{
  font: 1.1em Arial; /*1.1*/
  font-weight: bold;
  background: #333;
  color: #fff;
  margin: 0px 0px 5px 0px;
  padding: 3px 10px;
}

#sidebar-twitter h3
{ 
  padding: 3px 0px 5px 30px ;
  background: #333 url(images/icons/twitter.png) no-repeat 0 0px;
}
  
#sidebar-middle
{
  width: 320px;
  float: right;
}

#sidebar-left
{
  width: 135px;
  padding: 0px 10px 10px 10px;
  float: left;
  background: #fff;
}

#sidebar-right
{
  width: 135px;
  padding: 0px 10px 10px 10px;
  float: right;
  background: #fff;
}

.sidebar-box
{
  width: 300px;
  clear: both;
  margin: 10px 0 10px 0;
  padding: 0 10px 0 10px;
  background: #fff;
}

#sidebar li
{
  list-style: none;
  border-bottom: 1px dotted #ccc;
  display: block;
  padding: 2px 0px 2px 13px;
  background: url(images/sub.png) no-repeat 0 0px;
}

#sidebar .rssButton
{
  margin-right: 4px;
}

#sidebar li ul li:last-child
{
  list-style: none;
  border-bottom: 0px dotted #ccc;
  display: block;
  padding: 2px 0px 0px 13px;
  background: url(images/sub.png) no-repeat 0 0px;
}

#sidebar-ads
{
  width: 300px;
  float: right;
  margin-bottom: 10px;
  padding: 10px;
  background: #fff;
}


/******************* WIDGET *****************/

#sidebar .widget h4
{
  font: 1.1em Arial; /*1.1*/
  font-weight: bold;
  background: #333;
  color: #fff;
  padding: 3px 0px 3px 10px;
}

#sidebar .widget .content
{
  background: #fff;
  line-height: 16px;
  color: #666666;
  padding: 0px 0px 10px 10px;
}

#sidebar .twitter h4
{ 
  padding: 3px 0px 5px 30px ;
  background: #333 url(images/icons/twitter.png) no-repeat 0 0px;
}

#sidebar .twitter
{
  margin-bottom: 10px;
  white-space: normal;
}

#sidebar .administration
{
  margin-bottom: 10px;
  white-space: normal;
}

#sidebar .monthlist
{
  margin-bottom: 10px;
  white-space: normal;
}

#sidebar .pagelist
{
  margin-bottom: 10px;
  white-space: normal;
}

#sidebar .blogroll
{
  margin-bottom: 10px;
  white-space: normal;
}

#sidebar .tagcloud
{
  margin-bottom: 10px;
  white-space: normal;
}

#sidebar .tagcloud li
{
  display: inline;
  background: none;
  border-bottom: 0;
  padding: 0;
}

#sidebar .tagcloud .content a
{
  margin-right: 3px;
  display: inline;
}

#sidebar .tagcloud a.biggest
{
  font-size: 19px;
}

#sidebar .tagcloud a.big
{
  font-size: 17px;
}

#sidebar .tagcloud a.medium
{
  font-size: 14px;
}

#sidebar .tagcloud a.small
{
  font-size: 12px;
}

#sidebar .tagcloud a.smallest
{
  font-size: 10px;
}



.widgetselector
{
  margin-bottom: 5px;
  border: 1px solid #ccc;
}

.widget a.edit, .widget a.move
{
  font-size: 85%;
  font-weight: normal;
  float: right;
  z-index: 1;
  margin-top: 3px;
  margin-left: 10px;
  color: #fff;
}

.widget a.delete
{
  font-weight: normal;
  color: #fff;
  float: right;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  z-index: 1;
  top: 3px;
  text-decoration: none;
}

/****************** Form Elements ******************/

select
{
  border: 1px solid #333;
  width: 300px;
}

.field
{
  padding: 2px;
  border: 1px solid #333;
  background: #fff;
  font-size: 1.0em;
}

#s
{
  padding: 1px;
  font-size: 1.0em;
  width: 150px;
}

#searchsubmit
{
  padding-left: 5px;
}

#commentform input
{
  width: 140px;
  margin: 5px 5px 1px 0;
}

#commentform textarea
{
  width: 99%;
  margin-top: 4px;
}



/****************** Comments ******************/


#commentlist cite
{
  font-style: normal;
  margin-bottom: 4px;
  display: inline;
}

#commentlist .flag
{
  border: 1px solid #CCCCCC;
  margin: 0 0px -3px 0;
  padding: 2px;
}


#commentlist blockquote
{
  background: #ededed;
}

#commentlist .comment
{
  padding: 10px 0px 10px 0px;
  list-style: none;
  margin-bottom: 3px;
}

.commentlist li li
{
  background: none;
  border: none;
  list-style: square;
  margin: 3px 0 3px 20px;
  padding: 3px 0;
}

.commenttext
{
  padding: 10px 10px 0px 10px;
  background: #f2f2f2;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  width: 495px;
  float: right;
}

#commentlist cite strong
{
  font-size: 1.1em;
}

.self
{
  background: #FFF;
  border: none;
}

.self cite strong
{
  font-size: 1.3em;
  color: #313228;
}

#commentform small
{
  background: #FFF;
  font-weight: bold;
  padding: 0;
}

.commentmetadata
{
  color: #4d4d4d;
  display: block;
  margin-top: 3px;
  text-align: right;
  font-size: 0.9em;
}

.commentmetadata a, .commentmetadata a:visited
{
  color: #959382;
}

.commentlist small
{
  background: #e9e9e9;
}

.thumb
{
  border: 1px solid #bbb;
  margin: 0px 10px 0px 0px;
  float: left;
  padding: 2px;
  width: 55px;
}

.photo
{
  border: 1px solid #bbb;
  margin: 0px 10px 0px 0px;
  float: left;
  padding: 2px;
  width: 55px;
  height: 55px;
}

#comment
{
  width: 590px;
  background: #fff;
}

/****************** Footer ******************/

#front-popular
{
  font-size: 0.7em;
  color: #fff;
  width: 940px;
  background: #2c2c2c url(images/bottombar.png) bottom no-repeat;
  margin: 0 auto;
  padding: 10px;
}

#recentpost, #mostcommented
{
  width: 280px;
  float: left;
  padding: 10px;
  border: 1px solid #fff;
}

#mostcommented
{
  margin-left: 17px;
}

#recent_comments
{
  width: 280px;
  float: right;
  padding: 10px;
  border: 1px solid #fff;
}

#recentpost a, #mostcommented a, #recent_comments a
{
  color: #fff;
  font-weight: bolder;
  padding-right: 5px;
}
#recentpost a:hover, #mostcommented a:hover, #recent_comments a:hover
{
  text-decoration: underline;
}
#recentpost ul, #mostcommented ul, #recent_comments ul
{
  margin-top: 4px;
}

#recentpost ul li, #mostcommented ul li, #recent_comments ul li
{
  list-style: none;
  border-top: 1px dotted #fff;
  padding: 5px;
  display: block;
}

#recentpost ul li:hover, #mostcommented ul li:hover, #recent_comments ul li:hover
{
  background: #3c78a7;
  color: #fff;
}

#recentpost ul li:first-child, #mostcommented ul li:first-child, #recent_comments ul li:first-child
{
  border-top: 0px dotted #fff;
}


#footer
{
  margin: 0 auto;
  width: 960px;
  font-size: 0.6em;
  padding-top: 10px;
  padding-bottom: 10px;
}


/****************** Float Properties ******************/

.clearfloat:after
{
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfloat
{
  display: inline-block;
}


/****************** Hides from IE-mac \*/
* html .clearfloat
{
  height: 1%;
}

* + html .clearfloat
{
  height: 1%;
}

.clearfloat
{
  display: block;
}

/*------------- Star rater ---------------------*/

.rating
{
  opacity: 1;
  width: 100%;
}

.rating p
{
  display: inline;
  position: relative;
  top: 14px;
  left: 55px;
}

.star-rating
{
  position: relative;
  width: 125px;
  height: 25px;
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
  background-position: left top;
}

.star-rating li
{
  display: inline;
}

.star-rating a, .star-rating .current-rating
{
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -1000em;
  height: 25px;
  line-height: 25px;
  outline: none;
  overflow: hidden;
  border: none;
}

.star-rating a:hover, .star-rating a:active, .star-rating a:focus
{
  background-position: left bottom;
}

.star-rating a.one-star
{
  width: 20%;
  z-index: 6;
}

.star-rating a.two-stars
{
  width: 40%;
  z-index: 5;
}

.star-rating a.three-stars
{
  width: 60%;
  z-index: 4;
}
.star-rating a.four-stars
{
  width: 80%;
  z-index: 3;
}
.star-rating a.five-stars
{
  width: 100%;
  z-index: 2;
}
.star-rating .current-rating
{
  z-index: 1;
  background-position: left center;
}

/* smaller star */
.small-star
{
  width: 50px;
  height: 10px;
}
.small-star, .small-star a:hover, .small-star a:active, .small-star a:focus, .small-star .current-rating
{
  background-image: url(../../pics/star_small.gif);
  line-height: 10px;
  height: 10px;
}

/*----------------------------
					Comments
----------------------------*/

.commentForm
{
  padding: 5px;
  clear: both;
}

.commentForm label
{
  /*float: left;*/
  display: block;
  width: 80px;
  margin-top: 4px;
}

.commentForm input
{
  width: 300px;
}

.commentForm textarea
{
  width: 100%;
  height: 150px;
  border: 1px solid silver;
}

#commentMenu
{
  padding: 0;
  margin: 0;
  clear: both;
  display: none;
}

#commentMenu li
{
  float: left;
  border: 1px solid silver;
  border-bottom: transparent;
  margin: 0;
  list-style: none;
  margin-right: 5px;
  padding: 3px 8px;
  cursor: pointer;
  position: relative;
  top: 2px;
  background: #d8d8d8;
}

#commentMenu li.selected
{
  background: white;
  border-bottom: 1px solid white;
}

#commentPreview
{
  display: none;
  clear: both;
  min-height: 150px;
}

.success
{
  color: green;
  font-weight: bold;
}

.commentForm .bbcode
{
  font: 1.1em Arial;
  float: right;
  position: relative;
  top: 20px;
  padding: 3px;
}

.bbcode a
{
  margin: 1px;
  padding: 1px 3px 1px 3px;
  background: #fff;
  border: 1px solid #ccc;
}


/*----------------------------
				Month list
----------------------------*/

ul#monthList
{
  font-weight: bold;
}

ul#monthList ul li
{
  margin-left: 20px;
  font-weight: normal;
}

ul#monthList li.year
{
  cursor: pointer;
}

ul#monthList ul
{
  display: none;
}

ul#monthList ul.open
{
  display: block;
}

/*----------------------------
				 Tag cloud
----------------------------

.tagcloud
{
  margin-bottom: 10px;
  white-space: normal;
}

#tagcloud li
{
  display: inline;
  background: none;
  border-bottom: 0;
  padding: 0;
}

.tagcloud a
{
  margin-right: 3px;
  display: inline;
}

.tagcloud a.biggest
{
  font-size: 19px;
}

.tagcloud a.big
{
  font-size: 17px;
}

.tagcloud a.medium
{
  font-size: 14px;
}

.tagcloud a.small
{
  font-size: 12px;
}

.tagcloud a.smallest
{
  font-size: 10px;
}

*/

/*----------------------------
					 Calendar
----------------------------*/

#calendarContainer
{
  text-transform: capitalize;
  margin: 0 auto;
}

.calendar
{
  border: none;
  margin: 0 auto;
  font-size: 12px;
}

.calendar .weekend
{
}

.calendar .other
{
}

.calendar a.exist
{
  display: block;
  font-weight: bold;
}

.calendar td
{
  vertical-align: top;
  color: White;
}


/*----------------------------
			Related Posts
----------------------------*/

#relatedPosts div
{
}

#relatedPosts h1
{
  margin: 32px 0 10px 0;
  color: #3C78A7;
  font-family: Arial;
  font-size: 1.3em;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  line-height: normal;
  clear: both;
}

#relatedPosts a
{
  display: block;
  margin-top: 4px;
}

#relatedPosts span
{
  color: #666666;
  text-indent: 10px;
  font-size: 10px;
}

/*----------------------------
			Recent comments
----------------------------*/

ul.recentComments li
{
  padding-bottom: 10px;
  text-transform: none;
}

ul.recentComments li a.postTitle
{
  font-weight: bold;
}

/*----------------------------
				Search page
----------------------------*/

#searchpage
{
  margin-bottom: 30px;
}

#searchpage input#q
{
  width: 300px;
}

#searchpage input#comment
{
  clear: both;
}

.searchresult
{
  margin-bottom: 20px;
}

.searchresult a
{
  font-weight: bold;
}

.searchresult span.text
{
  clear: both;
  display: block;
  margin: 3px 0;
}

.searchresult span.type
{
  display: block;
}

.searchresult span.url
{
  color: Gray;
}

.searchpage ul.paging
{
  list-style-type: none;
  margin: 0px;
  margin-bottom: 20px;
  padding: 0px;
}

.searchpage ul.paging li
{
  display: inline;
  border: 1px solid gray;
  background: #f1f1f1;
  margin-right: 5px;
}

.searchpage ul.paging li a
{
  padding: 5px 8px;
}

.searchpage ul.paging li.active
{
  background: #f1f1f1;
  border: 1px solid black;
}

/*----------------------------
				Contact page
----------------------------*/

#contact
{
}


#contact label
{
  display: block;
  padding-top: 5px;
}

#contact input.field
{
  width: 200px;
}

#contact textarea
{
  display: block;
  overflow: auto;
  width: 75%;
  height: 150px;
  margin: 0;
}

/*----------------------------
					Archive
----------------------------*/

#archive
{
}


#archive h2
{
  border-bottom: 1px solid silver;
  padding-bottom: 4px;
  font-size: 12px;
  margin-bottom: 10px;
}

#archive h2 img
{
  border: 1px solid #CCCCCC;
  margin: 15px 0 0 3px;
  padding: 2px;
}

#archive ul
{
  list-style-type: square;
  margin: 0 10px;
  padding: 10px;
}

#archive ul li
{
  margin-right: 20px;
}

#archive table
{
  width: 100%;
  border-collapse: collapse;
}

#archive table td, #archive table th
{
  text-align: left;
  vertical-align: top;
}

#archive table td
{
  text-align: left;
  border-bottom: 1px solid #D8D8D8;
  padding: 2px 0;
}

#archive table .title
{
  font-size: 100%;
}

#archive .date
{
  width: 70px;
}

#archive .comments
{
  width: 70px;
  text-align: center;
}

#archive .rating
{
  width: 70px;
  text-align: center;
}

.ThemeLabel
{
  display: block;
  float: left;
  width: 111px;
}
.ThemeOption
{
  margin-bottom: 10px;
}

#ThemeSettings
{
  margin-bottom: 15px;
}

.ThemeSettingsSubmit
{
  float: right;
  display: block;
}

/*----------------------------
			Search on search
----------------------------*/

#searchonsearch
{
  background: white;
  padding: 5px 10px;
  margin-bottom: 20px;
}

#searchonsearch h3
{
  color: #333333;
}
#searchonsearch ol li
{
  margin: 2px 50px;
}

