/* MouseProud Logo and Tagline */

.custom #header 
{
background: #ffffff;
padding-top: 0em;
padding-right: 0em;
padding-bottom: 0em;
padding-left: 0em;
border-top: 0em;
border-right: 0em;
border-bottom: 0em;
border-left: 0em;
margin-top: 0em;
margin-right: 0em;
margin-bottom: 0em;
margin-left: 0em;
}

.custom #header #logo a
{
display:block;
width:960px;
height:215px;
background:url(http://mouseproud.net/blog/wp-content/uploads/2009/12/MouseProud-Title-full.jpg) center no-repeat;
outline:none;
color: #000000;
text-indent: -9999px;
padding-top: 0em;
padding-right: 0em;
padding-bottom: 0em;
padding-left: 0em;
border-top: 0em;
border-right: 0em;
border-bottom: 0em;
border-left: 0em;
margin-top: 0em;
margin-right: 0em;
margin-bottom: 0em;
margin-left: 0em;
}

.custom #header #tagline 
{
color:#000000;
text-indent: -9999px;
}

/* Gradient background */
body.custom { background: #EECCCC url('images/bg-pink.png') 50% 0 no-repeat; background-attachment: fixed; }

.custom #container { margin-top: 2em; margin-bottom: 2em; }

	.custom 

#page { background: #fff; }

/* Nav menu spacings*/
.custom .menu .tab { margin-right: 1em; }

/* Nav menu padding & bold*/
.custom .menu { padding: 0 1.1em; font-weight: bold; }

/*Sidebar colour*/
.custom #sidebars { border-top: 0; background: #CCEEFF; }

/*Social icons in left margin*/
.custom #feedback { background: transparent; width: 3.2em; position: fixed; top: 25%; left: 0.25%; }

.custom #feedback a { display: block; text-indent: -9999px; height: 32px;}

.custom #feedback #twitter { background: url('http://mouseproud.net/blog/wp-content/uploads/2009/12/twittericon.png') no-repeat 0 -32px; }
	.custom #feedback #twitter:hover { background-position: 0 0; }

.custom #feedback #facebook { background: url('http://mouseproud.net/blog/wp-content/uploads/2009/12/facebookicon.png') no-repeat 0 -32px; }
	.custom #feedback #facebook:hover { background-position: 0 0; }

.custom #feedback #linkedin { background: url('http://mouseproud.net/blog/wp-content/uploads/2009/12/linkedinicon.png') no-repeat 0 -32px; }
	.custom #feedback #linkedin:hover { background-position: 0 0; }

.custom #feedback #rss { background: url('http://mouseproud.net/blog/wp-content/uploads/2009/12/rssicon.png') no-repeat 0 -32px; }
	.custom #feedback #rss:hover { background-position: 0 0; }

.custom #feedback #email { background: url('http://mouseproud.net/blog/wp-content/uploads/2009/12/emailicon.png') no-repeat 0 -32px; }
	.custom #feedback #email:hover { background-position: 0 0; }


/* Twitter customisation */
.custom .twitter-item { margin-bottom: 0em; padding: .5em 0 .5em 0; border-bottom: 1px solid #000; }
	.custom .twitter-item:hover { background: #ccc; }
	.custom .twitter-item a { color: #118822; }
	.custom .twitter-item a:hover { color: #ff00ff; }


/* Feature Box Styling */
.custom #feature_box {
        background:#ffffff;
        height:27em;
        width:95%;
        padding-top: 2em;
        padding-left: 1.1em;
}
#my-feature-box {
        width:100%;
        height:27em;
        color:#111111;
        font-size:18px;
}
#my-feature-box h2 {
        color:#111111;
        font-size:28px;
        letter-spacing:1px;
        margin-bottom:3px;
}
#feature-box-column-left {
        width:47%;
        float:left;
        height:125px;
        margin-left:1px;
}
#feature-box-column-right {
        width:47%;
        float:right;
        height:125px;
}

