/*  MICROTHEMER STYLES  */


/*= Header ==================== */

/** Header >> Header Image **/
div#header-wrapper div#header-image {
	background-color: rgba(255, 255, 255, 0) !important;
	margin-top: 25px !important;
}

/** Header >> Post Date **/
div#post-2009 h5.post-date {
	margin-bottom: 12px !important;
}

/*= Content =================== */

/** Content >> Site Wrapper **/
div#site-wrapper {
	width: 750px !important;
	display: block !important;
}

/** Content >> Sidebar Wrapper **/
div#sidebar-wrapper {
	vertical-align: top !important;
	width: 180px !important;
	height: auto !important;
	margin-left: 60px !important;
	border-left-color: rgb(221, 221, 221) !important;
	border-left-width: 1px !important;
	border-left-style: dotted !important;
	position: relative !important;
	display: inline-block !important;
}

/** Content >> Content Wrapper **/
div#site-wrapper div#content-wrapper {
	width: 506px !important;
	display: inline-block !important;
}

/** Content >> Posts **/
div#content-wrapper div#core-content {
	width: 506px !important;
}

/** Content >> Post Entry Image **/
.entry-image {
	max-width: 100%;
    max-height:100%;
    display: inline-block;
    margin: auto;
    vertical-align: middle;
}

/** Content >> Entry Title Text **/
span#entry-title-text {
	border-bottom-color: rgb(68, 68, 68) !important;
	border-bottom-width: 0px !important;
	border-bottom-style: double !important;
}

/** Content >> Search Button **/
input#searchsubmit {
	width: 32px !important;
	height: 32px !important;
	border-top-width: 0 !important;
	border-right-width: 0 !important;
	border-bottom-width: 0 !important;
	border-left-width: 0 !important;
	-webkit-border-radius: 0 0 0 0 !important;
	-moz-border-radius: 0 0 0 0 !important;
	border-radius: 0 0 0 0 !important;
	position: relative !important;
	top: 6px !important;
}

/** Content >> Search Text Field **/
input#s {
	width: 100px !important;
}

/** Content >> Search Header Text Field **/
div#search-header input#s {
	width: 200px !important;
}

/** Content >> Project Cell **/
div#post-1173 table td {
	vertical-align: middle !important;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}

/** Content >> Project Cell Description **/
div#post-1173 table td p {
	margin-bottom: 0 !important;
}

/** Content >> Project Entry Table **/
div#post-1173 table {
	margin-bottom: 0px !important;
}

/*= Sidebar =================== */

/** Sidebar >> Widget Title **/
span#widget-title-text {
	border-bottom-color: rgb(102, 102, 102) !important;
	border-bottom-width: 4px !important;
	border-bottom-style: double !important;
	-webkit-border-radius: 0 0 0px 0 !important;
	-moz-border-radius: 0 0 0px 0 !important;
	border-radius: 0 0 0px 0 !important;
}
