/*
Theme Name: AllareaContractors custom template
Theme URI: http://www.allareacontractors.com/
Description: Custom template developed for Allarea Contractors
Version: 1.0
Author: Katy Chayka
Author URI: http://www.c-net.us/

*/

/* #bd0103; /* dark red */
/* #ff0503; /* bright red */
/* #fafade; /* manilla */
/* #fefefa; /* near white */


body {
	font-size: 100%;
	font-family: sans-serif;
	background: #000;
	color: #fefefa; /* near white */
	margin: 0;
	padding: 10px 20px;
}

/* elements using Arial Black font */
h1, h2, h3, h4,
#navbar {
	font-family: "Arial Black", sans-serif;
	font-weight: normal;
	font-style: italic;
}

h1 {
	font-size: 150%;
	margin: 0;
}

h2 {
	font-size: 115%;
}
h3 {
	font-size: 100%;
	margin-top: 1.5em;
	margin-bottom: .5em;
}
h4 {
	font-size: 90%;
	margin-top: 1.5em;
	margin-bottom: .5em;
}

a {
	color: #ff0503; /* bright red */
	background: transparent;
}
a:visited {
	color: #666; /* gray */
	background: transparent;
}
a:hover,
a:focus,
a:active {
	color: #006; /* blue */
	background: transparent;
}
/* work around IE deficiency */
a img {
	border-color: #ff0503; /* bright red */
}
a:visited img {
	border-color: #666; /* gray */
}
a:hover img,
a:focus img,
a:active img {
	border-color: #006; /* blue */
}

/* default margins */
p, ol, ul, blockquote {
	margin-top: 1em;
	margin-bottom: 0;
}
h3 + p, h3 + ul, h3 + ol,
h4 + p, h4 + ul, h4 + ol,
p + ul, p + ol {
	margin-top: .5em;
}




/* main page sections */
#page {
	max-width: 55em;
	padding: 20px;
	margin: auto;
	background: #bd0103 url(images/gradient-lg.jpg) left top repeat-x; /* dark red */
	color: #fefefa; /* near white */
}
.wrapper {
	background: #fefefa; /* near white */
	color: #000;
}

#header {
	background: #fafade url(images/network-3921753.jpg) left bottom no-repeat; /* manilla */
	color: #000;
	border: 1px solid #000;
	padding-left: 225px;
	position: relative;
}
#header h1 {
	border-left: 2px solid #000;
	padding-left: 4%;
	background: #fafade; /* manilla */
	color: #000;
}
h1 a {
	text-decoration: none;
}
h1 img {
	border-width: 0;
	margin: 10px 0;
}
#header .description {
	position: absolute;
	width: 10em;
	right: 10px;
	top: 50%;
	margin-top: -1.5em;
	font-family: "Arial Black", sans-serif;
	font-weight: normal;
	font-style: italic;
	font-size: 110%;
	text-align: right;
/*	background: #fff;*/
}



#midsection {
	background: #fff;
	color: #000;
	border-left: 225px solid #fff;
	padding: 10px 0; /* avoid margin collapse */
	zoom: 1;
}

#content {
	width: 90%;
	float: right;
	padding-right: 5%;
}

#sidebar {
	width: 210px;
	float: left;
	margin-left: -215px;
	position: relative;
}
#sidebar .widgetgroup {
	background: #fafade; /* manilla */
	color: #000;
	border: 1px solid #999;
	margin-bottom: 1em;
	font-size: 90%;
}
#sidebar .addons {
	text-align: center;
}
#sidebar .addons img {
	border-width: 0;
}
#sidebar h2 {
	margin: 0 0 .3em 0;
	padding: 3px;
	background: #bd0103 url(images/gradient-sm.jpg) left center repeat-x; /* dark red */
	color: #fefefa; /* near white */
	font-size: 100%;
	text-align: center;
}

#footer {
	padding: .5em 0;
	margin: 0 auto;
	clear: both;
	text-align: center;
	background: #000;
	color: #fefefa; /* near white */
	font-size: 85%;
}
#footer p {
	margin: 0 0 1em 0;
}
#footer a {
	background: #000;
	color: #fefefa; /* near white */
}



/* top bar navigation */
#navbar {
	background: #000;
	color: #fefefa; /* near white */
	width: 100%;
	padding-top: 12px;
	padding-bottom: 5px;
	font-size: 85%;
}
#navbar h2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
	margin: 0;
}
#navbar ul {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
#navbar li {
	margin: 0;
	padding: 0;
	display: inline;
}
#navbar li a {
	padding: 3px .75em 5px .75em;
	border: 1px solid #000;
	border-bottom-width: 0;
	text-decoration: none;
	background: #ff0503 url(images/gradient-sm.jpg) left center repeat-x; /* bright red */
	color: #fefefa; /* near white */
	zoom: 1;
}
#navbar li a:hover,
#navbar li a:focus,
#navbar li a:active,
#navbar li.current_page_item a,
#navbar li.current_page_ancestor a {
	border-color: #fafade; /* manilla */
}
/* hilight the 'news' navbar link on anything within the blog */
body.blog #navbar li.page-item-6 a,
body.archive #navbar li.page-item-6 a,
body.single #navbar li.page-item-6 a {
	border-color: #fafade; /* manilla */
}



