/**************************************************
*
*
Global Styles
**************************************************/

* { outline: none; margin: 0; padding: 0; }

body {
	background: #fff url(images/body-bkgd.gif) repeat-x;
	font: normal 11pt helvetica, arial, sans-serif;
	color: #252525;
}

.img-cover {
	position: relative;
	overflow: hidden;
}

.img-cover span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

a:link, a:visited {
	/*color: #2a7fff;*/
	color: #00a5d9;
	background: #fff;
}

a:hover {
	color: #00f; background: #fff;
}



/**************************************************
Typograffiti
**************************************************/

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	line-height: 120%;
}

h1 {
	font-size: 18pt;
	color: #00a5d9;
	background: #fff;
	margin: 0 0 .5em;
}

h2 {
	font: italic bold 14pt georgia, garamond, "Times New Roman", serif;
	color: #fdb913;
	background: #fff;
	margin: 1.5em 0 1em;
}

h3 {
	font-size: 11pt;
	color: #00a5d9;
	background: #fff;
	margin: 0 0 .5em;
}

h1.alphabet-title { text-transform: uppercase; }
h1.category-title { text-transform: capitalize; }

#alpha-bar h2 {
	display: inline;
	font: bold 10.5pt helvetica, arial, sans-serif;
	color: #707070;
	background: #f5f5f5;
	margin-right: 20px;
}

#sidebar h2 {
	font: bold 13pt helvetica, arial, sans-serif;
	color: #464646;
	background: #fff;
	margin: 1em 0 .5em 0;
}

p {
	line-height: 120%;
	margin: 0 0 1em 0;
}




/**************************************************
*
*
Main Container
**************************************************/

#page {
	margin: 0 auto;
	width: 900px;
}

.narrowcolumn {
	float: left;
	border-left: 1px solid #ebebeb;
	margin: 0 0 20px 0;
	padding: 0 0 0 15px;
	width: 450px;
	min-height: 300px;
}

.content {
	padding: 2px;
	background: #fff;
}


/**************************************************
Header
**************************************************/

#header {
	margin: 2.5em 0 .75em 0;
	padding: 0 0 0 2em;
	width: 900px;
}

#logo, #logo span {
	width: 139px; 
	height: 46px;
}

#logo span {
	background: url(images/logo.png) top left no-repeat;
}



/**************************************************
Navigation
**************************************************/

#navi {
	background: url(images/navi-bkgd.gif) no-repeat;
	width: 900px;
	height: 30px;
}

#navi ul {
	list-style: none;
}

#navi ul li {
	float: left;
	font-size: 12pt;
	line-height: 30px;
	margin: 0 1em;
}

#navi ul li.there {
	color: #f7941d;
	background: #151515;
	padding: 0 1em;
}

#navi ul li.signin-nav {
	float: right;
	text-transform: uppercase;
	font-size: 10pt;
}

#navi ul li a:link, #navi ul li a:visited {
	color: #fff;
	background: #151515;
	text-decoration: none;
	padding: 0 1em;
}

#navi ul li a:hover {
	color: #2a7fff;
	background: #151515;
}


/*
	Alphabet Bar
**************************************************/

#alpha-bar {
	line-height: 24px;
	background: #f5f5f5;
	border-bottom: 2px solid #d7d7d8;
	padding: 0 20px;
}

#alpha-bar p {
	display: inline;
	word-spacing: .75em;
}

#alpha-bar p a {
	text-decoration: none;
	background: #f5f5f5;
}

#alpha-bar p a.there {
	font-weight: bold;
	color: #fdb913;
	background: #fff;
	padding: 1px 5px;
}




/**************************************************
Footer
**************************************************/

#footer {
	clear: both;
	font-size: 10pt;
	color: #fff;
	background: #373737;
	border-top: 4px solid #7fd2ec;
	padding: 10px 15px 5px;
	height: 15px;
}

