/*  
MIP-specific styles to override theme's
*/

body {
    background: #3d3d3d;
}

#frontpage .post_wrapper {
    margin-left: 25px;
}

#header div { height: 92px; }

#header {
	background: url(images/mip/header-bg.gif) repeat-x;
}


#header .container {
	background: none;
}

#header .title {
	background: url(images/mip/logo.gif) no-repeat;
}

#header .title {
    padding-left: 215px;
}

#header .title span {
	color: #e87904;
	text-transform: none;
	font-size: 14px;
	font-weight: bold;
	line-height: 100px;
}

#header .title span.hosts { color: #000; }

#nav { overflow: hidden; background: #282828; }

#nav ul { height: 80px; }

#nav ul { float: right; }

#nav li {
	float: left;
	height: 27px;
	overflow: hidden;
	margin-top: 30px;
	margin-right: 7px;
	padding: 0 7px 0 8px;
}

#nav li a {
	color: #ffffff;
	font-size: 14px;
	font-family: Arial;
	line-height: 26px;
	text-decoration: none;
	text-transform: lowercase;
}

#nav li a:hover { text-decoration: none; }

#nav li.current_page_item {
	background-color: transparent;
}

#nav li.current_page_item a {
	color: #dd7201;
}


#contents .post p a, #contents .comment .box a, #contents #main_sidebar div.widget div p a,
#contents .page_navigation a.prev, #contents .page_navigation a.next {
	color: #e87904;
}

#contents #leave_comment div.button a {
	background-color: #e87904;
}

#billboard {
    color: #999;
    position: relative;
}

#billboard .container {
    position: relative;
}

div.hr {
    color: #3b3b3b;
    background: #191919;
}

#billboard .showcase {
    margin-bottom: 40px;
    padding-bottom: 10px;
    position: relative;
}

#billboard .showcase > p:nth-of-type(4) {
    height: 70px;
    overflow: hidden;
}

#billboard .navigation ul li.active {
    background: url(images/mip/showcase-dot-on.gif) no-repeat center center;
}

#billboard .navigation ul li {
    background: url(images/mip/showcase-dot.gif) no-repeat center center;
}

#billboard .navigation ul {
    margin-top: 0;
}

#billboard .navigation {
    background: none;
    height: 15px;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

#billboard .showcase .view_project ,
.view_project {
    background: url(images/mip/read-more.gif) no-repeat;
    width: 84px;
    height: 24px;
    display: inline-block;
}

.container { margin: 0 auto; }

#contents .post h1 a ,
#billboard .showcase h2 a {
    font-size: 20px;
}

#contents .post h1 a ,
#billboard .showcase h2 a {
    color: #e87700;
}

#contents #main_sidebar h2 {
    background: #ceccc8;
    color: #000;
    padding: 10px 0 0 10px;
}

#contents #main_sidebar {
    width: 245px;
    margin: 0;
    margin-right: 14px;
}

#contents #main_sidebar div.widget,
#contents #main_sidebar div.widget div {
    background: #ceccc8;
    color: #000;
    border: 0;
}
#contents #main_sidebar div.widget ul li {
    background: url(images/mip/li.gif) no-repeat 0px 6px;
    margin-bottom: 0;
}

#contents #main_sidebar div.widget ul li:last-child,
#contents #main_sidebar div.widget ul li.last {
    background: url(images/mip/li.gif) no-repeat 0px 6px;
}

#contents #main_sidebar div.widget ul li a {
}

#contents #main_sidebar div.widget ul li a {
    color: #000;
}

#contents #main_sidebar div.search input  {
    background: #fff;
    color: #000;
    float: none;
    margin: 0;
    border: 1px solid #bfbfbe;
    height: 26px;
    font-size: 14px;
}

#contents #main_sidebar div.search div  {
    background: #ceccc8;
    color: #000;
    border: 0;
    height: auto;
    overflow: hidden;
}

#contents #main_sidebar div.search div input.submit-btn ,
#searchsubmit
{
    width: 68px;
    height: 25px;
    border: 0;
    background: url(images/mip/search-d.gif);
    text-indent: -999em;
    float: left;
    margin-left: 5px;
    margin-top: 1px;
}

#s {
    margin-top: 2px;
    width: 100px;
    float: left;
}

.social {
    margin-top: 5px;
    xmargin-left: 172px;
    height: 20px;
}

.showcase object {
    position: absolute;
    top: 24px;
    left: 24px;
}

.showcase img {
    position: absolute;
    top: 24px;
    left: 24px;
}

.showcase .addtoany_list img {
    position: relative;
    top: 0;
    left: 0;
}

.showcase .podPress_content {
    margin-top: -20px;
    margin-bottom: 15px;
}

.podPress_content {
    margin-top: 5px;
}

.showcase .podPress_content img ,
.showcase .podPress_content object {
    position: relative;
    top: 0;
    left: 0;
}

#billboard .showcase div div {
    margin-left: 0;
}

.hrimg {
    margin: 20px auto 0;
    text-align: center;
}

img.author { display: none; }

.subscribeBtns {
    overflow: hidden;
    margin-left: 10px;
}

.subBtn {
    float: left;
    margin: 5px;
}

.followBtn {
    margin-bottom: 7px;
}

#contents #main_sidebar div.widget div.textwidget {
    padding: 0;
    margin: 0;
}

select#cat {
    width: 180px;
}

a:link    { color: #e87904; }
a:active  { color: #e87904; }
a:visited { color: #e87904; }
a:hover   { color: #e87904; }

/* testing
#pg_wrapper { border: 1px solid yellow; }
#header { border: 1px solid cyan; }
.container { border: 1px solid magenta; }
#main_sidebar { border: 1px solid green; }
.widget { border: 1px solid red; }
*/

