/*
Theme Name: Macphoria
Theme URI: http://www.trackbackspider.com/
Description: Trackback Spider Theme
Author: Jared Croslow
*/
/* basic css */
HTML {
  height: 100%;
  margin-bottom: 1px;
}

form {
  margin: 0;
  padding: 0;
}

a:link, a:visited {
	color: #03c; text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: #00f;	text-decoration: underline;
	font-weight: normal;
}
a.mainlevel {
	padding-left: 5px;
}

/* body */
BODY {
	margin: 0px 0px 0px 0px;
	height: 100%;
}
#page_bg {
	height: 100%; 
	background: #4E7DB1;
	padding: 0;
	margin-bottom: 1px;
}

/* various div */
div.center {
  text-align: center;
}
#header {
	margin-top: 15px;
	margin-left: 4px;
	margin-right: 4px;
	background: url(./images/mp_header.jpg);
	height: 100px;
	width: 765px;
}
#mainbody {
	background: #F7F7F7 url(./images/mp_header_bottom.png) repeat-x;
}
div.wrap0 {
	display: table;
	margin: 0 auto;
	text-align: center;
}

div.wrap0 span {
	display: table-cell;
	white-space: nowrap;
}
div.pill_l {
  background: url(./images/mp_menu_cap_l.png) no-repeat;
  height: 32px;
	float: left;
	padding-left: 20px;
	clear: both;
}

div.pill_m {
  background: url(./images/mp_menu_normal_bg.png) repeat-x;
  padding: 0;
  margin: 0;
	float: left;
}

div.pill_r {
  background: url(./images/mp_menu_cap_r.png) 100% 0 no-repeat;
  height: 32px;
	float: left;
	padding-right: 19px;
}
#pillmenu {
  white-space: nowrap;
  height: 32px;
	float: left;
	clear: both;
}

#pillmenu ul {
  margin: 0;
  padding: 0;
  list-style:none;
}

#pillmenu li {
	float: left;
	background: url(./images/mp_menu_seperator.png) top right no-repeat;
	margin: 0;
	padding: 0;
}

#pillmenu a {
  font-family: Tahoma, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
	float:left;
  display:block;
  height: 24px;
  line-height: 24px;
  padding: 0 15px;
  color: #000;
  text-decoration: none;
}

#pillmenu a:hover {
  color: #00f;
}

#pillmenu a#active_menu {
  background: url(./images/mp_menu_active_bg.png) repeat-x;
  color: #fff;
}

#pillmenu a#active_menu:hover {
  color: #fff;
}

div#roundbox {
  margin: 9px 9px 9px 9px;
  background: url(./images/mp_content_middle.png) repeat-y;
  width: 755px;
}

div#roundbox div.top {
  background: url(./images/mp_content_top.png) no-repeat;
  height: 9px;
  width: 755px;
  overflow: hidden;
}

div#roundbox div.middle {
  margin-top: -1px;
  padding: 0 7px 0 10px;
  width: auto;
}

div#roundbox div.bottom {
  background: url(./images/mp_content_bottom.png) no-repeat;
  height: 9px;
  width: 755px;
  overflow: hidden;
}

div#footer_divider {
  overflow: hidden;
  height: 2px;
  background: url(./images/mp_footer_seperator.png) repeat-x;
}

.small {
	font-size: 10px;
	color: #999;
	font-weight: normal;
	text-align: left;
}
.site_name {
	margin-top:10px;
	padding-top:10px;
	margin-left:145px;
	font-size:32px;
	font-weight:bold;
	color:#FFF;
	font-family: Tahoma, Helvetica, sans-serif;
}
.site_slogan {
	margin-left:145px;
	font-size:13px;
	font-weight:bold;
	color:#CCC;
	font-family: Tahoma, Helvetica, sans-serif;
}
/* table */
table#main {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
}
table.menu td.menu_m{
	text-align: center;
}

table.menu td.menu_l {
	background: url(./images/mp_spacer_white.png) top left no-repeat;
	width: 4px;
	height: 12px;
}

