/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body {
background-color: #e6e6e6; /* color for browser window background color and footer top border */
margin: 0;
padding: 0;
}

body, table, tr, td {
font-family: Arial, Helvetica, sans-serif;
color: #000;
font-size: 95%;
}


/* -- General Link Styling -- */

a:link {
color: #00f; 
text-decoration: underline;
}

a:visited {
color: #f79429;
text-decoration: underline;
}

a:hover {
color: #f79429;
text-decoration: underline;
}



/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
width: 960px;
}

#Header {
height: 350px;
}

#ContentWrapper {
float: left;
width: 100%;
margin-top: -180px;
}

#CenterColumn {
margin: 0 180px 0 160px;    /* STEP 1: set to "0 RightColumnWidth 0 LeftColumnWidth" */
padding: 10px 40px 40px 40px;
}
#CenterColumnFull {
margin: 0 0px 0 160px;    /* STEP 1: set to "0 RightColumnWidth 0 LeftColumnWidth" */
padding: 10px 40px 40px 40px;
}

#LessonCenterColumn {
margin: 0 0px 0 0px;    /* STEP 1: set to "0 RightColumnWidth 0 LeftColumnWidth" */
padding: 10px 40px 40px 40px;
}


#LeftColumn {
float: left;
width: 159px;               /* STEP 2: to set left column at 180, set 1 less than 180 here */
margin-left: -960px;        /* STEP 3: set to the same width specified in #PageWrapper above (but with minus sign)  */
margin-top: -215px;
}

#RightColumn {
float: left;
width: 179px;               /* STEP 4: to set right columns at 180, set 1 less than 180 here */
margin-left: -180px;        /* STEP 5: set to -(RightColumnWidth) */
margin-top: -170px;
}

#Footer {
clear: both;
width: 100%;
text-align: center;
padding: 8px 0;
}

.Liner {
padding: 10px 10px;
}

#Header .Liner {
padding: 10px 10px;
}

#Footer .Liner {
margin: 0;
padding: 0;
}



/* ------ Section 3 - Page Structure Details ------ */

 
#PageWrapper {
border: 2px solid #f79429;   
margin: 24px auto;
background-image: url(../image-files/photography-tips-background-image.jpg);
background-repeat: repeat-y;
background-color: transparent;
background-position: top left;
}

#RightNavBox {
width: 175px;
border: 2px solid #f79429;   
margin: 2px auto;
background-color: transparent;
}

#Header {
background-image: url(../image-files/photography-tips-header-image.jpg);
background-repeat: no-repeat;
background-color: transparent;
background-position: top left;
}






#LeftColumn {
background-color: transparent;
}

#CenterColumn {
background-image: url();
background-repeat: no-repeat;
background-color: transparent;
}

#RightColumn {
background-image: url();
background-repeat: no-repeat;
background-color: transparent;
}

#Footer {
background-color: transparent;
border-top: 2px solid #f79429;
}



/* ------ Section 4 - Left Column Navigation ------ */

.RightNavigation {
width: 100%;
font-family: Arial, Helvetica, sans-serif;
font-size: 90%;
background-color: transparent;
}

.RightNavigation hide {
color:#e6e6e6;
}


/* -- Nav Headers -- */

.RightNavigation h3 {
padding: 12px 0 0 0;
font-size: 110%;
border-bottom: 1px solid #f79429;
width: 135px;
margin: 12px 0;
}

/* -- Navigation Link styles -- */

.RightNavigation a {
color: #00f;
text-decoration: underline;
}

.RightNavigation a:visited {
color: #f79429;
text-decoration: underline;
}

.RightNavigation a:hover {
color: #f79429;
text-decoration: underline;
}

.Navigation {
width: 100%;
font-family: Arial, Helvetica, sans-serif;
background-color: transparent;
}

.Navigation hide {
color:#e6e6e6;
}


/* -- Nav Headers -- */

.Navigation h3 {
padding: 24px 0 0 0;
font-size: 110%;
color: #000;
border-bottom: 1px solid #f79429;
width: 135px;
margin: 12px 0;
}

/* -- Navigation Link styles -- */

.Navigation a:hover {
color: #f79429;
text-decoration: underline;
}

/* Added by Julie for navigation menu buttons	 */
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
	color: #000;
	text-decoration: none;
    background: transparent url('../image-files/bg_button_a.jpg') no-repeat scroll top right;
	background-color: transparent;
    color: #444;
    display: block;
    float: left;
    font: bold 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('../image-files/bg_button_span.jpg') no-repeat;
	background-color: transparent;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
	width: 100px;
} 

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 
/* End added by Julie for navigation menu buttons	 */


/* ------ Section 5 - Additional Navigation ------ */


/* -- Thumbnail-with-Caption Navigation -- */

.imageCaptionLinkGroup {
text-align: left;
}

.imageCaptionLinkGroup a {
text-decoration: none;
color: #00f;
}

.imageCaptionLinkGroup a:visited {
color: #f79429;
text-decoration: none;
}


.imageCaptionLinkGroup .caption {
text-decoration: underline;
}


/* -- Horizontal Text NavBar -- */

.text-NavBar {
font-family: Arial, Helvetica, sans-serif;
margin: 12px auto 12px auto;
background-color: #f79429;
width: 600px;           /* same width as the width of the center column (960 -180 - 180) */
border: 1px solid #f79429;
}

.text-NavBar ul {
list-style-type: none;
padding: 0;
}

.text-NavBar ul li {
display: inline;
background-color: #fff;
text-align: center;
}

.text-NavBar a {
color: #00f;
text-decoration: none;
text-align: center;
padding: 0 4px;
}

