/*  
Theme Name: attendance
Theme URI: http://fadtastic.net/
Description: The Attendance Management Blog.
Version: 1
Author: Andrew Faulkner
Author URI: http://fadtastic.net/
*/

* {
padding:0;
margin:0;
}

html { min-height: 100%; margin-bottom: 1px; }  /* FireFox Page-Shift Fix */

body {
	margin: 0;
	text-align: center;
	padding:0;
	font-family: "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#333333;
	background-color:#393939;
	background-image: url(images/bg_body.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-attachment: fixed;
}

/*** USEFUL ***/

.clear {
	clear: both;
}

.clear_fusion {
	clear: both;
	line-height: 1px;
	height: 1px;
	font-size: 1px;
}

.float_left {
float:left;
}

.float_right {
float:right;
}

.center {
text-align: center;
}

.left {
text-align: left;
}

.right {
text-align: right;
}

.image_right {
float: right;
margin: 0 0 5px 15px;
border: 3px double #DEDEDE;
}

.image_left {
float: left;
margin: 0 15px 5px 0;
border: 3px double #DEDEDE;
}

.vertical_align {
display: inline;
vertical-align: middle;
}

a img {
border: 0px none;
}

/*** STRUCTURE ***/

#wrapper {
	width:85%;
	max-width: 1200px;
	min-width: 740px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
	text-align: left;
	padding: 0 15px 100px 15px;
	background-image: url(images/bg_inner_wrapper.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#inner_wrapper {
	background-color: #FFFFFF;
	border-bottom: 1px solid #c81c21;
}

#banner {
	padding: 10px 25px;
	background-image: url(images/bg_banner.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.row_wrapper{
	float:left;
	width:100%;
	background-image: url(images/bg_content.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFFFFF;
}

.r2_lf .c1{
	margin-right:230px;
	padding: 15px 15px 15px 25px;
}
.r2_lf .c2{
	margin-left:-230px;
	float:right;
	width:190px;
	padding: 15px 25px 15px 15px;
}

.sidebar_section {
	padding: 15px;
	margin-bottom: 1.5em;
	background-color: #F8F8F8;
	border-top: 1px dotted #999999;
	background-image: url(images/bg_sidebar_section.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.post {
	background-image: url(/wp-content/themes/attendance/images/bg_post_end.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 50px;
}

/*** FORMATTING ***/

p {
line-height: 145%;
margin: 0 0 1em 0;
}

p.post_meta {
font-size: 0.85em;
color: #999999;
padding-bottom: 0.75em;
margin-bottom: 0.75em;
border-bottom: 1px dotted #c81c21;
}

p.post_meta_footer {
font-size: 0.85em;
color: #999999;
}

p.footer {
font-size: 0.85em;
color: #999999;
text-align: center;
margin: 5px 0 0 0;
}

ul, ol {
line-height: 145%;
margin: 0 0 1em 25px;
}

h1, h2, h3 {
	font-size: 1.5em;
	color: #000000;
	margin: 0 0 0.3em 0;
	font-family:  "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1;
	text-transform: capitalize;
}

h1 {
margin: 0 0 0.1em 0;
line-height: 1.1em;
}

h2 {
font-size: 1.3em;
}

h3 {
font-size: 1.25em;
}

a, a:visited, a:active {
color: #7d0a0d;
text-decoration:underline;
}

a:hover {
color: #000000;
text-decoration:underline;
}

a.read_on {
font-size: 1.05em;
padding: 6px 6px 4px 6px;
background-color: #CA1D22;
text-decoration:none;
border-right: 1px solid #7d0a0d;
border-bottom: 1px solid #7d0a0d;
background-image: url(images/bg_menu.gif);
background-repeat: repeat-x;
background-position: left top;
color: #FFFFFF;
}

a.read_on:hover {
background-color: #3C3C3C;
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;
background-image: none;
color: #FFFFFF;
}

h1 a, h1 a:active, h1 a:visited {
color: #000000;
text-decoration: none;
}

h2 a, h2 a:active, h2 a:visited {
color: #000000;
text-decoration: none;
}

h1 a:hover, h2 a:hover {
text-decoration: underline;
}

strong, em {
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

/* MENU */

#navcontainer ul#navlist {
	padding: 0;
	margin: 0;
	width: 100%;
	background-color:#CA1D22;
	border-top: 1px solid #7d0a0d;
	border-bottom: 1px solid #7d0a0d;
	background-image: url(images/bg_menu.gif);
	background-repeat: repeat-x;
	background-position: left top;
	float: left;
}

#navcontainer ul#navlist li {
	float: left;
	list-style-type: none;
	width: auto;
}

#navcontainer ul#navlist li a {
	float: left;
	display: block;
	padding: 8px 5px 7px 5px;
	margin-left: 15px;
	font-size: 1.15em;
	color: #ea9699;
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	text-decoration: none;
	width: auto;
}

#navcontainer ul#navlist li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* CATS */

ul.cats {
list-style-type: none;
margin-left: 0;
}