#footer span { float: left; }
#footer ul { float: right; list-style: none; }
#footer ul li { float: left; margin: 0 20px; }

#footer a:link, #footer a:visited {
	text-decoration: none;
	background: none;
}

#footer a:hover { color: #fff; background: #373737; }




/**************************************************
Content
**************************************************/

#content-container {
	clear: both;
	margin: 20px 0 0 0;
}

.post {
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 634px;
	min-height: 300px;
}

#sidebar {
	float: right;
	margin: 10 10px 0 0;
	background: #F4F4F4;
	width: 210px;
	height: 100%;
}

.lowercontainer {
	margin: 0px auto;
	width: 900px;
}


/* left column */
.leftcol {
	width: 670px;
	float: left;
	overflow:hidden;
}

.rightcol {
	width: 230px;
	background: #F4F4F4;
	height: 100%;
	float: right;
	padding-bottom: 18px;
	padding-top:12px;
	border-bottom: 10px #f1f1f1 solid;
}

span.search-query { font-style: italic; }

span.category-label {
	display: block;
	font-size: 11pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #959595;
	margin-top: -5px;
}

p.definition {
	border-left: 6px solid #fff8e7;
	padding-left: 15px;
}


/*
	Sidebar
**************************************************/

ul#category-list {
	list-style: none;
}

ul#category-list li {
	text-transform: uppercase;
	line-height: 21px;
	border-bottom: 1px solid #ececec;
	margin-bottom: 3px;
}

ul#category-list li a {
	display: block;
	text-decoration: none;
	text-indent: 15px;
}

ul#category-list li a:hover {
	background: #fff4e7;
}

ul#category-list li.there a {
	font-weight: bold;
	color: #f8941d;
	background: #fff4e7;
}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}
	
.widecolumn .entry p {
	font-size: 1.05em;
	}

.widecolumn {
	line-height: 1.6em;
	}


.widecolumn .post {
	margin: 0;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}



/*
	Categories Content
**************************************************/

table#listing-table { width: 100%; }

table#listing-table th, table#listing-table td {
	text-align: left;
	vertical-align: top;
	padding: 5px;
}

table.category-table th.term-col { width: 220px; }
table#listing-table th h2 { margin: 0; }
table#listing-table tr.odd { background: #fff4e7; }
table#listing-table a { background: transparent; }
table#listing-table a.more-link { font-variant: small-caps; }



/*
	Homepage Content
**************************************************/

#term-of-day {
	border: 10px solid #f1f1f1;
	padding: 0 10px;
}

#term-of-day h2 {
	margin: 10px 0 5px;
	padding-bottom: 3px;
	border-bottom: 3px double #efefef;
}

#term-of-day h2 small {
	color: #aaa;
}

p.definition small {
	font-style: italic;
}

/* Begin Images */
p img {
	padding: 5;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

/* Blog Tables */

/* ------------------
 styling for the tables 
   ------------------   */


body
{
	line-height: 1.6em;
}

#hor-minimalist-a
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	background: #fff;
	margin: 45px;
	width: 480px;
	border-collapse: collapse;
	text-align: left;
}
#hor-minimalist-a th
{
	font-size: 14px;
	font-weight: normal;
	color: #039;
	padding: 10px 8px;
	border-bottom: 2px solid #6678b1;
}
#hor-minimalist-a td
{
	color: #669;
	padding: 9px 8px 0px 8px;
}
#hor-minimalist-a tbody tr:hover td
{
	color: #009;
}


#hor-minimalist-b
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	background: #fff;
	margin: 5px;
	width: 100%;
	border-collapse: collapse;
	text-align: left;
}
#hor-minimalist-b th
{
	font-size: 14px;
	font-weight: normal;
	color: #039;
	padding: 10px 8px;
	border-bottom: 2px solid #6678b1;
}
#hor-minimalist-b td
{
	border-bottom: 1px solid #ccc;
	color: #669;
	padding: 6px 8px;
}
#hor-minimalist-b tbody tr:hover td
{
	color: #009;
}


