
/*   
Theme Name: Fast Forward
Theme URI: www.fastforwarddogsports.com
Description: The style sheet for the Fast Forward DogSports website
Author: Tammy Wilson
Author URI: http://www.agilewebdev.com
Version: 1.0
Tags: Agility, Rachel Sanders, Atascadero, California, USDAA, AKC, FCI
*/


/* Global Reset, this resets All padding and margins */
* {
	padding: 0;
	margin: 0;
	font-family: "Palatino Linotype", Georgia, "Times New Roman", serif;
	font-size: .96em;
}

body {
	background: #fff5c6;
	color: #653232;
}

p {
	padding: 5px 10px;
	line-height: 1.5em;
}

form#slideShow { text-align: center; margin-bottom: 10px; }

p.img { text-align: center; }

p.img img { border: 2px solid #653232; }

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #cc0000;
	padding: 10px 10px 7px 10px;
	margin: 0px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	padding: 5px 10px 12px 10px;
	color: #000080;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	padding: 0 10px 12px 10px;
	color: #000080;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 10px 10px 12px 10px;
	color: #000080;
}

img {
	border: 0;
}

.accent {
	font-size: 125%;
}

.right { 
	float: right;
	padding: 10px 10px 5px 20px;
}

img#logo {
	margin-top: 10px;
	margin-left: 35%;
	display: block;
}

#images {
	padding-left: 10px;
	margin-top: 10px;
	clear: both;
}

#nav {
	float: left;
	width: 790px;
	margin: 0;
	list-style: none;
	padding: 10px 0 0 10px;
	background: url(images/FF_nav_bg.jpg) repeat-x bottom left;
}

ul {
	padding-left: 20px;
}

li {
	margin: 0 0 10px 20px;
}

.picture { padding: 10px 0; }

.pdf {
	list-style-image: url(images/pdf0.gif); 
}

img.pdf { vertical-align: bottom; }

blockquote {
	font-style: italic;
	border-bottom: 1px dashed;
	margin: 10px 20px;
}

blockquote p {	line-height: 1.75em; }

.noBullets {
	list-style: none;
	margin: 0 0 5px 0;
}

.widget {
	list-style: none;
	margin: 10px;
}

#nav li {
	float: left;
	margin: 0;
	color: #000080;
	font-family: "Lucida Grande", sans-serif;
}

#nav a {
	float: left;
	padding: 4px 20px;
	text-decoration: none;
	color: #000080;
	border: 1px solid #C79C6F;
	border-bottom: none;
	background-color: #FDF9DE;
	background: none;
}

body#intro #t-index, 
body#library #t-library, 
body#seminar #t-seminar, 
body#location #t-location, 
body#facility #t-facility, 
body#clients #t-clients,
body#test #t-test,
body#about #t-about {
	color: #cc0000; 
	background-color: #FFDF52;
	float: left;
	padding: 4px 8px;
	text-decoration: none;
	border: 1px solid #C79C6F;
	border-bottom: none;
}

/* These need to be cleaned up once I know which ones we will use... The ones we keep should be added to the above style */
body#spinner #t-dogs a {
	color: #cc0000; 
	border-bottom: none;
	background-color: #FFDF52;
}
body#spinner #t-spinner a {
	color: #cc0000; 
	border-bottom: none;
	background-color: #FFDF52;
}

body#whist #t-whist a {
	color: #cc0000; 
	border-bottom: none;
	background-color: #FFDF52;
}

body#trump #t-trump a {
	color: #cc0000; 
	border-bottom: none;
	background-color: #FFDF52;
}

body#fable #t-fable a {
	color: #cc0000; 
	border-bottom: none;
	background-color: #FFDF52;
}

body#stuie #t-stuie a {
	color: #cc0000; 
	border-bottom: none;
	background-color: #FFDF52;
}

body#better #t-better a {
	color: #cc0000; 
	border-bottom: none;
	background-color: #FFDF52;
}

a:link, #nav a:link {
	font-weight: bold;
	text-decoration: none;
	color: #009933;
}

a:visited, #nav a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #006600;
}
	
