/*
Theme Name: Axis of Fat
Theme URI: http://www.axisoffat.com
Description: Based on CleverNess Base Theme
Version: 0.1
Author: Nick Perkins
Author URI: http://www.nicholasperkins.com/
*/

@import "css/reset.css";
@import "css/forms.css";

/** Colors

end Colors **/

.announcement {
	padding: 5px;
	
	}

body {
  background: #fff url(images/AoF-Header-2.jpg) center top no-repeat;
  color: #333;
  font: 75% "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
	}

a {
	color: #0000FF;
 	}

a:visited {
	color: #0000FF;
	}
	
h1, h3, h4, h5, h6 {
  font-family: Arial, Helvetica, sans-serif;
    	border: 0px;
	padding: 0px;
	text-transform: none;
}

h1 {
  font-size: 2.5em;
  line-height: 1.2em;
  margin: 0.6em 0 0 0; 
}

h2 {
  font-size: 1.8333em;
  line-height: 1.5em;
  margin: 1.15em 0 .3em 0; 
  font-family: Arial Black, Helvetica Bold, sans-serif;
}

h2 a:link, h2 a:visited {
	color:#9b0303;
	border-bottom: 1px solid #9b0303;
	padding-left: 5px;
	padding-right: 5px;
}

h2 a:hover, h2 a:active {
	color: #000000;
	background-color: #e5c89c;
	border:0;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration:none;
}

h3 {
  font-size: 1.3333em;
  line-height: 1.125em;
  margin: 1.125em 0 0 0; 
}

h4 {
  font-size: 1.1667em;
  line-height: 1.2857em;
  margin: 1.2857em 0 0 0; 
}

h5 {
  font-size: 1em;
  line-height: 1.5em;
  margin: 1.5em 0 0 0; 
}

h6 {
  font-size: .9167em;
  line-height: 1.6364em;
  margin: 1.6364em 0 0 0; 
}

p {
  	font-size: 1em; 
  	line-height: 1.5em;
  	margin: 0 0 1.5em 0;
 	text-transform: none;

}

p a:link {
  text-decoration: underline;
    	border: 0px;
	padding: 0px;
}

a:link, a:visited {
  color: #9B0303;
  text-decoration: none;
  border: 0px;
  padding: 0px;
}

a:focus {
  outline: 1px dotted;
}

a:hover, a:active, li a.active {
  outline: none;
  text-decoration: none;
	background-color: #e5c89c;
border: 0px;
	padding: 0px;
}



/** Layout **/
#container {
  margin: 80px auto 0 auto;
  width: 1024px;
	}

#header {
  margin: 0;
  padding: 1em 0;
  font-size: 1.3333em;
  line-height: 1.1125em;
  width: 340px;
	}
	
#header h2 {
  font-size: 1.3333em;
  line-height: 1.1125em;
	}

.home h1 a, #header a {
	display: block;
	text-indent: -9999px;
	background: url(images/logo.jpg) no-repeat;
	width: 0px;
	height: 0px;
	}

.home h1 a:focus, #header a:focus {
	outline: 0;
	}

#content {
    margin: 10px 0 10px 0;
    position: relative;
    background: url(images/Spiral-border.jpg) repeat-y;
    border-left: 0;
    float: right;
    padding-left: 60px;
    width: 763px;
    padding-top: 20px;
	}

#sidebar {
	width: 167px;
	float: left;
	}

#footer {
	clear: both;
	text-align: center;
	font-size: 0.8em;
	line-height: 1.4em;
	margin-bottom: 20px;
	}
/** end Layout Styles **/


/** Author Images **/

.author_picture {
  float: left;
  margin: -1.3em .5em .1em 0;
}
.author_picture .avatar {
	background: #fff;
 	padding: 5px 5px 15px;
	border: 1px solid #b89669;
}

.profilerule {
	border-bottom:1px solid #CCCCCC;
}

.profilepicture {
	float: right;
}

.profileinfo dt{
	font-weight:bold;
	margin:0 0 0.2em;
  }

.profileinfo dd{
	margin:0 0 1em;
  }
/** Post **/

.MCW_Access_Members h4 {
padding: 0;
margin: 0;
	}
.entry {
    clear: left;
	}

/*.post h1 {
    color: #666;
	text-decoration: none;
	font-size: 1.6em;
	font-weight: bold;
    margin-bottom: 15px;
	}

.post h1 a, .post h2 a {
    color: #666;
	text-decoration: none;
	}

.post h2 {
    margin-top: 10px;
	font-size: 1.4em;
	}

.post h3 {
	font-size: 1.2em;
	}

.post p {
    margin: 1.0em 0;
	}*/