#ver-minimalist
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
}
#ver-minimalist th
{
	padding: 8px 2px;
	font-weight: normal;
	font-size: 14px;
	border-bottom: 2px solid #6678b1;
	border-right: 30px solid #fff;
	border-left: 30px solid #fff;
	color: #039;
}
#ver-minimalist td
{
	padding: 12px 2px 0px 2px;
	border-right: 30px solid #fff;
	border-left: 30px solid #fff;
	color: #669;
}


#box-table-a
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
}
#box-table-a th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #b9c9fe;
	border-top: 4px solid #aabcfe;
	border-bottom: 1px solid #fff;
	color: #039;
}
#box-table-a td
{
	padding: 8px;
	background: #e8edff; 
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid transparent;
}
#box-table-a tr:hover td
{
	background: #d0dafd;
	color: #339;
}


#box-table-b
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: center;
	border-collapse: collapse;
	border-top: 7px solid #9baff1;
	border-bottom: 7px solid #9baff1;
}
#box-table-b th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #e8edff;
	border-right: 1px solid #9baff1;
	border-left: 1px solid #9baff1;
	color: #039;
}
#box-table-b td
{
	padding: 8px;
	background: #e8edff; 
	border-right: 1px solid #aabcfe;
	border-left: 1px solid #aabcfe;
	color: #669;
}


#hor-zebra
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
}
#hor-zebra th
{
	font-size: 14px;
	font-weight: normal;
	padding: 10px 8px;
	color: #039;
}
#hor-zebra td
{
	padding: 8px;
	color: #669;
}
#hor-zebra .odd
{
	background: #e8edff; 
}


#ver-zebra
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
}
#ver-zebra th
{
	font-size: 14px;
	font-weight: normal;
	padding: 12px 15px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	color: #039;
}
#ver-zebra td
{
	padding: 8px 15px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	color: #669;
}
.vzebra-odd
{
	background: #eff2ff;
}
.vzebra-even
{
	background: #e8edff;
}
#ver-zebra #vzebra-adventure, #ver-zebra #vzebra-children
{
	background: #d0dafd;
	border-bottom: 1px solid #c8d4fd;
}
#ver-zebra #vzebra-comedy, #ver-zebra #vzebra-action
{
	background: #dce4ff;
	border-bottom: 1px solid #d6dfff;
}


#one-column-emphasis
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
}
#one-column-emphasis th
{
	font-size: 14px;
	font-weight: normal;
	padding: 12px 15px;
	color: #039;
}
#one-column-emphasis td
{
	padding: 10px 15px;
	color: #669;
	border-top: 1px solid #e8edff;
}
.oce-first
{
	background: #d0dafd;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
}
#one-column-emphasis tr:hover td
{
	color: #339;
	background: #eff2ff;
}


#newspaper-a
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #69c;
}
#newspaper-a th
{
	padding: 12px 17px 12px 17px;
	font-weight: normal;
	font-size: 14px;
	color: #039;
	border-bottom: 1px dashed #69c;
}
#newspaper-a td
{
	padding: 7px 17px 7px 17px;
	color: #669;
}
#newspaper-a tbody tr:hover td
{
	color: #339;
	background: #d0dafd;
}


#newspaper-b
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #69c;
}
#newspaper-b th
{
	padding: 15px 10px 10px 10px;
	font-weight: normal;
	font-size: 14px;
	color: #039;
}
#newspaper-b tbody
{
	background: #e8edff;
}
#newspaper-b td
{
	padding: 10px;
	color: #669;
	border-top: 1px dashed #fff;
}
#newspaper-b tbody tr:hover td
{
	color: #339;
	background: #d0dafd;
}


