 /* ------ Section 1 - Global Body, Font and Link Settings ------ */

body {
background-color: #d1d7b9; /* pale sage green color for browser window background color and footer top border */
margin: 0;
padding: 0;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
color: #000;
font-size: 86%;
}

h1, h2, h3, h4, h5, h6 {
background-color: transparent;
clear: right;
}

h1 {
margin: 10px auto 5px auto;
font-family: 'Times New Roman', Georgia, 'Palatino Linotype', Palatino, serif;
color: #454A36;
border-bottom: 0 solid #8f8fb3;
text-align: center;
font-size: 24pt;
}

h2 {
font-family: 'Times New Roman', Georgia, 'Palatino Linotype', Palatino, serif;
color: #454A36;
border-bottom: 0 solid #8f8fb3;
text-align: center;
font-size: 20pt;
margin: -7px auto 10px auto;
}

h3 {
font-family: 'Times New Roman', Georgia, 'Palatino Linotype', Palatino, serif;
background-color: #8c957a;
color: #fff;
padding-left:2px;
font-size: 15pt;
margin-top: 30px;
}

h4 { 
font-family: 'Times New Roman', Georgia, 'Palatino Linotype', Palatino, serif; 
color: #8c957a;
font-weight:bold;
border-bottom: 1px solid #8c957a;
font-size: 13pt;
margin-top:20px;
}

blockquote {
margin: 12px 56px;
color: #030451;
font-size: 110%;
line-height: 18px;
font-family: 'Courier New', Courier, monospace;
}

code {
color: navy;
}

img {
border: 0 solid #ddd;
}

a:link img {
border: 0;
}


/* -- General Link Styling -- */

a:link {
color: blue; 
text-decoration: underline;
}

a:visited {
color: purple;
text-decoration: underline;
}

a:hover {
color: red;
text-decoration: underline;
}



/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
width: 960px;
border: 1px solid #454a36;
background-image: url(../image-files/resume-background.jpg);
background-repeat: repeat-y;
}

#Header {
position: relative;
height: 240px;
}

#ContentWrapper {
float: left;
width: 100%;
background-image: url(../image-files/resume-background.jpg);
background-repeat: repeat-y;
}

#CenterColumn {
margin: 0 180px 0 180px;    /* STEP 1: set to "0 RightColumnWidth 0 LeftColumnWidth" */
}

#LeftColumn {
float: left;
width: 179px;               /* 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)  */
}

#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) */
}

#Footer {
clear: both;
width: 960px;
padding: 8px 0;
border-left: 1px solid #454a36;
border-right: 1px solid #454a36;
-moz-box-shadow: 7px 7px 5px #8c957a;
-webkit-box-shadow: 7px 7px 5px #8c957a;
margin: auto;
}

.Liner {
padding: 10px;
}

#Header .Liner {
padding: 0;
}

#Footer .Liner {
margin: 0;
padding: 0;
}



/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
margin: 24px auto;
background-color: #fff;
}

#Header {
background-image: url(http://www.powerful-sample-resume-formats.com/image-files/header-image.jpg);
background-repeat: no-repeat;
background-color: transparent;
background-position: top left;
}

#ContentWrapper {
background-color: #fff;
}

#LeftColumn {
background-image: url(http://www.powerful-sample-resume-formats.com/image-files/left.jpg);
background-repeat: repeat-y;
background-color: #aab098;
}

#CenterColumn {
background-image: url(http://www.powerful-sample-resume-formats.com/image-files/center-column-bg.jpg);
background-color: #ffffff;
}

#RightColumn {
background-image: url();
background-repeat: no-repeat;
background-color: #fbf968;
}

#Footer {
background-image: url();
background-repeat: no-repeat;
background-color: #8c957a;
text-align: center;
font-size: 85%;
}

#LeftColumn {
font-size: 85%;
color: white;
}

#RightColumn {
font-size: 85%;
}

#LeftColumn h4 {
font-size: 90%;
color: #fbf968;
background-color: transparent;
margin-top: 0;
border: 0;
}

#RightColumn h4 {
font-size: 90%;
color: #596046;
border-bottom: 1px solid #596046;
margin-top: 0;
}

.clearer {
 clear:both;
}

/* ------ Section 4 - Left Column Navigation ------ */

.Navigation {
width: 100%;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
background-color: transparent;
}

/* -- Nav Headers -- */

.Navigation h3 {
padding: 0;
font-size: 110%;
color: #fff;
border-bottom: 1px solid #fff;
background-color: transparent;
margin: 12px 0;
}

.RNavigation h3 {
padding: 0;
font-size: 110%;
color: #454a36;
border-bottom: 1px solid #454a36;
background-color: transparent;
margin: 8px 0;
}

/* -- Nav List -- */

.Navigation ul {
list-style-type: none;
padding: 0 0 8px 5px;
margin: -6px 0 0 0;
}

