/*
	Theme Name: MaxPersuasion
	Theme URI: http://www.maxpersuasion.com
	Description: MaxPersuasion
	Author: Nuitari
	Author URI: http://www.maxpersuasion.com
	Version: 2.0

*/




/* Begin Typography & Colors */
html { height: 100%; margin-bottom: 1px;}

body {
/* def: 62.5 */
/* 	font-size: 72%; */ /* Resets 1em to 10px */
    font-size: 14px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	background: #ffffff;
    margin: 0;
    padding: 0;
}

INPUT {
background-color: #ffffff;
color: #484747;
text-align: left;
font-family:  verdana;
font-weight: bold;
font-size: 8pt
}

TEXTAREA {
background-color: #ffffff;
border: black 1px solid;
color: black;
font-family: arial, verdana, ms sans serif;
font-size: 10pt;
font-weight: normal
}

.altButtonFormat {
margin-top: 4px;
margin-right: 4px;
background-color: #bc3a22;
font-family: verdana;
border: #607b7d 2px solid;
font-size: 10px;
color: #ffffff;
}

.altTextField {
background-color: #acbbbc;
font-family: verdana;
font-size: 12pt;
color: #09c09c
}

.radioStyle {
background-color: #FF0000;
border: #000000 solid 8px;
font-family: verdana;
font-size: 12px;
color: #000000
}

.widecolumn .entry p {
    font-size: 1.05em;
    }

.widecolumn {
	line-height: 1.6em;
	}

.widecolumn {
    padding: 0px 0 0px 0;
    margin: 5px 0 0 150px;
    width: 450px;
}

.widecolumn .post {
    margin: 0;
}

.widecolumn .postmetadata {
    margin: 15px 0;
}

.narrowcolumn {
    float: left;
    padding: 0 0 10px 0px;
    margin: 0px 0 0;
    }

.narrowcolumn .postmetadata {
    padding-top: 5px;
}

.narrowcolumn .postmetadata {
	text-align: left;
	font-size:.8em;
	}

.narrowcolumn .entry, .widecolumn .entry {
    line-height: 1.4em;
    }



.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

small {
	font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}


h1, h2, h3, h4, h5, h6 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
    line-height: normal;
}

h1 {
	font-size: 14pt;
	text-align: left;
    margin: 0;
}


h1, h1 a, h1 a:hover, h1 a:visited, .description {
    text-decoration: none;
}

h2 {
    font-size: 14pt;
    margin: 15px 0 0;
}

h2.pagetitle {
    font-size: 1.6em;
    margin-top: 2px;
    background-color:#F0F0F0;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
    color: #5b778c;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
    text-decoration: none;
}

h3 {
    font-size: 1.3em;
    padding: 0;
    margin: 15px 0 0;
}


h3.comments {
    padding: 0;
    margin: 40px auto 20px ;
}

h4, h4 a, h4 a:visited {
/*     font-size: 1.4em; */
	color: #e67817;
}

h5, h5 a, h5 a:visited {
	color: #be2342;
    font-size: 32px;
	margin-bottom: 5px;
    font-weight: bold;
}

h6, h6 a, h6 a:visited {
	color: #5b778c;
    font-size: 32px;
	margin-bottom: 5px;
    font-weight: bold;
}



.entry p a:visited {
	color: #b85b5a;
	}

.description {
    font-size: 1.2em;
    color:#333333;
    margin-left:190px;
    }


small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font-size: 1.1em;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #c53955;
	text-decoration: underline;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */

#page {
	margin: 0px auto;
	padding: 0;
	width: 954px;
	background-color:#FFFFFF;
}

.post {
    clear: both;
}

.post h2{
/* 	text-align: justify; */
}

.post h2 a:hover{
    color:#3b6ea5;
}




/* End Structure */

hr {
	margin-left:0px;
}

/* Begin Images */
p img {
	padding: 0;
	margin: 0px 0px 0px 0px;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: 15px;
	}

img.alignright {
	padding: 0px;
	margin: 0px 0px 0px 0px;

	}

img.alignleft {
	padding: 0px;
	margin: 0px 0px 0px 0px;

	}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 10px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

ol li {
    list-style: decimal outside;
}
/* End Entry Lists */

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
    font-weight: bold;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

