@charset "utf-8";
body {
	background: #6096e9 url(images/head-bg.gif) repeat-x;
	font: 75%/170% Arial, Helvetica, sans-serif;
	color: #333333;
}
a {
	color: #44a1d0;
	text-decoration: none;
}
a:visited {
	color: #5EAFD7;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0 0 15px;
}
img {
	border: none;
}
ul {
	margin: 5px 0 15px;
}
ul li {
	margin: 0;
}
ol {
	margin: 5px 0 15px;
	padding-left: 20px;
}
ul li {
	margin: 0;
}
form {
	margin: 0;
	padding: 0;
}
small {
	font-size: 90%;
}
#page {
}
#wrapper {
	width: 770px;
	margin: 0 auto;
	position: relative;
}

/* header */
#summary {
	height: 100px;
	position: relative;
}
#summary h1 {
	color: #FFFFFF;
	font-size: 0.8em;
	margin: 0 5px 0 0;
	padding: 0 0 15px 0;
	line-height: 1.5em;
	float: left;
}
#summary p {
	color: #FFFFFF;
	font-size: 0.8em;
	margin: 0 5px 0 0;
	padding: 0 0 15px 0;
	line-height: 1.5em;
}
#summary h2 {
	color: #FFFFFF;
	font-size: 0.8em;
	font-weight: normal;
	position: absolute;
	top: 70px;
	left: 30px;
}
#summary h3 {
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: normal;
	padding: 0;
	position: absolute;
	right: 20px;
	bottom: 10px;
}
#summary img {
	position: absolute;
	top: 30px;
	left: 30px;
}
#summary a {
	color:#FFFFFF;
}

/* search form */
#searchform {
	height: 37px;
	width: 200px;
}
#searchform #s {
	background: #ffffff url(images/form-field-bg.gif) no-repeat ;
	height: 17px;
	width: 144px;
	margin: 6px 5px 0px 2px;
	padding: 5px 7px 1px 5px;
	color: #999999;
	border: none;
}
#searchform #searchsubmit {
	background: url(images/search-btn.png) no-repeat left top;
	height: 24px;
	width: 24px;
	border: none;
	text-indent: -999%;
	line-height: 1px;
	margin-top: 6px;
}

/* main col */
#main-col {
	width: 545px;
	float: left;
	margin-top: 11px;
}

/* global nav */
#nav {
	background: url(images/content-top-bg.png) no-repeat left top;
	height: 23px;
}
#nav ul {
	list-style: none;
	margin: 0px 8px 0px 0px;
	padding: 0px;
	font: bold 12px/100% Arial, Helvetica, sans-serif;
}
#nav ul li {
	width: 60px;
	margin: 0px 0px 0px 1px;
	padding: 0px;
	float: right;
	text-align: center;
}
#nav ul li a {
	padding: 5px 6px 5px 6px;
	text-decoration: none;
	color: #000000;
	display: block;
}
#nav li a:visited {
	text-decoration: none;
	color: #000000;
}
#nav li a:hover {
	text-decoration: none;
	background: #2e91c6 url(images/nav-item-hover.gif) repeat-x;
	color: #ffffff;
}

/* sub menu */
#subnav {
	background: #ecebeb;
}
#subnav ul {
	margin: 0px;
	padding: 3px 0px 18px 5px;
	list-style: none;
	font: 11px/100% Arial, Helvetica, sans-serif;
}
#subnav li {
	border-right: 1px solid #D8D8D8;
	padding: 0px 7px;
	margin: 0px;
	float: left;
}
#subnav li a, #subnav li a:visited, #subnav .page_item {
	text-decoration: none;
	color: #333333;
}
#subnav .current_page_item a, #subnav .current_page_item a:visited {
	color: #3b9acc;
}
#subnav li a:hover {
	text-decoration: none;
	color: #3b9acc;
}

/* breadcrumb */
.breadcrumbs {
	font-size: 95%;
}
.breadcrumbs li {
	display: block;
	float: left;
	list-style: none;
	background: transparent url(images/breadcrumb.gif) right center;
	background-repeat: no-repeat;
	padding: 0 10px 1px 5px;
}
.breadcrumbs li a,
.breadcrumbs li a:visited {
	color: #999999;
	text-decoration: none;
}
.breadcrumbs a:hover {
	color: #000000;
	text-decoration: none;
}

