html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-size: 1em;
	text-decoration: none;
	border: none;
	list-style: none;
	outline: none;
}

html, body {
	background-color: #242424;
	font-size: small;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	height: 100%;
}

a {
	color: #333;
}

/* TABLES */

table {
	width: 100%;
	border: 1px solid #ccc;
}

th {
	color: white;
	background-color: #666;
	padding: 5px;
	background: url(/images/table_header_bg.png) repeat-x left top;
}

td {
	padding: 3px;
}

tr.alt {
	background-color: #eee;
}

tr:hover {
	background-color: #e6ecf4;
}


/* MISC */
#container {
	/* minimum width of page */
	min-width: 910px;
	
	/* keep the footer at the bottom */
	min-height: 100%;
	height: auto !important;
	height: 100%;
	
	/* offset is for the footer's height+padding+margin */
	margin: 0 auto -190px;
	
	background-color: #f7f7f7;
}

/* used to push down the space between content and footer */
#container_push {
	height: 190px; /* same as offset in container */
	clear: left;
	
	background-color: #f7f7f7;
}

.center {
	text-align: center;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
	margin: 0;
}

.space {
	height: 10px;
	margin: 0;
}

.alignr {
   text-align: right;
}

.pagination a {
   padding: 5px;
   border: 1px solid #969696 !important;
   background-color: #e6ecf1;
}

.pagination span {
   padding: 5px;
   border: 1px solid #ccc !important;
   background-color: #eee;
}

.errorExplanation {
    color: #D63301;
    background-color: #FFCCBA;
    background-image: url(/images/validation.png);
    border: 1px solid;
    margin: 10px 0px;
    padding:12px 10px 12px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}

.errorExplanation h2 { font-size: 1.1em; font-weight:bold;}
.errorExplanation ul { margin-bottom:0;padding:0;}
.errorExplanation p { margin:0;}



#header {
	height: 50px;
	background: url(/images/header_bg.png) repeat-x left top;
}

#minilogo {
	float: left;
	margin: 4px 0 3px 15px;
}

#nav {
	float: right;
	margin: 0;
}

#nav ul {
	list-style: none;
}

#nav li {
	float: left;
}

#nav li a {
	display: block;
	color: white;
	font-size: 105%;
	font-weight: normal;
	text-decoration: none;
	background: url(/images/topnav_button.png) no-repeat left top;
	width: 100px;
	height: 42px;
	text-align: center;
	line-height: 42px;
}

#nav li a:hover {
	background-position: left -42px;
}

#nav #nav_active a {
	background: url(/images/topnav_button_on.png) no-repeat left top;
}

#content {	
	clear: both;
	background-color: #F7F7F7;
	padding: 20px;
}

#logo {
	padding: 10px;
	text-align: center;
	padding-bottom: 15px;
}

h1, h4 {
	text-align: left;
	padding: 5px 0 5px 0;
	font-size: 135%;
	color: #a42022;
	font-weight: normal;
}

h2, h3 {
	padding: 5px 0 5px 0;
	font-size: 115%;
	color: #a42022;
	font-weight: normal;
}

h3 {
	color: #333;
	padding-bottom: 0;
	margin-bottom: 3px;
	border-bottom: 1px dotted #CCC;
}

h4 {
	color: #666;
}

.dark {
	color: #000 !important;
}

.big {
	font-size: 140%;
}

/* ----- HOME ---------------------------------------------------------------- */

#home {
	width: 820px;
	height: 460px;
	padding: 20px;
	padding-top: 30px;
	text-align: center;
	background: url(/images/content_home_bg.gif) no-repeat left top;
	margin: 0 auto;
	overflow: hidden;
}

#home ul {
	display: block;
	margin: 0 auto;
	margin-top: 25px;
	overflow: hidden;
	width: 785px;
}

#home li {
	float: left;
	display: block;
	width: 260px;
	height: 340px;
}

#home li:hover {
	background: url(/images/content_home_icon_hover_bg.gif) no-repeat left top;
}

#home li a {
	display: block;
	padding-top: 15px;
}
#home li a:hover {}

#home .content_home_icon {
	display: block;
	text-align: center;
	padding-top: 15px;
}

#home .content_home_desc {
	display: block;
	text-align: center;
	padding: 20px;
	font-size: 115%;
}