.postdate {
    color: #666;
	margin: 0;
	}

.entry {
	overflow: hidden;
	}

.post ol li {
    margin-left: 40px;
	list-style: decimal outside;
	}

.post ul, .post ol {
	margin: 10px;
	}

.post ul ul, .post ul ul ul, .post ul ul ul ul, .post ol ol, .post ol ol ol, .post ol ol ol ol {
	margin: 0 10px;
	}

.post ul li {
    margin-left: 40px;
	list-style: disc outside;
	}

.post blockquote {
    border: 1px solid #ccc;
	margin: 10px;
	padding: 5px;
	}

.post cite {
    text-align: right;
	margin-right: 10px;
	margin-bottom: 10px;
	display: block;
	}

.post img {
    margin: 10px;
	padding: 2px;
	background: #fff;
	border: 1px solid #666;
	}

.post img.wp-smiley {
	margin: 0;
	padding: 0;
	border: 0;
	}

.postmetadata {
    clear: both;
	text-align: right;
	font-size: 0.9em;
	}

.blog .sticky {
	border: 1px solid #666;
	background: #eee;
	padding: 5px;
	margin-bottom: 40px;
	}

.blog .sticky hr {
	display: none;
	}

.navigation {
	margin: 20px;
	font-size: 0.8em;
	overflow: auto;
	}

table caption {
	font-weight: bold;
	border-bottom: 1px solid #eee;
	}

table th {
	text-align: left;
	font-size: 1.2em;
	padding: 5px;
	}

table td {
	padding: 5px;
	}

table tr {
	border-bottom: 1px solid #eee;
	}
/** end Post Styles **/

/** Sidebar **/
.widget {
	margin:0 0 0.8333em;
	}

.widgettitle {
	font-size:1.3333em;
	line-height:1.125em;
	margin:1.125em 0 0;
	}
/** end Sidebar Styles **/

/** Links **/
.post ul li.linkcat {
	list-style: none;
	}
.post ul li ul li {
	list-style: disc;
	line-height: 1.6em;
	}
/** end Link Styles **/

/** Gallery **/
.gallery {
	margin: auto;
	}
.gallery .gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 33%;
	}
.gallery img {
	border: 1px solid #cfcfcf;
	}
.gallery .gallery-caption {
	margin-left: 0;
	}
/** end Gallery Styles **/

/** Comment **/
.thread-alt {
	background-color: #f8f8f8;
	}
.thread-even {
	background-color: white;
	}
.depth-1 {
	border: 1px solid #ddd;
	}
.even, .alt {
	border-left: 1px solid #ddd;
	}
#comments-area cite {
    text-align: left;
	display: inline;
	margin: 0;
	}
.commentlist li ul li {
	font-size: 1em;
	}
.commentlist li {
	font-weight: bold;
	}
.commentlist li .avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	}
.commentlist p {
	font-weight: normal;
	line-height: 1.3em;
	text-transform: none;
	}
.commentmetadata {
	font-weight: normal;
	}
h3.comments, #respond h3 {
	padding: 10px 0;
	}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}
#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
.alt {
	margin: 0;
	padding: 10px;
	}
.commentlist {
	padding: 0;
	text-align: justify;
	}
.post .commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	}
.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
	}
.commentlist p {
	margin: 10px 5px 10px 0;
	}
.children {
	padding: 0;
	}
#commentform p {
	margin: 5px 0;
	}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}
.commentmetadata {
	margin: 0;
	display: block;
	}
/** end Comment Styles **/

/** Caption **/
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
	}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	}
/** End Caption Styles **/

/** Miscellaneous **/
.breadcrumbs {
	text-align: right;
	font-size: 0.8em;
	}
hr {
	border: 0;
	background: #666;
	height: 1px;
	margin: 40px 0;
	}
small {
	font-size: 0.8em;
	}
big {
	font-size: 1.2em;
	}
abbr, acronym, .help {
  	border-bottom: 1px dotted #333;
  	cursor: help;
  	}
.clear {
    clear: both;
	}
.aligncenter, img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 10px;
	display: inline;
	}
img.alignleft {
	padding: 4px;
	margin: 0 10px 2px 0;
	display: inline;
	}
.alignright {
	float: right;
	}
.alignleft {
	float: left
	}
.txtaligncenter, .center {
    text-align: center;
	}
/* Sets the Visual editor background to white */
body.mceContentBody {
  background: #FFF url() !important;
}
/** end Miscellaneous Styles **/

.subscribe img {
	border: 0;
}

.subscribe a:hover {
	background: transparent;
}
