/*  
Theme Name: Media In The Pub
Theme URI: http://mediainthepub.com/
Description: A branded theme for mediainthepub.com.
Version: 0.1
Author: Fergus Pitt
Author URI: http://fergle.com/
*/



/* Begin Media In The Pub Styles & Structure */

body {
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	margin: 0;
	background-color: #FFFFFF;
	color: #000000;
}
#main{
	width:1024px;
}
.nav, .nav a:link, .nav a:active, .nav a:visited {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	
}

a:link, a:visited {
	text-decoration: underline;
	color:#000000;
}

a:hover {
	background-color:#FFFF66;
	color: #000000;
	text-decoration: none;
	
}

.qual, .qual a:active, .qual a:link, .qual a:visited{
	color: #666666;
	text-decoration: none;
}
.category, .category a:link, .category a:active, .category a:visited{
	color: #000000;
	text-decoration: none;
}

#header	{
	width:635px;
	height:145px;
	margin:35px 0px 0px 35px;
	font-size: 23px;
	line-height: 26px;
}

#left {
	float: left;
	width: 670px;
}

.articleheading{
width:620px;
background-image: url(http://mediainthepub.com/img/blackdashedhorizontal.gif);
background-repeat: no-repeat;
background-position: left top;
font-size: 23px;
font-weight: bold;
margin: 0px 0px 0px 35px;
padding: 11px 0px 11px 15px;
text-decoration: none;
}

.articleheading a:visited{
text-decoration: none;

}


.articleheading a:link, .articleheader a:visited{
	color: #000000;
	text-decoration: none;
}

.articletext{
width:605px;
background-image: url(http://mediainthepub.com/img/blackdashedhorizontal.gif);
background-repeat: no-repeat;
background-position: left top;
margin: 0px 0px 0px 35px;
padding: 8px 15px 8px 15px;
line-height: 22px;
}

.mainsplitcol1{
	width: 300px;
	margin: 0px;
	padding: 0px;
	float:left;
}

.mainsplitcol2{
	width: 290px;
	margin: 0px;
	padding: 0px;
	float:left;

}

#sidebar {
	width:350px;
    height: auto; 
    min-height: 827px; 
	float:left;
	background-image:url(http://mediainthepub.com/img/floorplan.gif);
	background-repeat:no-repeat;
	background-position: top;
}
#sideinner {
	background-image:url(http://mediainthepub.com/img/sideinnerbg.gif);
	background-repeat:repeat-y;
	min-height: 827px; 
	padding: 40px 0px 0px 0px;
}

#footer{
	width: 964px;
	background-image:url(http://mediainthepub.com/img/footer.png);
	background-repeat:no-repeat;
	background-position:left top;
	margin: 0px 0px 0px 35px;
	padding: 27px 11px 8px 11px;
	border-bottom: 1px dashed #000000; 
}

.sideelement {
	color: #666666;
	background-image:url(http://mediainthepub.com/img/greydash.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 0px 0px 0px 28px;
	padding: 8px 0px 9px 0px;
	
}

.sideelementform{
	background-color: #FFFF66;
	border: 1px dashed #000000; 
	margin: 3px 0px 8px 0px;
}

.sectionheading a:link, .sectionheading a:active, .sectionheading a:visited {
	color: #000000;
	text-decoration: none;

}

.sectionheading a:hover{
	background-color:#FFFF66;

}


.sectionheading2 a:link, .sectionheading2 a:active, .sectionheading2 a:visited {
	color: #000000;
	text-decoration: none;

}
.sectionheading2 a:hover{
	background-color:#FFFF66;
}


.excerptcopy a:link, .excerptcopy a:active, .excerptcopy a:visited{
	color: #000000;
	text-decoration: underline;
}
.excerptcopy p{
        margin-top: 2px;
}


/* End Fergle Style & Structure */



/* New for comments and pings */
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}




h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}







/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments and pings*/


/* CSS Document */

