/* resets */

ul, ol, li {
	margin: 0;
	padding: 0;
	list-style:none;
}
h1,h2,h3,h4,h5,h6, 
form,fieldset,input,textarea,p,blockquote {
	margin: 0;
	padding: 0;
}

/* start styles */

html {
}
body {
	/*font-family:  Georgia, Tahoma, Arial,sans-serif;*/
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100%;
	background-image: url('http://www.edpriceishungry.com/ww_view/css/edprice/images/edprice_body.jpg');	background-repeat: no-repeat;
	background-position: 50% 0;

}
a {
	text-decoration: none;
	color: #333;
}
a:hover {
	color: #aa0000;
}
#pageouter {
}
#pageinner {
}

/* titlebar  styles 
------------------------------------------------*/

#titlebar {
}
#titletext {
	width: 820px;
	height: 120px;	
	background-image: url('http://www.edpriceishungry.com/ww_view/css/edprice/images/edprice_body.jpg');
	background-repeat: no-repeat;
}
#titletext p {
	display: none;
}
#titletext small {
	display:none;
}
#titletext p a {
	color: #eee;
}
#titletext p a:hover {
	color: #fff;
}
#titleright {
	font-size: 0.75em;
	color: #666;
}
#titleright p {

	display:none;
}
/* content  styles 
------------------------------------------------*/

#content {
	padding-top: 24px;
}

/* rightcontent  styles 
------------------------------------------------*/

#rightcontent {
	padding: 8px;
	padding-top: 0px;
	width: 184px;
}
#rightcontent a {
	color: #555;
}
#rightcontent a:hover {
	color: #81A3B1;
}
#rightupper {
}
#rightinner {
}
#rightouter {
}
#rightcontent .listheader, #rightcontent h6 {
	font-size: 0.875em; /* 14px */
	padding: 4px 8px;
	text-transform: lowercase;
	border-bottom: 2px solid #81A3B1;
	color: #fff;
	background-color: #81A3B1;
	margin: 8px -8px;
	font-weight: bold;
}
#rightcontent p {
	font-size: 0.8125em; /* 13px */
}
#rightcontent ul {
	font-size: 0.8125em; /* 13px */
	list-style-type: none;
	padding-bottom: 12px;
	width: 184px;
	overflow: auto;
}
#rightcontent li {
	margin: 4px 0;
	clear: both;
	overflow: auto;
}
#rightcontent img {
	padding: 2px;
	margin-bottom: 2px;
	border: none;
}
#rightcontent h6 img {
	padding: 0px;
	margin: 0px;
}
#rightcontent form {
	font-size: 0.75em; /* 12px */
	padding-bottom: 12px;
	margin-top: 8px;
}
#rightcontent form label {
	display: none;
}
#rightcontent form input, #rightcontent form select{
	width: 148px;
	border: solid 1px #81A3B1;
	background-color: #fff;
	color: #666;
}
#rightcontent form .gobutton {
	padding: 0px;
	width: 30px;
	background-color: #81A3B1;
	color: #ffffff;
}

#rightcontent #twitter_update_list {
}
#rightcontent #twitter_update_list li{
	padding-top: 12px;
	padding-bottom: 12px;
	line-height: 1.5em;
	color: #666;
}
#rightcontent #twitter_update_list small {
	float: right;
	color: #999;
}
/* maincontent  styles 
------------------------------------------------*/
#maincontent {
}
#maincontent div {
	/* this codes automatically clears floats */
	/*overflow: auto;
	width: 100%;*/
	
}
.page_header {
	position: relative;
	overflow: auto;
	width: 480px;
	font-weight: bold;
	font-size: 1em;
	text-transform: lowercase;
	color: #660000;
	margin-top: 8px;
	margin-bottom: 24px;
}
.page_header div {
}
#articlebody {
	position: relative;
	width: 480px;
}
#articlebody h1,
#articlebody h2,
#articlebody h3,
#articlebody h4 {
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}
#articlebody h1 {
	font-size: 1.5em;
	margin-top: 12px;
	padding-bottom: 4px;
	margin-bottom: 0px;
	color: #444;
	letter-spacing: 0.05em;
}
#articlebody h2 {
	letter-spacing: 0.05em;
	font-size: 1.125em;
	margin-top: 24px;
	margin-bottom: 12px;
	color: #444;
}
#articlebody p {
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 0.875em;  /* 13px */
	line-height: 1.5em;
	margin-bottom: 16px;
	color: #444;

}
#articlebody p a,
#articlebody ul a {
	color: #660000;	
	border-bottom: dashed 1px #aaa;
}
#articlebody p.byline {
	color: #999;
	font-size: 0.75em;
	border-top: solid 1px #eee;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}
