/***********************************************/
/* 2col_rightNav.css                             */
/* Use with template 2col_rightNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
}

/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6, h7 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 8px;
	font-weight: normal;
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 175%;
	font-weight: bold;
}
h2{
	font-size: 120%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h3{
	font-size: 120%;
	color: #FFFFFF;
	background-color: #CEB0AA;
	text-indent: 5px;
	font-weight: bold;
	margin: 0% 0% 5px;
}
h4{
 	font-size: 100%;
 	font-weight: normal;
}
h5{
	font-size: 150%;
	font-family: Arial, Helvetica, sans-serif;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin-right: 0px;
}
label{
	font: bold 100% Arial, sans-serif;
	color: #8B3131;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 10px 0px 10px 10px;
}

#navBar{
	padding: 0px 5px 0px 5px;
	background-color: #ECDAB8;
}

#content{
	width: 450px;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
	float: right;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}
#pageName2{
	padding: 0px 0px 0px 10px;
}

/************* #globalNav styles **************/

#globalNav{
color: #8A2D2E;
padding: 0px 0px 0px 10px;
white-space: normal;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/


.body2 {
	background-image: url(../../images/backgrounds/Pageantry-background1.jpg);
	background-repeat: repeat;
	background-position: center top;
	background-attachment: fixed;
}

.feature{
	font-size: 100%;
	margin: 2px;
	color: #000000;
	padding: 5px;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
.writer_bio{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #333333;
	font-style: italic;
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 5 px;
}
.writer_bio_roman{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #333333;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	padding: 0px 0px 0px 10px;
	font-size: 80%;
	clear: both;
	color: #000000;
	vertical-align: top;
}

.story p{
	padding: 10px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #993333;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
   the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0 0 0 15px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
	background-color: #CC6666;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #ECDAB8;
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 100%;
	text-decoration: none;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 5px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}


/************** #headlines styles **************/
.newslinks {
	padding-left: 5px;
}
.storyItalic {
	padding: 0px 0px 0px 10px;
	font-size: 100%;
	clear: both;
	color: #000000;
	font-style: italic;
}
.storypad {
	padding-right: 5px;
	padding-left: 5px;
}
.centeredcallout {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	text-align: center;
	border-top: 1px solid #000000;
	border-right: 1px none #000000;
	border-bottom: 1px none #000000;
	border-left: 1px solid #000000;
	margin: 8px 0px 8px 8px;
}
.featureJustified {
	padding: 5px;
	font-size: 90%;
	text-align: justify;
	margin: 5px;
	border: 0px;
	left: 5px;
	right: 5px;
	color: #000000;
}
.whitebyline {
	color: #FFFFFF;
	font-size: 90%;
}
.blackbyline {
	color: #000000;
	font-size: 90%;/***********************************************/
/* Global Links                              */
/***********************************************/
}
a {
	color: #963235;
	text-decoration: underline;
}
a:visited {
	color: #900;
}
a:hover {
	text-decoration: none;
}
a:active {
	color: #660000;
}

/***********************************************/
/* Text Treatment                              */
/***********************************************/
.all_caps {
	text-transform: uppercase;
}
.black {
	color: #000000;
}
.Bold_Black_text {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	padding: 8 px;
}
.bigtext {
	font-size: 250%;
}
.big_White {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 250%;
	}
.big_Feature {
	font-family: Arial, Helvetica, sans-serif;
	color: #BA113B;
	font-size: 250%;
}
.big_YourLook {
	font-size: 250%;
	color: #A88564;
	font-family: Arial, Helvetica, sans-serif;
}
.big_Personal {
	font-family: Arial, Helvetica, sans-serif;
	color: #5D2999;
	font-size: 250%;
}
.big_Modeling {
	font-family: Arial, Helvetica, sans-serif;
	color: #DC9809;
	font-size: 250%;
}
.big_People {
	font-family: Arial, Helvetica, sans-serif;
	color: #1790D0;
	font-size: 250%;
}
.big_InEachIssue {
	font-family: Arial, Helvetica, sans-serif;
	color: #86342C;
	font-size: 250%;
}
.big_NewsandViews {
	font-family: Arial, Helvetica, sans-serif;
	color: #3BC295;
	font-size: 250%;
}
.big_Prom {
	font-family: Arial, Helvetica, sans-serif;
	color: #DAA19A;
	font-size: 250%;
}
.bold_Feature {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #BA113B;
	font-size: 110%;
}
.bold_Prom {
	font-weight: bold;
	color: #C9948D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
}
.bold_Personal {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #5D2999;
	font-size: 110%;
}
.bold_White {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 110%;
}
.bold_YourLook {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #A88564;
	font-size: 110%;
}
.bold_People {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:  #0C95D8;
	font-size: 110%;
}
.bold_Modeling {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #DC9809;
	font-size: 110%;
}
.bold_InEachIssue {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #803130;
	font-size: 110%;
}
.bold_NewsandViews {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #3BC295;
	font-size: 110%;
}.bold_item {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	margin: 5 px;
}
.bold_italic_item {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: italic;
	font-weight: bold;
}
.italic_item {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: italic;
}
.cutlines {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: bold;
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
}
.cutlines_rev {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: bold;
	color: #FFFFFF;
	text-align: justify;
	padding-left: 10px;
	padding-right: 10px;
}
.cutlines_lrag {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: bold;
	color: #000000;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}
.cutlines_lead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #000000;
	padding-right: 5px;
	text-transform: uppercase;
	padding-top: 5px;
}
.left_cutline {
	padding-top: 10px;
	padding-right: 10px;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
}
.not_bold {
	font-weight: normal;
}
.right_cutline {
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	padding: 7px 0px 7px 7px;
	margin: 10px 0px 10px 10px;
}
.small-cutlines {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #000000;
	font-weight: normal;
}
.small-cutlines_rev {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #FFFFFF;
	font-weight: normal;
}
.small-cutlinesItalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #000000;
	font-style: italic;
	font-weight: normal;
}
.small-cutlinesItalic_rev {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #FFFFFF;
	font-style: italic;
	font-weight: normal;
}
.white {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.white_not_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
}
.gray {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
}
.photo_credit {
	font-size: 80%;
	padding-left: 10px;
	}