#home .content_home_divider {
	float: left;
	border-right: 1px solid #DDD;
	width: 0px !important;
	height: 220px !important;
	margin-top: 20px;
	margin-bottom: 20px;
}


/* ----- SITE -------------------------------------------------------------- */

#content_container {
	width: 885px;
	margin: 0 auto;
}

#content_body {
	float: right;
	display: block;
	width: 705px;
	padding-bottom: 20px;
	line-height: 1.5em;
	font-size: 110%;
	color: #333;
}

#content_body_title {
	text-align: center;
	padding: 10px 0;
}

#content_body_text {
	background-color: white;
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	padding: 10px 30px;
	min-height: 250px;
}

#content_body_top {
	height: 12px;
	background: url(/images/content_bg_top.gif) no-repeat left top;
}

#content_body_bottom {
	height: 12px;
	background: url(/images/content_bg_bottom.gif) no-repeat left top;
}


#content_sidebar {
	width: 180px;
}

#content_icon {
	text-align: center;
	padding: 10px 0;
}

#content_body_text ul {
	padding: 5px 0;
	padding-left: 10px;
}

#content_body_text li {
	padding-left: 10px;
	list-style-type: disc;
	list-style-position: inside;
}

#content_body_text a {
	border-bottom: 1px solid #a42022;
}

#content_body_text a:hover {
	color: #a42022;
}


/** SIDE NAV **/
#sidenav {}

#sidenav li a {
	display: block;
	height: 45px;
	line-height: 45px;
	padding-right: 10px;
	padding-bottom: 8px;
	font-size: 120%;
	text-align: right;
	color: #777;
	background: url(/images/sidenav_button.gif) no-repeat left top;
}

#sidenav li a:hover {
	color: #555;
}

#sidenav_active a {
	background: url(/images/sidenav_button_on.gif) no-repeat left top !important;
	/*color: #a42022 !important;*/
	color: #333 !important;
	position: relative;
	left: 1px;
}

#content_sidebar .sidebox_simple {
	margin-top: 30px;
	width: 180px;
}

#content_sidebar .sidebox_simple h1 {
	color: #333;
	font-size: 110%;
	font-weight: bold;
	text-align: left;
	background: url(/images/sidebox_simple_tab.png) no-repeat left top !important;
	padding: 7px 0 0 15px;
	height:28px;
}


/** TESTIMONIALS **/

#content_sidebar .testimonial {
	padding: 15px 15px;
}

#content_sidebar .testimonial .testimonial_quote {
	text-align: left;
	color: #444;
}

#content_sidebar .testimonial .testimonial_who {
	text-align: right;
	padding-top: 7px;
	padding-right: 5px;
	color: #444;
}


/****** OTHER *********************************************/

.link {
	display: block;
	width: 100%;
	border: 0 !important;
}

.link a {
	border: 0 !important;
}

.cleara {
	border: 0 !important;
}

.colstack {
	float: left;
	padding-right: 30px;
}

fieldset {
	display: block;
	width: 500px;
	border: 1px solid #CCC;
	background: #F8F8F8;
	padding: 20px;
	margin: 10px auto;
}

label {
	float: left;
	width: 8em;
}

input, textarea {
	border: 1px solid #999;
	padding: 3px;
	margin: 5px;
	width: 250px;
}

textarea {
	width: 95%;
}



.icontainer {
	display: block;

	width: 620px;
	margin: 0 auto;
	clear: left;
}

.icontainer .leftcol {
	float: left;
	width: 275px;
	text-align: center;
	padding-bottom: 30px;
}

.icontainer .rightcol {
}


.icontainer_small {
	width: 550px;
	margin: 0 auto;
	clear: left;
}

.icontainer_small .leftcol {
	float: left;
	width: 170px;
	text-align: center;
	padding-bottom: 30px;
}

.icontainer_small .rightcol {
}

.icontainer_small .logo_leftcol {
	float: left;
	width: 225px;
	text-align: center;
	padding: 15px 0px 10px 30px;
}

.icontainer_small .logo_rightcol {
	float: right;
	width: 225px;
	text-align: center;
	padding: 15px 30px 10px 0px;
}

.container_space {
	float: left;
	height: 10px;
	margin: 0;
	padding-top: 15px;
	padding-bottom: 20px;
}