table.menu td.menu_r {
	background: url(./images/mp_spacer_white.png) top right no-repeat;
	width: 4px;
	height: 12px;
}

table.menu td.menu_m {
	width: 765px;
	text-align: center;
}

/* td */
td.left_shadow {
  width: 11px;
  background: url(./images/mp_shadow_l.png) repeat-y;
}

td.wrapper {
  background: #F7F7F7 url(./images/mp_shadow_t.png) no-repeat;
  width: 773px;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
}

td,tr,p,div {
	font-family: Tahoma, Helvetica, sans-serif;
	line-height: 140%;
	font-size: 12px;
	color: #333;
	text-align: left;
}


h2 {
  margin: 0;
  font-weight: bold;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 1.0em;
  margin-bottom: 5px;
  padding-left: 4px;
}

a.readon {
	margin-top: 10px;
	display: block;
	float: left;
	background: url(./images/mp_readon.png) top right no-repeat;
	padding-right: 20px;
	line-height: 14px;
	height: 16px;
}
.post {
	margin-top:10px;
	margin-bottom:10px;
}

table.moduletable {
  width: 100%;
}

div.moduletable {
  margin-bottom: 15px;
}

.clr {
	clear: both;
}

.pagenav {
  font-weight: bold;
  line-height: 50px;
}

div.syndicate div {
  text-align: center;
}

td.right_shadow {
  width: 11px;
  background: url(./images/mp_shadow_r.png) repeat-y;
}

td.left_bot_shadow {
  width: 11px;
  height: 55px;
  background: url(./images/mp_shadow_l_b.png) no-repeat;
}

td.right_bot_shadow {
  width: 11px;
  height: 55px;
  background: url(./images/mp_shadow_r_b.png) no-repeat;
}

td.bottom {
  background: #F7F7F7 url(./images/mp_shadow_b.png) bottom left no-repeat;
  text-align: center;
	color: #999;
}

td.bottom a:link, td.bottom a:visited, td.bottom a:hover {
	color: #999;
}

table.pill {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

ul {
  padding: 0;
  margin: 0;
  padding-left: .6em;
list-style-type: none;
}

div.moduletable h3, div.module h3, div.module-dark h3 {
  margin: 0;
  font-weight: bold;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 1.0em;
  margin-bottom: 5px;
  padding-left: 4px;
}

div.module {
  width: 176px;
  background: url(./images/mp_right_block1_m.png) repeat-y;
  margin-bottom: 2px;
}

div.module div {
  background: url(./images/mp_right_block1_b.png) bottom left no-repeat;
}

div.module div div {
  background: url(./images/mp_right_block1_t.png) top left no-repeat;
  padding: 7px 10px 15px 12px;
}

div.module div div div {
  background: none;
  padding: 0;
  width: auto; 
}

div.module-dark h3 {
  color: #fff;
  padding-left: 2px;
}

div.module-dark {
  width: 176px;
  background: url(./images/mp_right_block2_m.png) repeat-y;
  margin-bottom: 3px;
}

div.module-dark div {
  background: url(./images/mp_right_block2_b.png) bottom left no-repeat;
}

div.module-dark div div {
  background: url(./images/mp_right_block2_t.png) top left no-repeat;
  padding: 7px 12px 15px 14px;
}

div.module-dark div div div {
  background: none;
  padding: 0;
  width: auto; 
}

td.maincol {
  padding-right: 10px;
  width: 100%;
}

div#maindivider {
	width: 550px;
  margin-top: 5px;
  height: 1px;
  background: #ccc;
  overflow: hidden;
}

acronym, abbr {
	border-bottom: 1px dashed #333;
}

acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
}

acronym, abbr {
	cursor: help;
}

blockquote {
	border-left: 5px solid #ccc;
	margin-left: 1.5em;
	padding-left: 5px;
}

cite {
	font-size: 90%;
	font-style: normal;
}

ol#comments li p {
	font-size: 100%;
}

