* { padding: 0; margin: 0; outline: 0; }

body {
    font-size: 12px;
    font-family: Verdana, Arial, sans-serif;
    color: #626262;
    background: #7b446c url(images/body-bg.gif) repeat-x center 0;
    text-align: left;
}

p { line-height: 18px; }

.cl { font-size: 0; line-height: 0; height: 0; clear: both; }
.notext { font-size: 0; line-height: 0; text-indent: -4000px; }
a img { border: 0; }
a { color: #c41792; text-decoration: underline; }
a:hover { text-decoration: none; }

.center { margin: 0 auto; }
.left { float: left; display: inline; }
.right { float: right; display: inline; }

.a-center { text-align: center; }
.a-left { text-align: left; }
.a-right { text-align: right; }

.shell { width: 969px; margin: 0 auto; }

h1#logo {
	float: left;
	display: inline;
	height: 153px;
	width: 207px;
	font-size: 0;
	line-height: 0;
}

h1#logo a {
	display: block;
	background: url(images/logo.gif);
	height: 153px;
	text-indent: -4000px;
}

.header-content {
	float: right;
	display: inline;
	width: 480px;
	text-align: right;
	padding-top: 80px;
}

.header-content h2 { 
	display: inline; 
	font-size: 16px; 
	text-transform: uppercase; 
	font-weight: bold; 
	color: #fff; 
	padding-right: 25px;
}

.header-content h3 { 
	display: inline; 
	font-size: 14px;  
	font-weight: bold; 
	color: #fff; 
}

.navigation { 
	float: left;
	display: inline;
	width: 800px;
}

.navigation ul { list-style: none outside; padding-left: 6px; }
.navigation li { 
	display: inline; 
	font-size: 11px; 
	font-weight: bold;
	text-transform: uppercase;
	padding-right: 40px;
}

.navigation li a { 
	color: #fff; 
	text-decoration: none; 	
	line-height: 35px; 
}

#header a:hover { text-decoration: underline !important; }

#content { padding-top: 16px; }


#header .feeds { 
	float: right; 
	display: inline;
	background: url(images/feeds-icon.gif) no-repeat right center;
	padding-right: 35px;
	line-height: 35px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}


#mainbox { 
	float: left;
	display: inline;
	width: 658px;
}

.post {
    width: 658px;
    margin-bottom: 20px;
}
.post-bottom {
    height:74px;
    background: url(images/post-bot.png) no-repeat 0 bottom;
}

.post a { font-weight: bold; color: #8d4e7d; }

#mainbox .post .top {
	background: url(images/post-top.png) no-repeat 0 0;
	height: 67px;
	width: 100%;
}


#mainbox .post .top span { 
	display: block;
	text-align: center;
	font: 14px "Trebuchet MS", Verdana, Arial;
	font-weight: bold;
	line-height: 62px;
	color: #7b466f;
	text-transform: uppercase;
}

#mainbox .post .main {
	background: #fff url(images/post-main.gif) no-repeat 0 0;
	padding: 0 20px;
	min-height: 210px;
}

#mainbox .post h2 {
	font: 24px Georgia, Times, serif;
	font-style: italic;
	font-weight: normal;
	padding-bottom: 15px;
}

#mainbox .post h2 a { color: #834a72 !important; text-decoration: none; font-weight: normal; }

#mainbox .post h2 a:hover { text-decoration: underline; }

#mainbox .post p { padding-bottom: 18px; }

#mainbox .metadata { padding: 10px 0; }

#mainbox .post .bot {
	height: 74px;
	background: #fff;
}

.post .bot a {
	display: block;
	background: url(images/share-link.gif) no-repeat 0 0;
	height: 16px;
	width: 125px;
	margin: 0 auto;
	margin-top: 25px;
}

#sidebar { 
	float: right;
	display: inline;
	width: 305px;
	padding-top: 35px;
}

.box { margin-bottom: 10px; }

.box .top {
	background: url(images/box-top.png) no-repeat 0 0;
	height: 80px;
}


.box .top h2 {
	font: 20px "Myriad Pro", Verdana, Arial, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	padding-top: 43px;
}

.box .main {
	background: #fff url(images/box-main.gif) no-repeat 0 0;
	padding: 0 14px;
}

.box .bot {
	background: url(images/box-bot.png) no-repeat 0 0;
	height: 41px;
	font-size: 0;
	line-height: 0;
	text-indent: -4000px;
}

.box ul { list-style: none outside; padding-bottom: 15px; }
.box li { border-bottom: 1px solid #cfc7ca; padding: 5px 0; padding-left: 5px; }
.box li a { font-weight: bold; color: #888788; text-transform: uppercase; text-decoration: none; }
.box li a.active, .box li a:hover { color: #945483; }
.bb { border-bottom: 0 !important; }

#footer {
	background: url(images/footer.png) repeat-x  0 0;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	height: 128px;
	text-transform: uppercase;
}

#footer p { line-height: 40px; padding-left: 10px; }

.nextprev {
    padding: 20px;
    width: 618px;
}
.nextprev a {
    color: #fff;
}
.nextprev div.alignleft { float: left;}
.nextprev div.alignright { float: right;}

