/*
Theme Name: JDSU FCOE Theme
Theme URI: http://www.jdsu-fcoe-blog.com
Description: Theme for www.jdsu-fcoe-blog.com
Version: Development
Author: Shannon Hubbell
Author URI: http://www.viewstream.com
*/

/*START RESET*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        font-size: 100%;
        vertical-align: baseline;
        background: transparent;
}
body {
        line-height: 1;
}
ol, ul {
        list-style: none;
}
blockquote, q {
        quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
        content: '';
        content: none;
}

/* remember to define focus styles! */
:focus {
        outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
        text-decoration: none;
}
del {
        text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
        border-collapse: collapse;
        border-spacing: 0;
}

/*END RESET*/

/*CLEARFIX*/

.clearfix:after {
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}

body {
	background: #f2f2f2 url(images/body-bkgd.gif) repeat-x;
	font-size:16px;
}

#binding {
	width:758px;
	margin:0 auto;
}

#top-bar {
	height:96px;
	background:url(images/top-bar.gif) no-repeat bottom;
}

img#top-logo {
	margin: 24px 0px 0px 43px;
}

#content {
	padding: 0px 7px 13px 7px;
	background:url(images/content-bkgd.gif) repeat-y;
}

#content-bottom {
	height:20px;
	background:url(images/content-bkgd-bottom.gif);
	margin-bottom:25px;
	line-height:20px;
}


#posts {
	width:552px;
	float:left;
	padding:0;
	font-family: Calibri, Geneva, Verdana, sans-serif;
	margin:0;
}

#posts .navigation {
	margin:20px 0px;
}

#posts .navigation a {
	font-size:1.3em;
	color:#0F287A;
	text-decoration:none;
	font-weight:bold;	text-decoration:none;
}

#posts .navigation .alignleft a {
	float:left;
	margin-left: 40px;
}

#posts .navigation .alignright a {
	float:right;
	margin-right: 40px;
}



h1#blogheader a {
	display:block;
	width:552px;
	height:132px;
	line-height:300px;
	text-indent:1000px;
	overflow:hidden;
	background:url(images/blog-header.jpg);
	margin-bottom:17px;
}

.post {
	margin:15px 40px 0px 40px;
	border-top:1px solid #e0e0e0;
	padding-top:15px;
}

.post a {
	color:#0F287A;
	text-decoration:none;
	font-weight:bold;
}

.first-post {
	margin-top:23px;
	border-top:none;
	padding-top:0;
}

.post .post-date {
	font-size:1em;
	font-weight:bold;
	color:#666666;
	padding-bottom:10px;
}

.post h2.post-title {
	font-size:1.5em;
	color:#0F287A;
}

.post h2.post-title a {
	font-size:1.5em;
	text-decoration:none;
}

.post .comment-link {
	margin: 7px 0px;
}

.post .post-copy {
	line-height:131%;
}

.post .post-copy p,
.post .post-copy ul,
.post .post-copy ol {
	margin: 15px 0px;
}

.post .post-copy ul {
	list-style:disc;
	margin-left: 30px;
}

.post .post-copy ol {
	list-style:decimal;
	margin-left: 30px;
}

.post .post-copy blockquote {
	padding:15px;
	background:#CCC;
	margin:0;
}

.post .post-copy em,
.post .post-copy i {
	font-style:italic;
}

.post .post-copy strong,
.post .post-copy b {
	font-weight:bold;
}

.post .post-meta {
	margin-top:12px;
	border-top:1px solid #e0e0e0;
	padding-top:15px;
	text-align:right;
	font-size:.8em;
	color:#666;
	line-height:164%;
}

#sidebar {
	width:192px;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:10px;
}

#sidebar ul#pages-list li a {
	display:block;
	padding: 12px 28px;
	text-transform:uppercase;
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
	font-size:.9em;
	border-bottom:1px solid #bcbcbc;
	background:url(images/page-list-bullet.gif) no-repeat 16px;
}

#sidebar ul#pages-list li a:hover {
	text-decoration:underline;
}

#sidebar form#sitesearch {
	padding:14px 0px 9px 14px;
}

#sidebar form#sitesearch legend {
	color:white;
	font-size:.75em;
	font-weight:bold;
	margin-bottom:7px;
}

#sidebar form#sitesearch input#search {
	width:108px;
	height:12px;
	font-size:.7em;
	padding:5px;
	border:1px solid #737373;
	float:left;
}

#sidebar form#sitesearch input#go {
	margin-top:-4px;
}


#sidebar .list-block {
	border-top:1px solid #bcbcbc;
	padding:14px 13px 9px 14px;
	font-size:.8em;
}

#sidebar .list-block h2 {
	color:white;
	font-weight:bold;
	margin-bottom:7px;
}

#sidebar .list-block ul li {
	padding:2px 0px 2px 23px;
	background: url(images/sidebar-list-bullet.gif) no-repeat 15px;
}

#sidebar .list-block ul li a {
	color:#0F287A;
	text-decoration:none;
}

#sidebar .list-block ul li a:hover {
	text-decoration:underline;
}

h2.pagetitle {
	font-size:1.5em;
	margin-left:40px;
	font-family: Calibri, Geneva, Verdana, sans-serif;
}


#commentsection {
	margin:15px 40px 0px 40px;
	font-family: Calibri, Geneva, Verdana, sans-serif;
	border-top:1px solid #e0e0e0;
	padding:15px 0px;
	font-size:.9em;
}

#commentsection h3 {
	font-size:1.5em;
}

ul.commentlist li {
	padding:20px 10px;
}

ul.commentlist li.even {
	background:#CCC;
	border:1px solid #999;
}

ul.commentlist li.non-apprv {
	background: #FFF;
	margin:10px 0px;
	border:1px dashed #333;
	color:#999;
}

ul.commentlist li em.apprv-msg {
	font-weight:bold;
	color:#333;
	display:block;
	padding-bottom:5px;
}

ul.commentlist li .author,
ul.commentlist li .commentmetadata {
	float: right;
	clear:both;
	font-size:.8em;
	line-height:125%;
}

ul.commentlist li .author {
	font-weight:bold;
}

ul.commentlist li .author a {
	color:#0F287A;
	text-decoration:none;
}

ul.commentlist li .author a:hover {
	text-decoration:underline;
}


ul.commentlist li .commentmetadata a {
	color:#666;
	text-decoration:none;
	text-transform:lowercase;
}

ul.commentlist li .commentmetadata a:hover {
	text-decoration:underline;
}

ul.commentlist li p {
	line-height:130%;
	margin: 15px 0px;
}




form#commentform {
	padding:20px 10px;
}

form#commentform input,
form#commentform textarea {
	margin: 5px 0px;
	border:1px solid #666;
}

form#commentform input#submit:hover {
	background:#CCC;
}

form#commentform input#submit:active {
	background:#999;
}



.post table#events td {
	padding:5px;
}