/* jbcreativewebsitedesign.css*/

* {
    padding : 0px;
    margin : 0px;
}
 
html, body {
	height : 100%;
	font-family : verdana, arial, sans-serif;
    font-size : 12px;
	color: #000000; 
}

.clearfloat {
    clear : both;
    float : none;
}
/* GENERAL STYLES */


h1 {
	font-size: 200%;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #B04B00;
}

h2 {
	font-size: 140%;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #B04B00;
}

h3 {
	font-size: 130%;
	padding-top: 20px;
	padding-bottom: 10px;
	color: #B04B00;
}

h4 {
	font-size: 125%;
	font-weight: bold;
	color: #B04B00;
}

p {
	padding-top: 10px;
	padding-bottom: 10px;
}

.bigbold {
	font-weight: bold;
	font-size: 120%;
}

.bold {
	font-weight: bold;
}

.borderless {
/* used for removing border from linked images */
	border: 0px;
}

.center {
	text-align: center;
}

.contentlist {
/* needed to get list text on the home page to move over to the right in Firefox */
	position: relative;
	text-align: justify;
	left : 20px;
}

.indent {
	margin-left: 20px;
	margin-right: 20px;
	text-align: justify;
}

.italics {
	font-style: italic;
}

.linksmall {
	font-size: 80%;
	padding-bottom: 0px;
}

.noindent {
	margin-right: 20px;
	text-align: justify;
}

.small {
	font-size: 80%;
}

.smallitalics {
	font-size: 80%;
	font-style: italic;
}

.smalltest {
	font-size: 80%;
	margin: 10px 10px 10px 0;
	padding: 12px;
	border: 2px dotted #9A8B03;
	background-color: #FDF3A2;
}

a:link, a:visited, a:active { 
	color: #000000;
    text-decoration : none;
		}
	
a:hover {
	color: #9A8B03;
		}

ul {
	padding-left: 20px;
} 

li {
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
}


/* MAIN DIVS */

#background {
	width : 100%;
	background: url(../jbcreativewebsitedesign/images/background_pattern.gif) top left;
}

#container {
    width : 770px;
	background: #FFFFFF url(../jbcreativewebsitedesign/images/jbcreativewebsitedesign_heading.jpg) no-repeat top left;
	position : relative;
	margin-left : auto;
	margin-right : auto;
	border: 10px solid #9A8B03;
}

/* TOP DIVS */

#pageheader {
	width: 423px;
	margin-right: 15px;
	float: right;
}

#pageheader h1 span {
	display : none;
}

/* LEFT DIVS */

#leftcolumn {
	float: left;
	margin-top: 170px;
	margin-left: 10px;
}

#leftmenu { 
	margin-top: 100px; 
	width: 220px; 
	}

#leftmenu .menulist {
/* used for menu on left side of page */
	margin-top: 15px;
	padding: 0px;
}

#leftmenu .menulist li {
	font-size: 120%;
	list-style-type: none;
	padding-top: 5px; 
	padding-bottom: 10px; 
		}

#leftmenu .activepage {
	font-size: 120%;
	color: #9A8B03;
	font-weight: bold;
}

#xhtmlbadge {
	float: left;
	width: 180px;
	margin-right: 20px;
}

#xhtmlbadge .blank {
/* padding for when a page can't be validated due to external links */
	width: 88px;
	height: 31px;
}

/* MIDDLE DIVS */

#fullcontent {
	width: 770px;
}

#maincontent {
	height: 100%;
	width: 520px;
	margin-top: 170px;
	margin-left: 230px;
	padding-bottom: 10px;
	padding-top: 10px;
	background: #FFFFFF;
/*	background: #F0EB7D; */
/*	background: #F7F3BB; */
	border-top: 1px solid #9A8B03;
	border-left: 1px solid #9A8B03;
	} 

#maincontent .block_text {
	margin: 10px 10px 0px 20px;
	width: 480px;
	border: 0px;
	}

#maincontent .portfolio {
	height: 100%;
	margin-right: 20px;
}

#maincontent .portfolio_image {
	float: left;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	border: 0px;
}

#maincontent .portfolio_text {
	float: right;
	margin: 0px, 30px, 30px, 0px;
	text-align: justify;
	font-size: 80%;
}

#maincontent .portfolio_image li {
	line-height: 0.5;
	margin-left: 210px;
	}

#maincontent .about_image {
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 20px;
}

#maincontent a:link, #maincontent a:visited, #maincontent a:active { 
	color: #000000;
    text-decoration : underline;
		}
	
#maincontent a:hover {
	color: #B04B00;
		}

#maincontent .booklink_image {
	float: left;
	margin-bottom: 10px;
	margin-left: 10px;
}

#maincontent .booklink_text {
	margin-left: 135px;
	margin-right: 30px;
}

#centresignature h3.image {
	width: 150px;
	height: 80px;
	background:    url(../images/julia_signature_website.gif) no-repeat;
}
#centresignature h3.image span {
	display: none;
}

/* BOTTOM DIVS */

#footer {
}

#footercopy {
	padding: 10px;
	font-size: 80%;
	text-align: center;
}

#links {
	text-align: center;
}