/*
Theme Name: All American Tile
Author: Mankato Web Design
*/

* {
	padding: 0;
	margin: 0;
	behavior: url(/wp-content/themes/allamericantile/iepngfix.htc);
}
/* Begin Typography & Colors */
body {
	font-family: "Georgia", Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background: #43160f url('images/bg.jpg') repeat center top;
}
#pagetitle {
	padding: 10px 0 10px 10px;
	background:#710404;
	text-transform:uppercase;
	clear:both;
}
h1 {
	color:#ffffff;
	font-weight: bold;
text-transform: uppercase;
	font-size: 15px;
	font-family: "Georgia", Tahoma, Verdana;
}
h2, h3, h4, h5, h6 {
	font-weight: bold;
text-transform: uppercase;
	font-size: 15px;
	padding: 15px 0 15px 0;
	color:#710404;
	font-family: "Georgia", Tahoma, Verdana;
}
h2 a {
	text-decoration:none;
	color:#710404;
}
h2 a:hover {
	text-decoration:underline;
	color:#710404;
}
#header {
	height: 187px;
	width: 751px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	color: #FFFFFF;
	background: url('images/header.jpg') no-repeat center top;
}
#logo h1 {
	padding:0;
}
#logo h1 a {
	display: block;
	width: 751px;
	height: 187px;
	text-indent: -9999px;
	position: relative;
}
#flash {
	height: 180px;
	width: 510px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	clear:both;
	margin-bottom: 10px;
}
#flashsub {
	height: 100px;
	width: 510px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	clear:both;
}
#maincontent {
	width: 751px;
	margin-right: auto;
	margin-left: auto;
	background: url('images/contentbg.jpg') repeat-y left top;
}
#footerwrapper {
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
}
#footer{
	width:751px;
	height:143px;
	margin: 0 auto;
	padding: 0;
	color: #fff;
	background: url('images/footer.jpg') no-repeat center top;
	text-align:right;
	line-height:18px;
}
#footer p {
	padding: 10px 0 0px;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footertop {
	width: 751px;
	text-align:right;
	margin: 0 30px 0 0;
}
#footertop a {
	margin: 0 20px 0 0;
}
#footerleft {
	float: left;
	width: 300px;
	padding: 55px 0 0 30px;
	text-align:left;
}
#footerright {
	float: right;
	width: 300px;
	text-align:right;
	padding: 20px 20px 0 0;
}
#postwrapper {
	padding-left: 10px;
}
.narrowcolumn, .widecolumn {
	float: left;
	padding: 10px 10px 0 13px;
	width: 510px;
	line-height: 20px;
}
.narrowcolumn ul, .widecolumn ul, .narrowcolumn ol, .widecolumn ol {
	padding-left: 50px;
}
.narrowcolumn ul li, .widecolumn ul li {
	padding: 0 0 5px 10px;
}
.narrowcolumn ol li, .widecolumn ol li {
	padding: 0 0 5px 10px;
}
.narrowcolumn p, .widecolumn p {
	padding: 7px 0 7px 0;
	line-height: 23px;
}
.narrowcolumn a, .widecolumn a {
	color: #710404;
}
.narrowcolumn a:hover, .widecolumn a:hover {
	text-decoration:none;
}
.post {
	background: #f6f1f1 url('images/postbg.jpg') repeat center top;
	border: 1px solid #b7b7b7;
	padding: 10px 10px;
	margin-bottom: 10px;
}
#sidebar {
	width: 207px;
	float: left;
	overflow:hidden;
	background: url('images/sidebg.jpg') repeat-x center top;
	margin: 10px 0 0;
}
#sidebar p {
	color:#FFFFFF;
	padding:10px 0 10px 20px;
}
.sidemenu {
	background: #f1f0f0 url('images/sidebg.jpg') repeat-x center top;
	border: 1px solid #dedede;
	overflow:auto;
	padding: 0 10px 5px 0;
}
.sidemenubutton {
	margin: 0 0 0 120px;
}
.sidemenu ul {
	padding: 10px 0 0;
}
.sidemenu ul li {
	list-style-type: none;
	font-size: 11px;
	font-family: "Georgia", Tahoma, Verdana;
	line-height: 20px;
	background: url('images/sidebarbuttonbg.png') no-repeat left top;
	height: 35px;
	padding: 0 0 0 25px;
	text-decoration: none;
	color: #ffffff;
}
.sidemenu ul li a {
	color: #000;
	display: block;
	text-decoration:none;
}
.sidemenu ul li a:hover {
	text-decoration: underline;
}
#sidehead1 {
	background: url('images/sidehead1.jpg') no-repeat left top;
	height: 34px;
}
#sidehead2 {
	background: url('images/sidehead2.jpg') no-repeat left top;
	height: 34px;
	margin-top: 10px;
}
#enquiryform {
	width:312px;
	background: #c1c1c1 url('images/formbg.jpg') repeat-x left top;
	overflow:hidden;
}
.formlabel {
	color: #092a3e;
	margin-left: 15px;
	height: 24px;
	line-height: 24px;
}
.forminput {
	padding-left: 5px;
}
.formbutton {
	text-align: right;
	padding: 5px 15px 10px 0;
}
.custominput {
	background: #FFFFFF;
	height: 20px;
	padding: 5px;
	width: 250px;
	border: 1px solid #0e2444;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 0 5px 10px;
}
.customtextarea {
	background: #FFFFFF;
	width: 260px;
	height: 100px;
	overflow: auto;
	border: 1px solid #0e2444;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 5px 0 5px 10px;
}
.customlist {

}



