/*  CODING AND DESIGN BY NOELLE OF KARMAKAZE DESIGNS.
PLEASE RESPECT THE WORK AND DO NOT STEAL OR COPY.  THANKS!  */

body { 
cursor: default; 
margin: 0;
padding: 0;
background: #736565 url(images/bg.jpg) repeat-x top center;
font-family: verdana;
font-variant: normal;
font-size: 11px;
color: #ffffff;
scrollbar-Track-Color:#736565; 
scrollbar-Face-Color:#CF2C1B; 
scrollbar-Shadow-Color: #cccccc; 
scrollbar-Highlight-Color:#000000;
scrollbar-Arrow-Color:#FFFFFF;
scrollbar-3dlight-color:#224A60;
scrollbar-darkshadow-Color:#000000;
}


/* MAIN LAYER */

.back {
background: url(images/back.jpg) repeat-y;
width: 774px;
}

/* CONTENT */

#main {
padding: 0;
margin: 5px 5px 5px 10px;
line-height: 20px;
color: #FFFFFF;
font-family: verdana;
font-size: 11px;
text-align: justify;
width: 505px;
}

p {
margin: 5px;
padding-bottom: 7px;
padding-top: 4px;
text-align: justify;
font-size: 11px;
}

/* FONT STYLES */

b { color: #C36C58;
}

i, em { color: #D1CACA;
}

blockquote b { color: #A2A2A2;
}

/* BLOCKQUOTE */

blockquote {
background: #000000 url(images/blockquote.jpg) top left repeat-y;
padding: 0 0 0 45px;
font-family: verdana;
font-size: 11px;
margin: 20px;
text-align: justify;
line-height: 15px;
width: 430px;
color: #736565;
}

/* TITLE */

.title {
font-family: century gothic;
font-size: 87px;
text-align: left;
text-transform: lowercase;
letter-spacing: 5px;
padding-left: 350px;
margin: 0;
color: #FFFFFF;
}


/* LINKS */

a {
text-decoration: none;
cursor: default;
}

#main a:link, #main a:visited,
body a:link, body a:visited {
color: #C50000;
font-weight: bold;
text-decoration: none;
border-bottom: 1px dashed #5C5B5B;
}

#main a:hover, #main a:active,
body a:hover, body a:active {
color: #736565;
text-decoration: none;
font-weight: bold;
border: 0;
}

span a:link, span a:visited {
color: #FFFFFF;
text-decoration: none;
}

span a:hover, span a:active {
color: #9B5B4A;
text-decoration: none;
}

/* NAVIGATION LINKS */

*html, #nav {
padding-top: 0px;
}

#strip {
width: 770px;
text-align: center;
font-size: 12px;
margin: 0;
color: #000000;
font-weight: bold;
font-family: verdana;
padding-top: 7px;
border: 0;
height: 15px;
}

#strip a {
font-size: 12px;
margin: 0;
color: #FFFFFF;
font-weight: bold;
text-decoration: none;
text-transform: uppercase;
border: 0;
padding-left: 25px;
height: 15px;
}

#copyright a {
color: #FFFFFF;
font-weight: bold;
text-decoration: none;
border: 0;
}

#strip a:hover, #strip a:active, 
#copyright a:hover, #copyright a:active {
color: #E53620;
text-decoration: none;
font-weight: bold;
border: 0;
}

#nav {
margin-top: 15px;
margin-left: 15px;
width: 250px;
}

.nav_about {
font-size: 10px;
text-align: justify;
margin-top: 12px;
margin-left: 0px;
line-height: 15px;
padding: 2px;
color: D5CAC7;
width: 217px;
margin-bottom: 22px;
}

.nav_1 {
background: url(images/link1.png) no-repeat left top;
height: 100px;
margin-bottom: 18px;
}

.nav_2 {
background: url(images/link2.png) no-repeat left top;
height: 100px;
margin-bottom: 18px;
}

.nav_3 {
background: url(images/link3.png) no-repeat left top;
height: 100px;
margin-bottom: 18px;
}

.nav_4 {
background: url(images/link4.png) no-repeat left top;
height: 100px;
margin-bottom: 18px;
}

#nav a {
font-size: 11px;
margin: 0;
color: #FFFFFF;
font-weight: bold;
text-decoration: none;
font-family: century gothic;
padding-left: 145px;
padding-bottom: 2px;
letter-spacing: 1px;
text-transform: lowercase;
border: 0;
height: 15px;
}

#nav a:link, #nav a:visited {
color: #FFFFFF;
text-decoration: none;
}

#nav a:hover, #nav a:active {
color: #4E403E;
text-decoration: none;
font-weight: bold;
border: 0;
}

/* LISTS */


li {
font-weight: normal;
font-family: verdana;
border: 0;
letter-spacing: 0;
margin: 10px;
}


/* FORMS */

input, select, textarea {
border: 1px solid #E7E7E7;
font-family: verdana;
color: #000000;
font-size: 11px;
background: #736565;
padding: 2px;
margin: 5px;
width: 350px;
}

input, select {
height: 22px;
padding: 2px;
}

textarea {
height: 70px;
padding: 2px;
}

label {
display: block; 
float: left;
margin-left: 15px;
width: 90px
}

.button {
width: 95px; 
padding: 3px;
color: #FFFFFF;
}


/* HEADINGS */

h1 {
margin: 25px 0 0 0;
color: #DD3C24;
font-family: century gothic;
font-size: 20px;
text-align: left;
font-weight: bold;
text-transform: lowercase;
letter-spacing: 1px;
padding: 5px;
}

span {
padding-left: 10px;
margin: 0;
font-size: 11px;
text-transform: lowercase;
text-align: justify;
font-family: century gothic;
color: #454545;
font-weight: normal;
}

/* COPYRIGHT, DO NOT REMOVE */

#copyright {
font-family: century gothic;
color: #000000;
font-size: 13px;
text-transform: lowercase;
text-align: center;
padding-left: 70px;
margin-top: 5px;
height: 22px;
}

/* AVATAR */

.avatar {
float: left;
margin-right: 7px
}