#newspaper-c
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #6cf;
}
#newspaper-c th
{
	padding: 20px;
	font-weight: normal;
	font-size: 13px;
	color: #039;
	text-transform: uppercase;
	border-right: 1px solid #0865c2;
	border-top: 1px solid #0865c2;
	border-left: 1px solid #0865c2;
	border-bottom: 1px solid #fff;
}
#newspaper-c td
{
	padding: 10px 20px;
	color: #669;
	border-right: 1px dashed #6cf;
}


#rounded-corner
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
}
#rounded-corner thead th.rounded-company
{
	background: #b9c9fe url('table-images/left.png') left -1px no-repeat;
}
#rounded-corner thead th.rounded-q4
{
	background: #b9c9fe url('table-images/right.png') right -1px no-repeat;
}
#rounded-corner th
{
	padding: 8px;
	font-weight: normal;
	font-size: 13px;
	color: #039;
	background: #b9c9fe;
}
#rounded-corner td
{
	padding: 8px;
	background: #e8edff;
	border-top: 1px solid #fff;
	color: #669;
}
#rounded-corner tfoot td.rounded-foot-left
{
	background: #e8edff url('table-images/botleft.png') left bottom no-repeat;
}
#rounded-corner tfoot td.rounded-foot-right
{
	background: #e8edff url('table-images/botright.png') right bottom no-repeat;
}
#rounded-corner tbody tr:hover td
{
	background: #d0dafd;
}


#background-image
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
	background: url('table-images/blurry.jpg') 330px 59px no-repeat;
}
#background-image th
{
	padding: 12px;
	font-weight: normal;
	font-size: 14px;
	color: #339;
}
#background-image td
{
	padding: 9px 12px;
	color: #669;
	border-top: 1px solid #fff;
}
#background-image tfoot td
{
	font-size: 11px;
}
#background-image tbody td
{
	background: url('table-images/back.png');
}
* html #background-image tbody td
{
	/* 
	   ----------------------------
		PUT THIS ON IE6 ONLY STYLE 
		AS THE RULE INVALIDATES
		YOUR STYLESHEET
	   ----------------------------
	*/
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='table-images/back.png',sizingMethod='crop');
	background: none;
}	
#background-image tbody tr:hover td
{
	color: #339;
	background: none;
}


#gradient-style
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 5px;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}
#gradient-style th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #b9c9fe url('table-images/gradhead.png') repeat-x;
	border-top: 2px solid #d3ddff;
	border-bottom: 1px solid #fff;
	color: #039;
}
#gradient-style td
{
	padding: 8px; 
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid #fff;
	background: #e8edff url('table-images/gradback.png') repeat-x;
}
#gradient-style tfoot tr td
{
	background: #e8edff;
	font-size: 12px;
	color: #99c;
}
#gradient-style tbody tr:hover td
{
	background: #d0dafd url('table-images/gradhover.png') repeat-x;
	color: #339;
}


#pattern-style-a
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
	background: url('table-images/pattern.png');
}
#pattern-style-a thead tr
{
	background: url('table-images/pattern-head.png');
}
#pattern-style-a th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	border-bottom: 1px solid #fff;
	color: #039;
}
#pattern-style-a td
{
	padding: 8px; 
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid transparent;
}
#pattern-style-a tbody tr:hover td
{
	color: #339;
	background: #fff;
}


#pattern-style-b
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
	background: url('table-images/patternb.png');
}
#pattern-style-b thead tr
{
	background: url('table-images/patternb-head.png');
}
#pattern-style-b th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	border-bottom: 1px solid #fff;
	color: #039;
}
#pattern-style-b td
{
	padding: 8px; 
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid transparent;
}
#pattern-style-b tbody tr:hover td
{
	color: #339;
	background: #cdcdee;
}

p#resource-links {
	margin: 2.5em 0 1em;
}

p#resource-links a {
	background: #333333;
	border: 2px solid #e6e6e6;
	margin-right: 30px;
	padding: 10px;
}