.commentlist li, #commentform input, #commentform textarea {
    font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
    }

.commentlist cite, .commentlist cite a {
    font-weight: bold;
    font-style: normal;
    font-size: 1.1em;
    }

.commentlist p {
    font-weight: normal;
    line-height: 1.5em;
    text-transform: none;
}

#commentform p {
	margin: 5px 0;
}

#commentform p {
    font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
    font-weight: normal;
}

/* End Comments */




a img {
    border: none;
    }

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 10px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hrhide {
	display: none;
	}

.navigation {
	display: block;
	text-align: center;
	height:15px;
	}

/* End Various Tags & Classes*/

.Quote {
  font-size: 12pt;
  color: #000000;
  display: block;
  background: #ffff99;
  margin: 20px 20px;
  padding: 10px;
  text-align: left;
  line-height: 18px;
  vertical-align: middle;
  border: 1px black solid;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.Quote p {
  text-indent: 0px;
  font-family: courier new, sans-serif;
}

.Quote h3 {
  text-align: center;
  font-size: 14pt;
  font-family: Tahoma, sans-serif;
  font-weight: bold;
}



#page {
    background-color:#FFFFFF;
    text-align: left;
    }


#blog_title_hide {
    display:none;

}

#content {
    float:left;
/*     font-size: 14px; */
    width:700px;
}

#content2 {
    float:right;
/*     font-size: 14px; */
    width:954px;
}

/*- Menu Tabs 6--------------------------- */


#container {
    background: #FFFFFF;
    width: 754px;
    margin: 0px auto 0px;
    padding: 10px 0px 0px 0px;
    text-align: center;
}

.tabs6, #tabs6 {
  float:left;
  width: 754px;
  font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
  font-size: 16px;
  font-weight:bold;
  line-height:normal;
  border-bottom:0px solid #000;
  margin:0;
  padding:10px 10px 0 15px;
  list-style:none;
}

.tabs6 li, #tabs6 li {
  display:inline;
  margin:0;
  padding:0;
}

.tabs6 a, #tabs6 a {
  float:left;
  background:url('/img/tableft6.gif') no-repeat left top;
  margin:0 8px 0 0;
  padding:0 0 0 4px;
  text-decoration:none;
}

.tabs6 a span, #tabs6 a span {
  display:block;
  background:url('/img/tabright6.gif') no-repeat right top;
  padding:5px 15px 8px 6px;
  color:#FFF;
  float:none;
}

.tabs6 a:hover, #tabs6 a:hover {
        background-position:0% -42px;
}

.tabs6 a:hover span, #tabs6 a:hover span {
        color:#FFF;
        background-position:100% -42px;
}

.tabs6 .current, #tabs6 #current {
        background-position:0% -42px;
}

.tabs6 .current span, #tabs6 #current span {
        background-position:100% -42px;
}

.tabs6 .current a, #tabs6 #current a {
        background-position:0% -42px;
}

.tabs6 .current a span, #tabs6 #current a span {
        background-position:100% -42px;
}


/*#tabs6 .current_page_item {
        background-position:0% -42px;
}

#tabs6 .current_page_item a {
        background-position:0% -42px;
}

#tabs6 .current_page_item a span {
        background-position:100% -42px;
}

#tabs6 .current_page_item span {
        background-position:100% -42px;
}*/

/* Begin Calendar */
#wp-calendar {


    empty-cells: show;
    margin: 10px auto 0;
    width: 155px;
    }

#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;
    }

#wp-calendar caption {
    text-align: center;
    width: 100%;
    }

#wp-calendar td {
    padding: 3px 0;
    text-align: center;
    }

#wp-calendar td.pad:hover { /* Doesn't work in IE */
    background-color: #fff; }
/* End Calendar */

/* Begin Sidebar */
#body1 {
    width:954px;
    float:center;
    text-align:left;
    padding-right:0px;
    margin-right:0px;
    padding-left:0px;
}

#body2 {
    width:954px;
    float:center;

    padding-right:0px;
    margin-right:0px;
    padding-left:0px;
}

#sidebar {
    width:250px;
    float:left;
    text-align:left;
    padding-right:0px;
    padding-top:0px;
    padding-left:0px;
    margin-right:0px;
/*     font-size: 14px; */
}