/* listnav */
.listnav {
	font-size: 95%;
}
.listnav li.previous {
	display: block;
	float: left;
	list-style: none;
	background: transparent url(images/arrow-left.gif) left center;
	background-repeat: no-repeat;
	padding: 0 0 1px 10px;
}
.listnav li.next {
	display: block;
	float: right;
	list-style: none;
	background: transparent url(images/arrow-right.gif) right center;
	background-repeat: no-repeat;
	padding: 0 10px 1px 0;
}

/* content */
#content {
	padding: 0px 25px 15px 25px;
	width: 495px;
	background: #ffffff;
	clear: both;
	overflow: hidden;
}
.post {
	padding-top: 15px;
	clear: both;
	overflow: hidden;
}
.post-date {
	height: 50px;
	width: 45px;
	background: url(images/calendar.gif) no-repeat;
	font: normal 22px Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: center;
	margin-right: 10px;
	line-height: 100%;
	float: left;
}
.post-date span {
	height: 16px;
	display: block;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: center;
	padding-top: 5px;
}
.post-title {
	float: left;
	width: 500px;
}
.post-data {
	font-size: 90%;
	color: #999999;
}
.post-data a,
.post-data a:visited {
	color: #999999;
	text-decoration: none;
}
.post-data a:hover {
	color: #44a1d0;
	text-decoration: none;
}
.post-data .category {
	background: url(images/mini-category.gif) no-repeat;
	padding-left: 18px;
	float: left;
}
.post-data .comments {
	background: url(images/mini-comment.gif) no-repeat;
	padding-left: 18px;
	float: right;
}
.post-data .date {
	background: url(images/mini-date.png) no-repeat;
	padding-left: 20px;
	padding-right: 10px;
	float: left;
}
.post-data ul.tags {
	background: url(images/mini-tag.gif) no-repeat;
	padding-left: 28px;
	margin: 0;
}
.post-data ul.tags li {
	background: url(images/mini-tag.gif) no-repeat;
	padding: 0 7px 0 20px;
	float: left;
}
.post ul li {
	background: url(images/bullet-grey.gif) no-repeat;
	padding-left: 12px;
}
.post img.thumbnail {
	float: left;
	margin: 0 1em 1em 0;
	border: 1px solid #ccc;
}
.post img.photo {
	margin: 0 0.5em 0 0;
	border: 1px solid #ccc;
}
blockquote {
	clear: both;
	margin: 0 0 15px;
	background: url(images/bg-quote.png);
	background-repeat: no-repeat;
	width: 450px;
	padding: 25px 25px 5px 25px;
}
blockquote p {
	width: 400px;
	color: #666666;
}}
.sitemap ul li {
	background: url(images/bullet-grey.gif) no-repeat;
	padding-left: 12px;
}
.sitemap ul li ul {
	margin: 0;
	paddng: 0;
}
#related-posts ul li {
	background: url(images/mini-page.gif) no-repeat;
	padding-left: 18px;
}
.mini-add-comment {
	background: url(images/mini-down-arrow.gif) no-repeat left center;
	padding-left: 12px;
	float: right;
}
.post-content {
	margin-bottom: 15px;
	padding: 10px 0px 0px;
	clear: both;
}
.post-content table {
	border-collapse: separate;
	border-spacing: 1px;
	font-size: 95%;
	background-color: #CCCCCC;
	margin-bottom: 15px;
}
.post-content table th {
	background-color: #F0F0F0;
	padding: 4px;
	line-height: 120%;
}
.post-content table td {
	background-color: #FEFEFE;
	padding: 4px;
	line-height: 120%;
}
.post-content dt {
	color: #999999;
	margin: 5px 0;
	font: bold 110%/110% "Lucida Grande", Arial, sans-serif;
}
.post-content img.thumbnail {
	border: 1px #E4E4E4 solid;
}
/* post title */
h2 {
	color: #333333;
	margin: 3px 0 2px;
	padding-bottom: 4px;
	font: bold 150%/100% "Lucida Grande", Arial, sans-serif;
	border-bottom: dotted 1px #CCCCCC;
}
h2 a,
h2 a:visited {
	color: #44a1d0;
	text-decoration: none;
}
h2 a:hover {
	color: #333333;
	text-decoration: none;
}
h3 {
	color: #666666;
	margin: 5px 0px 5px;
	font: bold 110%/110% "Lucida Grande", Arial, sans-serif;
}
h4 {
	color: #999999;
	margin: 5px 0px 5px;
	font: bold 110%/110% "Lucida Grande", Arial, sans-serif;
}
/* pagebar */
.pagebar {
	clear: both;
	font-size: 11px;
	padding: 15px 0 0 0;
	font-weight: bold;;
}
.pagebar a,
.pagebar a:visited {
	display: block;
	padding: 0px 7px;
	border: 1px solid #CCCCCC;
	text-decoration: none;
}
.pagebar a:hover {
	border: 1px solid #000000;
	color: #000000;
}
.pagebar li {
	float: left;
	margin-right: 2px;
	color: #999999;
	background: #ffffff;
}
.pagebar .active {
	padding: 0px 7px;
	color: #44A1D0;
	border: 1px solid #44A1D0;
}
.pagebar .inactive {
	padding: 0px 7px;
	border: 1px solid #EFEFFF;
	background: #FFFFFF;
	color: #EFEFFF;
}
/* footer */
#footer {
	background: url(images/content-bottom-bg.png) no-repeat;
	padding: 10px 0 10px 0;
}

