/*		GayleKirk.com */


/*//	=GLOBAL */

html,body {
	background: url(../images/topbg2.png) top repeat-x #F7FFFF;
	background-attachment: fixed;
	color: #222;
	font: 12px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 0;
	}

/* Links and paragraphs */
a {
	color: #166090;
	text-decoration: none;
	outline: 0;
	font-weight: bold;
	text-decoration: underline;
	}
a:hover {
	color: #286ea0;
	text-decoration: underline;
	}
a:visited { 
	color: darkred; 
	}
a img {
	border:0;
	}

p {
	margin: 0 0 16px;
	text-align: justify;
	}

/* shims */
#clear { clear: left; }
.clear { clear: left; }
strong { font-weight: bold; }
.nomargin { margin: 0; }
.notbold { font-weight: normal !important; }


/*//	=NAVIGATION */

#nav {
	z-index: 1;
	position: relative;
	height: 36px;
	background-color: #5E8CE9;
	}
#nav ul {
	margin: 0;
	padding: 0;
	}
#nav li {
	list-style: none;
	float: left; 
	background-color: #42C0FB;
	}
/* Main menu items */
#nav li a {
	display: block;
	padding: 10px 11px;
	color: #fff;
	background-color: #5e8ce9;
	text-decoration: none;
	font-weight: bold;
	text-shadow: #333 0 1px 1px;
	}
#nav li ul {
	z-index: 1;
	display: none; 
	width: 15em; /* Width to help Opera out */
	}
#nav li:hover ul, 
#nav li.hover ul {
	 display: block;
	 position: absolute;
	 margin: 0;
	 padding: 0;
	 border-top: 1px solid #000;
	}
#nav li:hover li, 
#nav li.hover li {
	 float: none; 
	}

#nav li a:hover, #nav li a.selected {
	text-decoration: none;
	background: #82CFFD;
	}

/* Submenu item - Not selected */
#nav li:hover li a, 
#nav li.hover li a {
	}
/* Submenu item - Selected */
#nav li li a:hover {
	 background-color: #82CFFD;
	 text-decoration: none;
	 /*background-color: #8db3ff;*/
	}



/*//	=BANNER */

#banner {
	background:url(../images/banner.jpg) no-repeat bottom left #fff;
	background-size: 100%;
	color:#505050;
	position: relative;
	width:900px;
	height:300px;
	}
#banner h1 {
	margin: 0;
	padding: 0;
	font-size: 26px;
	}
#banner h1 a,
#banner h1 a:hover {
	display: block;
	text-indent: -999em;
	font-weight:400;
	padding:0;
	}
#banner p {
	font-size:1.1em;
	letter-spacing:-1px;
	margin:0 0 20px 5px;
	padding:0 0 0 3px;
	}



/*//	=CONTENT */

#wrapper {
	width: 900px;
	margin: 0 auto;
	padding: 0 1px;
	background-color: #fff;
	border-left: 1px solid #6591C6;
	border-right: 1px solid #6591C6;
	color: #303030;
	}
#content {
	clear: both;
	overflow: hidden;
	line-height: 1.5em;
	}
#main {
	clear: left;
	float: left;
	margin: 0 20px;
	width: 615px;
	}

#main fieldset {
	border: 2px solid #e0e0e0;
	background: #f0f0f0;
	margin: 16px auto 16px;
	padding: 8px;
	width: 380px;
	}

#main textarea, #main input {
	overflow: auto;
	width: 200px;
	margin: 2px;
	}

div.row {
	width: 380px;
	}

div.row span.formlabel {
	float: left;
	width: 150px;
	text-align: left;
	}

div.row span.forminput {
	width: 180px;
	text-align: right;
	}

.submit {
	font-family: verdana, arial, sans-serif;
	font-size: 100%;
	text-align: center; 
	border: 1px solid #707070;
	cursor: pointer;
	}

h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-family: "Helvetica Neue", Helvetica, sans-serif;	
	}
#content h2 {
	font-size: 20px;
	line-height: 24px;
	margin: 12px 0 14px;
	text-align: center;
	}
#content h3,
#content h4 {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	margin: 10px 0 8px;
	padding: 0;
	}
#content h3.byline {
	margin: 0 0 25px;
	text-align: center;
}
#content h4 {
	text-transform: uppercase;
	}

#content img {
	background: #ccc;
	border: 4px solid #f0f0f0;
	color: #303030;
	padding: 1px;
	}

#content ul,
#content ol {
	list-style-image: url('images/bullet-blue.gif');
	margin:0 0 16px 20px;
	padding:0;
	}

#main li {
	margin:0 0 2px 10px;
	padding:0 0 0 4px;
	}


/* columns */
.columns {
	clear: both;
	margin: 0 20px;
	padding: 10px 0;
	}
.column {
	float: left;
	width: 420px;
	}
.column-left {
	margin-right: 20px;
}


/* Emphasized Text */
.emph {
	font-size: 1em;
	font-weight: bold;
	}

.emphu {
	font-size: 1em;
	font-weight: bold;
	text-decoration: underline;
	}


hr {
	width: 100%;
	color: #5e8ce9;
	height: 2px;
	align:center;
	border: 0; 
	background-color: #5e8ce9; 
	}

.short {
	color: #5e8ce9; 
	height: 1px; 
	width: 55%; 
	align: center; 
	border: 0; 
	background-color: #5e8ce9; 
	}

/* Quotes */
/* 	blue: AFEEEE
		yellow: FFFFCC
		peach: FFDAB9
*/
blockquote {
	margin: 20px 0;
	padding: 9px 15px;
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	font: 13px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: lighter;
	line-height: 18px;
	color: #000;
	text-align: justify;
	}
blockquote.blue {
	background: url(../images/blockquote-bg_blue.gif) repeat-y 0 0;
	}