#articlebody span.byline_date {
}
#articlebody span.byline_author {
}
#articlebody p.summary {
	color: #999;
	font-weight: bold;
}
#articlebody ul, #articlebody ol {
	margin: 0;
	padding: 0;
	margin-top: 8px;
	margin-bottom: 8px;
}
#articlebody li {
	font-size: 0.75em;  /* 13px */
	line-height: 1.75em;
	color: #666;
	margin-left: 28px;
	margin-top: 8px;
	margin-bottom: 8px;
}
#articlebody blockquote {
	font-family: georgia;	
	border-left: solid 2px #81A3B1;
	padding: 12px;
	color: #333;
	font-size: 1em;
	margin: 8px 24px;
	background-color: #f4f4f4;
}
#articlebody blockquote p {
	font-family: georgia;	
	font-size: 0.75em;
	line-height: 1.75em;
	margin: 4px;
}
#articlebody blockquote p.attribute {
	font-weight: bold;
	text-align: right;
	font-size: 1em;
	font-size: 0.75em;
	font-family: helvetica, arial, sans-serif;
}
#articlebody blockquote.code {
	border-color: #990000;
}
#articlebody blockquote.code p {
	font-family: monospace;
	border-bottom: dotted 1px #ddd;
	margin: 2px;
	font-size: 1em;
}
#articlebody .pullquote {
	color: #999;
	width: 160px;
	text-align: center;
	font-weight: bold;
	font-size: 1em;
	line-height: 1.25em;
	margin-top: 4px;
}
#articlebody .subline {
	margin-left: 20px;
	margin-bottom: 0px;
	color: #999;
	line-height: 1em;
	border-top: solid 1px #ccc;
	padding-top: 4px;
	clear: both;
}
.edited {
	text-align: right;
	color: #999999;
}
#articlefooter {
	position: relative;
	padding-top: 20px;
	font-size: 0.75em;  /* 12px */
	line-height: 1.75em;
	width: 480px;
}
#articlefooter ul.attachments {
	overflow: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#articlefooter .attachments li:first-child {
	font-weight: bold;
}
#articlefooter ul.attachments li {
	float: left;
	margin: 0;
	padding: 0;
	margin-right: 12px;
}
#articlefooter ul.attachments li a {
}
#articlefooter ul.tags{
	overflow: auto;
	margin: 0;
	padding: 0;
	margin-top: 20px;
	list-style-type: none;
	border-top: solid 1px #eee;
	padding-top: 4px;
	padding-bottom: 4px;
}
#articlefooter .tags li:first-child {
	font-weight: bold;
}
#articlefooter ul.tags li {
	float: left;
	margin: 0;
	padding: 0;
	margin-right: 12px;
}
#articledetails {
	font-size: 0.625em;
	width: 478px;
	border: dashed 1px #660000;
	margin-top: 20px;
	margin-bottom: 10px;
	color: #333;
	float: left;
	overflow: auto;
}
#articledetails p {
	padding: 4px;
	margin-left: 20px;
	margin-right: 8px;
	
}
#articledetails a {
	color: #333;
	border-bottom: dashed 1px #999;
}
#articledetails a:hover {
	color: #660000;
}