/* classes used by the_meta() */
ul.post-meta {
	list-style: none;
}

ul.post-meta span.post-meta-key {
	font-weight: bold;
}

.credit {
	background: #90a090;
	border-top: double 3px #aba;
	color: #fff;
	font-size: 11px;
	margin: 10px 0 0 0;
	padding: 3px;
	text-align: center;
}

.credit a:link, .credit a:hover {
	color: #fff;
}

.feedback {
	color: #ccc;
	text-align: right;
	clear: both;
}

.meta {
	font-size: .75em;
}

.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.meta, .meta a {
	color: #808080;
	font-weight: normal;
	letter-spacing: 0;
}

.storytitle {
	margin: 0;
}

.storytitle a {
	text-decoration: none;
}

#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #333;
	padding: .2em;
}

#commentform textarea {
	width: 100%;
}

#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}

#content {
	margin: 30px 13em 0 3em;
	padding-right: 60px;
}

#wp-calendar {
	border: 1px solid #ddd;
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	width: 90%;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
}

#wp-calendar a:hover {
	background: #e0e6e0;
	color: #333;
}

#wp-calendar caption {
	color: #999;
	font-size: 16px;
	text-align: left;
}

#wp-calendar td {
	color: #ccc;
	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #fff;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #eee;
	color: #bbb;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

/* date */

.post-date {
	float: left;
	color: #F7F7F7;
	font-family: Georgia,'Lucida sans ms', Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.10em;
	text-align: center;
	font-weight: bold;
	margin: 0px 5px 0 0;
	padding: 8px 3px;
	width: 55px;
	background: #424242;
	line-height:1em;
}

/* comment box */
.commentlist li 
{
	margin:5px 0;
	padding:10px 10px 20px 10px;
	background:#F7F7F7;
	border:#CCCCCC 1px solid;
}
/* comment header text */
#comments,#respond {
	text-transform: uppercase;
	margin: 3em 0 1em 40px;
	font: 1.0em Tahoma, Helvetica, sans-serif;
}

/* Comment Formatting */

.commentlist {
	font-size:1em;
	font-weight:normal;	
}
#commentform 
{
	margin:0 0 0 40px;
}

#commentform p {
	margin: 0 0 1em;
}

/* Content Div */

#content {
	width:510px;
	float:left;
	padding:5px;
	margin:0;
	
	display:inline;
}

/* Post Structure */

.post , .page
{
	margin:0 0 30px 0;
}
.page 
{
	margin:25px -5px 0 27px;
}
.post-info  
{
	font-size:1.0em;
	font-family: Tahoma, Helvetica, sans-serif;
	margin:0;
	padding:0;
	color:#333;
}

.page-info 
{
        font-size:1.0em;
	font-family: Tahoma, Helvetica, sans-serif;
	margin:0;
	padding:0;
	color:#333;	
        text-align:center;	
}

.post-info a:hover 
{
	color:#000;
}
.post-content, .page-content {
	padding:10px 0;
	margin:18px 0;
	border-top:#CCCCCC 1px solid;	
	font-family: Tahoma, Helvetica, sans-serif;
	font-size:1.5em;
}

.post-title, .page-title {
	font-family:Tahoma, Helvetica, sans-serif;
	font-size:1.75em;
	margin: 0;
	font-weight:bold;
}

#content .page-title a, .post-title a:link, .post-title a:visited, .post-title a:hover, .post-title a:active
{
	text-decoration:none;
	color:#000000;
}

/* Right Collum List */
.rightcol ul ul {
	list-style-type: none;
	padding: 5px;
	margin: 0;
	font-size: 1em;	
	background:none;
	border:none;
}

.rightcol ul ul li 
{
	margin:0;
	padding:0;
	padding-left:10px;
	margin-left:10px;
	background:url(images/bullet.gif) no-repeat left;
}

.rightcol ul {
	list-style-type: none;
	padding: 5px;
	margin: 0;	
}

a img {
	border: none;
	}
