﻿/*  mdi_store style */

html, body {
	font-family: arial;
	font-size: 12px;
	border: 0;
	color: #565656;
}


/* Top */

#top-out {
	width: 100%;
	background: url(mdi_store/bodybg.gif);
}

#top {
	width: 980px;
	margin: 0 auto;
	background: url(mdi_store/bg_top.gif) repeat-x 0 0;
	border-left: 1px solid #80996e;
	border-right: 1px solid #80996e;
	border-top: 1px solid #80996e;
}

/* Page Navigation */

#page_navi {
	width: 100%;
	height: 37px;
	font-size: 12px;
}

#page_navi a {
	color: #2b8795;
	font-weight:normal;
}

#page_navi a:hover {
	text-decoration: underline;
}

#page_navi ul {
	padding-left: 15px;
	padding-top: 5px;
}

#page_navi .col-left {
	margin-left: -6px;
}

/* Page Navigation (rss) */

#page_navi ul.rss {
	background: url(images/bg_rss.gif) no-repeat 0 5px;
	padding: 6px 0 3px 15px;
}

#page_navi ul.rss li {
	padding: 0 10px;
	display: inline;
	background: url(images/bg_separator.gif) no-repeat right 4px;
}

#page_navi ul.rss li.last {
	background: none;
}


/* Header */

#header {
	width: 100%;
	height: 185px;
	background: url() no-repeat;
	padding-top: 0px;
	clear: both;
	position: relative;
}

#header img.title {
	margin-left: 0px;
}

/* Middle */

#middle-out-top { /* Background - Middle Top */
	width: 100%;
	background: #d7e6cd url(mdi_store/bg_middle_out_top.gif) repeat-x 0 0;
}

#middle-out-bottom { /* Background - Middle Bottom Gradient */
	width: 100%;
	background: url(mdi_store/bodybg.gif);
}

#middle-out-bottom .single { /* Background - Content - Single Page */
	background: url(mdi_store/bg_middle_content_single.gif) repeat-y;
}

#middle-content { /* Background - Content */
	width: 980px;
	margin: 0 auto;
	background: url(mdi_store/bg_middle_content.gif) repeat-y;
}

#middle-content-bottom { /* Background - Content Bottom */
	width: 100%;
	background: url(mdi_store/bg_middle_content_bottom.gif) no-repeat 0 bottom;
}

/* Content */

#content {
	width: 980px;
	min-height: 550px;
	padding: 34px 7px 50px 8px;
	background: url(mdi_store/bg_middle_top.gif) no-repeat 0 0;
}

/* Sec Nav */

#secnav a {
	display: block;
	line-height: 40px;
	padding: 0 20px 0 20px;
	/* line-height: 15px; - Enable if using cat desc */
	/* padding: 14px 20px 11px 20px; - Enable if using cat desc  */
	color: #696659;
}

#secnav li:hover, #secnav li.sfhover1 {
	background: url(mdi_store/bg_cat_navi_hover.gif) repeat-x;
	cursor: pointer;
}


/* Main Content */

#main-content {
	width: 590px;
	margin: 24px 0 0 31px;
}

.single #main-content {
	background: #fff;
	width: 580px;
	margin: 24px 0 0 0;
	padding: 0 32px 35px 31px;
}

#comments {
	background: rgb(247,246,246)  url(mdi_store/bg_comments.gif) repeat-x 0 top;
	width: 643px;
}

/* Main Content (advert 468x60) */

#main-content .advert_468x60 {
	background-color:#d7e6cd;
	padding:12px 42px;
	margin: 0 0 25px 0;
}

#main-content .latest .advert_468x60 {
	margin-left:33px;
}

#main-content .post h4.continue a {
	background: #eeeeee;
	border: 1px dotted #cccccc;
	color: #2a94a4;
	font-weight: normal;
}
#main-content .post h4.continue a:hover {
	background: #9bb18c;
	color: #ffffff;
}


/* Sidebar */

#sidebar {
	width: 325px;
	overflow: hidden;
}

/* Footer */

#footer-out {
	width: 100%;
	background: #b9e2e9 url(mdi_store/bodybg_blue.gif);
}

#footer {
	background: url();


/*  Images */
}
#middle-out-bottom .full { /* Background - Content - Full Width Page */
	background: url(mdi_store/bg_page_full.gif) repeat-y;
}
#content.full {
	background: url(mdi_store/bg_middle_top_full.gif) no-repeat 0 0;
}
#middle-content-bottom.full { /* Background - Content Bottom */
	background: url(mdi_store/bg_middle_content_bottom_full.gif) no-repeat 0 bottom;
}

/*  Colors */
a {
	color: #18525b;
}
#footer h2.widget_title {
	background: #5e9aa4;
	color: #fff;
}
#footer .block ul, #footer .block .textwidget , #footer .block #calendar_wrap{
	border: #84bdc6 5px solid;
	background: #EDEDED;
}
.Nav a, .Nav .on,
#sidebar h2,
#sidebar ul.idTabs li a {
	background: #a7ba47;
}


#sidebar ul.idTabs li a.selected, #sidebar ul.idTabs li a:hover {
	background: #d285b3;
}
.Nav .on, .Nav a:hover {
	background: #2c6288 !important;
}
#copyright-out {
	background: #5e9aa4;
}
#nav li ul li a {
	background: #5e9aa4;
	border-bottom: 1px solid #a7ba47;
	color: #ffffff;
}
#footer-out {
	background: #b9e2e9;
}