/* bookmarks pages 
------------------------------------------------*/
#bookmarkslist {
	width: 120px;
	overflow: hidden;
	padding: 4px;
	float: right;
	margin-top: 0px;
	list-style-type: none;
}
#bookmarkslist a {
	border: solid 1px #cccccc;
}
#bookmarkslist span {
	/*float: left;*/
	font-weight: bold;
	font-size: 0.8em;
	width: 110px;
	display: none;
}
.bookmarks_header {
	display: none;
}
.bookmark_item {
	float: right;
	margin: 2px;
}
.bookmark_item img {
	border: none;
	margin: 3px;
}
.bookmark_item a {
	width: 22px;
	height: 22px;
	display: block;
}
.bookmark_item a:hover {
	border: solid 1px #333333;
	background-color: #ffffff;
}
/* results pages 
------------------------------------------------*/
.multi {
	float: left;
	margin-bottom: 24px;
	border-bottom: dashed 1px #cccccc;
	width: 480px;
}
.multi a {
	color: #660000;
}
.multi a:hover {
	color: #000;
}
.multi .summaryresults {
	margin-left: 80px;
	margin-bottom: 8px;
	font-size: 0.75em;
}
.multi .summaryresults p {
	margin-top: 0px;
	margin-bottom: 8px;
	line-height: 1.5em;
}
.multi .summaryresults .result_title { /* titles */
	font-size: 1.0em;
	letter-spacing: 0.05em;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 6px;
	margin-top: 0px;
	font-weight: bold;
}
.multi .fullresults {
}
.multi .fullresults p {
	line-height: 1.75em;
	font-size: 0.8125em;  /* 13px */
	margin-bottom: 12px;
	color: #333;
}
.multi .fullresults ul, 
.multi .fullresults ol {
	font-size: 0.75em;
	margin: 0;
	padding: 0;
	margin-top: 8px;
	margin-bottom: 8px;
}
.multi .fullresults li,
.multi .fullresults blockquote {
	line-height: 2em;
	color: #333;
	margin-left: 24px;
}
.multi .fullresults .result_title { /* titles */
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.05em;
	font-size: 1.5em;
	line-height: 1.25em;
}
.multi .result_summary {
	color: #333;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 0px;
	font-weight: normal;
}
.multi .fullresults .result_summary {
	color: #666;
}
.multi .readmore {
	margin-top: 8px;
}
.multi .result_date { /* date line */
	margin-top: 8px;
	font-weight: normal;
	color: #666666;
	text-align: right;
	font-size: 0.75em !important;
}
.multi .resultsthumb {
	float: left;
	border: none;
	margin-right: 8px;
	margin-bottom: 4px;
}
.multi .resultsthumb img {
	border: none;
}
.multi .icon{
	border: none;
	margin-bottom: -3px;
}

/* pagination 
------------------------------------------------*/
#navlist {
	float: left;
font-size: 0.75em;
	margin: 0;
	margin-top: 12px;
	list-style: none;
	font-weight: bold;
	padding: 0;
	width: 480px;
}
#navlist li {
	float: left;
	width: auto;
	margin: 1px;
}
#navlist li a {
	display: block;
	border: solid 1px #660000;
	color: #660000;
	padding: 4px;
}
#navlist li a:hover {
	background-color: #990000;
	border: solid 1px #660000;
	color: #ffffff;
}
#navlist .back {
}
#navlist .previous {
}
#navlist .page {
}
#navlist .currentpage {
	display: block;
	background-color: #660000;
	border: solid 1px #660000;
	color: #ffffff;
	padding: 4px;
}
#navlist .next {
}
#navlist .forward {
}
#navlist .off {
	border: solid 1px #cccccc;
	color: #999999;
	padding: 4px;
}
#navlist .locator {
	display: block;
	background-color: #660000;
	border: solid 1px #660000;
	color: #ffffff;
	padding: 4px;
	float: right;

}

/* comments  styles 
------------------------------------------------*/

