/*


*/


/* Layout */
body {
	font-size: 12px;
	font-family: Lucida Grande, Verdana, arial, helvetica, sans-serif;
	background: #2c2928 url(images/outerwrap.gif) top center repeat-y;
	text-align: center;
	padding: 0 0;
	margin: 0;
       line-height: 155%;
}

/* Default */
a {
	color: #e6e6e6;
        text-decoration: none;
}

a:hover {
	color: #e6e6e6;
	text-decoration: underline;
}

h1 {
	font-size: 1.2em;
}

h2 {
	font-size: 150%;
	margin-top: 40px;
        padding-bottom: 10px;
	padding-left: 5px;
	font-weight: normal;
	text-align: left;
	letter-spacing: 0,5px;
        color: #e6e6e6;

}

h3 {
	font-size: 150%;
}

img.alignleft {
	float: left;
	margin: 0 .8em .8em 0;
}

img.alignright {
	float: right;
	margin: 0 0 .8em .8em;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

a img {
	padding: 0px;
	border: 0px solid #ccc;
}

form {
	padding: 0;
	margin: 0;
}

.button {
    border: 1px solid #999999;
    background: #000000;
	color:#a8a8a8;
	font-weight:bold;
	font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.buttonsmall {
    border: 1px solid #999999;
    background: #000000;
	color:#a8a8a8;
	font-weight:bold;
	font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}


blockquote {
	background: url(images/blockquoteBk.gif) left 0.2em no-repeat;
	color: #999999;
	padding: 0 3em 0 3.2em;
	margin: 0;
        font-size: 95%;
        line-height: 140%;
        width: 80%;
}

#page {
	width: 832px;
	color: #ababab;
	margin: 0 auto;
	text-align: left;
        line-height: 160%;
}

#header {
       background: #000000 url(images/header.jpg) top center no-repeat;
	height: 200px;
	margin-top: 0px;
        margin-bottom: 10px;
}

#headerimg {
	padding: 0;
        width: 832px;
        height: 200px;
}

#headerimg a:hover {
        text-decoration: none;
}        

#headerimg h1 {
	margin: 0;
	padding: 0;
	font-family: 'Gill Sans MT', Georgia, 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	font-size: 20px;
	color: #FF0000;
        min-height: 200px;
}



#navcontainer ul {
	padding: 0;
	margin: 0;
	background: #eb5775 url(images/menuBk.gif) repeat-x;
	color: #999999;
	float: left;
	width: 100%;
	height: 27px;
	font-family: Lucida Grande, Verdana, arial, helvetica, sans-serif;
	font-size: 0.9em;
}

#navcontainer ul li { 
	display: inline; 
}

#navcontainer ul li a {
	padding: 0.4em 12px 0.4em 10px;
	color: White;
	background: transparent url(images/menuBkBar.gif) top right no-repeat;
	text-decoration: none;
	float: left;
}

#navcontainer ul li.current_page_item a,
#navcontainer ul li.current_page_ancestor a {
	font-weight: bold;
	color: #999999;
}

#navcontainer ul li a:hover {
	text-decoration: underline;
}

#trickywrapper {
       position: relative;
       width: 832px;
       margin: 0px;
       padding: 0 0 5px 0;
       background: url(images/innerwrapBIG.gif) top right repeat-y;
}

#content {
	padding: 13px 0px 13px 13px;
	margin: 0;
	width: 570px;
	float: left;
        clear: left;
}

#sidebar {
        width: 210px;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 10px;
        padding-bottom: 50px;
	margin: 0 0 0 0px;
       float: right;
}

#sidebar ul {
	padding: 15px 0 15px 0;
	margin: 0;
	list-style: none;
}

#footer {
	clear: both;
	padding: 0;
	margin: 0 auto 0 auto;
	width: 832px;

}

