@charset "utf-8";
/* CSS Document */

/*----------------------basic layout--------------------------*/

* {
	margin:0px;
	padding:0px;
	}

body {
	text-align:center;
	background-color:#f8aeaf;
	}

#wrapper {
	position:relative;
	width:800px;
	margin:0 auto;
	text-align: left;
	color:#442a13;
	background-color: #FFFFFF;
	}

#clear {
	clear:both;
	}

/*---------------position container elements-----------------------*/

#header {
	position:relative;
	background-image: url(../images/background/main/header.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 150px;
	width: 800px;
	}

#navigation {
	position:relative;
	height:30px;
	width:800px;
	background-image:url(../images/background/main/navback.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #F8AEAF;
	margin-right: 25px;
	}

#top {
	position:relative;
	width:800px;
	height:30px;
	background-image:url(../images/background/main/top.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	}
	
#content {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width: 800px;
	height: auto;
	margin: 0 auto;
	padding: 0px;
}

#content-left {
	float:left;
	width:470px;
	height:auto;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	text-align:justify;
	}
	
#content-right {
	float:right;
	background-color: #FFFFFF;
	margin-right: 20px;
	padding:0px;
	}	
	
#bottom {
	position:relative;
	width:800px;
	height:30px;
	background-image:url(../images/background/main/bottom.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	}
	
#footer {
	position:relative;
	text-align: center;
	background-color: #F8AEAF;
	}
	

/*---------------------------div specific tags----------------------------*/

#content-left p {
	line-height:20px;
	font-weight:600;
	font-size:12px;
	}
	
#content-left h2 {
	color:#442A13;
	text-align:left;
	height:60px;
	font-family: "Times New Roman", Times, serif;
	font-size: 31px;
	font-weight:bold;
	padding-left: 60px;
	background-image:url(http://www.deannacastro.com/assets/images/blog/horseshoe.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#content-left h3 {
	color:#442A13;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	text-transform:none;
	background-image: url(../images/racademy/small-horseshoe.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#content-left ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	padding-left: 20px;
	line-height: 20px;
	list-style-type: square;
}
#content-left img {
	border: 3px double #462E0C;
	margin: 10px;
}
#content  h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
}
#navigation h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bolder;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 13px;
}

#footer p {
	width:800px;
	padding:0;
	color:#442A13;
	font-size: 11px;
	text-align:center;
	padding-bottom: 15px;
}

a {
	color: #442A13;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
	
/*------------------------tag formatiing---------------------------*/

h5 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
}


h6 {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
}
label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top:10px;
	font-weight: normal;
	margin-top: 15px;
	display:block;
}

textarea {
	background-color: #ffffff;
	width: 375px;
	height: 175px;
	padding:2px;
	margin-top: 3px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #442A13;
	border: 1px solid #442a13;
}

input {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #442A13;
	background-color: #ffffff;
	width: 320px;
	padding:2px;
	margin-top: 3px;
	text-align: left;
	height: 22px;
	border: 1px solid #442a13;
	vertical-align: middle;
}


/*-------------------------------class styles------------------------*/

.welcome {
	background-image: url(../images/background/sidebar/welcomeback.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 317px;
	width: 270px;
}

.author {
	background-image:url(../images/aboutme/author-box.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 317px;
	width: 270px;
}

.mtibar {
	background-image:url(../images/racademy/mti-photobar.jpg);
	background-repeat:no-repeat;
	background-position: center center;
	height: 600px;
	width: 270px;
	}

.search {
	background-image: url(/assets/images/background/sidebar/searchback.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 53px;
	width: 270px;
	margin-bottom: 10px;
}

.pink {
	color: #F8CACC;
}

.box-right-top {
	height:20px;
	width:270px;
	background:url(/assets/images/background/sidebar/plaidtop.png) no-repeat center top;
}

.box-right-content h3 {
	padding-bottom:0px;
	padding-left: 20px;
	padding-bottom:7px;
	padding-top:12px;
}

.box-right-content {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#442A13;
	font-size: 13x;
	font-weight:bold;
	width:250px;
	padding-left:20px;
	background:url(/assets/images/background/sidebar/plaidmiddle.png) repeat-y center top;
}

.box-right-bottom {
	height: 20px;
	width: 270px;
	background:url(/assets/images/background/sidebar/plaidbottom.png) no-repeat center center;
}

.box-right-content ul {
	margin:0;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#442A13;
	list-style:none;
}

.box-right-content li {
	padding-left:40px;
	}

.box-right-content p {
	margin: 0px 20px 0px 20px;
}

.box-right-top-pink {
	height:20px;
	width:270px;
	background-image: url(../images/background/sidebar/pinktop.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 20px;
}

.box-right-content-pink {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#442A13;
	font-size:13px;
	font-weight:bold;
	width:250px;
	padding-left:20px;
	margin-bottom: 20px;
	padding-bottom:20px;
	background-color:#f8aeaf;
	background-image: url(../images/background/sidebar/pinkbottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
}

.box-right-content-pink  ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	list-style-type: none;
}

.box-right-content-pink li {
	padding-top: 5px;
	padding-bottom: 5px;
}

.philosophy {
	background-image: url(../images/racademy/philosophy-box.jpg);
	height: 315px;
	width: 270px;
	background-repeat: no-repeat;
	background-position: center center;
}
.academy {
	background-image: url(../images/racademy/title.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 75px;
	width: 800px;
	padding-top: 53px;
}


.bitsep {
	background-image: url(../images/blog/bitdivider.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 25px;
	width: 490px;
}
.submit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	width: auto;
	background-color: #442a13;
	border: none;
	height: 25px;
}
.contact {
	background-image: url(../images/contact/contact-box.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 317px;
	width: 270px;
}