#nav a:hover { background-color: #ffffff; }

a:hover, #nav a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #000080;
}

a:active, #nav a:active {
	font-weight: bold;
	text-decoration: none;
	color: #cc0000;
}

div#wrapper {
	width: 800px;
	margin: 5px auto;
	border: 2px solid #C79C6F;
	background: url(images/FF_2Col_Bg.jpg) repeat-y;
}

div#solidWrapper {
	width: 800px;
	margin: 5px auto;
	border: 2px solid #C79C6F;
	background-color: #ffe052;
}

div#head {
	float: left;
	width: 800px;
	background: #ffffff url(images/FF_Top_Bg.jpg) no-repeat left top;
}

#head span {
	text-indent: -9999px;
	overflow: hidden;
	height: 106px;
	background: url(images/FastForwardLogo.png) no-repeat center top;	
	display: block;
}

div#main {
	float: left;
	width: 500px;
}

div#solidMain {
	float: left;
	width: 800px;
}

.box, .post {
	background: #FDEC9A;
	border: 1px solid #C79C6F;
	padding: 10px;
	margin: 10px;

/* top-right rounded corner */
	-webkit-border-top-right-radius: 10px;
	-khtml-border-radius-topright: 10px;	
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
/* bottom-left rounded corner */
	-webkit-border-bottom-left-radius: 10px;
	-khtml-border-radius-bottomleft: 10px;	
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
}

.editLink {
	text-align: right;
	font-style: italic;
}

div#side {
	float: right;
	width: 300px;
}

div#footer {
	text-align: center;
	font-size: .8em;
	clear: both;
	width: 800px;
	background: #ffeea8;
	border-top: 2px solid #c79c6f;
	border-bottom: 1px solid #c79c6f;
	padding: 10px 0;
}

div#footer p { 
	padding: 5px 0 0 0;
	line-height: 1em;
}

div#imageBar {
	margin: 10px 2px 0px 2px;
	border-bottom: 3px solid #C79C6F;
	height: 50px;
	background-image:url(images/ribbonTile.png);
	background-repeat: repeat-x;
}

address {
	font-style: normal;
	font-size: 1.2em;
	padding: 10px;
}

#weather {
	padding: 0 10px 20px 15px;
	border-bottom: 2px solid #C79C6F;
}

.author {
	background:#FFF5C6;
	text-align: right;
}

.credit, .wp-caption-text {
	font-size: .8em;
	font-style: italic;
	padding-top: 0;
}

.hidden { display: none; }

.indent { margin-left: 65px; }

.newTopic { 
	border-top: thin dashed #000080; 
	margin-top: 20px;
	padding-top: 10px;
}

/* roScript styles for login script (at least the ones I decided to keep or modify or add) */

.submit-btn	{
	width: 54px;
	height: 20px;
	background: url(login/images/submit.gif) no-repeat;
	vertical-align: top;
	margin: 5px 0 0 0;
	padding-right: 20px; 
	float: right;
}

.submit-btn	{ margin: 1px 0 0 0; }

.submit-btn:hover { background: url(login/images/submit.gif) no-repeat 0 -20px; }

.input {
	border: 1px solid #99b3b4;
	width: 220px;
	background: #e4ebeb url(login/images/input_stripe.gif);
	font: 11px verdana, sans-serif;
	color: #443;
	padding: 3px;
}

.input:focus {
	border: 1px solid #567475;
	background: #e4ebeb;
}

.powered, .powered a {
	margin: 10px 10px 5px 0;
	color: #999999;
	font-size: 10px;
	text-align: right;
	font-family: Arial;
}

form#login { 
	background: #FDF1BD;
	margin: 10px;
}

fieldset { font-variant:small-caps; }

label { margin-left: 3px; }

.button {
	padding: 5px 0px 20px 25px;
	margin: 10px 20px;
	background-image: url(images/button.png);
	background-repeat: no-repeat;
}

.button a { color: #000080; }

.button a:hover { 
	color: #FF0000;
}

.center {
	text-align: center;
}

.current_page_item, .current-cat {
	background-color: #ffdf52;
	font-style: italic;
}
