/* @package WordPress */
/* @subpackage /themes/tango2 */
 
/* 
Begin MOD LOG

CR0003 - 2010/03/05 - Chris Kubena
Increase width of Subject dropdown on General Question form
Added section "Contact Form 7" - #wpcf7subjectmenu

CR0004,5,6 - 2010/03/08 - Chris Kubena
Updated section "Contact Form 7" - three #wpcf7chkbxtbl

CR0009 - 2010/03/08 - Chris Kubena
Added #indent - used in Contact Us page

CR0010 - 2010/03/08 - Chris Kubena
Added #genericlist & #contentlink

CR0011 - 2010/03/15 - Chris Kubena
Updated #sidebar colors

CR0018 - 20100317 - Chris Kubena
Added #wpcf7submit

CR0024 - 2010/04/20 - Chris Kubena
Removed design ads styles (copyrightmankato); updated footer styles

CR0028 - 2010/05/20 - Chris Kubena
Added #cornerimgcontent (cornerbg.jpg now here), #newscontainerwide
Updated .newspost, .navigation

CR0033 - 2010/05/29 - Chris Kubena
Added section Dagon Design Sitemap Generator
Class .ddsg-wrapper

CR0036 - 2010/06/01 - Chris Kubena
Added class .logoalign 

CR0014 - 2010/06/10 - Chris Kubena
Added id #logo; Increased #header height 1px; Corrected #footer alignment; 
Remove #header background image background-image: url(images/header.jpg)

CR0037 - 2010/06/13 - Chris Kubena
Minor alignment changes for header images

CR0041 - 2010/06/14 - Chris Kubena
Correct W3C violations to standards
Change id to class for contentlink, genericlist & genericlink, indent and all wpcf7*

CR0042 - 2010/06/24 - Chris Kubena
Added Search function formatting: #searchform, #searchsubmit
Updated .genericlink

CR0046 - 2010/07/13 - Chris Kubena
Correct search alignment in IE

CR0048 - 2010/09/21 - Chris Kubena
Add Testimonial scroller

End MOD LOG 
*/

* {
	padding: 0;
	margin: 0;
}

/* Begin Typography & Colors */

html{
}

body {
	font-family: "Lucida Sans", Tahoma, Verdana;
	font-size: 14px;
	color: #000000;
	background-color: #a9adb0;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin-top: 50px;
	margin-bottom: 50px;
}

h1 {
	font-weight: bold;
	font-size: 17px;
	padding: 15px 0 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}
h2, h3, h4, h5 {
	font-weight: bold;
	font-size: 17px;
	padding: 25px 0 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}

h6 {
	font-weight: bold;
	font-size: 17px;
	padding: 25px 0 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#wrapper {
	width: 900px;
	margin: 0 auto 0 auto;
	padding: 0;
	border: solid 3px #909090;
}
#navbg {
	height: 27px;
	width: 900px;
	color: #FFFFFF;
	background-image: url(images/navbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#header {
	height: 154px;
	width: 900px;
	color: #FFFFFF;
}
#logo{
	float:left;
}
#flash {
	float: right;
	width: 630px;
	height: 154px;
	background-image: url(images/flash00.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#subheader {
	height: 27px;
	width: 900px;
	color: #FFFFFF;
	background-image: url(images/subheader.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#maincontent {
	width: 900px;
	margin-right: auto;
	text-decoration: none;
	margin-left: auto;
	background-image: url(images/contentbg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#cornerimgcontent {
	margin-right: auto;
	text-decoration: none;
	margin-left: auto;
	background-image: url(images/cornerbg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 100%;
}

#footer {
	height: 40px;
	width: 900px;
	line-height: 40px;
	padding: 0px 3px;
	margin: 0px auto;
	text-align: center;
}
#footer a {
	color: #700070;
        	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
        	text-decoration: none;
}
.indent{
	text-indent: 28px;
}

#content {
}

