body
{
	margin: 0; padding: 0;
	font-family: helvetica, sans-serif;
    font-size: 12px;
    color: #333;
    background-color: #aaa;
}

a
{
	text-decoration: none;
}

a img
{
	border: none;
}

ul
{
    padding: 0 0 0 20px;
    list-style-type: circle;
}

li
{
    line-height: 1.5em;
    margin-bottom: 2px;
}

#copyright
{
	font-size: 11px;
	color: #888;
	background-color: #222;
	padding: 10px 0 0;	margin: 0;
	height: 57px;
	clear: both;
}

#footer.narrow
{
  width: 902px;
  margin: 0 auto;
}

#footer p 
{
	margin: 0;
    padding: 8px 0 0;
    text-align: center;
}

#footer a
{
	color: #ccc;
}

#copyright strong
{
	border: 1px dotted #555;
	padding: 3px;
}

hr
{
	height: 1px;
	display: block;
    border: 0;
    clear: both;
    color: #ccc;
    background-color: #ccc;
    margin: 18px 0;
}

.clear
{
	display: block !important;
	display: none;
    height: 1px; margin: 0; padding: 0; border: 0;
    clear: both;
    background-color: transparent;
}

.float_right
{
	float: right;
}

.align_center
{
	text-align: center;
}

.xsmall { font-size: 11px; }
.small { font-size: 12px; }
.medium {  font-size: medium; }
.large {  font-size: 16px; }
.xlarge {  font-size: 20px; }

.lfloat { float: left; }
.rfloat { float: right; }

/* -------------------------------------------------------------------------------- */
/* Common theme elements */

#page
{
    background-color: #aaa;
    margin: 0; padding: 0;
    padding-top: 1px;
}

#page a { color: #2b627f; }
#page a:hover { color: #2b627f; text-decoration: underline; }


#page_top
{
    width: 902px;
    margin: 0 auto;
    padding: 0;
}

#page_top h1
{
    color: #fff;
    margin: 0;
    padding: 40px 0 10px 0;
    height: 50px;
    font-size: 45px;
    font-weight: normal;
    border: 0;
}

#page_top h1 small
{
    font-size: 22px;
    font-weight: normal;
    color: #999;
    position: relative;
    left: 10px;
    top: -6px;
}

#page_top h1 a
{
    color: black;
}

#page_top #logo
{
    float: right;
    position: relative; /* without this the z-index does not work */
    z-index: 1;
}

#page_top .tm
{
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    width: 878px;
	height: 22px;
    background-color: white;
    float: left;
}

#page_top .tr
{
    width: 23px;
	height: 23px;
    float: left;
}

#page_content
{
    clear:both;
    margin: 0 auto 0;
    width: 810px;
    padding: 10px 45px 40px !important;
    padding: 10px 42px 40px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background-color: white;
    line-height: 1.3em;
}

#page.narrow #page_top
{
    width: 732px;
}

#page.narrow #page_top .tm
{
    width: 708px;
}

#page.narrow #page_content
{
    width: 640px;
}

#page.narrow #footer
{
    margin: 0 auto;
    width: 730px;
    color: #bbb;
    background-color: #666;
}

#page_content_container
{
    margin: 0 auto;
    width: 500px;
}

/* -------------------------------------------------------------------------------- */
/* Left column */

#page_content #content_title
{
	margin: 0 0 10px; padding: 0;
	text-align: left;
}

#page_content .ccolumn.narrow
{
    float: left;
    width: 550px !important;
    width: 557px;
    margin-right: 26px;
}

#page_content .ccolumn.narrow.solo
{
    float: none;
    margin: 0 auto;
}

#page_content .ccolumn h2
{
    font-size: 14px;
    margin-top: 25px;
}

#page_content .ccolumn p
{
    line-height: 1.4em;
}

#page_content .submitted, #page_content .meta, #page_content #book .book-navigation
{
/*  	display: none; */
}

#book .content
{
	padding-bottom: 20px;
}

#page_content .ccolumn.wide
{
	width: 100%;
}

#page_content .lcolumn,
#blog .lcolumn
{
    float: left;
    width: 130px;
    padding-right: 20px;
    border-right: 1px dotted #ccc;
}

#page_content .rcolumn
{
    float: left;
    width: 212px;
    padding-left: 20px;
    border-left: 1px dotted #ccc;
}

#page_content .rcolumn h3 { margin: 0; padding: 0; color: #808080; font-size: 14px; }

#page_bottom
{
	margin-top: -20px;
	position: relative;
    height: 20px;
}

/* Top border on blocks */
.block
{
    border-top: 1px solid #ddd;
    padding: 18px 0;
}

.block p { margin-bottom: 0; }

.block:first-child
{
    border: 0;
    padding-top: 0;
}

/* Tab class at the top right */
.tabs
{
	position: absolute;
	top: 0; left: 0;
	margin: 5px; padding: 10px;
	text-align: left;
	list-style-position: inside;
}

.tabs li
{
    display: inline;
    border: 1px dotted #bbb;
    padding: 3px 6px;
}

/* Pager */
.pager
{
    border-top: 1px solid #bbb;
    padding-top: 20px;
    margin-top: 30px;
}

.pager a, div.pager span.pager-list strong.pager-current
{
    padding: 3px 8px;
    border: 1px dotted #ddd;
    font-size: 13px;
    font-weight: bold;
    background-color: #eee;
    margin-right: 5px;
}

div.pager span.pager-list strong.pager-current
{
    background-color: #aaa;
    color: white;
}