#footer {
	background: #333434 url(/images/footer_bg.png) repeat-x left top;
	height: 150px;
	color: white;
	padding: 20px;
}

#footer a {
	color: #CCC;
}

#callus {
	font-size: 135%;
	font-weight: 500;
	text-align: center;
	color: #eee;
}

#sitemap {
	background-color: #282828;
	
	padding: 10px 5px 10px 10px;
	border: 1px solid #444;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	margin: 0 auto;
	margin-top: 15px;
	overflow: hidden;
	
	width: 650px;
}

.sitemap_section {
	float: left;
	padding: 0 20px;
}

.sitemap_section .sitemap_title {
	font-size: 110%;
	margin-bottom: 4px;
	border-bottom: 1px solid #555;
}

.sitemap_section li a {
	font-size: small;
	color: #AAA !important;
	border: 0px;
	line-height: 140%;
}

.sitemap_section li a:hover {
	color: white !important;
	border: 0px;
	border-bottom: 1px solid #a42022;
}

#copyright {
	text-align: center;
	color: #999;
	font-size: 90%;
	padding-top: 10px;
	padding-bottom: 3px;
}


#content_container {
	width: 940px;
	margin: 0 auto;
}

#content_body_text {
	background-color: white;
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	padding: 10px 30px;
	min-height: 250px;
	font-size: 100%;
}

#content_body_text p {
	margin-bottom: 1em;
}

#content_sidebar {
	width: 230px;
}

#search_field {
	width: 165px;
	background-image: url(/images/blog/search.gif);
	background-repeat: no-repeat;
	background-position: 0 1px;
	padding: 5px;
	padding-left: 25px;
	border: 1px solid #BBB;
}

.post {
	padding-bottom: 20px;
    font-family: Helvetica, Arial, Verdana, sans-serif;
	color:#333;
}

.post .title {
	font-size: 165%;
	color: #333;
	font-weight: bold;
	padding: 5px 0 2px 0;
}

.post .title a {
	color:#111;
	border: none !important;
}

.post .subtitle {
	color: #888;
	padding-bottom: 15px;
}
.post .postbody {
	line-height:1.35em;
	font-size:105%;
}
.post .postbody .image-left {
	float:left;
	margin:0 10px 15px 0;
}
.post .postbody h1, h2, h3 {
	font-weight:bold;
	font-size:115%;
	margin:15px 0 5px 0;
}
.post .postbody p { 
	margin: 0 0 15px !important;
}

.post .postbody img {
	border:1px solid #B5B5B5;
	padding:2px;
}

.post .postedby {
	float: right;
	background: url(/images/blog/postedby_bg.png) no-repeat left top;
	margin-right: -30px;
	width: 145px;
	line-height: 95%;
	padding: 10px;
	text-align: right;
	height:36px;
}

.post .postedby:hover {
	background-position: top -170px;
}

.postedby .caption {
	float: left;
	padding-top: 2px;
	font-size: 75%;
	color: #5C5C5C;
	width: 100px;
}

.postedby .author {
	font-size: 130%;
	color:#333;
}

.postedby .gravatar {
	float: right;
	width: 35px;
	padding: 0;
	margin: 0;
}

.post .footer {
	font-weight: bold;
	font-size: 95%;
	background: #ddd;
	padding: 5px 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.post .footer a {
	border: none !important;
	color: #666;
}

.post .footer a:hover {
	color: #a42022 !important;
}

.post .footer img {
	margin-right: 3px;
	float: left;
	margin-top: 3px;
}

.post .footer .comments {}

.post .footer .tags {
	float: right;
}

.hrule {
	margin-left: -30px;
	width: 703px;
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 20px;
}


.sidebox {
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	background: #fff;
	border: 1px solid #dcdcdc;
	padding: 10px 10px;
	line-height:1.3em;
}

.sidebox h1 {
	font-size: 130%;
	color: #333;
	font-weight: bold;
	margin: 3px 0 10px 0;
	padding: 0 2px 0 0;
	border-bottom: 1px dotted #A6A6A6;
}

.sidebox p {
	color: #333;
}

#categories a {
	padding: 3px 8px 0px 8px;
	display: block;
	margin: 1px;
	background-image: url(/images/blog/folder.png);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	padding-left: 27px;
	border: 1px solid white;
}

