/*
Theme Name: Marquee Magazine
Theme URI: http://www.marqueemagazine.com/
Description: Theme developed by <a href="http://www.ntara.com" target="_blank">ntara</a> to front Marquee's new blog site.
Version: 1.0
Author: ntara

*/

/*Global*/

body {
	background-image: url('/images/blockParty_background.jpg');
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body, p, div {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #6c4333;
}

a {
	color: #4E2D1D;
}

hr {
	border: none;
	border-bottom: 1px solid #784f3c;
	height: 0px;
	visible: false;
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
}

input, textarea {
	border: 1px solid #784f3c;
	background-color: #f9f9f7;
	color: #4E2D1D;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;

}

input {
	padding-left: 5px;
	padding-right: 5px;
}

textarea {
	padding: 5px;
}

table#website {
	background-color: #f9f9f7;
	width: 948px;
}

table#website td.content {
	text-align: left;
	padding-left: 6px;
}

div#flashHeader {
	height: 276px;
}

/*Nav*/

div#navigation {
	background-color: #4e2d1d;
	width: 936px;
	height: 41px;
}

div#imageNavigation {
	float: left;
}

div#textNavigation {
	margin: 13px 15px 0px 0px;
	float: right;
}

div#textNavigation, div#textNavigation a {
	color: #bcb5a1;
	letter-spacing: 1px;	
	text-align: right;
	font-size: 8pt;
	text-decoration: none;
}

div#textNavigation a:hover {
	text-decoration: underline;
}

div#topLine {
	height: 20px;
	background-image: url('/images/topLine.gif');
	background-repeat: repeat-x;
	margin-right: 6px;
}

/*Right Box/Free Issue Ad*/

div#rightBar {
	float: right;
	margin-right: 14px;
	margin-bottom: 15px;
}

div#rightBar div#featuredLinks {
	width: 170px;
}

div#rightBar div#featuredLinks h2 {
	font-size: 13px;
	margin-left: 0px;
	padding-left: 0px;
}

div#rightBar div#featuredLinks ul, li {
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	font-size: 11px;
}

/*Home Page*/
/*Featured Items*/

div.sideimage {
	float: left;
	width: 62px;
}

div.featureBox {
	width: 214px;
	float: left;
	margin-right: 4px;
	margin-bottom: 15px;
	background-color: #f0eee3;
	/*background: #f0eee3 url('/images/readMore.gif') no-repeat fixed bottom left; */
}

div.featureBox img.readMoreLink {
	margin: 10px 0px 8px 12px;
}

div.featureBox table {
	height: 170px;
}

div.featureBox td.featureText {
	padding: 8px 12px 0px 10px;
	text-align: left;
	font-size: 8pt;
	height: 33%;
}

div.featureBox td.featureText h1 {
	color: #784f3c;
	font-size: 13pt;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0px;
}

div.featureBox td.featureText img, div.featureBox td.featureText h2, div.featureBox td.featureText h3 {
	display: none;
}

div.featureBox, div.featureBox div, div.featureBox p, div.featureBox a {
	text-decoration: none;
}


/*Blog Items*/

div#blogItems {
	float: left;
	width: 650px;
}

div.blogItem {
	font-size: 8pt;
	text-align: left;
	height: 120px;
	clear: left;
}

div.blogItem img {
	float: left;
	padding-right: 20px;
}

div.blogItem h1 {
	color: #784f3c;
	font-size: 13pt;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	text-decoration: none;
}

h2.tinyGreen {
	color: #b4a447;
	font-size: 8pt;
	font-weight: normal;
	text-transform: lowercase;
	margin: 2px 0px 4px 0px;
}

div.blogItem a.more-link {
	display: block;
	padding-bottom: 5px;
	margin-bottom: 5px;
}


/*Footer*/

table#footer, table#footer a {
	background-color: #4e2d1d;
	width: 936px;
	color: #baac96;
	font-size: 8pt;
}

/*table#footer td {
	text-align: right;
}*/


/*Sub Pages/Posts*/

div#postContent {
	float: left;
	font-size: 9pt;
	padding-bottom: 15px;
	width: 525px;
	line-height: 14pt;
}

div#postContent h1, div#postContent h2, div#postContent h3 {
	color: #784f3c;
	margin-top: 5px;
	text-decoration: none;
}

div#postContent h1 {
	font-size: 14pt;
	font-weight: bold;
        text-transform: uppercase;
	letter-spacing: 0px;
	padding-bottom: 12px;
}

div#postContent h2 {
	font-size: 11pt;
	font-weight: bold;
}

div#postContent h3 {
	font-size: 10pt;
	font-weight: bold;
}

div#postContent div.metaInfo { /*For Author Name on Blog Posts*/
	color: #446584;
	font-size: 11px;
	padding-bottom: 5px;
}

img.rightalign {
	float: right;
	padding-left: 15px;
	padding-bottom: 15px;
}

img.leftalign {
	float: left;
	padding-right: 15px;
	padding-bottom: 15px;
}

div#postContent img.border {
	border: solid 1px #4e2d1d;
}


/*Left Navigation:*/

div#leftNavigation {
	width: 190px;
	float: left;
	position: relative;
	right: 14px;
}

/*Fix IE List display issues:*/

div#IENav{
	position: relative;
	top: 2px;
}

div#IENav div#leftNavigation a {
	position: relative;
	bottom: 6px;
}

div#leftNavigation a {
	position: relative;
	bottom: 6px;
	color: #784f3c;
	font-weight: bold;
	text-transform: lowercase;
	font-size: 10pt;
	text-decoration: none;
}

div#leftNavigation a:hover {
	text-decoration: underline;
}

div#leftNavigation ul {
	margin-top: 5px;
	letter-spacing: 1px;
}

div#leftNavigation li {
	padding-top: 0px;
	padding-bottom: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
}

div#leftNavigation .page_item {
	list-style : url('/images/articleNav_unselected.gif');
}

div#leftNavigation .current_page_item {
	list-style : url('/images/articleNav_selected.gif');
}

/*For Dagon Design Form Mailer Plugin*/

div.ddfmwrap {
	padding-top: 25px;
}

table#backIssues td {
	vertical-align: top;
}

/*Cart Stuff (Subscribe Page)*/

table.productcart {
	width: 100%;
}

table.productcart tr.firstrow td {
	font-weight: bold;
}

.postedTime {
	font-size: 8pt;
}