/* Style Sheet for AwesomeBods.com */

/* ==================================================================== */
/* You may adapt elements of this CSS in your own projects,             */ 
/* but the unique combination of images, colors, sizes, typography,     */ 
/* and positioning ("the DESIGN") is copyrighted(2002 - 2010) by        */ 
/* D. Campbell and AwesomeBods.com and may not be reproduced.           */ 
/* ==================================================================== */

/* =========================== */
/* Last updated Jan. 26, 2008 */ 
/* =========================== */


/* This fixes a silly bug in Mozilla; thanks, Carey Evans */

html { 
min-width: 742px;
}

body {
background-image: url("images/backgrounds/bg0455.gif");
/* background-repeat: no-repeat; */
scrollbar-base-color: #808080;
scrollbar-face-color: #999999;
scrollbar-track-color: #cccccc;
scrollbar-arrow-color: #000000;
scrollbar-highlight-color: #ffffff;
scrollbar-3dlight-color: #c0c0c0; 
scrollbar-shadow-color: #808080; 
scrollbar-darkshadow-color: #696969; 
}

/* Table Border Rulez */
table, th, td { 
border-collapse: collapse; 
border-color:#000000;
border-width:1px;
border-style:solid;
}

/* Navigation bar fonts */
p.navigate {
color: black; 
font-size: 13px; 
font-weight: bold;
margin-top: 2px; 
margin-bottom: 2px;
}

/* How links are handled on the site */
:link {color: black}
:visited {color: black}
:active {color: black}

a:hover { 
text-decoration: none; 
color: #000000;
} 

/* Standard font for the entire site */
p {
color: black; 
font-family: verdana, arial, tahoma, georgia, sans-serif; 
font-size: 12px;
margin-top: 2px; 
margin-bottom: 2px;
}

/* Headers for the link section */
p.header {
color: black; 
font-size: 12px; 
font-weight: bold;
margin-top: 2px; 
margin-bottom: 2px;
}

/* Links for Modeling, Models, Amateurs, Misc., Etc. */
p.sites {
color: black; 
font-size: 10px;
margin-top: 2px; 
margin-bottom: 2px;
}

/* Text around fallen soldiers image */
p.fallen {
color: white; 
font-size: 10px;
margin-top: 2px; 
margin-bottom: 2px;
}

/* Date headings on homepage */
strong.dates {
color: blue; 
font-family: verdana, arial, tahoma, georgia, sans-serif; 
font-size: 14px;
margin-top: 2px; 
margin-bottom: 2px;
}

/* Models name on individual sample page */
.modelheadings {
font-family: verdana, arial, tahoma, georgia, sans-serif; 
font-size: 35px; 
font-weight: bold; 
color:white;
margin-top: 2px; 
margin-bottom: 2px;
}

/* Title on AwesomeBods Visitor Survey Page */
.surveyheading {
font-family: georgia, verdana, arial, tahoma, sans-serif; 
font-size: 30px; 
font-weight: bold; 
color:black;
margin-top: 2px; 
margin-bottom: 2px;
}

.modelheadings_valentinesday {
font-family: verdana, arial, tahoma, georgia, sans-serif; 
font-size: 35px; 
font-weight: bold; 
color:pink;
margin-top: 2px; 
margin-bottom: 2px;
}

.valentinesday {color: red;
font-family: verdana, arial, tahoma, georgia, sans-serif; 
font-size: 12px;
margin-top: 2px; 
margin-bottom: 2px;
}

/* Models name on the MODELS page */
.modelsname {
font-family: verdana, arial, tahoma, georgia, sans-serif; 
font-size: 12px; 
font-weight: bold; 
color:black;
margin-top: 2px; 
margin-bottom: 2px;
}

/* Models name on her sample page */
.modelsname_membersarea {
font-family: verdana, arial, tahoma, georgia, sans-serif; 
font-size: 13px; 
font-weight: bold; 
color:blue;
margin-top: 2px; 
margin-bottom: 2px;
}

/* Models name on interview page */
.interviewheadings {
font-family: verdana, arial, tahoma, georgia, sans-serif; 
font-size: 35px; 
font-weight: bold; 
color:black;
margin-top: 2px; 
margin-bottom: 2px;
}

/* Headers on Blog pages(dates) */
.blogheaders {
font-family: verdana, arial, tahoma, georgia, sans-serif; 
font-size: 30px; 
font-weight: bold; 
color:gray;
margin-top: 2px; 
margin-bottom: 2px;
}

/* Titles on Blog pages */
.blogtitle {
font-family: verdana, arial, tahoma, georgia, sans-serif; 
font-size: 16px; 
font-weight: bold; 
color:black;
margin-top: 1px; 
margin-bottom: 1px;
}

/* Titles on Commentary - Documentary pages */
.commentarytitle {

font-family: verdana, arial, tahoma, georgia, sans-serif; 

font-size: 16px; 

font-weight: bold; 

color:black;

margin-top: 1px; 

margin-bottom: 1px;

}

/* Blog Sponsors Text */
.blogsponsors {
font-family: verdana, arial, tahoma, georgia, sans-serif; 
font-size: 10px; 
font-weight: bold; 
color:#666666;
margin-top: 2px; 
margin-bottom: 2px;
}

/* Blog Sponsors Text */
.blogtechnoratitags {
font-family: verdana, arial, tahoma, georgia, sans-serif; 
font-size: 10px; 
font-weight: bold; 
color:#666666;
margin-top: 2px; 
margin-bottom: 2px;
}

/* Headers on Wardrobe Type pages(dates) */
.wardrobe {
font-family: verdana, arial, tahoma, georgia, sans-serif; 
font-size: 25px; 
font-weight: bold; 
color:blue;
margin-top: 2px; 
margin-bottom: 2px;
}

/* Style info for HR elements */
hr {
color: #000000;
border-top: 1px dotted;
height: 1px;
} 

/* Decoration for forms(input) on site */
input:focus {
color: black; 
background: #99CCFF;
}

textarea:focus {
color: black; 
background: #99CCFF;
}

/* rounded edges for form buttons */
input[type="button"] { -moz-border-radius:6px }   
input[type="submit"] { -moz-border-radius:6px }
input[type="reset"] { -moz-border-radius:6px }

/* Misc color classes */
.blog {color: #333333;}
.pink {color: pink;}
.blue {color: blue;}
.red {color: red;}
.white {color: white;}
.gray {color: gray;}
.aqua {color: aqua;}
.black {color: black;}
.navy {color: navy;}
.green {color: green;}
.lime {color: lime;}
.maroon {color: maroon;}
.olive {color: olive;}
.purple {color: purple;}
.red {color: red;}
.silver {color: silver;}
.teal {color: teal;}
.yellow {color: yellow;}
.orange {color: orange;}



 