#commentwrapper {
	float: left;
	width: 480px;
}
.errordiv {
	float: left;
}
#commentwrapper h2 {
	font-size: 1em;
	margin-top: 24px;
	padding: 4px;
	margin-bottom: 16px;
	color: #660000;
	font-family: verdana;
	letter-spacing: -0.05em;
	border-left: solid 12px #660000;
	background-color: #eee;
	padding-left: 8px;
	word-spacing: 0.05em;
}
#commentwrapper p,
#commentwrapper ul {
	font-size: 0.75em;
}
.comment {
	border-bottom: solid 1px #ddd;
	border-top: solid 1px #ddd;
	color: #333333;
	padding: 4px;
	margin-top: -1px;
	margin-left: 22px;
}
.comment h4 {
	font-size: 0.875em;
	font-family:  Georgia, Tahoma, Arial,sans-serif;
	border: none;
	margin: 0px;
	padding-top: 2px;
	color: #666;
}
.comment h4 span.postername {
	margin-right: 8px;
}
.comment h4 span.postername a {
	border-bottom: dashed 1px #ddd;
}
.comment h4 span.posterdate {
	font-style: italic;
	color: #888;
}
.comment p {
	margin-left: 24px;
	margin-right: 10px;
	line-height: 1.6em;
	margin-top: 8px;
	margin-bottom: 8px;
}
#replydetails {
	padding: 4px 0;
}
#replydetails p{
	margin-top: 4px;
}
.commentheader {
	font-weight: bold;
	font-size: 0.875em;
	text-transform: lowercase;
	color: #ffffff;
	background-color: #999;
	padding-top: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	float: left;
}
#commentform {
	float: left;
	margin-top: 12px;
	margin-bottom: 12px;
	background-color: #eee;
	padding: 12px 0;
}
#commentform  p {
	float: left;
	clear: both;
	margin-top: 0px;
	margin-bottom: 4px;
	width: 450px;
}
#commentform  label {
	float: left;
	clear: left;
	margin-top: 0px;
	margin-bottom: 6px;
	padding: 4px;
	width: 110px;
	color: #666;
	font-weight: bold;
	text-align: right;
	font-size: 1em;
	font-family:  Georgia, Tahoma, Arial,sans-serif;
}
#commentform  input {
	float: left;
	margin-bottom: 4px;
	margin-left: 10px;
	padding: 2px;
	width: 300px;
	background-color: #fff;
	border: solid 1px #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #660000;
}
#commentform  textarea {
	float: left;
	padding: 4px;
	margin-top: 0px;	
	margin-bottom: 6px;
	margin-left: 10px;
	width: 296px;
	background-color: #fff;
	border: solid 1px #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #660000;
}
#commentform  .button {
	width: auto;
	margin-left: 126px;
	border: solid 1px #ccc;
	background-color: #ddd;
	color: #666;
	font-weight: bold;
	margin-top: 10px;
	clear: left;
	font-family:  Georgia, Tahoma, Arial,sans-serif;
}
#commentform  .button:hover {
	border-color: #660000;
	color: #660000;
}
#commentform  input:focus,
#commentform  textarea:focus {
	border-color: #660000;
}
#commentform  .tinyinput {
	width: 40px;
	margin-right: 4px;
}
.commenterror {
	border: solid 1px #990000;
	padding: 8px;
	color: #660000;
}
.commenterror li {
	margin:  4px 24px;
	list-style-type: circle;
}
/* footer  styles 
------------------------------------------------*/

#footer{
	background-color: #eee;
	color: #666;
	border-top: solid 1px #999;
}
#footer * {
	margin: 0;
}
#footer p {
	font-size: 0.75em;
	padding-top: 10px;
	font-weight: bold;
}
#footer a {
	color: #ccc;
}
#footer a:hover {
	color: #fff;
}


/* image styles 
------------------------------------------------*/
.imagecaption {
	background-color: #999;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding-bottom: 4px;
	font-size: 0.875em;
}
.imagecaption h1 {
	margin-bottom: 0px;
}
.imagecaption p {
	color: #333333;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 2px;
}
.left {
	margin-right: 10px;
	padding-top: 2px;
	margin-bottom: 2px;
	border: none;
	float: left;
}
.right {
	margin-left: 10px;
	padding-top: 2px;
	margin-bottom: 2px;
	border: none;
	float: right;
}
.center {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

/* text positioning 
------------------------------------------------*/
 
.listitem{
	float: left;
	width: 70%;
}
.listtotal {
	float: right;
	width: 20%;
}
.textleft {
	float: left;
}
.textright {
	float: right;
}