.customlist ul {

	padding: 0;
	margin: 0;

}

.customlist ul li {
	list-style-type: none;
}

.customlist ul li a {
	display: block;
	width: 253px;
	height: 30px;
	line-height: 30px;
	color: #000000;
	text-decoration: none;
	background: url('images/sidebuttonbg.jpg') no-repeat;
	padding-left: 50px;
	font-size: 14px;
	text-transform:capitalize;
}

.customlist ul li a:hover {
	color: #000000;
	text-decoration: underline;
}
#news {
	background: #e5b543 url('images/blogbg.jpg') repeat-x left top;
}
#news p {
	color:#000;
	font-weight:bold;
	margin: 5px 0 0 10px;
}
#news ul { 	padding: 5px 0 10px 35px; }
#news ul li {
	padding: 5px 0 5px 0;
	color:#000;
}
#news ul li a {
	display: block;
	font-size: 14px;
	line-height: 20px;
	height: 20px;
	padding: 0 0 5px 0;
	text-decoration: none;
	color: #000;
}
#news ul li a:hover {
	text-decoration: underline;
}
#news img {
	padding: 0 10px 10px 90px;
}

#content {

}

.widecolumn .entry p {

}

.narrowcolumn .entry, .widecolumn .entry {

}

.widecolumn {

}

.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;
	width:600px;
}



small {

}


#headerimg .description {

	text-align: center;
}

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

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

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 {
}

.post hr {
	display: block;
}

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

.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
}
/* End Images */



/* Begin Lists

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


/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	padding: 13px 30px 0 0;
}

#sidebar #searchform #s {
	width: 108px;
	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: 5px;
	margin: 5px 5px 1px 0;
	border: 1px solid #0e2444;
}

#commentform {
	margin: 5px 10px 0 0;
}
#commentform textarea {
	width: 100%;
	padding: 5px;
	border: 1px solid #0e2444;
}
#respond {
	padding-left:20px;
	margin-bottom:10px;
	width: 500px;
}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	color:#ffffff;
	background-color: #892524;
	border:0;
	padding:5px;

}

#headersearch {

}
.customsearchinput {
	border: 0;
	padding: 2px 0px 3px 10px;
	margin: 0 5px 0 0;
	height: 20px;
	width: 187px;
	font-size: 11px;
	color:#000000;
	background-color: transparent;
	background-image: url(images/searchbox.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
}
/* 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 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 #710404;
	color: #710404;
}

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: 10px 10px 60px 10px;
}
/* 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 */
