/*
Rouviere Media Web Design and Development
copyright 2007-2009 by Forrest and Donna Anderson
Revised: 20090710 */

/* @group Body */

body {
    background: #EFEADB url(../photos/topBar.jpg) repeat-x;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

#wrapper {
    width: 780px;
	margin: 0 auto;
}

#sidebar { 
	width: 220px;
	padding-left: 20px;
	margin-top: 20px;
	float: right;
	border-left: 1px solid ; 
	border-color: #f0d6b1; 
	}
	
#sidebar h2 { 
	 
	}	

#logo {
    padding-top: 5px;
}

#content {
    clear: both;
	padding-top: 15px;
	width: 100%;
}

#graphics {
    float: left;
	width: 320px;
}

#textZone {
    float: left;
	width: 60px;
}

#about #textZone {
    width: 500px;
	float: left;
	margin-left: 10px;
}

#showcase #textZone { 
	width: 600px;
	}
	
#showcase #textZone h3	{ margin-bottom: 0; }
#showcase #textZone img	{ margin-top: 7px; }
	

#contact_form #textZone {
    width: 370px;
    float: left;
    margin-left: 100px;
}

#contact_form #graphics {
    width: 200px;
}

#footer {
    clear: both;
	padding-top: 15px;
	text-align: left;
}

.spacer {
    clear: left;
}

/* @end */

/* @group Navigation */

#navigation ul {
    margin: 17px 0 0 0;
	padding: 0;
	list-style: none;
	width: 100%;

}

#navigation ul li {
    float: left;
	margin-top: -3px;
	font-size: 14px;
}

#navigation ul a {
    color: #FFFFFF;
	display: block;
	line-height: 40px;
	padding: 0px 29px;
	text-decoration: none;
}

#navigation ul a:hover, #navigation ul a:active {
    background-color: #7598c0;
}

#navigation ul li.selected {
    background-color: #7598c0;
}

extra { background-color: #386da3; }

img a:link  img a:visited{
	text-decoration: none;
	}
/* @end */

/* @group blog */

#blog #textZone {
    width: 460px;
	float: left;
}

#blog #graphics {
    width: 220px;
	float: right;
	margin-right: 30px;
	padding-right: 20px;
}

.blogbox li {
    list-style: circle;
}

.blog_summary {
    width: 250px;
}

#graphics input {
    width: 200px;
}

#graphics input.submit {
    width: 75px;
}

.paginate {
    margin-top: 10px;
}

/* @end */

/* @group Paragraphs, Lists and Links */

p, ul, li {
    font-size: 1em;
	color: #333;
	line-height: 1.5em;
	margin: 0 0 1em 0;
}

#listLink {
    margin-top: -40px;
}

#listLink a:link, a:visited, a:hover, a:active {
    border-bottom: none;
}

li {
    list-style: none;
	margin-bottom: -.5px;
}

p a:link, .postlink a:link, #graphics a:link, .paginate a:link, a:visited, .postlink a:visited, #graphics a:visited, .paginate a:visited {
    color: #356CA2;
	text-decoration: none;
	border-bottom: 1px dotted #666;
}

p a:hover, .postlink a:hover, #graphics a:hover, .paginate a:visited {
    color: #666;
	text-decoration: none;
	background-color: #ccc;
}

p.photo

.rollover {
    display: block;
	width: 250px;
	height: 281px;
	background: url(../photos/lists.gif) no-repeat;
	text-indent: -9999px;
}

a {
    outline: none;
}

#toDo a:active, a:link, a:visited, a:hover {
    border: none;
}

a.rollover:link, a.rollover:visited, a.rollover:active {
    background: url(../photos/lists.gif) no-repeat;
}

a.rollover:hover {
    background-position: -240px 0;
} 

/* @end */

/* @group Headers */

h2  {
    font-size: 1.5em;
    padding-bottom: 5px;
	color: #356CA2;
}

h3, h2  {
    font-size: 1.5em;
	color: #356CA2;
	margin-bottom: -0.5px;
}

h4 {
    font-size: 1.2em;
	color: #356CA2;
	margin-bottom: -0.5px;
}

h5 {
    font-size: 1em;
	color: #356CA2;
	margin-bottom: -0.5px;
}

h6 {
    font-size: .8em;
	color: #356CA2;
	margin-bottom: -0.5px;
}

/* @end */

/* @group Images */

img {
    border: none;
    background: none;
}

p a img a:link, p a img a:visited { 
	text-decoration: none; 
	}

/* @end */

/* @group Contact Form */

#contact {
    font-size: 10px;
	text-align: center;
}

#contact a:link, #contact a:visited {
    color: #356CA2;
	text-decoration: none;
	border-bottom: 1px dotted #666;
}

form {
    font: 62.5%/1 "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 1.4em;
	width: 20em;
}

fieldset {
    margin: 1em 0;
	padding: 1em;
	border: 1px solid #ccc;
}

fieldset p {
    line-height: 70%;
}

legend {
    font-size: 1.2em;
	color: #356CA2;
}

label {
    display: block;
    color: #356CA2;
    margin-bottom: 5px;
}

label .required {
    font-size: 0.75em;
	color: #760000;
}

input {
    width: 300px;
}

input.radio, input.submit {
    width: auto;
}

input:focus, textarea:focus {
    background: #ebf4fd;
}

input.radio {
    float: left;
	margin-right: 1em;
}

textarea {
    width: 300px;
	height: 100px;
}

/* for IE/Mac  */
input.radio + label {
    text-indent: 2em;
}

/* for everything other than IE5/Mac \*/
input.radio + label {
    text-indent: 0;
}

p#echo { 
	color: #386da1; 
	font-weight: bold;
	width: 300px;
	}

/* @end */