/* MINIMUM RESET
------------------------------------------------------------------ */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* GENERAL
------------------------------------------------------------------ */

html, body {
	color: #666666;
	min-height: 100%;
	height: 100%;
	font-smooth: always;
	text-align: left;
}
html {
	background: url(/images/menu.jpg) top center no-repeat #e6e6e6;
	overflow-y: scroll;
	font: 13px Arial, Helvetica, sans-serif;
}
a {
	text-decoration: none;
}
a:link, a:visited {
	color: #208068;
}
a:hover {
	color: #004080;
}
abbr, acronym {
	border-bottom: 1px dashed #999;
	cursor: help;
}
blockquote {
	border: 1px dotted #434d4d;
	font-style: italic;
	margin: 0 20px 10px 20px;
	padding: 7px;
}
cite {
	font-style: italic;
}
code {
	background: #eaeaea;
	font-family: Consolas, Monaco, monospace;
	padding: 1px 3px;
}
em {
	font-style: italic;
}
h1, h2, h3, h4, h5, h6 {
	display: block;
	font-weight: bold;
	color: #333333;
	text-transform: uppercase;
}
h1, h1 a:link, h1 a:visited {
	font-size: 24px;
	line-height: 125%;
	margin: 0 0 .2em;
	color: #333333;
	text-transform: none;
}
h2 {
	font-size: 21px;
	line-height: 1.3;
	margin: 1em 0 .2em;
}
h3 {
	font-size: 17px;
	line-height: 1.3;
	margin: 0 0 .2em;
}
h4 {
	font-size: 15px;
	margin: 1.33em 0 .2em;
}
h5 {
	font-size: 13px;
	margin: 0 0 .4em;
}
h6 {
	font-size: 12px;
	margin: 1.67em 0;
}
hr {
	display: none;
}
small {
	font-size: 11px;
}
strong {
	font-weight: bold;
}
sub, sup {
	font-size: 10px;
}
del {
	color: #8b0000;
	text-decoration: line-through;
}
ins {
	color: #006400;
	text-decoration: none;
}
/* Generic classes
------------------------------------------------------------------- */

/* Ampersand, Ampersand, you are so beautiful */
.amp {
	font-family: "Palatino Linotype", Palatino, Georgia, "Times New Roman";
	font-style: italic;
}
/* Wordpress specific CSS
------------------------------------------------------------------- */

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
img.alignleft {
	display: inline;
	margin: 0 20px 10px 0;
}
img.alignright {
	display: inline;
	margin: 0 0 10px 20px;
}
.entry div.alignleft {
	float: left;
	margin: 0 20px 7px 0;
}
.wp-caption {
	background-color: #F0F0F0;
	border: 1px solid #E5E5E5;
	overflow: hidden;
	padding: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
.aligncenter img, .aligncenter p.wp-caption-text {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
/* STRUCTURE
------------------------------------------------------------------- */

#header {
	float: left;
	position: relative;
	width: 100%;
	height: 200px;
	text-align: center;
}
#container {
	float: left;
	position: relative;
	width: 900px;
	left: 50%;
	margin-left: -450px;
	min-height: 100%;
}
#content {
	float: left;
	width: 640px;
	margin-bottom: 280px;
}
#content-page {
	float: left;
	width: 900px;
	margin-bottom: 280px;
}
#sidebar {
	float: left;
	width: 200px;
	font-size: 12px;
	margin-left: 60px;
	margin-bottom: 280px;
}
#footer-container {
	clear: both;
	float: left;
	position: relative;
	width: 100%;
	margin-top: -220px;
	height: 280px;
	background-color: #cccccc;
}
#footer {
	position: relative;
	width: 900px;
	left: 50%;
	margin-left: -450px;
	padding-top: 40px;
}
#footer img {
	margin-bottom: 15px;
}
div#footer div {
	float: left;
	width: 260px;
	margin-right: 60px;
}
#follow {
	margin-right: 0px !important;
}
#follow a img {
	display: block;
	margin-bottom: 5px;
}
/* HEADER
------------------------------------------------------------------- */
#leftmenu {
	float: left;
	margin-top: 55px;
}
#rightmenu {
	float: right;
	margin-top: 70px;
}
#leftmenu div a:hover, #rightmenu div a:hover {
	background-position: 100% 0;
}
#rightmenu div {
	margin-left: 40px;
	float: left;
}
#leftmenu a {
	height: 55px;
	display: block;
}
#rightmenu a {
	height: 18px;
	display: block;
}
.logo a {
	width: 180px;
	background: url(/images/logo.png) no-repeat;
}
.portfolio a {
	width: 140px;
	background: url(/images/menu-portfolio.png) no-repeat;
}
.blog a {
	width: 66px;
	background: url(/images/menu-blog.png) no-repeat;
}
.me a {
	width: 33px;
	background: url(/images/menu-me.png) no-repeat;
}
.me a:hover, .portfolio a:hover, .blog a:hover {
	background-position: 100% 0 !important;
}
input#s {
	background: url(/images/search.png) right;
	padding: 0 10px 0 25px;
	height: 24px;
	width: 115px;
	color: #fff;
}
/* FORM
------------------------------------------------------------------- */

