/*
Theme name: WordPress Penmaen-Media
Theme URI: http://www.mediamdus.com
Description: Penmaen-Media Plain Theme
Version: 1.0
Author: Jason White & Chas Shrosbree
Author URI: http://www.mediamdus.com
Tags: Media Modus Wordpress Project

*/



@charset "utf-8";
/* CSS Document */
/*/// General ///*/
div, h1, h2, h3, h4, p, ul, li, img, form {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
/*/// the above it to help with layout ///*/
body {
	background:#346667;
}
#wrapper {
	width: 980px;
	margin: 0 auto; /* this overrides the text-align: center on the body element. */
}
#containerTwo {
	float:left;
	width:730px;
}
.clear {
	clear:both;
}
/*/// Typography ///*/
body {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#FFF;
}
h1 {
	font-size:180%;
	font-weight:normal;
}
h2 {
	font-size:180%;
	font-weight:normal;
}
h3 {
	font-size:110%;
	font-weight:normal;
	line-height:28px;
	text-decoration:underline;
}
h4 {
	font-size:110%;
	font-weight:normal;
	line-height:26px;
}
h5 {
	font-size:80%;
	font-weight:normal;
	line-height:15px;
}
p {
	line-height:18px;
	margin:0px 0px 18px 0px;
}
a {
	text-decoration:underline;
	color:#FFF;
}
.big {
	font-size:180%;
	line-height:22px;
}
.bigger {
	font-size:200%;
	line-height:30px;
}
.biggest {
	font-size:220%;
	line-height:32px;
}
/*/// Headers ///*/
#header {
	width:980px;
	height:120px;
	background:#FFF;
}
#headerRight {
	float:right;
	width:630px;
	height:120px;
}
#headerLeft {
	float:left;
	width:350px;
}
#header h1 {
	padding:10px 0px 0px 330px;
}
/*/// Content ///*/
#content {
	float:left;
	width:480px;
	padding:20px 40px;
	list-style-position:inside;
}
#content h2 a {
	text-decoration:none;
	font-size:90%;
	line-height:27px;
}
#post-41 h2 {
	display:none;
}
#post-41 ul {
	margin-bottom:10px;
}
#post-102 p {
	line-height:14px;
	margin:0px 0px 2px 0px;
}
#post-102 ul {
	list-style-type:none;
}
/*/// Sidebar Right ///*/
#sidebarRight {
	float:right;
	width:240px;
	padding:20px 10px 0px 0px;
}
#sidebarRight ul {
	list-style:none;
	margin:0px 0px 0px 0px;
}
#sidebarRight h2 {
	font-size:110%;
	font-weight:normal;
	line-height:26px;
}
#sidebarRight .blogHome {
	padding-bottom:10px;
	padding-left:10px;
}
#sidebarRight .blogHome a {
	font-size:110%;
	font-weight:normal;
	line-height:26px;
	text-decoration:none;
}
#sidebarRight .blogRoll {
	margin-top:20px;
	padding-left:10px;
}
#sidebarRight .blogRoll li.linkcat {
	text-transform:lowercase;
}

.searchBox {
	background:#669999 url(/wp-content/themes/Penmaen-Media/images/sidebarRightBg.jpg) top no-repeat;
}
.sidebarTop {
	background:#669999 url(/wp-content/themes/Penmaen-Media/images/sidebarRightBg.jpg) top no-repeat;
}
.sidebarBottom {
	background:url(/wp-content/themes/Penmaen-Media/images/sidebarRightBottomBg.jpg) bottom no-repeat;
}
#sidebarRight ul.usefulArticlesIndent {
	background-color:#346667;
}
/*//.sidebarBottom {
	padding:0px 10px 10px 10px;
}//*/
#sidebarRight form {
	padding: 0px 0px 20px 10px;
}
#sidebarRight label {
	font-size:110%;
	font-weight:normal;
	line-height:26px;
}
.boxPaddingTRBL {
	margin-top:20px;
	padding:10px 10px;
}
.indent10 {
	padding-left:10px;
	padding-top:10px;
}
.usefulArticlesIndent {
	padding:0px 0px 0px 10px;
}
.linkToBlog a {
	text-decoration:none;
}
.sidebarBottom p {
	padding:0px 0px 10px 10px;
}
/*/// Navigation ///*/
#navigation {
	float:left;
	width:160px;
	padding:20px 0px 0px 10px;
}
#navigation ul {
	list-style:none;
	margin:0px 0px 20px 0px;
	padding: 0px 0px 10px 0px;
	font-size:110%;
	font-weight:normal;
	line-height:26px;
	background: #669999 url(/wp-content/themes/Penmaen-Media/images/navigationBottomBg.jpg) bottom no-repeat;
}
#navigation li:first-child {
	background: url(/wp-content/themes/Penmaen-Media/images/navigationBg.jpg) top no-repeat;
}
#navigation li {
	padding:0px 10px;
}
#navigation a {
	text-decoration:none;
}
#navigation a:hover {
	text-decoration:underline;
}
/*/// Blog Elements ///*/
/*/// Forms ///*/
/*/// Footer ///*/
#footer {
	clear:both;
	margin:10px 0px 0px 0px;
}
#footerNav {
	background:url(/wp-content/themes/Penmaen-Media/images/footerNavBg.jpg) no-repeat;
	width:960px;
	height:30px;
	margin:0px 10px;
}
#footerNav ul {
	margin:0px 0px 0px 260px;
	font-size:110%;
	font-weight:normal;
	line-height:26px;
}
#footerNav li {
	display:inline;
	float: left;
}
#footerNav a {
	padding:0px 10px;
	line-height:30px;
	text-decoration:none;
}
#footerNav a:hover {
	text-decoration:underline;
}
/*/// commented out ///
.footerNavTL {
	background:url(/wp-content/themes/Penmaen-Media/images/footerNavTLBg.jpg) top left no-repeat;
}
.footerNavTR {
	background:url(/wp-content/themes/Penmaen-Media/images/footerNavTRBg.jpg) top right no-repeat;
}
.footerNavBL {
	background:url(/wp-content/themes/Penmaen-Media/images/footerNavBLBg.jpg) bottom left no-repeat;
}
.footerNavBR {
	background:url(/wp-content/themes/Penmaen-Media/images/footerNavBRBg.jpg) bottom right no-repeat;
}
*/
#copyright {
	clear:left;
}
#footerRight {
	float:right;
}
#footerLeft {
	float:left;
}
/*/// Images ///*/
/*// Other ///*/