#categories a:hover {
	background-color:#edf3fe;
	border: 1px solid #ddd;
	
	color:#000;
}

#links a {
	padding: 10px;
	display: block;
	border-bottom: 1px solid #ccc;
	margin: 1px;
	background-image: url(/images/blog/page_white_go.png);
	background-repeat: no-repeat;
	background-position: 5px 8px;
	padding-left: 30px;
}

#flash {
	padding: 10px;
	padding-left: 50px;
	color: #4F8A10;
	background-color: #DFF2BF;
	border: 1px solid;
	margin-bottom: 25px;
	background-repeat: no-repeat;
	background-position: 10px center;
	background-image: url(/images/blog/succeed.png);	
}

#flashError {
	padding: 10px;
	padding-left: 50px;
	color: #333;
	background-color: #fcd6d6;
	border: 1px solid #eb8f8f;
	margin-bottom: 25px;
	background-repeat: no-repeat;
	background-position: 10px center;
	background-image: url(/images/blog/error.png);	
}

#warning {
	border: 1px solid;
	margin: 10px 0px;
	padding: 12px 10px 12px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url(/images/blog/warning.png);
}

input[type="text"], input[type="password"], textarea {
	margin: 2px;
	border: 1px solid #AAA;
	background: #fff;
	padding: 3px;
	font-size: 100%;
}

button, input[type="submit"] {
	font-size: 100%;
	padding: 5px;
}

/*button a {
	border: none !important;
}*/


/****** POST BODY *******************************************/

.postbody {}

.postbody h1 {
	font-size: 110%;
	font-weight: bold;
	color: #666;
}

.postbody h2, h3 {
}



/****** COMMENTS *********************************************/

#comments {
	margin-bottom: 20px;
}

.new_comment_box {
	clear: left;
	width: 500px;
	background-color: #EEE;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border: 1px solid #BBB;
	padding-top: 10px;
}

.new_comment_box legend {
	font-weight: bold;
	background-color: white;
	margin-left: 5px;
	padding: 2px 5px;
	border: 1px solid #BBB;
}

.new_comment_box input[type="text"] {
	width: 250px;
	height: 20px;
	font-size: 100%;
}

.new_comment_box textarea {
	margin-top: 10px;
}

.new_comment_box label {
	width: 150px;
	padding-top: 4px;
	font-size: 95%;
	color: #333;
	padding-left: 40px;
}


.comment {
	width: 100%;
	float: left;
	margin-top: 13px;
	background: #fff;
}

.nested_comment {
	width: 95%;
	float: left;
	margin-left: 5%;
	margin-top: 3px;
}

.nested_comment_form {
	margin-left: 5%;
	margin-top: 5px;
	padding: 5px;
}

.comment_author {
	background: #ddd;
	padding: 5px;
	height: 20px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.comment_author img {
	float: left;
	margin-right: 5px;
}

.comment_author a {
	border: none !important;
	text-decoration: underline;
}

.comment_author span {
	float: right;
	font-size: 90%;
}

.comment_admin {
	background: #fffeea !important;
}

.comment_body {
	padding: 15px;
	border: 1px solid #ccc;
}

.post ul, ol {
	margin-top:-5px !important;
	margin-bottom:10px !important;
	padding:0;
}

.post ol {
	margin-left:10px !important;
}

.gist-file {
	font-size:90% !important;
}

.gist-meta {
	font-size:75% !important;
}

.gist-meta a {
	color:#333 !important;
	text-decoration:none !important;
	border:none !important;
}

.gist-syntax .n {
	color:#333;
}

.quote {
	background:#eee;
	background-image:url("/images/quote.png");
	background-repeat:no-repeat;
	padding:10px 10px 10px 40px;
	font-size:100%;
}

/** Twitter */
#twitter {
	padding:0;
	margin: 0;
}

#twitter a {
	text-decoration: none;
	color: #3679d4;
}

#twitter ul {
	list-style: none;
	padding: 0;
}

#twitter li {
	padding: 0;
}

#twitter .msg {
	font-size: 100%;
	color: #333;
}

#twitter .when {
	font-size: 90%;
	color: #888;
	padding-bottom: 8px;
}

.follow { 
	margin-top:5px;
}