/* sidebar */
#sidebar {
	float: right;
	width: 210px;
	color: #666666;
	line-height: 140%;
}
#sidebar .menu {
	margin: 0px 0px 5px;
	color: #666666;
}
#sidebar .menu-title h3 {
	font: bold 12px/100% Arial, Helvetica, sans-serif;
	color: #666666;
	position:relative;
	margin: 0;
	padding: 16px 24px 7px 10px;
	height: 15px;
	background:url(images/sidep-handle.png) no-repeat 0 0;
}
#sidebar .menu-title a,
#sidebar .menu-title a:visited {
	color: #666666;
}
#sidebar .menu-title img {
	vertical-align: middle;
}
#sidebar .menu-content {
	background-color: #FFFFFF;
	margin: 0;
	padding: 5px 10px 7px 10px;
	background: url(images/sidep-bottom.png) no-repeat 0 100%;
	overflow: hidden;
}
#sidebar a, #sidebar a:visited {
	color: #44a1d0;
	text-decoration: none;
}
#sidebar a:hover,
#sidebar a:focus,
#sidebar a:active {
	text-decoration: underline;
}
#sidebar .description {
	font-size: 0.8em;
}
#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	background: url(images/bullet-orange.gif) no-repeat;
	padding-left: 18px;
}
#sidebar ul li ul li {
	background: url(images/bullet-grey.gif) no-repeat;
	padding-left: 12px;
}
#profile ul li {
	background: url(images/mini-check.gif) no-repeat;
}
#archives ul li {
	background: url(images/mini-archive.gif) no-repeat;
}
#recent-comments ul li {
	background: url(images/mini-comment.gif) no-repeat;
}
#categories ul li {
	background: url(images/mini-category.gif) no-repeat;
}
#recent-posts ul li {
	background: url(images/mini-page.gif) no-repeat;
}
#links ul li {
	background: url(images/mini-blogroll.gif) no-repeat;
}

/* meta */
#meta .rss {
	background: url(images/mini-rss.gif) no-repeat;
}
#meta .login {
	background: url(images/mini-user.gif) no-repeat;
}
#meta .check {
	background: url(images/mini-check.gif) no-repeat;
}
#meta .wordpress {
	background: url(images/mini-wp.gif) no-repeat;
}

/* alignments */
.center {
	text-align: center;
}
img.imgaligncenter, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.left {
	float: left;
}
img.imgalignleft,
img[align="left"] {
	float:left;
	margin: 2px 10px 5px 0px;
}
.right {
	float: right;
}
img.imgalignright,
img[align="right"] {
	float:right;
	margin: 2px 0px 5px 10px;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}
.hidden {
	clear: both;
	visibility: hidden;
}
/* Indication plugin */
a.liexternal {
	padding-right: 10px;
	margin-right: 2px;
	background: url(images/link-icon_external.png) no-repeat right;
}