.pager-ellipsis
{
    padding: 3px 4px 3px 0;
}

span.submitted, .description {
  font-size: 0.92em;
  color: #898989;
}

.feed_link
{
	background: transparent url(../images/feed_icon.png) no-repeat left;
    padding: 5px 0 5px 20px;
}

#page a.button
{
    font-weight: bold;
    background-color: #aaa;
    color: #fff;
    padding: 4px 8px 3px;
}

.inline
{
    display: inline;
}


.indented
{
    margin-left: 40px;
}

ul.links
{
    margin: 0;
    padding: 0;
}

/* -------------------------------------------------------------------------------- */
/* Footer Blog */

/* Different color setting for the footer blog posts */

#footer #blog
{
	background-color: #111;
	color: #ccc;
}

#footer #blog a
{
	color: #ccc;
}

#footer #blog h2
{
	color: white;
}

#footer #blog .ccolumn img
{
	display: none;
}

#footer #blog .ccolumn .clear
{
	clear: left;
}

/* #footer #blog a:hover */
/* { */
/*     border: 0; */
/* } */

#footer #blog .content a
{
    border-bottom: 1px solid #666;
}

#footer #blog .comment_new_comments,
#footer #blog .comment_comments,
#footer #blog .comment_add,
#footer #blog .terms
{
    display: none;
}

#footer #blog a.node_read_more
{
	background: transparent url(../images/blog_bullet_gray_large.png) no-repeat left;
	padding-left: 20px;
}

#footer #blog a.node_read_more:hover
{
	background-image: url(../images/blog_bullet_blue_large.png);
	color: #4daee1;
}

#footer #blog .links
{
    clear: left;
	margin: 10px 0 0;
}

#footer #blog ul.links
{
    list-style: none;
}

#footer #blog .node
{
	margin-bottom: 60px;
    line-height: 1.4em;
    clear: left;
}

#blog .content a
{
    border-bottom: 1px solid #ddd;
}

#blog a:hover,
#blog .content a:hover,
#footer #blog a:hover,
#footer #blog .content a:hover
{
	color: #4daee1;
}

#stripe_shadow
{
	display: block;
	height: 100%;
	background: transparent url(../images/stripe_shadow.png) repeat-x bottom !important;
	background: none;
}

#blog_top
{
    font-size: 14px;
	clear: both;
	margin: 0;
	padding: 0;
	background: transparent url(../images/stripe.png) repeat-x top;
	text-align: left;
	height: 34px;
}

#blog_top div
{
	width: 800px;
	margin: 0 auto;
}

#blog_top p,
#blog_top a
{
	margin: 0;
	padding: 0;
	line-height: 35px;
	font-weight: bold;
}

#blog_top p
{
    color: #bbb;
}

#blog #blog_top p a
{
    color: #51b8ef;
}

#blog_top a:hover
{
    color: #56c5ff;
}

#blog .container
{
	width: 800px;
	margin: 15px auto 0 auto;
	padding: 20px 0;
}

#blog h2
{
	margin: 0; padding: 0;
	color: #333;
}

#blog p
{
    text-align: left;
}

#blog .rcolumn ul
{
	list-style: none;
	margin: 0; padding: 0;
}

#blog .ccolumn
{
    float: left;
	width: 550px;
	border-right: 1px dotted #414141;
	padding-right: 25px;
}

#blog .ccolumn h2
{
	margin-bottom: 5px;
}

#blog .ccolumn h3
{
	font-size: 12px;
	margin-bottom: 1px;
}

#blog .ccolumn .content h2 a
{
	color: white;
}

#blog .ccolumn .content h2 a:hover
{
    border: 0;
	color: #4daee1;
}

#blog .ccolumn .blog_usernames_blog
{
	display: none;
}

#blog .submitted, #blog .submitted a
{
	color: gray;
}

#blog .submitted a:hover
{
	color: #4daee1;
}

#blog .links a
{
    font-weight: bold;
}

#blog li.node_read_more
{
	clear: left;
	font-size: 12px;
}

#blog .rcolumn
{
	float: left;
    margin-left: 20px;
	width: 200px;
}

#blog .rcolumn h2
{
	font-size: 13px;
	font-weight: bold;
}

#blog .rcolumn .item-list
{
	margin: 15px 0;
}

#blog .rcolumn ul li:before
{
	content: "\00BB \0020";
}

#blog .rcolumn ul
{
    text-indent: -10px;
}

#blog .rcolumn ul li
{
    list-style-type: none;
	border-top: 1px solid #414141;
	margin: 0; padding: 7px 0 7px 10px;
    line-height: 1em;
}

#blog .rcolumn ul li.first
{
	border-top: none;
}

#blog .rcolumn #archives
{
    font-weight: bold;
	border-top: 4px solid #414141;
	border-bottom: 4px solid #414141;
	padding: 15px 0;
}

#blog .rcolumn #archives a
{
	font-size: 14px;
	color: white;
	background: transparent url(../images/blog_bullet_gray_large.png) no-repeat right;
	padding-right: 20px;
}

#blog .rcolumn #archives a:hover
{
	background-image: url(../images/blog_bullet_blue_large.png);
	color: #4daee1;
}

#blog .rcolumn .feed_link
{
    margin-top: 20px;
	color: #aeaeae;
}

#blog .rcolumn .feed_link a
{
	color: #aeaeae;
}

#blog .rcolumn .feed_link a:hover
{
	color: #4daee1;
}