.narrowcolumn, .widecolumn {
	float: right;
	padding: 10px;
	margin: 0;
	width: 605px;
	line-height: 20px;
	text-decoration: none;
}
.narrowcolumn ul, .widecolumn ul {
	padding-left: 10px;
	text-decoration: none;
}
.narrowcolumn li, .widecolumn li {
	list-style-type: none;	
	padding-left: 25px;	
	background-position: 5px 10px;	
	background-image: url(images/bullet.gif);	
	background-repeat: no-repeat;
	padding-bottom: 8px;
	text-decoration: none;
	padding-top: 5px;
	line-height: 20px;
}
.narrowcolumn p, .widecolumn p {
	padding: 6px 0 6px 0;
	line-height: 22px;
	text-decoration: none;
}
.narrowcolumn a, .widecolumn a {
	color: #000000;
	text-decoration: none;
}

a.smalllink {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-decoration: none;
}
#sidebar p {
	padding: 6px 0 6px 0;
	line-height: 22px;
}
#sidebar {
	padding: 20px 15px 20px 20px;
	margin: 0;
	width: 240px;
	float: right;
}
#sidebar ul {
	padding: 0;
	margin: 0 0 20px 0;
}
#sidebar ul li {
	list-style-type: none;
}
#sidebar ul li a {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #700070;
	display: block;
	height: 35px;
	line-height: 22px;
}
#sidebar ul li a:hover {
	color: #C878C8;
}
.homepagecontent {
	text-decoration: none;
	width: 290px;
	float: left;
}
#newscontainer {
	width: 290px;
	float: left;
	padding-left: 20px;
}

#newscontainerwide {
	float: left;
}

#newsheading {
	padding: 0;
	margin: 0;

}
#newsheading h2 {


}
#newscontent {
	text-decoration: none;
}

#newscontent a {
	text-decoration: none;
}
#newscontent a:hover {
	text-decoration: none;
}

.newspost {
	padding: 0;
	margin: 0;
	text-decoration: none;
}
.newspost p {
	padding: 8px 0 0 0;
	margin: 0;
	text-decoration: none;
}
.newspost a, .newspost p a {
	font-size: 14px;
	color: #700070;
}
.newspost a:hover, .newspost p a:hover {
	font-size: 14px;
	color: #C878C8;
}

#newsfooter {
	padding: 0;
	margin: 0;
}
.widecolumn .entry p {
	text-decoration: none;
}

.narrowcolumn .entry, .widecolumn .entry {

}

.widecolumn {
	text-decoration: none;
}

.narrowcolumn .postmetadata {
	text-align: center;
}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}



small {

}


#headerimg .description {

	text-align: center;
}

#entry p a {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	display: block;
	height: 35px;
	line-height: 35px;
}

.genericlink a, .genericlink p a {
	color: #700070;
	text-decoration: none;
}
.genericlink a:hover, .genericlink p a:hover {
	color: #C878C8;
	text-decoration: none;
}
.contentlink a {
	color: #990099;
	text-decoration: none;
}
.contentlink a:hover {
	color: #C878C8;
	text-decoration: none;
}
.commentlist li, #commentform input, #commentform textarea {

}
.commentlist li ul li {

}

.commentlist li {

}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

.commentlist cite, .commentlist cite a {

}

.commentlist p {
	text-transform: none;
}

#commentform p {

}

.commentmetadata {
	font-weight: normal;
}

#sidebar {

}

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

code {

}

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


#wp-calendar #prev a, #wp-calendar #next a {

}

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

#wp-calendar caption {

	text-align: center;
}

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



/* Begin Structure */




.post {
	margin: 0px;
}

.post hr {
	display: block;
}

.widecolumn .post {
	margin: 0;
}

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

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

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
	display: none;
	visibility: hidden;
}

.clear {
	clear: both;
}


/* End Structure */



/*	Begin Headers */

/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	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: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.logoalign {
	border: 0pt none; 
	margin: 5px 15px 5px 0px;
}

/* End Images */



