/* Hometelmed Wordpress CSS Additions by Matt */

#nav {
width:490px;
list-style:none;
margin:0;
padding-top:0;
float:right;
}

#product_left {
float:left;
width:573px;
}

#product_right {
float:right;
width:277px;
}

/* list styles - becasue of css reset */

#product_left ul {
color:#000000;
font-size:14px;
margin:10px;
padding:0;
list-style:disc;
}

#product_left li {
margin:10px 10px;
}


/* ******************* Blog logo ********************** */
#blogLogo {
color:#000000;
height:212px;
margin:0;
padding:0;
width:317px;
}

#blogLogo span {
background:transparent url(../images/blogLogo.jpg) no-repeat scroll left top;
height:212px;
position:absolute;
width:317px;
}

/* DFT post styles */

a img {
border: none;
}

acronym, abbr {
border-bottom: 1px dashed #333;
}

acronym, abbr, span.caps {
font-size: 90%;
letter-spacing: .07em;
}

acronym, abbr {
cursor: help;
}

blockquote {
border-left: 5px solid #ccc;
margin-left: 1.5em;
padding-left: 5px;
}

.meta {
color:#999999;
font-size:11px;
margin-bottom:20px;
}

.meta, .meta a {
font-weight: normal;
letter-spacing: 0;
}

.storytitle {
font-size:18px;
margin:0px 0px 5px 0px;
}

.storytitle a {
text-decoration: none;
color: #333333;
}

.storytitle a:hover {
text-decoration: underline;
color: #333333;
}

.feedback {
margin-bottom:15px;
padding-bottom:5px;
border-bottom:1px solid #C8C8C8;
text-align: right;
clear: both;
}

cite {
font-size: 90%;
font-style: normal;
}

h2 {
padding-bottom: 2px;
}

.date {
font-size:24px;
margin:20px 0px 15px 0px;
}

/*comments and form elements*/

#comment {
color:#000000;
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
}

#commentlist li {
padding:10px 5px 0 5px;;
border-bottom:1px solid #C8C8C8;
border-top:1px solid #C8C8C8;
margin:20px 0 20px 0;
background-color:#efefef;

}

/* SIDE BAR MENU */

#sidebar h2 {
font-size:18px;
font-weight:bold;
}

#sidebar {

}

#sidebar ul {
color:#000000;
font-size:12px;
margin:5px 0 20px 10px;
padding:0;
list-style:none;
}

#sidebar li {
}

#sidebar ul a {
color:#777777;
}

#sidebar ul a:hover {
color:#000000;
}

/* Search For Area */
#searchform {
margin-bottom:10px;
}

#searchsubmit {
background-color:#F7D13A;
border-color:#CBCBCB;
border-style:solid;
border-width:1px;
color:#000000;
cursor:pointer;
font-size:12px;
font-weight:bold;
height:21px;
margin:0;
padding:0 0 5px;
width:80px;
}

input {
color:#000000;
font-size:11px;
height:14px;
text-align:center;
width:100px;
}

#submit {
background-color:#F7D13A;
border-color:#CBCBCB;
border-style:solid;
border-width:1px;
color:#000000;
cursor:pointer;
font-size:12px;
font-weight:bold;
height:21px;
margin:0;
padding:0 0 5px;
width:120px;
}

/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #C8C8C8;
	text-align: center;
	background-color: #efefef;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 12px;
	line-height: 17px;
	padding: 5px 0 5px 0;
	margin: 0;
}
/* End captions & aligment */

blockquote {
	border-left: 1px solid #F7D339;
	margin:1.5em 0 1.5em 1.5em;
	padding-left: 10px;
	font-weight:normal;
}

blockquote em {
font-style:normal;
font-size:12px;
}
