/*
Theme Name: Custom
Theme URI: http://www.electjim.ca/
Author: Jason Farris
Author URI: http://www.jcshosting.ca/
*/


html *
{
	margin: 0px;
	padding: 0px;
}

body
{
	height: 100%;
	background-color: #7C1E3F;
	background-image: url("/images/body_bg_top.gif");
	background-repeat: repeat-x;
}


#container
{
	height: 100%;
	width: 800px;
	margin: 0px auto 10px auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #E2E2E2;				/* Controls BG of RIGHT SIDE MENU. Used here because of content height issues. */
	background-image: url("/images/container_bg.gif");	/* Needed so content BG will expand height of page no matter how little content. */
	background-repeat: repeat-y;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	display: table;						/* causes the float inside container to be enclosed */
}





/*************************************************************************************************/
/* HEADER */

#header
{
	height: 193px;
	background-image: url("/images/header.jpg");
	background-repeat: no-repeat;
}

#riding
{
	color: #E5E5E5;
	font-weight: bold;
	padding: 9px 0 0 64px;
	letter-spacing: 1px;
}

#name
{
	font-size: 1.7em;
	color: #000;
	margin: 127px 0 0 449px;
	font-weight: bold;
}

#slogan
{
	font-size: 1.0em;
	color: #000;
	margin: -48px 0 0 457px;
}

#content
{
	float: left;
	width: 602px;				/* container_bg.gif must be 20px wider than this value */
	padding: 10px;
	text-align: justify;
}

.floatright
{
	float: right;
	width: 160px;
	padding: 8px;
}

.floatright p
{
	font-size: 0.7em;
	padding-left: 2px;
	padding-right: 2px;
}

.splitpage
{
	float: right;
	width: 49%;
	padding-left: 10px;
}

.more
{
	text-align: right;
	font-style: italic;
	margin-right: 15px;
}

#footer
{
	height: 35px;
	background-image: url("/images/footer_bg.gif");
	background-repeat: repeat-x;
	text-align: center;
	font-size: 0.7em;
	color: #E5E5E5;
}

p
{
	font-size: 0.8em;
	padding-bottom: 12px;
}

h1
{
	font-size: 1.3em;
	font-weight: bold;
	color: #6B2E47;
	padding-top: 2px;
	padding-bottom: 9px;
}

h2
{
	font-size: 1.0em;
	font-weight: bold;
	color: #6B2E47;
	padding-bottom: 8px;
}

h3
{
	font-size: 0.8em;
	font-weight: bold;
	color: #6B2E47;
	padding-bottom: 8px;
}

.bold
{
	font-weight: bold;
}

.italic
{
	font-style: italic;
}

.small
{
	font-size: 0.7em;
}

#menu_bar
{
	height: 15px;
	border-bottom: medium double #000;
	background-color: #E5E5E5;
	font-size: 0.8em;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 4px;
	text-align: center;
}

blockquote
{
	font-size: 0.8em;
	margin: 0px 30px 12px 15px;
	padding-left: 15px;
}

a.menu
{
	color: #000;
	text-decoration: none;
}

a.footer
{
	color: #E5E5E5;
	text-decoration: underline;
}

a
{
	color: #2F3E0F;
	text-decoration: underline;
}

a:hover
{ 
	color: #7C1E40; 
	text-decoration: underline;
}




/*************************************************************************************************/
/* BLOG VALUES */

#post-2				/* homepage heading - to make room for latest news article */
{
	margin-top: 230px;
}

.narrowcolumn h2, .narrowcolumn h3
{
	margin-bottom: -8px;
}

.narrowcolumn input, .narrowcolumn select
{
	width: 20.0em;
}

.narrowcolumn input, .narrowcolumn select, .narrowcolumn textarea
{
	padding: 3px;
	border: 1px solid #888;
}

.narrowcolumn input:hover, .narrowcolumn select:hover, .narrowcolumn textarea:hover
{
	background: #EDF5D6; 
}

#paypal input
{
	width: 122px;
	border: 0;
}

#paypal input:hover
{
	background: #FFF;
}

.entry
{
	padding-right: 0px;
}

.entry ol, .entry ul, .widecolumn ol
{
	font-size: 0.8em;
	padding-bottom: 12px;
	margin-left: 30px;
}

.entry h2
{
	padding-bottom: 12px;
}

.entry blockquote
{
	font-size: 0.9em;
	margin: 10px 30px 12px 15px;
	padding-left: 15px;
	border-left: 4px solid #ddd;
}

.alignright
{
	float: right;
}

.alignleft
{
	float: left
}

.navigation
{
	display: block;
	height: 24px;
	padding: 4px 10px 0 10px;
	font-size: 0.8em;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 5px;
	//border: 1px gray solid;
}

/* Begin Search */
#searchform
{
	font-size: 0.7em;
}

#s
{
	width: 100px;
}

#searchsubmit
{
	font-size: 0.8em;
}
/* End Search */


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

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;
	}
/* End Images */


/* 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 */




/*************************************************************************************************/
/* RECOMMEND A FRIEND VALUES */

.recommend td
{
	font-size: 1.0em;
}

