/*
	Author Name	: Roger Wong
	Author Site	: http://www.lunarboy.com/
	Style Name	: Coronado High School 1989
	Style URI	: 
	Version		: 1.0
	Comments	: K2 style for CHS reunion site
*/

#page {
	/* The entire design is contained within the 'page' id */
	}
	
#header {
	/* Contains the H1 and menu */
	}
	
#primary {
	/* Contains the main column */
	}

.hentry {
	/* Each entry is contained within the 'hentry' class */
	}

.entry-content {
	/* The meat and potatoes of every entry */
	}

#sidebar-1 {
	/* The first sidebar */
	}

#sidebar-2 {
	/* The second sidebar */
	}

.secondary {
	/* Contains both sidebars */
	}

/*- Typography */

body,
strong, em, b, i,
h1, h2, h3, h4, h5, h6 {
    font-family: Georgia, "Times New Roman", Times, serif;
	}

.entry-meta {
	font-family: Calibri, "Lucida Grande", "Trebuchet MS", sans-serif;
	text-transform: uppercase;
	letter-spacing: .06em;
}

/*- Page Structure */

html {
	background: url('/wp-content/themes/k2/styles/chs/bg_pattern.gif') repeat 50% 0;
}

body {
	background: transparent url(/wp-content/themes/k2/styles/chs/bg_shadow.png) repeat-y 50%;
	z-index: 5;
}

#header {
	height: 300px;
	background-color: #006600;
}

#page {
	border-style: none;
	padding-top: 0;
}

.secondary {
	width: 200px;
	float: left;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #666;
	position: relative;
	padding: 0 10px;
	overflow: hidden;
	}

/*- Main Menu in Header */

ul.menu {
	font-family: Calibri, "Lucida Grande", "Trebuchet MS", sans-serif;
	text-transform: uppercase;
	letter-spacing: .06em;
	font-weight: bold;
}

ul.menu li a:hover {
	background: #006600;
	}

/*- Headings */

h2 { /* H2 is what kind of page you are on. Eg. 'Monthly Archive'. */
	text-align: left;
	font-size: 2.5em;
	font-weight: normal;
	font-style: normal;
	letter-spacing: -1px;
}

h3, h4, .single .k2-asides h3 { /* H3 is entry headlines. H4 is comments and replyform headlines */
	font-size: 3em;
	}

/*- Primary Contents */

.main-image {
	width: 500px;
	margin-bottom: 10px;
	background: transparent url(/wp-content/themes/k2/styles/chs/big-frame-top.gif) no-repeat top left;
	padding-top: 12px;
}

.main-image img {
	background: transparent url(/wp-content/themes/k2/styles/chs/big-frame-bottom.gif) no-repeat bottom left;
	padding-left: 14px;
	padding-right: 14px;
	padding-bottom: 16px;
}

.hentry {
	border-bottom: 2px solid #006600;
	}

.entry-content {
	font-size: 1.4em;
	line-height: 1.8em;
	text-align: left;
	color: #444;
}

span#originalname {
	font-size: .7em;
	font-style: italic;
	font-weight: normal;
	margin-top: 5px;
	letter-spacing: 0;
}

#nowphoto, 
#thenphoto {
	width: 240px;
	margin: 0 10px 20px 0;
	padding: 0;
	float: left;
	overflow: hidden;
}

#nowphoto {
	margin: 0 0 20px 10px;
}

.secondary .textwidget {
	margin: 5px 0 0;
	}

/*- Links */

#primary a:hover, #primary a:visited:hover,
.secondary a:hover, .secondary a:visited:hover {
	color: #00ab00;
}

h2 a:hover, h2 span a:hover {
	color: #006600 !important;
	}

a {
	color: #006600;
	}

.entry-content a:visited {
	color: #006600;
	}

#footer {
	padding: 20px;
	text-align: left;
	width: 910px;
	background-color: #006600;
	color: white;
}

#footer a {
	color: white;
}

#footer a:hover {
	color: yellow;
}

/*- Search Form and Livesearch */

#searchform {
	display: block;
	position: relative;
	height: 20px;
	}

#search h4 {
	display: block;
	}


/*- Rolling Archives */

#dynamic-content { /* Make room for the rolling archives */
	padding-top: 0px;
	}

/*- Various Tags and Classes */

#primary hr {
	border-bottom: 2px solid #006600;
	display: block;
	/*clear: both;*/
}

/* @group CHS */

.chs-caption {
	font-size: 10px;
}



/* @end */