blockquote.yellow {
	background: url(../images/blockquote-bg_yellow.gif) repeat-y 0 0;
	}
blockquote.peach {
	background: url(../images/blockquote-bg_peach.gif) repeat-y 0 0;
	}
blockquote.pink {
	background: url(../images/blockquote-bg_pink.gif) repeat-y 0 0;
	}
blockquote.gray {
	background: url(../images/blockquote-bg_gray.gif) repeat-y 0 0;
	}
blockquote.nolines {
	border: 0;
}

/* Poem Formatting */
#poem {
	background: url(../images/flower-borders-1.jpg) no-repeat 0 0;
	color: #505050;
	margin: 16px;
	height: 755px;
	padding: 40px 7px 7px 25px;
	outline:none;
	}
#poem p {
	font-size: 12px;
	line-height: 175%;
	position:relative;
	left:130px;
	top:90px;	
	}

/* Tables and forms */
/*table {
border:1px solid #d8d8d8;
border-collapse:collapse;
line-height:1.3em;
width:95%;
margin:0 0 16px;
padding:0;
	} */

caption {
	font-size: 1.5em;
	font-weight: 400;
	margin: 0;
	padding: 6px 0 8px;
	text-align: left;
	}

th {
	background: url(../images/menubg2.gif) repeat-x bottom left #eaeaea;
	color: #505050;
	padding: 7px;
	text-align: left;
	}
/*td {
background:url(../images/menubg.gif) repeat-x bottom left #f4f4f4;
color:#303030;
font-size:0.9em;
padding:7px;
text-align:left;
	}*/

form, fieldset, table {
	background: transparent;
	border: none;
	margin: 0;
	padding: 0;
	text-align: left;
	}

input,textarea {
	border:1px solid #ccc;
	font-family: Helvetica,Arial,Sans-Serif;
	font-size: 12px;
	margin: 4px 0;
	padding: 6px;
	font-weight: bold;
	}

label {
	margin: 2px;
	}

textarea {
	width: 400px;
	}

/* Search box */
#searchbox label, .hide {
	display: none;
	}

#searchbox {
	margin: 6px 0 16px;
	padding: 0;
	}

#searchform {
	background:#fff;
	border:1px solid #ccc;
	color:#505050;
	font-size:0.9em;
	padding:4px;
	width:116px;
	}

/* Various classes */
.announce h2 {
	margin:0 0 10px;
	padding:0;
	}
.dblue {
	color: #166090;
	}
.textright {
	margin:-10px 0 4px;
	text-align:right;
	}
.center {
	text-align:center;
	}
.small {
	font-size:0.8em;
	}
.large {
	font-size:1.3em;
	}
.highlighted {
	background:#f0f0f0;
	border:1px solid #b0b0b0;
	color:#303030;
	padding:3px;
	}

.button {
	background:url(../images/menubg2.gif) repeat-x bottom left #f4f4f4;
	border-bottom:1px solid #d8d8d8;
	border-left:4px solid #ccc;
	border-right:1px solid #d8d8d8;
	border-top:1px solid #d8d8d8;
	color:#505050;
	font-weight:700;
	margin:0 0 15px;
	padding:7px 7px 7px 11px;
	width:120px;
	}

.left {
	float:left;
	margin: 0 10px 5px 0;
	}

.right {
	float:right;
	margin: 0px 0 5px 10px;
	}

img.center {
	display: block;
	text-align: center;
	margin: 0 auto 8px;
	}
	
	
	
/*//	=SIDEBAR */

#sidebar {
	width: 200px;
	height: 100%;
	float: right;
	margin: 0 0 20px;
	padding: 15px 20px 20px 20px;
	border-left: 1px solid #e5e5e5;
	}
#sidebar h2,
#sidebar h3 {
	font-size: 18px;
	margin: 0 0 6px;
	padding-bottom: 4px;
	border-bottom: 1px solid #e0e0e0;
	}

	
/* boxes */
.box {
	margin-bottom: 30px;
	}
#sidebar ul {
	margin: 0;
	padding: 0;
	border-top: 2px solid #e0e0e0;
	display: block;
	}
#sidebar li {
	list-style:none;
	background: #f0f0f0;
	}
#sidebar li a {
	display: block;
	padding: 2px 0 2px 8px;
	border-right: 2px solid #e0e0e0;
	border-bottom: 2px solid #e0e0e0;
	border-left: 2px solid #e0e0e0;
	}

#sidebar li a:hover, #sidebar li a.selected {
	text-decoration: none;
	background: #fff;
	border-bottom: 2px solid #c0c0c0;
	border-right: 2px solid #c0c0c0;
	}

#sidebar li a.selected {
	border-left: 2px solid #fff;
	}

#sidebar .announce {
	background: #f4f4f4;
	border: 1px solid #d8d8d8;
	color: #505050;
	line-height: 1.3em;
	margin-top: 10px;
	padding: 0 5px 5px 10px;
	width: 182px;
	}

/* newsletter */
.box-newsletter label {
	font-weight: bold;
}

/* contact */
.box-contact p {
	font-weight: bold;
	font-size: 13px;
}


/*//	=PAGE SPECIFIC STYLES */

body#home #sidebar {
	margin-bottom: 0;
	}
	
	
/*//	=FOOTER */

#footer {
	clear: both;
	background: url(../images/black_0.gif) repeat-x;
	border-top: 1px solid #dadada;
	color: #fff;
	font-size: 11px;
	padding: 8px 0;
	}
#footer p {
	margin: 0px 20px;
	padding: 0;
	}
#footer a {
	background: inherit;
	color: #fff;
	font-weight: 400;
	text-decoration: underline;
	}
#footer a:hover {
	text-decoration: underline;
	}