.Navigation li {
background-color: transparent;
background-image: url(http://www.powerful-sample-resume-formats.com/image-files/navbuttonbg.jpg);
background-repeat: repeat-x;
border: 1px solid #8c957a;
margin-bottom: 3px;
}

/* -- Navigation Link styles -- */

.Navigation a:link {
color: #515a3e;
display: block;
padding: 3px 0 3px 4px;
text-decoration: none;
}

.Navigation a:visited {
color: #515a3e;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
text-decoration: none;
}

.Navigation a:hover {
color: #fff;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
background-color: #454a36;
text-decoration: underline;
}



/* ------ Section 5 - Additional Navigation ------ */

/* -- Thumbnail-with-Caption Navigation -- */

.ThumbnailLink {
text-align: center;
}

.ThumbnailLink a:link {
text-decoration: none;
}

.ThumbnailLink a:hover .Caption {
text-decoration: underline;
color: red;
}


/* -- Footer Horizontal NavBar -- */
.text-NavBar {
font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
font-size: 10pt;
margin: 12px auto 12px auto;
background-color: #8d9c79;
width: 600px;           /* same width as the width of the center column (960 -180 - 180) */
}

.text-NavBar ul {
list-style-type: none;
padding: 0;
}

.text-NavBar ul li {
display: inline;
background-color: #8d9c79;
text-align: center;
}

.text-NavBar a {
color: #fbf968;
text-decoration: none;
text-align: center;
padding: 0 8px;
}

.text-NavBar a:visited {
color: #fbf968;
text-decoration: none;
}

.text-NavBar a:hover {
color: #fbf968;
background-color: #8d9c79;
text-decoration: underline;
}

/* -- Top Horizontal NavBar -- */

.text-topnavbar {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
width: 500px;
margin: auto;
}

.text-topnavbar ul {
list-style-type: none;
padding: 0;
}

.text-topnavbar ul li {
display: inline;
background-color: #fff;
font-size: 80%;
text-align: center;
border: 1px solid #8c947a;
}

.text-topnavbar a:link {
color: #8c947a;
text-decoration: none;
text-align: center;
padding: 0 4px;
}

.text-topnavbar a:visited {
color: #8c947a;
text-decoration: none;
}

.text-topnavbar a:hover {
color: #fbf968;
background-color: #8c947a;
text-decoration: underline;
}



/* -- Section NavBar -- */

ul#section-navlist
{
margin: auto;
margin-bottom: 10px;
padding-left: 0;
white-space: nowrap;
width: 550px;
}

#section-navlist li
{
display: inline;
list-style-type: none;
}

#section-navlist a { padding: 2px;}

#section-navlist a:link, #section-navlist a:visited
{
font-size: 10pt;
font-family: "Arial Narrow",Verdana,sans-serif;
color: #5b604c;
background-color: #fbf968;
text-decoration: none;
font-weight: bold;
border:1px solid #5b604c;
}

#section-navlist a:hover
{
color: #fbf968;
background-color: #5b604c;
text-decoration: none;
}

#Header .ExtraNav {
font-size: 85%;
position: absolute;
top: 0;
right: 0;
}

#Header .ExtraNav ul { 
margin: 0;
}

#Footer .text-NavBar {
margin: 12px auto;
background-color: #8c957a;
}

#Header .googlebanner {
position: absolute;
bottom: 5px;
right: 116px;
}


/* ------ Section 6 - Boxes ------ */

.CalloutBox {
background-color: #fbf968;
width: 85%;
border-top: 1px dotted #8c947a;
border-right: 1px dotted #8c947a;
border-bottom: 1px dotted #8c947a;
border-left: 20px solid #8c947a;
margin: 18px auto 24px auto;
padding: 7px;
color: #454a36;
font-size: 105%;
}

div.CalloutBox p {
margin: 13px;
}

p.CalloutBox {
padding: 13px;
}

div.CalloutBox h1,
div.CalloutBox h2,
div.CalloutBox h3,
div.CalloutBox h4,
div.CalloutBox h5,
div.CalloutBox h6 {
margin: 13px 0 0 13px;
}

.ReminderBox {          
background-color: #d1d7b9;
width: 175px;
border: 1px solid #454a36;
margin: 0 0 12px 18px;
float: right;             /* adding float enables text to flow around it */
color: #000;
}

.ReminderBox h4 {
margin: 0;
padding: 2px;
text-align: center;
background-color: #fbf968;
color: #454a36;
}

.ReminderBox p {
font-size: 95%;
padding: 0 4px;
line-height: 120%;
}

.ReturnToNavBox {
background-color: #fff;
width: 90%;
border-top: 0 solid #8f8fb3;
border-bottom: 0 solid #8f8fb3;
margin: 0 auto 12px auto;
padding: 4px;
text-align: right;
}

.pongobox {
background-color: #d8dbb0;
width: 150px;
margin: 2px auto;
padding: 5px;
border: 1px solid #231f20;
color: #365c36;
}