input {
	width: 250px;
	line-height: 15px;
	color: #000;
	font: 12px Arial, Helvetica, sans-serif;
	display: block;
	border: 0;
	padding: 5px;
	margin-bottom: 5px;
}
input[type="hidden"] {
	margin: 0;
	padding: 0;
	border: 0;
}
input#submit {
	width: 120px;
	height: 30px;
	background: url(/images/button-submit.png) no-repeat center top;
	border: 0;
	color: #fff;
}
input#submit:hover {
	background: url(/images/button-submit-hover.png) no-repeat center top;
}
textarea {
	width: 250px;
	color: #000;
	font: 12px Arial, Helvetica, sans-serif;
	height: 60px;
	margin-bottom: 10px;
	border: 0;
	padding: 5px;
}
label {
	width: 260px;
	margin: 15px 0 5px;
	display: block;
}
/* SLIDER
------------------------------------------------------------------- */

.sliderwrapper {
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 730px; /*width of featured content slider*/
	height: 543px;
	background: white;
	left: 50%;
	margin-left: -365px;
}
.sliderwrapper .contentdiv {
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0; /*leave as is*/
	top: 0; /*leave as is*/
	background: white;
	width: 730px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.prev, .next {
	width: 33%;
	height: 100%;
	display: block;
	position: relative;
	z-index: 9999;
}
.prev {
	float: left;
}
.prev:hover {
	background: url(/images/prev.gif) no-repeat left;
}
.next {
	float: right;
}
.next:hover {
	background: url(/images/next.gif) no-repeat right;
}
.sliderpagination {
	width: 730px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	height: 543px;
	text-align: center;
}
.sliderpagination a {
	text-decoration: none;
	color: #fff;
}
.sliderpagination a:hover, .sliderpagination a.selected {
	color: #000;
}
.toc {
	visibility: hidden;
}
/* SHOWCASE
------------------------------------------------------------------- */

/* POSTs and PAGEs
------------------------------------------------------------------- */

.page, .post, h1.pagetitle, p.nocomments {
	position: relative;
	margin: 0 0 40px;
}
.post img {
	margin-bottom: 20px;
	width: 640px;
	height: auto;
}
.entry {
	clear: both;
	line-height: 20px;
	display: block;
	padding-bottom: 20px;
}
small.meta {
	display: block;
	clear: both;
	margin-bottom: .5em;
}
.entry p, .entry ol, .entry ul {
	margin: 0 0 10px;
}
.entry blockquote p {
	margin: 0;
}
.entry ol {
	margin-left: 0.75em;
	padding-left: 12px;
}
.entry ul {
	margin-left: 0.5em;
	padding-left: 12px;
}
.entry ol li {
	list-style-type: decimal;
}
.entry ul li {
	list-style-type: disc;
}
#like {
	float: left;
	margin-right: 5px;
}
/* Gallery */

.gallery {
	clear: both;
	position: relative;
	margin-bottom: 20px;
}
.gallery-item {
	float: left;
}
.gallery img {
	width: auto;
	margin: 5px 5px 0 0;
}
.gallery-caption {
	margin: 0;
}
/* PAGINATION on single.php */

.previousnext, .pagination {
}
ol.page-link {
	background-color: #F4F8F9;
	border-bottom: 1px solid #E6F0F2;
	border-top: 1px solid #E6F0F2;
	display: block;
	height: 16px;
	line-height: 16px;
	margin: 10px 0 20px;
	padding: 5px 8px;
	width: auto;
}
.page-link li, .page-link li span, .page-link li span a {
	display: block;
	float: left;
	height: 16px;
	line-height: 16px;
	overflow: hidden;
	width: auto;
}
/* Resets specific ol/ul/li within the CONTENTs default values */
ol.page-link li {
	margin: 0 0 0 3px;
}
.page-link li span, .page-link li span a {
	width: 16px;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
}
.page-link li span {
	background-color: #fff;
	color: #111;
}
.page-link li span a:link, .page-link li span a:visited {
	background-color: #5B8EAD;
	color: #fff;
}
.page-link li span a:hover {
	background-color: #285776;
	color: #fff;
}
.page-link li strong {
	margin-right: 5px;
}
.postmetadata {
	margin-top: 40px;
}
.postmetadata ul {
	list-style: disc;
	margin-left: 1.5em;
}
.postmetadata li {
	line-height: 20px;
}
#somethingspecial {
	width: 640px;
	text-align: center;
	position: relative;
	margin-top: 10px;
}
/* COMMENTS
------------------------------------------------------------------- */