#footer p {
	padding: 0 20px 0 15px;
	margin: 0;
	text-align: left;
	font-family: Lucida Grande, Verdana, arial, helvetica, sans-serif;
	font-size: 0.7em;
	color: #999999;
}

#footer p .footerbuttons {
	float: right;
}

#footer a {
	color: #fff;
	text-decoration: underline;
}

#footer img {
	border: 0;
}

#footer a:hover {
	color: #999999;
}


/* Post */
.post h2,
.post small {
	padding: 0;
	margin: 0;
}

.post {
	padding: 1em 1em 1em 1em;
        margin: 0;
}

.post h2 {
	font-family: Lucida Grande, Verdana, arial, helvetica, sans-serif;
}

.post h2 a {
	text-decoration: none;
}

.post h2 a:hover,
.navigation a:hover {
	text-decoration: underline;
}


ul.postmetadata {
	clear: both;
}

.post small.postmetadata,
ul.postmetadata {
	font-size: 0.75em;
        line-height: 100%;
}

.post small.postmetadata a,
ul.postmetadata a {
	color: #e6e6e6;
}

.post small.postmetadataT,
ul.postmetadataT {
	font-size: 0.75em;
        line-height: 100%;
        padding: 2px 0 2px 20px ;
	background: url('images/time.png') left center no-repeat;
}

.post small.postmetadataC,
ul.postmetadataC {
	font-size: 0.75em;
        line-height: 100%;
        padding: 2px 0 2px 20px ;
	background: url('images/comments.gif') left center no-repeat;
}


.post small a,
ul.postmetadata a {
	color: #999999;
	text-decoration: none;
}

.post small a:hover,
ul.postmetadata a:hover {

	text-decoration: underline;
}




.entry {
	font-family: Lucida Grande, Verdana, arial, helvetica, sans-serif;
	text-align:left;
        margin-top: 20px;
}


ul.postmetadata {
	list-style: none;
	padding: 0.5em 0 1em 0;
	margin: 0;
}

ul.postmetadata li {
	display: block;
	float: left;
	width: 50%;
}

ul.postmetadata li.comments {
	text-align: right;
}

.navigation {	
	padding: 0 1em 1em 1em;
}

.navigation a {
	color: #e6e6e6;
}

.navigation a:hover {
	text-decoration: underline;

}






.alignleft {
	float: left;
}

.alignright {
	float: right;
}


/* Calendar */
#wp-calendar {
	border-collapse:collapse;
	width: 150px;
        font-size: 9px;
        margin: auto;
}

#wp-calendar th,
#wp-calendar td {

	text-align: center;
	padding: 1px;
	width: 14%;
}

#wp-calendar td#today {
	font-weight: bold;
}

#wp-calendar td a {
	display: block;
	padding: 0px;
	color: #e6e6e6;
	border: 1px solid #999999;
	text-decoration: none;
}

#wp-calendar td#today a {
	background-color: #000000;
	border: 1px solid #999999;
}

#wp-calendar td a:hover {
	color: #fff;
	background-color: #000000;
	border: 1px solid #999999;

}

#wp-calendar td#next a,
#wp-calendar td#prev a,
#wp-calendar td#next a:hover,
#wp-calendar td#prev a:hover {
	color: #999999;
	border: 0;
}

#wp-calendar td#next a:hover,
#wp-calendar td#prev a:hover {
	background-color: transparent;
	text-decoration: underline;
}

/* Sidebar */
#sidebar {
	font-size: 0.8em;
}
#sidebar a,
a.more-link {
	color: #999999;
}
#sidebar a:hover,
a.more-link:hover {
	color: #999999;
}
#sidebar h2 {
	padding: 1em 0 0.5em 0;
	margin: 0;
}
#sidebar ul {
	margin: 0;
	padding: 0 1em;
}
#sidebar ul li ul li {
	line-height: 2em;
	list-style: square;
	margin: 0 0 0 2em;
	color: #999999;
}
#searchform {
	padding: 0 0 0 0;
	margin: 0;
       font-family: Lucida Grande, Verdana, arial, helvetica, sans-serif;
        font-size: 1em;
}
#searchform input#s:focus {
	background-color: #000000;
	border: 1px solid #e6e6e6;
        color: #e6e6e6;
}
#searchform input#s {
	width: 9em;
	background-color: #000000;
	border: 1px solid #999999;
	font-size: 1em;
        color: #999999;
}

