﻿/*
Theme Name: Appletree Advertising
Theme URI: http://www.appletreeadvertising.com/
Description: Wordpress theme with  2 columns with the menu on the left
Author: Kammy Burleson, YNot Web
Author URI: http://www.ynotweb.com


/*-----------Block Level Elements--------------*/
/**{margin:0; padding:0;}*/
html { min-height:100%; margin-bottom:1px; } /*keeps short pages from jumping */

body {
background-image: url(images/16937252.gif);
background-repeat: repeat;
font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
font-size: 10pt;
margin: 0;
padding: 30px 0 0 0;
}
td {vertical-align: top;}

#page {
	width: 990px; /*90%;*/
	margin: 0 auto;
}

#header {
	width: 100%;
	background-color: #C4D7D8;
	height: 108px;
}

#headerimg {
float: left;
}


/* main menu */


#menu {
	font-family: verdana, arial, times, serif;
	font-size: 9pt; 
	overflow:hidden;
	width: 800px;
	float: center;

}


#menu ul {
	margin:0;
	padding:0;
}

#menu ul li {
	list-style-type: none;
	float:left;
	margin: 0;
	padding: 0;
font-weight: bold;
}

#menu ul li a {
	padding:4px 12px;
	margin: 0;
	color: #000;
	display:block;
text-decoration: none;
}

#menu ul li a:hover {
	background: #fff;
	color:#000;
}


/*#menuOne {		width:100%; height:25px;}

ul#menuOne  {
	margin: 0;
	padding: 0;
	text-align: left;
width: 100%;
display: inline;
height: 25px;
}*/

ul#menuOne {display: table; width: 80%; margin: 0; padding: 0;}

ul#menuOne li {
	list-style-type: none;
	/*display: inline;*/
	display: table-cell;
	/*height: 20px;*/
	margin: 3px;;
	padding: 0 6px 0 6px;
border:1px solid black;
font-size:9pt;
}

 ul#menuOne li a {
	padding: 0;
	margin: 0;
	text-decoration: none;
	color: #000;
display: block;
font-weight: bold;
}



li.lightteal {display: block; background-color:#72B2A3; text-decoration: none;}
li.contact {display: block; background-color: #8DBFC0; text-decoration: none;}



/*#menuTwo {		width:100%; height:25px;}*/

ul#menuTwo {display: table; width:80%;margin: 0; padding: 0;}

ul#menuTwo li {
	list-style-type: none;
	/*display: inline;*/
	display: table-cell;
	/*height: 20px;*/
	margin: 0;
	padding: 0 0 0 2px;
	border: 1px none red;
width: 110px;
}

 ul#menuTwo li a {
	padding: 0;
	margin: 0;
	text-decoration: none;
	color: #000;
display: block;
font-weight: bold;

}


li.darkteal {display: block; background-color: #359997; text-decoration: none;}
li.lightblue {display: block; background-color: #E7EFF1; text-decoration: none;}


.description {

}

#wrapper {
	width: 100%;
	background-color: #fff;
	background-image: url(images/mainBG.png);
	background-repeat: repeat-y;
	background-position: top left;
}

#content {

	margin-left: 160px;
	/*width: 70%;*/
}

#sidebar {
	width: 144px; /*28%;*/
	float: left;
	/*margin-right: 70%;*/
}

#footer {
	width: 100%;
	height: 83px;
	clear: both;
	background-image: url(images/grass.png);
	background-repeat: repeat-x;
}

#credits {}
/*-------------Headings-------------*/

h1 {

}

h2 {
color:#1C3F65;
}

h3 {
color:#1C3F65;
}

h4 {

}

h5 {

}

/*-------------The Post-------------*/



h2 a:hover, h2 a:visited, h2 a {
color: #1C3F65;
}

.post {
color: #000;
padding: 15px;
}

.post p {

}

.post a {

	color: #18224C;
	text-decoration: underline;

}
.entrytext h3 a:hover, .entrytext h3 a:visited, .entrytext h3 a {
text-decoration:none;
}
.post ul {

}

.post li {

}

.entry {

}

.entrytext .postmetadata {
color: #000;
}

.home p {color: #1C3F65;font-style: italic;}

.postmetadata alt {

}

.postmetadata a {

}

.navigation {
color: #000;
}


.pagetitle {

}

blockquote {

}

cite {

}

a img {

}

acronym, abbr {

}

/*--------------Sidebar------------*/

#sidebar ul {
margin: 5px;
padding: 0;
list-style-type: none;
}

#sidebar ul h2 {

}

#sidebar ul li {

}

#sidebar ul ul {

}

#sidebar ul ul li {

}

#sidebar ul ul ul {

}

#sidebar p {
padding: 5px;
}

#sidebar a:link {
color: #000;

}
#sidebar a:visited {
color: #000;
}
#sidebar a:hover {
color: #000;
text-decoration: none;
}




/*--------------Comments--------------*/

ol.commentlist {

}

ol.commentlist li {

}

ol.commentlist li.alt {

}

ol.commentlist a {

}

small.commentmetadata {

}

/*--------------Search Form-------------*/

#searchform {

}

#searchform input {

}

#searchform #s {

}


/*-------------Calendar-----------------*/

#wp-calendar {

}

#wp-calendar th {

}

#wp-calendar a {

}

#prev a, #next a {

}

#wp-calendar caption {

}

/*-------------Images------------------*/




/*-------------Other------------------*/

hr {
	display: none;
}


/* WordPress additions */

/* 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.center {
	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 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 cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* 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 {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* boxes that are table based */

table#boxes h3 {color: #1c3f65; border-bottom: 2px solid #7C3D57;font-style: italic;}
td.boxborders {padding: 3px; border-top: 2px solid #D7C4CC; border-right: 2px solid #452230; border-bottom: 2px solid #452230; border-left: 2px solid #D7C4CC; background-color: #c5d8d9; color: #000;}

/* boxes for home page */
#boxone {margin-left: 0px;/*float: left;*/}
#boxtwo { position: relative; top: -190px;left: 260px;}
#boxthree { position: relative; top: -380px;left: 520px;}


#boxone, #boxtwo, #boxthree {width: 200px; border: 1px solid #1C3F65; background-color: #C5D8D9;min-height: 180px;}
#boxone, #boxtwo, #boxthree {padding: 3px; border-top: 2px solid #D7C4CC; border-right: 2px solid #452230; border-bottom: 2px solid #452230; border-left: 2px solid #D7C4CC;}

#boxone  h3, #boxtwo  h3, #boxthree h3 {color: #1c3f65; border-bottom: 2px solid #7C3D57;font-style: italic;}


