/*
Theme Name: Sunrise Technologies
Theme URI: http://sunrisetechnologies.com/
Description: WordPress Theme for Sunrise Technologies
Author: Kammy Burleson
Author URI: http://www.ynotweb.com


/*-----------Block Level Elements--------------*/
* { padding: 0; margin: 0; }
html { min-height:100%; margin-bottom:1px; } /*keeps short pages from 
jumping */
body {
background-image: url(images/gradient.png);
background-repeat: repeat-x;
background-position: top left;

background-color: #fff;
/*background-color: #E88840;*/
color: #000;
margin-top: 10px;
padding-top: 10px;
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 10pt;
}

/* links */
a {
	color: #000;
}

a:hover {
	color: #000;
	text-decoration: none;
}

#page {
	width: 841px;
	margin: 0 auto;
}

#header {
	width: 100%;
}

#headerimg {

}

.description {
}

#wrapper {
	width: 100%;
		background-image: url(images/container.png);
	background-repeat: repeat-y;
}

/* main menu */
#menu {
	background-image: url(images/container.png);
         background-repeat: repeat-y;
         font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	width:841px; 
margin: 0 auto;
text-transform: uppercase;

}

#menu ul {
width: 826px;
	height:25px;
	background-color: #906341;
	margin: 0 auto;
	padding: 0;
	text-align: left;

}

#menu ul li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
	line-height: 25px;
}

#menu ul li a {
	padding: 0px 12px 0px 12px;
	margin: 0;
	text-decoration: none;
	color: #fff;
	border-right: 2px solid #fff;

}

#menu ul li a:hover {
	color:#fff;
		border-right: 2px solid #fff;

}

#content {
	float: left;
	margin-left: 20px;
	width: 60%;
}

#sidebar {
	width: 28%;
	margin-left: 70%;
}

#footer {
	width: 841px;
	margin: 0 auto;
	clear: both;
				background-image: url(images/container.png);
	background-repeat: repeat-y;

}

#footer p {
	padding: 20px;
}

.copyright {
	float: left;
}
.credit {
	float: right;
}
#thebottom {
	width: 841px;
	height: 20px;
	margin: 0 auto;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
}
#underbottom {
	width: 837px;
	margin: 0 auto;
padding-left:20px;
padding-right:20px;
}
/*-------------Headings-------------*/

h1 {
font-size: 28px;
font-weight: bold;
margin-left: 10px;
color: #f65d0c;
padding-bottom:4px;
letter-spacing:2px;
}

h2 {
font-size: 16px;
font-weight: darker;
margin-left: 10px;
color: #6B2F02;
text-transform: uppercase;
letter-spacing:1px;
}

h3 {

}

h4 {
text-align:center;
font-style:italic;
color: #6B2F02;
text-transform: uppercase;
font-size:12px;
padding-bottom:25px;
letter-spacing:1px;
}

h5 {

}

/*-------------The Post-------------*/

h2 a:hover, h2 a:visited, h2 a {
color: #6B2F02;
text-decoration: none;
}

.post {

}

.post h3 {
	color: #6B2F02;
	margin-left: 10px;
}

.post h3 a {
	color: #6B2F02 !important;

}
.post h3 a:hover {
	color: #6B2F02 !important;

}
.post p {
margin: 10px;

}

.post a {

}

.post ul {
margin-left: 35px;
}

.post li {

}


.entry {

}

.entrytext .postmetadata {

}

.postmetadata alt {


}

.postmetadata a {

}

.navigation {

}

.alignleft {

}

.alignright {

}

.center {

}

.pagetitle {

}

blockquote {

}

cite {

}

a img {

}

acronym, abbr {

}

small {
	margin-left: 10px;
}

 ul#nobullets {
	margin-left: 35px;
}
/*--------------Sidebar------------*/

#sidebar ul {

}

#sidebar ul h2 {

}

#sidebar ul li {

}

#sidebar ul ul {

}

#sidebar ul ul li {

}

#sidebar ul ul ul {

}

#sidebar h3 {
	color: #6b2f02;
	padding-top: 10px;
	padding-bottom: 0px;
}
#sidebar p {

}

#sidebar a {
color: #000;
}

#sidebar a:hover {
color: #000;
}



#samples {
	width: 225px;
	background-color: #E2CDB6;
	border-bottom: 20px solid #e2cdb6;
}

#samples h2 {
	color: #E2CDB6;
	background-color: #906341;
	display: block;
	text-align: center;
	margin: 0;
	padding: 0;
	height: 30px;
	line-height: 30px;}
	
#samples ul {
		margin-left: 30px;
	}
	
#samples li {
		margin-right: 5px;
	}
/*--------------Comments--------------*/

ol.commentlist {

}

ol.commentlist li {

}

ol.commentlist li.alt {

}

ol.commentlist a {

}

small.commentmetadata {

}

/*--------------Search Form-------------*/

#searchform {

}

#searchform input {

}

#searchform #s {

}


/* 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 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-left: 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 */