/*
Theme Name: CCT - New Design
Theme URI: http://www.cct.vi
Description: Custom WordPress theme
Author: Christina Lannen, Lannen Designs
Author URI: http://www.lannendesigns.com
*/

/*-----------Block Level Elements--------------*/
*{margin:0; padding:0;}
body {
background-color: #FBBD50;
color: #000;
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
margin-top: 30px;
}
img {border: none;}
img a {border: none; }
#page {
	width: 886px;
	margin: 0 auto;
}

#header {
	width: 886px;
	background-image: url(images/headerBG.png);
	background-repeat: repeat-y;
}

#headerimg {
width: 886px;
margin: 0 auto;
}

#logo {float: left;margin-left: 10px;}
#flashfader {float: right;}

#menuholder {	width: 886px;
	margin: 0 auto;
	background-image: url(images/mainBG.png);
	background-repeat: repeat-y;}
#menu {width: 868px;  float: right; margin-right: 7px; }
#wrapper {
	width: 886px;
	margin: 0 auto;
	background-image: url(images/mainBG.png);
	background-repeat: repeat-y;
}

#content {
margin-top: 20px;
	float: right;
	margin-right: 20px;
	width: 580px;
}

#sidebar {
margin-top:20px;
	float: left;
	width: 237px;
	margin-left: 25px;
	/*width: 28%;
	margin-right: 70%;*/
}

#footer {
	width: 100%;
	clear: both;
}

/*-------------Headings-------------*/

h1, h2, h3, h4, h5 {font-family: Georgia, "New Times Roman", Times, serif; color: #593519;}
h1 {
font-size: 18pt;
border-bottom: 1px dashed #593519;
font-weight: lighter;
display: inline;
}

h2 {
font-size: 14pt;
font-weight: lighter;
margin-top: 20px;
}

h3 {

}

h4 {

}

h5 {

}

/*-------------The Post-------------*/
.post h1 a {font-size: 18pt;
font-weight: lighter;
color: #593519;
text-decoration: none;
display: inline;
border-bottom: 1px dashed #593519;}

h2 a:hover, h2 a:visited, h2 a {
margin-top: 10px;
color: #593519;
text-decoration: none;
}

.post {

}

.post p {
margin: 5px 10px 10px 0px;
}

.post a {
color: #593519;
}


.post ul {
margin-top: 10px;
margin-left: 25px;
}

.post li {

}

.entrytest p {
margin: 5px 10px 5px 0px;
}

.entrytext .postmetadata {

}

.postmetadata alt {

}

.postmetadata a {

}

.navigation {

}

.alignleft {

}

.alignright {

}

.center {

}

.pagetitle {

}

blockquote {
margin-left: 50px;
margin-right: 50px;
padding: 10px;
border-left: 1px solid #000;
}

cite {

}

a img {

}

acronym, abbr {

}

/*--------------Sidebar------------*/

#sidebar ul {

}

#sidebar ul h2 {

}

#sidebar ul li {

}

#sidebar ul ul {

}

#sidebar ul ul li {

}

#sidebar ul ul ul {

}

#sidebar h2 {color: #593519; font-size: 12pt;
border: none;}

#sidebar p {

}

#sidebar a {
color: #593519;
}
#sidebar a:hover {

}

#sidebar a:visited {

}


/*--------------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------------------*/

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px dashed #593519 !important;
	text-align: center;
	background-color: transparent;
	padding: 6px;
	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 */

/* misc */

img.center {display: block;	margin-left: auto;	margin-right: auto; border: 1px dashed #593519}
img.alignright {padding: 4px;	margin: 0 0 2px 7px; display: inline; border: 1px dashed #593519}
img.alignleft {padding: 4px; margin: 0 7px 2px 0;	display: inline; border: 1px dashed #593519}
img.alignnone {padding: 4px; margin: 0 7px 2px 0;	 border: 1px dashed #593519}



hr {border: none 0;
border-top: 1px dashed #593519;/*the border*/
width:100%;
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
padding: 10px 0 5px 0;}

.navigation {margin: 20px 0 20px 0;
padding-bottom: 20px;}
.navigation a {color: #593519;}

.alignright {float: right; margin-right: 20px;}
.alignleft {float: left;}

.info {width: 889px; }
.copyright {float: left; margin-left: 10px;}
.design {float: right; margin-right: 20px;}
.design a {color: #593519;}
