/* LynnGufeld.com style sheet */

/* Default Text Styles */
p,dd,dt,li,a,td,th,span,h1,h2,h3,h4,blockquote,caption,label,div {
	font-family: "Verdana","Helvetica", sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: small;
	color: #003366;
        line-height: 125%;
}	

/* Basic Elements */
h1 {
	text-align: center;
	font-size: large;
	font-weight: bold;
	line-height: 200%;
}

h2 {
	text-align: left;
	font-size: medium;
	font-weight: bold;
	line-height: 150%;
}

h3 {}

h4 {}

blockquote {}

caption {}

a {}

a:hover {color: #ff6600;}

table {}

td {}

th {}

hr {
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 1px;

}

form {
}

label {
}

em {
	font-style: italic;
}

dl {
	list-style-type: none;
}
dd {
	font-style: italic;
}
dt {
	font-style: normal;
	text-align: left;	
}

ul {
	list-style-type: circle;
}
li {}

/* Divs for form-field labels */
div.lbl {
	width: 85px;
	float: left;
	font-style: italic;
}

/* Style for form buttons */
input.button{}
input.button:hover {}	

/*This serves as a hard break*/
div.clear {
    height 1px;
    clear: both;
    margin: 0px;
    padding: 0px;

}

/* Parent Container for Entire Page */
body {
	background-color: #FFFFFF;
	margin: 0px;	
	padding: 0px;
	width: 100%;
	/*height: 100%;*/
}

/* Parent container for logo and sitenav divs */
div.pagehead {
	width: 700px;
	height: 60px;
	margin-left: auto; 
	margin-right: auto;
	padding: 10px;	
}

/* Site Logo container*/
div.logo {

	float: left;
	margin-top: 30px;
}

.logo a {
	font-style: normal;
	color: #ff6600;
	font-weight: bold;
	font-size: x-large;
	text-decoration: none;
}


/* Sitewide Navigation Links Container*/
div.sitenav {
	float: right;
	margin-top: 40px;
}



/* Sitewide Navigation Link Text Style */
.sitenav a {}
.sitenav a:hover {}

/* Highlighted Navigation Link */
a.highlight {
	color: #ff0000;
	font-weight: bold;
	border: 2px solid #ffffff;
}

a.highlight:hover {
	background-color: #ff3333;
	color: #ffffff;
	border: 2px solid #ff0000;
}

/* Vertical space container */
div.vspacer {
	clear: both;
	height: 20px;
}

/* Page Content Area */
div.content {
	width: 700px;
	height: 100%;
	margin-left: auto; 
	margin-right: auto;
	padding: 20px 10px 20px 10px;
	border-top: 1px solid #99CCCC;
	clear: both;
	/*float: left;*/
}

/* Document Body */
div.main {
	width: 500px;
	min-height: 400px;
	float: left;
}
* html div.main { height: 400px; }

/* Sidebar Parent Container*/
div.sidebar {
	float: right;
}

/* Individual Sidebar Box */
div.sidebarbox {
	width: 180px;
	border: 1px solid #99CCCC;
	padding: 0px;
	margin-bottom: 20px;
	text-align: center;
}

.sidebarbox h1 {
	border-bottom: 1px dashed #99CCCC;
	background-color: #ECF9FF;
	text-align: center;
	font-weight: bold;
	font-size: small;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}

.sidebarbox p {
	padding-top: 5px;
	margin-top: 0px;
	padding: 5px;
	text-align: left;
	padding-left: 15px;
}

/*Image X of Y Text Class*/
p.imgnums {
	color: #999999;
	font-size: x-small;
	line-height: 200%;
	margin-bottom: 0px;
}

/* Image Detail Navigation Buttons */
div.pbut {
	width: 87px;
	height: 35px;
	float: left;
	border: 1px solid #99CCCC;
	text-align: center;
	vertical-align: middle;
}

.pbut a {
	width: 87px;
	height: 35px;
	font-size: x-large;
	text-decoration: none;
	display: block;
	background-color: #CCCCCC;
}

.pbut a:hover { 
	color: #003366;
	background-color: #ff6600; }

div.nbut {
	width: 87px;
	height: 35px;
	float: right;
	border: 1px solid #99CCCC;
	text-align: center;
	vertical-align: middle;
}

.nbut a {
	width: 87px;
	height: 35px;
	font-size: x-large;
	text-decoration: none;
	display: block;
	background-color: #CCCCCC;
}
.nbut a:hover { 
	color: #003366;
	background-color: #ff6600; }

div.emailbut {
	display: none;
	width: 180px;
	height: 15px;
	border: 1px solid #99CCCC;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 10px;
}
.emailbut a {
	width: 180px;
	height: 15px;
	text-decoration: none;
	display: block;
	background-color: #CCCCCC;
 }

.emailbut a:hover { 
	color: #003366;
	background-color: #ff6600;	
}


/* Container for thumbnail images */
div.thumbnail {
	float: left;
	width: 125px;
	height: 125px;
	text-align: center;
}

.thumbnail img {
	border: 1px solid #99CCCC;
}

.thumbnail img:hover {
	border: 1px solid #ff6600;
}

/* Container for large image */
div.bigimg {
	width: 450px;
	text-align: center;
	clear: both;
	
}

/* Main Comments Container */
div.comments {
	margin-top: 20px;
}

/* Individual Comment Container */
div.comment {
	background-color: #EEEEFF;
	border: 1px dashed #339999;
	padding: 15px;
	padding-top: 5px;
	margin-bottom: 15px;
	
}

/* Comment section header string */
div.cmthead { } 

/* Comment Author String */
div.cmtby {
	font-size: x-small;
	color: #666666;
}

/* Comment Date String */
div.cmtdate { 
	font-size: x-small;
	font-style: italic;
	color: #666666;
}

/* Comment Body */
div.cmtbody {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

/* Link embedded in comment */
.cmtbody a { 

}

/* Link in comment section*/
.comment a {
	
}

/* Div containing comment form */
div.cmtform {
	border: 1px dotted black;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #EEFFEE;
}

/* Footnote on comment form */
div.ftnote { 
	font-size: x-small;
	padding-left: 85px;
}

/* Div containing email form */
div.emailfrm {
	border-left: 3px dashed gray;
	padding: 15px;
	/*width: 85%;*/
	/*background-color: #EEFFEE;*/
}

/* Page Footer */
div.footer {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	border-top: 1px solid #99CCCC;
	clear: both;
	background-color: #FFFFFF;
}
.footer a{ 
	font-size: x-small;
	text-decoration: none;
}

div.footleft {
	text-align: left;
	float: left;
}
.footleft a{ 
	color: #999999;	
	font-size: x-small;
	text-decoration: none;
}
.footleft a:hover {
	color: #ff6600;
}

div.footright {
	text-align: right;
	float: right;
}
.footright a {
	/*color: #ff6600;*/
	color: #999999;	
}
.footright a:hover {
	color: #ff6600;
}

/* Container for homepage body */
div.gridparent {
	/* Set the margins asi so that the browser can center the grid */	
	margin-left: auto;
	margin-right: auto;
}


/* Container for gridbox divs */
div.grid {

	width: 550px;
	padding: 0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}

/* Container for Image-Rollover Links */
div.gridbox {
	width: 180px;
	height: 185px;
	float: left;
	border: 1px solid #99CCCC;
	margin: 0px;
	padding: 0px;
	text-align: center;
	cursor: pointer;
}

/* Image-Rollover Links for Homepage */
a.box1{
	display: block;
	width: 180px;
	height: 185px;
	color: #FFFFFF;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('images/rough_magic_off.jpg');	
}
a.box1:hover {
	background-image: none;
	color: #ff6600;
	cursor: pointer;
}
div.bg1 {
	background-image: url('images/rough_magic_on.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	border-top: none;
	border-left: none;
}

a.box2{
	display: block;
	width: 180px;
	height: 185px;
	text-decoration: none;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('images/pigeon_off.jpg');	
}
a.box2:hover {
	background-image: none;
	color: #ff6600;
}
div.bg2 {
	background-image: url('images/pigeon_on.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	border-top: none;
}
a.box3{
	display: block;
	width: 180px;
	height: 185px;
	color: #FFFFFF;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('images/waterform_off.jpg');	
}
a.box3:hover {
	background-image: none;
	color: #ff6600;
}
div.bg3 {
	background-image: url('images/waterform_on.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	border-top: none;
	border-right: none;
}
a.box4{
	display: block;
	width: 180px;
	height: 185px;
	color: #FFFFFF;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('images/bushwix_off.jpg');	
}
a.box4:hover {
	background-image: none;
	color: #ff6600;
}
div.bg4 {
	background-image: url('images/bushwix_on.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	border-bottom: none;
	border-left: none;
}
a.box5{
	display: block;
	width: 180px;
	height: 185px;
	color: #FFFFFF;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('images/captives_off.jpg');	
}
a.box5:hover {
	background-image: none;
	color: #ff6600;
}
div.bg5 {
	background-image: url('images/captives_on.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	border-bottom: none;
}
a.box6{
	display: block;
	width: 180px;
	height: 185px;
	color: #FFFFFF;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('images/thesis_show_off.jpg');;	
}
a.box6:hover {
	background-image: none;
	color: #ff6600;
}
div.bg6 {
	background-image: url('images/thesis_show_on.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	border-bottom: none;
	border-right: none;
}
