/* xMark PRINT STYLES */



* {
	padding: 0;
	margin: 0;
	}

img {
	border: 0; margin:5px}

body {
	font: 70% 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #444;
	background: #EDEDED;
	text-align: center;
	margin: 0 0 30px;
	}

#page {
	background: white;
	text-align: left;
	margin: 0 auto;
	padding: 20px 0 10px;
	position: relative;
	/* The entire template's width is set in this class. */
	width: 800px !important;
	_width: 800px !important;
	border: none !important;
	border-top: none;
	}

* html #page { width: 800px } /* IE hack */

body.flex #page { /* For the flexible-width setting. */
	width: 98%;
	/*width: 80%;
	min-width: 800px !important;
	max-width: 800px; */
	}

#header {
	padding: 0;
	margin: 0;
	position: relative;
	height: 200px;
	background:url(head.jpg) no-repeat #000000;
	}

#primary {
	width: 450px !important;
	_width: 450px !important;
	float: left;
	margin: 0 25px 0 25px !important;
	_margin: 0 25px 0 25px !important;
	display: inline;
	}

/* For the flexible-width setting. */
body.flex #primary  { width: 65% } 
.flex .secondary { width: 25% } 

.comments {
	text-align: left;
	padding: 30px 0 0;
	position: relative;
	}


/*- Main Menu in Header */



ul.menu {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	left: 20px;
	width: 90%;
	}

ul.menu li {
	display: inline;
	margin: 0;
	}

ul.menu,
ul.menu li a {
	padding: 5px 15px 6px;
	}

ul.menu li a {
	font: 1em Verdana, Helvetica, Arial, Sans-Serif;
	color: white;
	margin: 0;
	background: #F25705;
	}

ul.menu li a:hover {
	background: #F2B014;
	color: #eee !important;
	text-decoration: none;
	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	color: #fff !important;
	background: #77A10D;
	text-decoration: none;
	}


.admintab {
	position: absolute;
	right: 0px;
	/*_padding: 5px 15px 6px;*/ /* IE hack */
	}

* html .admintab { padding: 5px 15px 6px }	/* IE hack */
	
a img,:link img,:visited img { border:none; margin:5px }

/*- Sidebar Subpages Menu */

.sb-about{
	text-align:justify;
	}


.sb-flickr div a img {
	border: none;
	padding: 2px !important;
	margin: 15px 2px 0 !important;
	background-color:#E6F4FC;
}

.sb-flickr div a:hover img {
	border: none;
	background: #FFC0CB;
}


.feedlink img { /* On the sidebar */
	right: 210px;
	border: 0 !important;
	padding: 0 !important;
	}
.feedlink img:hover { /* On the sidebar */
	background: none !important;
	}

	
.secondary div.sb-comments li > a[title="Go to the comments of this entry"]{
	position:absolute;
	right: 212px;
	color:#999;
	}	



.sb-pagemenu ul {
	margin-left: 10px;
	}

.sb-pagemenu ul ul {
	margin-top: 2px;
	}

.sb-pagemenu ul ul .page_item {
	margin-left: 10px;
	padding: 0;
	}

.sb-pagemenu .current_page_item {
	}