h3#comments, h4#pings {
	float: left;
}
div.navigation {
	clear:both;
}
.comments-header {
	border-bottom: 1px solid #cccccc;
}
.comments-header-meta {
	float: right;
	font-weight: bold;
	line-height: 44px;
	padding: 4px 0 0;
}
.comments-content {
	display: block;
	width: 640px;
}
ol.commentlist {
}
li.comment {
	border-bottom: 1px solid #cccccc;
	overflow: hidden;
	width: 100%;
	clear: both;
}
.comment-author {
	margin-left: 60px;
	position: relative;
	margin-bottom: 5px;
}
.comment-body em {
	margin-left: 60px;
	display: block;
}
img.avatar {
	background-color: #fff;
	border: 1px solid #eee;
	padding: 2px;
	position: absolute;
	left: -60px;
}
.comment-meta {
	font-size: 10px;
	margin-bottom: 5px;
	margin-left: 60px;
	line-height: 150%;
}
.comment-body p {
	line-height: 150%;
}
li.comment-author-admin {
	background-color: #E6F0F2;
}
li.comment p, li.comment blockquote {
	margin-left: 60px;
}
li.comment blockquote p, li.comment blockquote blockquote, li.comment blockquote blockquote p {
	margin: 5px;
	padding: 7px;
}
.commentlist .even, .commentlist .alt {
}
.commentlist cite, .commentlist cite a {
	font-style: normal;
	font-size: 12px;
}
.commentlist cite a {
}
/* .commentlist .bypostauthor {
	background-color: #373E48;
} */
.comment .children {
	float: right;
	width: 600px;
}
.comment .children li {
	border-top: 1px solid #cccccc;
	border-bottom: 0;
}
.comment .children .comment-body {
	margin: 20px 0;
}
.comment-body {
	margin: 20px 0;
	display: block;
}
/* Unused */
li.thread-alt {
}
ol.commentlist .thread-even {
}
ol.commentlist .depth-1 {
}
.comment-author cite {
}
.says {
}
/* Your comment is awaiting moderation. */
li.comment div em {
}
div.reply {
}
div.reply a {
	width: 75px;
	height: 25px;
	display: block;
	float: right;
	margin: 20px 0;
	text-align: center;
	line-height: 25px;
}
a.comment-reply-link {
	background: url(/images/button-reply.png);
}
a.comment-reply-link:hover {
	background: url(/images/button-reply-hover.png);
}
.cancel-comment-reply {
	margin-bottom: 10px;
}
#respond {
	margin: 20px 0;
	clear: both;
}
#respond p {
	margin: 0 0 10px 0;
}
.comment-input {
	width: 260px;
}
.textarea-input {
	width: 260px;
}
/* CAPTCHA
------------------------------------------------------------------- */

div#captchaImgDiv {
	display: block;
	margin-top: 5px;
}
.captchaSizeDivSmall {
	width: 175px;
	height: 45px;
}
.captchaSizeDivLarge {
	width: 250px;
	height: 60px;
	padding-top: 10px;
}
img#si_image_com, #si_image_reg, #si_image_log, #si_image_side_login {
	border-style: none;
	margin: 0;
	padding-right: 5px;
	float: left;
}
.captchaImgAudio {
	border-style: none;
	margin: 0;
	vertical-align: top;
}
.captchaImgRefresh {
	border-style: none;
	margin: 0;
	vertical-align: bottom;
}
div#captchaInputDiv {
	display: block;
	margin-bottom: 10px;
}
label#captcha_code_label {
}
input#captcha_code {
	width: 65px;
	margin-bottom: 5px;
}
/* SIDEBAR
------------------------------------------------------------------- */

#sidebar div {
	margin-bottom: 20px;
	float: left;
	clear: both;
	line-height: 1.3em;
}
#sidebar div div {
	clear: none;
	padding: 3px;
}
#sidebarprev img{
	padding-left: 15px;
	background: url(/images/sidebarprev.png) center left no-repeat;
}
#sidebarcurrent {
	padding: 2px !important;
	border: 1px solid #208068;
}
#sidebarnext img {
	padding-right: 15px;
	background: url(/images/sidebarnext.png) center right no-repeat;
}
#sidebar li {
	margin-bottom: 5px;
}
#sidebar li li {
	margin-left: 6px;
	line-height: 1.2em;
	margin-top: 5px;
}
#sidebar img {
	float: left;
}
a.recentcaption {
	color: #ffffff;
	background: url(/images/caption.png);
	width: 190px;
	height: 30px;
	padding: 5px;
	position: absolute;
	right: 0;
	bottom: 0;
}
.recentimage {
	background: #333333;
	height: 100px;
	overflow: hidden;
	position: relative;
}
.recentimage img {
	z-index: -1;
	
}
.last-link {
	margin: 0;
}
#wpstats {
	display: none;
}
/* CLEARFIX
------------------------------------------------------------------ */

html .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}