/* Begin Lists

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

.genericlist {
	margin: 0;
	padding: 0;
}
.genericlist li{
	list-style-type: none;
	padding-left: 50px;	
	background-image: url(images/bulletsmall.gif);	
	background-position: 28px 12px;	
}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	padding: 3px 10px;
	text-align: right;
}
#searchsubmit{
	color:#900090;
	font-weight:bold;
	border: 2px outset #808080;
	padding: 1px 3px;
	height: 22px;
	width: 58px;
}
#searchsubmit:hover{
	color: #C878C8;
	font-weight: bold;
	border: 2px inset #AAAAAA;
	padding: 1px 3px;
}

#sidebar #s {
	width: 108px;
	padding: 2px;
}



.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 {
	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;
}
/* End Form Elements */



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

.commentlist {
	padding: 0;
}

.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 Comments */



/* Begin Sidebar */


#sidebar form {
	margin: 0;
}
/* End Sidebar */



/* 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 Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}

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

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

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

.center {
	text-align: center;
}

.hidden {
	display: none;
}

hr {
	display: none;
}

a img {
	border: none;
}

.navigation {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}
.navigation a, .navigation p a {
	font-size: 14px;
	color: #700070;
}
.navigation a:hover, .navigation p a:hover {
	font-size: 14px;
	color: #C878C8;
}

/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.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 {
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* Begin Contact Form 7 */

.wpcf7subjectmenu { 
	width: 220px; 
}
.wpcf7chkbxtbl{
	width: 630px;
}
.wpcf7chkbxtbl tr{
	text-align: left;
}
.wpcf7chkbxtbl td{
	vertical-align:top;
	width: 50%;
}
.wpcf7submit{
	color:#900090;
	font-weight:bold;
	border:2px outset #808080;
	padding:3px 3px 3px 3px;
}
.wpcf7submit:hover{
	color: #C878C8;
	font-weight: bold;
	border: 2px inset #AAAAAA;
	padding: 3px 3px 3px 3px;
}
/* End Contact Form 7 */

/* Dagon Design Sitemap Generator */
.ddsg-wrapper li{
	background-image: url(images/bulletsmall.gif);
}
.ddsg-wrapper a{
	font-weight: bold;
	color: #700070;
}
.ddsg-wrapper a:hover {
	font-weight: bold;
	color: #C878C8;
}
/* End Dagon Design Sitemap Generator */

/* Begin testimonial */
#testimonial-holder{
	float:right;
	display:block;
	margin-bottom:15px;
	position:relative;
	width:240px;
	border:3px;
	padding: 3px;
}
.testimonial-frame{
	border:0px;
	padding:0px;
	height:1%;
	overflow:hidden;
}
* html .testimonial-frame{padding-top:23px;}
*+html .testimonial-frame{padding-top:23px;}
.sliderbutton{
	float:right;
	width:17px;
	padding-top: 20px;
}
.sliderbutton img {
	cursor:pointer;
	border:0px;
	margin:0px;
}
#testimonial {
	float:left;
	font-size:14px;
	line-height:22px;
	height:580px;
	overflow:auto;
	position:relative;
	width:240px;
	margin:0px;
}
.title-testimonials{
	color:#745F25;
}
#testimonial ul{
	height:335px;
	margin:0;
	list-style:none;
	padding:0;
	position:absolute;
	top:0;
}
#testimonial li {
	float:left;
	padding:0;
	width:240px;
	margin:0px;
	background-image: none;
}
#testimonial li p{
    margin:0 0 4px;
}
#testimonial li .author{
	display:block;
	font-weight:bolder;
	font-size:15px;
	font-style:italic;
	margin:15px 0px 0px;
}
#testimonial li a {
	display:block;
	line-height:18px;
	color:#1d240f;
	font-size:14px;
	text-decoration:underline;
}
#testimonial li a:hover {
	display:block;
	color:#a38533;
	text-decoration:none;
}
#testimonial .author img {
	margin:5px 0px;
	max-width:35%;
	border:0px;
	text-decoration:none;
}
/* End testimonial */

