/*
Theme Name: Market Arts Creative
Theme URI: http://www.market-arts.com/
Description: A custom theme for Market Arts coded by Stereo Interactive & Design
Version: 1.0
Author: Market Arts Creative with Stereo Interactive & Design
Author URI: http://stereointeractive.com/
*/

/* Begin Typography & Colors */
body{
	background:url(images/bg.gif) center repeat-y #fc881e;
	margin:0 25px 0 25px;
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#000000;
	text-align:center;
	line-height:18px;
}
br.clear {
	clear: both;
	width: 0;
	height: 0;
	border: none;
	background: inherit;
	margin: 0;
	padding: 0;
}
p{
	margin:0 0 20px 0;
}
#mainwrap{
	width:795px;
	display:block;
	background:#ffffff;
}
#interiorwrap{
	display:block;
	width:741px;
	background:url(images/header.jpg) no-repeat;
}
#header{
	display:block;
	height:213px;
	width:741px;
}
#header a {
  text-indent:-3000px;
  display:block;
  height:213px;
	width:741px;
}
#nav{
	display:block;
	height:23px;
	width:741px;
	margin-bottom:22px;
}
#nav a{
	display:block;
	float:left;
	height:23px;
	margin-right:40px;
}
#nav a.about{
	background:url(images/about_us.gif) no-repeat;
	width:76px;
}
#nav a.websites{
	background:url(images/our_websites.gif) no-repeat;
	width:105px;
}
#nav a.podcast{
	background:url(images/creative_juice_podcast.gif) no-repeat;
	width:173px;
}
#nav a.email{
	background:url(images/email.gif) no-repeat;
	width:55px;
}
#nav a.subscribe{
	background:url(images/subscribe_blog.gif) no-repeat;
	width:167px;
	margin-right:0;
}
#nav a:hover{
	background-position:100% -23px;
}
#colwrap{
	display:block;
	width:741px;
	text-align:left;
}
#colleft{
	display:block;
	float:left;
	width:460px;
	margin-right:16px;
	padding-top:22px;
}
.entry{
	display:block;
	padding-bottom:12px;
}
.entry h1{
	font-size:18px;
	margin:0 0 18px 0;
	line-height:24px;
}
.entry h2, #colleft h2{
	display:inline;
	font-size:14px;
	margin:0;
}
.entry a{
	color:#000000;
	text-decoration:underline;
}
.entry a:hover{
	color:#ff9933;
}
.entry img{
	border:none;
}
.entrynav{
	text-align:right;
	display:block;
	padding-right:3px;
	font-size:10px;
	margin-bottom:18px;
}
.entrynav a{
	color:#ff3333;
	text-decoration:none;
	font-weight:bold;
}
.date{
	font-weight:bold;
	color:#ff3333;
	font-size:14px;
	margin-bottom:6px;
	display:block;
}
.author{}
.comments{
	display:block;
	padding:8px 2px 18px 18px;
}
.comment{
	display:block;
	padding:10px 0 10px 0;
	border-bottom:1px dotted;
	line-height:16px;
}
.comment p{
	margin-bottom:10px;
}
.commentposter{
	font-size:10px;
	text-align:right;
}
.commentposter a{
	color:#ff3333;
	text-decoration:none;
	font-weight:bold;
}
#colright{
	display:block;
	float:left;
	width:265px;
}
#colright h1{
	display:block;
	margin:0 0 16px 0;
	color:#ff3333;
	font-size:18px;
	height:22px;
}
#colright img{border:none; margin-bottom:8px;}
.caption{display:block; font-weight:bold; text-align:center; font-size:10px; margin-bottom:18px; line-height:14px;}
.quote{
	color:#ff9933;
	font-weight:bold;
	font-size:13px;
	line-height:21px;
}
.rightentry{
	line-height:16px;
	margin-bottom:18px;
	display:block;
}
.rightentry h2{
  color:#FF3333;
  display:block;
  font-size:14px;
  font-weight:bold;
  margin-bottom:6px;
}

.rightentry ul{
	margin:0 0 18px 16px;
	padding:0;
	list-style-type:none;
}
.rightentry li{
	padding:0;
	margin:0 0 6px 0;
}
.rightentry a{
	color:#ff3333;
	font-weight:bold;
	text-decoration:underline;
}
.rightentry li a{text-decoration:none; color:#000000;}
.rightentry a:hover{
	color:#ff9933;
}
.rightentry a.alt{
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
}
.rightentry a:hover.alt{
	color:#ff9933;
}
#adspace{
	display:block;
	text-align:center;
	padding:12px 0 18px 0;
	height:90px;
}
#footer{
	display:block;
	padding:10px 0 18px 0;
	font-size:10px;
	text-align:center;
}
#footer a{
	color:#000000;
	font-weight:bold;
}
#footer a:hover{color:#ff9933;}
.orange{
	color:#ff9933;
}
.red{
	color:#ff3333;
}

/* word press additional styles */
textarea#comment {
  width: 460px;
}