/*Copyright by Michelle Holden*/


#wrapper {
	padding: 0;
	margin: 0;
}
body {
	margin: 0;
	padding: 0;
	text-align: center;
	height: 100%;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.72em;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	font-variant: normal;
}
/* links */
a {
	color:#c11c4c;
	text-decoration: none;
	border:none;
	outline-style:none;
}
a:hover {
}
/* headers */
h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
}
h1 {
	font-size: 20px;
	color:#c71d4e;
	font-variant: normal;
	text-transform: none;
	width: 93%;
}
h2 {
	font-size: 16pt;
	text-transform: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	font-size: 11pt;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
}
p {
	margin: 10px 15px;
	color:#383838;
}
h2, h3 {
	margin: 10px 15px;
	color:#666;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
}
ul span, ol span {
}
#navcontainer {
	width: 40%;
	padding-left: 10px;
}
#navlist {
	list-style-image: url(images/star.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-left: 5px;
}
#navcontainer2 {
	width: 40%;
	float: right;
	position: relative;
	bottom: 123px;
	right: 140px;
	text-decoration: none;
	line-height: 17px;
}
#navlist2 {
	list-style-image: url(images/star.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-left: 5px;
}
/* images */
img {
	border: 2px solid #CCC;
}
img.float-right {
	margin: 5px 0px 5px 15px;
}
img.float-left {
	margin: 5px 15px 5px 0px;
}
a img {
	border: 2px solid #666;
}
a:hover img {
}
code {
	margin: 5px 0;
	padding: 10px;
	text-align: left;
	display: block;
	overflow: auto;
	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
	/* white-space: pre; */
    background: #FAFAFA;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #f2f2f2;
	border-right-color: #f2f2f2;
	border-bottom-color: #f2f2f2;
	border-left-color: #7F8085;
}
acronym {
	cursor: help;
	border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px;
	padding: 0 0 0 20px;
	background-color: #FAFAFA;
	background-position: 8px 10px;
	font: bold 1.2em/1.5em Arial, Helvetica, sans-serif;
	color: #666666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #f2f2f2;
	border-right-color: #f2f2f2;
	border-bottom-color: #f2f2f2;
	border-left-color: #818286;
}
/* form elements */
form {
	margin:10px;
	padding: 0;
	border: 1px solid #f2f2f2;
	background-color: #FAFAFA;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	border:1px solid #eee;
	font: normal 1em Arial, Helvetica, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Arial, Helvetica, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button {
	margin: 0;
	font: bold 1em Arial, Sans-serif;
	border: 1px solid #CCC;
	background: #FFF;
	padding: 2px 3px;
	color: #333;
}
/* search form */
.searchform {
	background-color: transparent;
	border: none;
	margin: 0;
	padding: 0;
}
.searchform p {
	margin: 10px;
	padding: 0;
}
.searchform input.textbox {
	width: 130px;
	height: 20px;
	padding: 2px;
	vertical-align: top;
}
.searchform input.button {
	font: bold 12px Arial, Sans-serif;
	width: 60px;
	height: 26px;
	border: none;
	padding: 3px 5px;
	vertical-align: top;
}
/***********************
	  LAYOUT
************************/

#header-content, #content, #footer-content {
	width: 760px;
}
/* header */
#header {
	height: 120px;
	text-align: left;
}
#header-content {
	position: relative;
	margin: 0 auto;
	padding: 0;
}
#header-content #logo {
	position: absolute;
	margin: 0;
	padding: 0;
	left: 0px;
	background-image: url(images/logo.png);
	height: 68px;
	width: 284px;
	top: 10px;
}
#header-content #slogan {
	color:#FCFCFC;
	position: relative;
	font: bold 1.1em Arial, Helvetica, sans-serif;
	text-transform: none;
	margin: 0;
	padding: 0;
	/* change the values of left and top to adjust the position of the slogan */
	top: 41px;
	left: 14px;
}
/* header menu */
#header-content ul {
	position: absolute;
	right: -48px;
	top: 30px;
	font: bolder 1.3em Arial, Helvetica, sans-serif;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 277px;
}
#header-content li {
	display: inline;
}
#header-content li a {
	float: left;
	width:auto;
	display: block;
	padding: 3px 12px;
	background-color: #333;
	color:#fff;
}
#header-content li a:hover {
	background-color:#c91844;
}
#header-content li a#current {
}
/* content */
#content-wrap {
	clear: both;
	float: left;
	width: 100%;
}
#content {
	text-align: left;
	padding: 0;
	margin: 0 auto;
}
/* sidebar */
#sidebar {
	float: right;
	width: 30%;
	margin: 0 0 10px 0;
	padding: 0;
}
#sidebar h1 {
	padding: 10px 0px 5px 10px;
	margin: 0;
}
.sidebox {
	background: #F2F2F2;
	margin-bottom: 10px;
	float:left;
	width:auto;
}
/* sidebar menu */
#sidebar ul.sidemenu {
	list-style:none;
	background: #F2F2F2;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#sidebar ul.sidemenu li {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#sidebar ul.sidemenu a {
	display:block;
	font-weight:normal;
	color:#242424;
	height: 1.5em;
	padding:.3em 0 .3em 15px;
	line-height: 1.5em;
	border-bottom: 1px dashed #CCC;
	text-decoration:none;
}
#sidebar ul.sidemenu a.top {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #282828;
}
#sidebar ul.sidemenu a:hover {
	padding: .3em 0 .3em 10px;
	color: #282828;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color:#B6185B;
}
/* main */
#main {
	float: left;
	width: 68%;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 0;
	padding-top: 0;
	overflow: auto;
	position: relative;
}
#main h1 {
	padding: 10px 0 5px 5px;
	margin: 0 0 0 10px;
	border-bottom: 1px solid #f2f2f2;
}
.post {
	background: #FFF url(images/gradientbg.jpg) repeat-x;
	border: 1px solid #EFEDED;
	margin: 0;
	padding: 0;
}
#portfolio_menu ul {
	right: 265px;
	top: 557px;
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 24px;
	width: 566px;
	float: left;
}
#portfolio_menu li {
	display: inline;
}
#portfolio_menu li a {
	float: left;
	width:auto;
	display: block;
	padding: 3px 12px;
	background-color: #333;
	text-decoration: none;
	border-right: 1px solid #272727;
}
#portfolio_menu li a:hover {
}
#portfolio_menu li a#current {
}
.post .post-footer {
	background-color: #FAFAFA;
	border: 1px solid #f2f2f2;
	padding: 5px;
	margin-top: 20px;
	font-size: 95%;
}
.post .post-footer .date {
	background: url('images/clock.gif') no-repeat 0 center;
	padding-left: 20px;
	margin: 0 10px 0 5px;
}
.post .post-footer .comments {
	background: url('images/comment.gif') no-repeat 0 center;
	padding-left: 20px;
	margin: 0 10px 0 5px;
}
.post .post-footer .readmore {
	background: url('images/page.gif') no-repeat 0 center;
	padding-left: 20px;
	margin: 0 10px 0 5px;
}
/* footer */
#footer {
	clear: both;
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	font-variant: normal;
	height: 1px;
}

#footer h3, #footer p {
	margin-left: 0;
}
#footer-content {
	padding-left: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	margin-right: auto;
	margin-left: auto;
}
#footer-content a {
	text-decoration: none;
	color: #777;
}
#footer-content a:hover {
	text-decoration: underline;
}
#footer-content ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer-content .col {
	width: 30%;
	padding-top: 0;
	padding-left: 0;
	padding-right: 5px;
	padding-bottom: 30px;
}
#footer-content .col2 {
	width: 35%;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
}
/* alignment classes */
.float-left {
	float: left;
	width:auto;
}
.float-right {
	float: right;
	width:auto;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
/* additional classes */
.clear {
	clear: both;
}
.gray {
	color: #BFBFBF;
}