/* #cse-search-box {
	padding: 0 0 0 0;
	margin: 0;
       font-family: Lucida Grande, Verdana, arial, helvetica, sans-serif;
        font-size: 1em;
}
#cse-search-box input#s:focus {
	background-color: #000000;
	border: 1px solid #e6e6e6;
        color: #e6e6e6;
}
#cse-search-box input#s {
	width: 9em;
	background-color: #000000;
	border: 1px solid #999999;
	font-size: 1em;
        color: #999999;
} */

/* Heading */
#content h2.pagetitle {
	font-family: Lucida Grande, Verdana, arial, helvetica, sans-serif;
	margin: 0.5em 2.5em 0 0.5em;
	padding: 0;
	font-size: 1.4em;
	text-align: right;
}

/* Comments */
ol.commentlist {
	padding: 0;
	margin: 1em 2em 0 2em;
	list-style: none;
	font-size: 0.9em;
}

ol.commentlist li.commentind {
	background: url(images/commentsBk.gif) left top no-repeat;
	padding: 1em;
	margin-bottom: 1em;
       text-align: left;
}

ol.commentlist li.commentind-author {
	background: url(images/commentsBkauthor.gif) left top no-repeat;
	padding: 1em;
	margin-bottom: 1em;
       text-align: left;
}

img.avatar {
	border: 1px solid #999999;
	padding: 1px;
	float: left;
	margin-right: 1em;
}

ol.commentlist li.commentind cite {
	font-style: normal;
        color: #e6e6e6;
        font-size: 120%;
}

ol.commentlist li.commentind-author cite {
	font-style: normal;
        color: #e6e6e6;
        font-size: 120%;
}

ol.commentlist li.commentind a {
	color: #e6e6e6;
}

ol.commentlist li.commentind-author a {
	color: #e6e6e6;
}


h2.commentheading {
	clear: both;
	font-family: Lucida Grande, Verdana, arial, helvetica, sans-serif;
	margin: 0.5em 2.5em 0 0.5em;
	margin-left: 1em;
	font-size: 125%;
	text-align: left;
}

h1.commentheadinig {
        clear: both;
	font-family: Lucida Grande, Verdana, arial, helvetica, sans-serif;
	font-size: 125%;
        color: #e6e6e6;
}

small.commentmetadata {

}

form#commentform {
	margin: 1em 2em;
}

form#commentform p {
	font-size: 1.1em;
}

form#commentform a {
	color: #999999;
}

p.commentsclosed {
	margin: 0 0 2em 0;
	padding: 0;
	text-align: right;
}

input#author:focus, 
input#email:focus,
input#url:focus,
textarea#comment:focus {
	background-color: #000000;
	border: 1px solid #e6e6e6;
        color: #e6e6e6;
}

input#author, 
input#email,
input#url,

input#milyennapmost,
textarea#comment {
	width: 15em;
	background-color: #000000;
	border: 1px solid #999999;
        color: #999999;
        font-family: Lucida Grande, Verdana, arial, helvetica, sans-serif;
        font-size: 90%;
}


textarea#comment {
	width: 100%;
}

p.commentWrapper {
	padding: 0;
	margin: 0;
}


div#recaptcha_widget_div {
	float: right;
}


input#submit {
	margin: 1em 0 0 0;
}

/* Wordpress required */
.wp-caption {
	border: 1px solid #999999;
	text-align: center;
	background-color: #000000;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}


.latestactivity small
{

display: block;
margin: 0px;
margin-left: 10px;
font-size: 90%;
}