/***********************************************/
/* Transparencies                              */
/***********************************************/
.white_trans {
	background-image: url(../images/backgrounds/trans_bg_white.gif);
}
.black_trans {
	background-image: url(../images/backgrounds/black-trans-bg.gif);
}
.khaki_trans {
	background-image: url(../images/backgrounds/khaki_trans_bg.gif);
}
.teal_trans {
	background-image: url(../images/backgrounds/teal_trans_bg.gif);
}
.turq_trans {
	background-image: url(../images/backgrounds/turq_trans_bg.gif);
}
/***********************************************/
/* B05 Headline Styles                              */
/***********************************************/
#headlines{
	margin: 0px;
	padding: 10px 0px 20px 5px;
	font-size: 80%;
	background-color: #D4A5E3;
	color: #ECDAC4;
	border-top-color: #660000;
	width: 125px;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
.hed_Feature {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #BA113B;
	font-size: 150%;
}
.hed_Prom {
	font-weight: bold;
	color: #C9948D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
}
.hed_Personal {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #5D2999;
	font-size: 150%;
}
.hed_White {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 150%;
}
.hed_YourLook {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #A88564;
	font-size: 150%;
}
.hed_People {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0C95D8;
	font-size: 150%;
}
.hed_Modeling {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #DC9809;
	font-size: 150%;
}
.hed_InEachIssue {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #803130;
	font-size: 150%;
}
.hed_NewsandViews {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #3BC295;
	font-size: 150%;
}.hed_item {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 150%;
}
/***********************************************/
/* Floating Tables                              */
/***********************************************/
.leftfloat {
	float: left;
	padding: 5px;
	margin: 0px 10px 10px 0px;
}
.rightfloat {
	float: right;
	padding: 0px;
	margin-left: 10px;
}
/***********************************************/
/* Space Around Items                              */
/***********************************************/

.tenpxpad {
	padding: 10px;
}
.fivepxpad {
	margin: 5px;
	padding: 5px;
}
.Giant-Text {
	font: bold 400% Arial, Helvetica, sans-serif;
}
.Cell-Padding {
	padding: 10px;
}
.nav_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	margin: 5px;
	padding: 5px;
	background-color: #933;
}