#sidebar form {
    margin: 0;
}

#sidebar a{
    color:#c53955;
}

#sidebar h2 {
    font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Sans-Serif;
    font-size: 20px;
}

#sidebar h2 {
    margin: 5px 0 0;
    padding: 0;
    text-transform:uppercase;
}

#sidebar h4 {
    font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Sans-Serif;
    font-size: 14pt;
    margin-top: 0px;
    padding-top: 0px;
}

#sidebar h6, #sidebar h5 {
    font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Sans-Serif;
    font-size: 20px;
    font-weight: bold;
}

#sidebar ul, #sidebar ul ol {
    margin: 0;
    padding: 0;
    }

#sidebar ul li {
    list-style-type: none;
    list-style-image: none;
    margin-bottom: 15px;
    }

#sidebar ul p, #sidebar ul select {
    margin: 5px 0 8px;
    }

#sidebar ul ul, #sidebar ul ol {
    margin: 5px 0 0 2px;
    }

#sidebar ul ul ul, #sidebar ul ol {
    margin: 0 0 0 10px;
    }
#sidebar ul ol li {
    list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
    margin: 3px 0 0;
    padding: 0;
    }

#pagenav {
    margin:0px;
}

/* End Sidebar */

/* Begin Form Elements */
#searchform {
    margin: 0px auto;
    padding: 0px 0px;
    text-align:right;
}

#sidebar #searchform #s {
    width: 85px;
    padding: 2px;
    }

#sidebar #searchsubmit {
    padding: 1px;
    }

.entry form { /* This is mainly for password protected posts, makes them look better. */
    text-align:center;
    }

select {
    width: 130px;
    }

#commentform input {
    width: 170px;
    padding: 2px;
    margin: 5px 5px 1px 0;
    }

#commentform textarea {
    width: 85%;
    padding: 2px;
    }

#commentform #submit {
    margin: 0 100px;
    float: right;
    }
/* End Form Elements */

#header {
    padding: 0;
    margin: 0 auto;
    width: 100%;
    margin-bottom:20px;
}

#header h1 {
    font-size:1.6em;
}

#header p {
  margin-left:190px;
  margin-top:0px;
  margin-bottom:0px;
}

#header a {
  font-size:2em;
  color: #3b6ea5;
  margin-left:190px;
}

#footer {
  margin: 0px auto;
  clear: both;
  text-align:center;
}


#footer p {
  margin-left: 0px;
  margin-top:0px;
  margin-bottom: 0px;
  font-size: 67%;
}

.footer p {padding: 0 20px;}
.footer a {color:#cc3333;}
.footer a:hover, .footer a:active {color:#000;}

.headline  {
    font-size: 20px;
    text-align: center;
}

.experiment {
    font-size: 20px;
    text-align: center;
}

.prop {
  float:right;
  width:1px;
}

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

.min419px {
  height:419px;
}

.sidebar_top {
  background-image: url('/images/sidebar_top.jpg');
  background-repeat: no-repeat;
  height: 14px;
  width: 250px;
}

.sidebar_middle {
  border-right: 4px solid #b0bec9;
  border-left: 4px solid #b0bec9;
}

.sidebar_bottom {
  background-image: url('/images/sidebar_bottom.jpg');
  background-repeat: no-repeat;
  height: 17px;
  width: 250px;
}

.footer_top {
  background-image: url('/images/footer-top.gif');
  background-repeat: no-repeat;
  height: 10px;
  width: 955px;
}

.footer_middle {
  border-right: 4px solid #becad5;
  border-left: 4px solid #becad5;
}

.footer_bottom {
  background-image: url('/images/footer-bottom.gif');
  background-repeat: no-repeat;
  height: 10px;
  width: 955px;
}

.background_post {
  background-image: url('/images/post_bottom_bg.jpg');
  width: 680px;
}

.lp_top {
  background-image: url('/images/lp_top.gif');
  background-repeat: no-repeat;
  height: 10px;
  width: 250px;
}

.lp_middle {
  border-right: 3px solid #f2511b;
  border-left: 3px solid #f2511b;
}

.lp_bottom {
  background-image: url('/images/lp_bottom.gif');
  background-repeat: no-repeat;
  height: 10px;
  width: 250px;
}

.mandatory { font-weight: bold; }