.sidebar-testimonial {
background-color: #f8f8cc;
width: 150px;
margin: 2px auto;
padding: 5px;
border: 3px dashed #c00000;
color: #000080;
}

.powertip {
width: 70%;
margin: auto;
font-size: 10pt;
background-color: #d8dbb0;
border: 1px solid #231f20;
padding: 5px;
}

.PowerPackBox {
background-color: #d8dbb0;
width: 150px;
margin: auto;
padding: 5px;
border: 1px solid #231f20;
color: #365c36;
}

.PowerPackBox h5 {
background-color: #faf678;
color: red;
text-align: center;
font-size: 12pt;
margin: 0;
padding: 2px;
}

.PowerPackBoxBig {
background-color: #d8dbb0;
width: 400px;
margin: auto;
padding: 5px;
border: 1px solid #231f20;
color: #365c36;
}

.PowerPackBoxBig h5 {
background-color: #faf678;
color: red;
text-align: center;
font-size: 12pt;
margin: 0;
padding: 2px;
}

.resourcebox {
border: 1px solid #bd9c79;
background-color: #e7e7e7;
width:90%;
margin: auto;
padding: 5px;
}

.subscribe {
font-family:"Trebuchet Ms",Verdana,sans-serif;
font-size:8pt;
text-align:center;
border: 1px solid #596046;
width:95%;
margin-left: auto;
margin-right: auto;
height:400px;
background-color:#e7e7e7;
}

.subscribehead {
        background-color:#596046;
        color: #fff;
        font-weight:bold;
        margin-top:-2px;
}

.subscribetext p {
        color:#000;
        line-height:110%;
        font-size: 8pt;
}

.bannercaption {
font-size:9pt;
font-weight: bold;
}


/* -- RSS Box -- */



/* ------ Section 7 - Frequently Used Styles ------ */

.Clear {
clear: both;
}

.Caption {
font-size: 85%;
font-weight: bold;
color: #000;
display: block;
line-height: 150%;
margin-bottom:10px;
}

.intro {
font-weight: bold;
color: #454A36;
}

.testimonial {
border:thin dashed green;
padding:10px;
background-color:#ffff80;
font-size:10pt;
}
.highlight {
background-color: #FFFF80;
padding:7px;
}

.sbitestimonial {
border: 1px solid green;
-moz-border-radius: 10px;
-webkit-border-radius: 5px;
-moz-box-shadow: 5px 5px 5px #8c957a;
-webkit-box-shadow: 5px 5px 5px #8c957a;
padding-left:5px;
padding-right: 5px;
background-color:#fbf968;
font-size:13pt;
font-family: 'Times New Roman', Georgia, 'Palatino Linotype', Palatino, serif;
width: 75%;
margin: auto;
}

.highlight {
background-color: #FFFF80;
padding:7px;
}

.definition {
width: 75%;
margin: auto;
border: 0;
padding: 3px;
font-family: 'Courier New', Courier, monospace;
font-size: 9pt;
color: #464939;
font-style: italic;
background-color: #ffc;
}

.guestarticle {
color: #5E644A;
font-face: 'Arial Narrow', sans-serif;
font-size: 14pt;
font-weight: bold;
border-top: 1px solid #5E644A;
border-bottom: 1px solid #5E644A;
padding: 5px;
text-align: center;
}

.guestauthor {
font-size: 10pt;
font-style: italic;
color: #bfbfbf;
margin-top: -2px;
}

/* -- C2 Formatting -- */
.c2Form { 
background-color: #d1d7b9;
border: 2px solid #fbf968;
padding:10px;
width: 450px;
margin: auto; 
}

.InvSquestions { 
font-size: 12px;
}

.titleInput { 
width: 60%;
padding-top:4px;
margin:0;
} 

.dividerRule { 
border-top: 0px 
}

.storyInput { 
width:80%;
padding-top:4px;
margin:0;
height: 250px;
}

.vIsText_3000 { 
height: 85px 
}

.subBodyText { 
font-size: 11pt 
}

.date { 
font-size: 11pt 
}

.author { 
font-size: 11pt 
}

.vIsText { 
font-size: 11pt 
}

td {
font-size: 11pt 
}

.resume {
-moz-box-shadow: 5px 5px 5px #ccc;
  -webkit-box-shadow: 5px 5px 5px #ccc;
  box-shadow: 5px 5px 5px #ccc;
  margin: auto;
}


/* -- floats -- */

.ItemRight {
float: right;
margin-left: 10px;
text-align: center;
}

.ItemCenter {
margin: auto;
text-align: center;
clear: both;
}

.ItemLeft {
float: left;
margin-right: 10px;
text-align: center;
}

.submissionlink  {
font-family: Verdana, sans-serif;
font-size: 13pt;
color: #cb2d2e;
font-weight: bold;
background-color: #f8f76a;
padding: 5px;
margin: 20px 0 20px 0;
}

.submissionlink a  {
color: #cb2d2e;
}