/*
h2 a, h2 a:visited,
h3 a, h3 a:visited,
h4 a, h4 a:visited {
	background: transparent;
	color: #000;
}

h2 a:hover, h2 a:focus, h2 a:active,
h3 a:hover, h3 a:focus, h3 a:active,
h4 a:hover, h4 a:focus, h4 a:active {
	text-decoration: underline;
	color: #009;
}
*/

/* blog rules */
.post {
	margin: 0 0 1em;
}

.post hr {
	display: block;
}

.widecolumn .post {
	margin: 0;
}

.postmetadata {
	background: #fafade; /* manilla */
	color: #000;
	border: 1px solid #999;
	padding: 5px;
	clear: both;
	font-size: 90%;
}
.commentmetadata {
	font-size: 85%;
}

.rss img {
	border-width: 0;
}



/* Begin Images & alignments */
p img {
	padding: 0;
	max-width: 100%;
	height: auto;
}

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

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

.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.aligncenter {
	display: block;
	margin: auto;
}
.center {
	text-align: center;
}

/* End Images */



/* Begin Lists

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

#content ul {
	margin-left: 0px;
	padding: 0 0 0 20px;
}
#content ul ul {
/*	margin-left: 20px;*/
	margin-top: .3em;
	margin-bottom: 1em;
}
#content li {
	margin: 0 0 .3em 0;
	padding-left: 0;
}

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

ol.commentlist {
	margin-top: 0;
}
.commentlist li {
	padding-bottom: .3em;
	border-bottom: 1px solid #999;
}

#sidebar ul {
	margin: 0 0 .5em 0;
	padding: 0;
	list-style: none;
}
#sidebar ul ul {
	list-style: disc;
	padding-left: 20px;
}
#sidebar ul ul ul {
	list-style: circle;
/*	margin-left: 20px;*/
}
#sidebar li {
	margin: 0 0 .3em 0;
	padding-left: 0;
}
#sidebar li p {
	margin: 0 5px;
}
#sidebar li li p {
	margin: 0;
}
#sidebar li.current_page_item > a {
	background: #fafade; /* manilla */
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

#sidebar .rss li {
	margin-bottom: 0;
}

/* End Entry Lists */



/* Begin Form Elements */
form {
	margin: 0;
}
form *:first-child {
	margin-top: 0;
}

#searchform {
	padding: 5px 0;
	text-align: center;
}

#sidebar #searchform #s {
}

#sidebar #searchsubmit {
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
}

select {
}

input[type="text"] {
	width: 15em;
	max-width: 95%;
}
textarea {
	width: 95%;
}
#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
#commentform #submit {
	float: right;
}
/* End Form Elements */




/* Begin Sidebar */
#sidebar {
}

#sidebar form {
}
/* End Sidebar */



/* Begin Calendar */

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 80%;
}
#wp-calendar a {
	text-decoration: none;
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
}
#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 {
}
#wp-calendar td {
	padding: 3px 1px;
	text-align: center;
}
#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff;
}
/* End Calendar */



/* Begin Miscellaneous Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
}

blockquote cite {
}

.hidden {
	display: none;
}

.skiplinks,
.screen-reader-text {
	position: absolute;
	left: -1000em;
	margin: 0;
}

hr {
	display: none;
}

.navigation {
	display: block;
	text-align: center;
	zoom: 1;
}

.AAC {
	font-family: "Arial Black", sans-serif;
	font-weight: normal;
	font-style: italic;
}
.phone {
	white-space: nowrap;
}

#content .split {
	width: 40%;
	float: left;
	margin-left: 5%;
}
#content .split + .split {
	float: right;
	margin-left: 0;
}
#content .split {
	margin-top: .5em;
	margin-bottom: 1em;
}

/* End Various Tags & Classes*/


/* tables */
table.contact {
	border-collapse: collapse;
}
table.contact th,
table.contact td {
	border-collapse: collapse;
	padding-top: .2em;
	padding-bottom: .2em;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}
table.contact th {
	padding-right: .5em;
	text-align: left;
}
tr.alt th,
tr.alt td {
}


/* 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 {
	font-size: 85%;
	padding: 4px;
	margin: 0;
}
/* End captions */


/* clear floats */
.clear {
	clear: both;
}
.navigation:after,
#midsection:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden
}
/* end float clearing */


@media print {
.skiplinks {
	display: none;
}

}