.text-NavBar a:visited {
color: #f79429;
text-decoration: none;
}

.text-NavBar a:hover {
color: #f79429;
background-color: #fff;
text-decoration: underline;
}




/* ------ Section 6 - Specific Font Styles ------ */

#Notice {
font-size: 85%;
color:#666666;
}

#LeftColumn {
font-size: 75%;
color: black;
}

#RightColumn {
font-size: 90%;
color: black;
}

#Footer {
font-size: 85%;
}

h1, h2, h3, h4, h5, h6 {
background-color: transparent;
color: #000000;
clear: both;
}

h2, h3, h4, h5, h6 {
margin-top: 24px;
}


h1 {
margin-top: 5px;
font-family: Arial, Helvetica, sans-serif;
border-bottom: 0px solid #777777;
text-align: center;
}

h2 {
font-family: Arial, Helvetica, sans-serif;
border-bottom: 1px solid #f79429;
}

h3 {
font-family: Arial, Helvetica, sans-serif;
border-bottom: 0 solid #777777;
}

#LeftColumn h4 {
font-size: 110%;
color: black;
margin-top: 0;
}

#RightColumn h4 {
font-size: 110%;
color: black;
margin-top: 0;
}

.Caption {
font-size: 85%;
font-weight: bold;
color: #000;
clear: both;
line-height: 14px;
}

blockquote {
margin: 12px 56px;
color: #000;
font-size: 100%;
line-height: 20px;
font-family: 'Courier New', Courier, monospace;
}



/* ------ Section 7 - Boxes ------ */


.CalloutBox {
background-color: #e6e6e6;
width: 85%;
border: 1px dotted #f79429;
margin: 18px auto 24px auto;
padding: 4px;
color: black;
}

div.CalloutBox p {
margin: 13px;
}
p.CalloutBox {
padding: 13px;
}

div.CalloutBox h1, h2, h3, h4, h5, h6 {
margin: 0;
}
p.CalloutBox h1, h2, h3, h4, h5, h6 {
padding: 0;
}

.ReminderBox {           /* the container box */
background-color: #e6e6e6;
width: 24%;
border: 1px solid #f79429;
margin: 12px 0 12px 18px;
float: right;             /* adding float enables text to flow around it */
color: #000;
}

.ReminderBoxLeft {           /* the container box */
background-color: #e6e6e6;
width: 24%;
border: 1px solid #f79429;
margin: 12px 12px 0 18px;
float: left;             /* adding float enables text to flow around it */
color: #000;
}

.ReminderBox h4 {
margin: 0;
padding: 2px;
text-align: center;
background-color: #f79429;
}

.ReminderBoxLeft h4 {
margin: 0;
padding: 2px;
text-align: center;
background-color: #f79429;
}

.ReminderBox p {
font-size: 80%;
padding: 0 4px;
line-height: 13px;
}

.ReminderBoxLeft p {
font-size: 80%;
padding: 0 4px;
line-height: 13px;
}

.AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter468, .AdSenseBoxRightColumn {
padding: 5px;
background-color: #e6e6e6;
border: 0px;
}
.AdSenseBoxLeft {
margin: 0 18px 12px 18px;
float: left;
}
.AdSenseBoxRight {
margin: 0 18px 12px 18px;
float: right;
}
.AdSenseBoxCenter468 {
width: 468px;
margin: 0 auto 12px auto;
clear: both;
}
.AdSenseBoxRightColumn {
padding: 0;
margin: 0 auto 12px auto;
clear: both;
}


.ReturnToNavBox {
background-color: #e6e6e6;
width: 100%;
border: 1px solid #f79429;
margin: 0 auto 12px auto;
padding: 4px;
}
	

/* -- RSS Box -- */
#addSiteTo {
border: 1px solid #f79429;
font-weight: bold;
color: #000000;
}

/* ------ Section 8 - Frequently Used Styles ------ */

.myhighlight {
color: #f79429;
}

.clear {
clear: both;
}


img {
border: 1px solid #cccccc;
}

.noImgBorder {
	border: 0px;
}

code {
color: black;
}

/* -- lists -- */

#CenterColumn ul {
list-style-type: disc;
margin: 0 0 8px 10px;
}

#CenterColumn ol {
list-style-type: disc;
margin: 0 0 8px 10px;
}

#CenterColumn li {
margin: 0 0 8px 5px;
}


/* -- floats -- */

.ItemRight {
float: right;
margin: 2px 0 12px 18px;
text-align: center;
}

.ItemCenter {
margin: 2px auto 12px auto;
text-align: center;
clear: both;
}

.ItemLeft {
float: left;
margin: 2px 18px 12px 0;
text-align: center;
}

.center { 
text-align: center;
}



/* Section 9 -- Added by Julie for breadcrumb trail */

ul, li {
	list-style-type:none;
	padding:0;
	margin: 0;
	}		
#crumbs {
	height:1.3em;
	width: auto;
	border:1px solid #f79429;
    background-color: #ffffff;		
	padding: 0;
	}
#crumbs li {
	float:left;
	line-height:1.3em;
	color:#000;
	padding-bottom: 12px;
	padding-left: 0px; 
	}		
#crumbs li a:link,
#crumbs li a:visited {
	font-size:12px;
	color:#000000;
	text-decoration:none;
	}	
	
#crumbs li a {
	background:url(../image-files/crumbs.jpg) no-repeat right center;
    background-color: #ffffff;	
	display:block;
    padding:0 12px 0 12px;
	}							
#crumbs li a:hover,
#crumbs li a:focus {
	color:#f79429;
	}		
	
