/*
Theme Name: Twenty Ten Child for jbsumner.com website
Description: Child theme for the Twenty Ten theme 
Author: James Sumner
Template: twentyten
*/

@import url("../twentyten/style.css");

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: left;
	margin: 0 -240px 0 0;
	width: 100%;
}
#content {
	margin: 0 280px 0 20px;
}
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 220px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}



/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: Arial, Helvetica, sans-serif;
}


h3 {
  font-size: 12pt; 
  color: #000000; 
  font-weight: bold; 
  text-align: left; 
  padding-top: 2px; 
  padding-bottom: 2px; 
  border-width: 1px; 
  border-style: none none solid none; 
  border-color: #000000; 
}

blockquote {
  font-style: normal;
  padding-left: 10px;
  border-left: 10px solid #ffcccc;
  padding-right: 10px;
  border-right: 10px solid #ffcccc;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 800px;
}

#wrapper {
	background: #fff;
	margin-top: 20px;
	padding: 0 20px;
}


/* This is the custom header image */
#branding img {
	border-top: 4px none;
	border-bottom: 1px none;
	clear: both;
	display: none;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	background: #660000;
	display: block;
	line-height: normal;
	float: left;
	margin: 0 auto;
	width: 800px;
}

#access a {
	padding: 5px 15pt;
	line-height: normal;
}


p, li, .entry-content p, #content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #660000;
	margin-bottom: 6pt;
	line-height: 150%;
}

a:link {
	color: #660000;
	}
	
a:visited {
	color: #666666;
	}
	
a:active, a:hover {
	color: #ff6666;
	text-decoration: underline;
	}
	
#site-title {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24pt; 
	color: #660000; 
	text-align: left; 
	margin-top: 0; 
	padding-top: 2px; 
	padding-bottom: 2px; 
	border-width: 3px; 
	border-style: none none double none; 
	border-color: #660000; 
	width: 800px;
	}
	
#site-title a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24pt; 
	color: #660000; 
	text-decoration: none;
}

#content p, #content li, #content dd, #content pre, #content hr {
    margin-bottom: 6pt;
}


/* =Header
-------------------------------------------------------------- */

#header {
	padding: 0;
}




#site-description {
    clear: right;
	text-align: right;
    float: right;
    font-style: italic;
    margin: 14px 0 18px;
    width: 90%;
}

#colophon {
    border-top: 4px solid #660000;
    margin-top: -4px;
    overflow: hidden;
    padding: 18px 0;
}

#site-info a {
    color: #666666;
    text-decoration: none;
}