/* Title: master.css
 * Description: Master CSS file for tdupree.com
 * Author: Tim Dupree
 * Common Colors:
 *		Blue: #5194CA
 *		Yellow: #FACC41
 *		Green: #91D580
 *		Brown: #CEB9A2
 *		Dark Blue: #003366
 *		Light Gray: #F8F8F8
 */

/*********************************************************************
 * Common HTML Elements
 *********************************************************************/
html, body, p, a, ul, ol, li, h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;	
}
body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", sans-serif;	
	background-image: url(http://img1.cdn-tdupree.com/images/png/bg_bottom.png);
	background-repeat: repeat;
	background-position: left top;	
}
a img {
	border: none;	
}
a, a:focus, a:active, a:visited {
	outline: none;
}
.clear {
	float: none;
	clear: both;	
}
.red {
	color: #F00;	
}
.noBold {
	font-weight: normal;	
}
.subHeader {
	font-size: 18px;
	font-weight: normal;
	color: #333;
	width: 100%;
	height: 23px;
	padding: 2px;
	border-bottom: 1px dashed #CCC;	
	margin-bottom: 10px;
}
.subHeaderSmall {
	font-size: 12px !important;
	font-weight: normal;
	color: #999 !important;
	width: 100%;
	height: 12px;
	padding: 2px;
	border-bottom: 1px dashed #CCC;	
	margin-bottom: 10px;
	padding-top: 15px;
}
/*********************************************************************
 * Wrapper
 *********************************************************************/
#wrapper_bg {
	width: 100%;
	min-height: 820px;
	background-image: url(http://img1.cdn-tdupree.com/images/png/bg_top.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFF;
}
#wrapper {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
/*********************************************************************
 * Header
 *********************************************************************/
#header {
	width: 700px;
	padding-top: 60px;	
	padding-bottom: 1px;
	border-bottom: 1px solid #CCC;
	position: relative;
}
#headTitle h1 a{
	font-size: 25px;
	color: #555;
	text-shadow: #EEE 1px 1px 1px;
	letter-spacing: 2px;
	text-decoration: none;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
#headContact {
	position: absolute;
	width: 75px;
	height: 17px;
	right: 0px;
	bottom: -1px;
	text-align: center;
}
#headContact a {
	display: block;
	width: 100%;
	height: 17px;
	text-decoration: none;
	font-size: 12px;
	color: #666;
	text-shadow: #EEE 1px 1px 0px;
	background-image: url(http://img1.cdn-tdupree.com/images/png/mail_stripes_web.png);
	background-repeat: no-repeat;
	background-position: center -40px;;	
}
#headContact a:hover {
	color: #5194CA;
	background-image: url(http://img1.cdn-tdupree.com/images/png/mail_stripes_web.png);
	background-repeat: no-repeat;
	background-position: center bottom;	
}


/*********************************************************************
 * Main Content
 *********************************************************************/
#mainContent {
	position: relative;	
	padding-left: 140px;
}


/*********************************************************************
 * Menu
 *********************************************************************/
/*
 *		Blue: #5194CA
 *		Yellow: #FACC41
 *		Green: #91D580
 *		Brown: #CEB9A2
 *		Dark Blue: #003366
 *		Light Gray: #F8F8F8
 */
#leftCol {
	width: 165px;
	position: absolute;
	top: 13px;
	left: -55px;	
}
#mainMenu {
	list-style: none;
	float: right;
	padding-bottom: 1px;
}
.menuLI {
	float: right;
}
.menuA {
	display:block;
	color: #FFF;
	text-decoration: none;
	font-size: 18px;
	text-align: left;
	margin-bottom: 4px;
	padding-top: 3px;
	height: 25px;	
}
.menuText {
	width: 105px;
    float: right;
}
.menuUp {
	width: 105px;
	padding-left: 5px;
	margin-left: 55px;
}
.menuDown {
	width: 105px;
	padding-left: 60px;
	margin-left: 0px;
}
.menuActive {
	width: 105px;
	padding-left: 60px;
	margin-left: 0px;
}
#notesBtn {
	background-color: #6FA6D2; /*#5194CA;*/
}
#aboutBtn {
	background-color: #FACC41;
}
#portBtn {
	background-color: #91D580;
}
#projBtn {
	background-color: #E07C7C; /*#DA6161; #FB7D81;*/
}
#bookBtn {
	background-color: #BFA57D; /*#CEB9A2;*/
}
#dailiesBtn {
	background-color: #FFA66A;/*#FF954F;#FFAE79;*/
}
#extensionsBtn {
	background-color: #82BBAE;/*#BEBEBE;#B9B9B9;#FFAE79;*/
}

/*********************************************************************
 * Left Column Widgets
 *********************************************************************/ 
.leftColRule {
	height: 1px;
	margin-left: 55px;
	margin-bottom: 5px;
	margin-top: 5px;
	border-bottom: 1px dashed #CCC;
	font-size: 1px;
}

#notesLinks {
	list-style: none;
	margin-left: 60px;	
}
#notesLinks a {
	font-size: 13px;
	line-height: 22px;
	color: #333;
	text-decoration: none;
	display: block;
}
#notesLinks a:hover {
	color: #0060C0;
}

/*********************************************************************
 * Left Post Nav
 *********************************************************************/
#leftPostNav {
	margin-left: 55px;
	width: 110px;
	height: 14px;
	padding-top: 2px;
}
#lpn_prevPost {
	float: left;
	height: 14px;
}
#lpn_nextPost {
	float: right;
	height: 14px;
}
#leftPostNav a {
	background-color: #FFF;
	color: #333;
	text-decoration: none;
	font-size: 11px;
	height: 14px;
	display: block; 
}
#leftPostNav a:hover {
	background-color: #F3F8FC;
	color: #000;
}
#leftPostNav span {
	color: #0060C0;
}

/*********************************************************************
 * Content
 *********************************************************************/ 
#rightCol {
	padding-top: 2px;
}

/*********************************************************************
 * Post Listing
 *********************************************************************/ 
.homepage {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #999;	
}
.topPost {
	padding-top: 0px;	
}
.bottomPost {
	border-bottom: none;	
}
/*********************************************************************
 * Post
 *********************************************************************/ 
.post {
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", sans-serif;	
}
.postHeader{
	padding-top: 5px;
}
.postTitle {
	font-size: 24px;
	color: #333;
	font-weight: normal;
	text-shadow: #EEE 0px 0px 2px;
	padding-bottom: 2px;
	text-decoration: none;
	display: block;
}
.postTitle a {
	font-size: 24px;
	color: #333;
	font-weight: normal;
	text-shadow: #EEE 0px 0px 2px;
	padding-bottom: 2px;
	text-decoration: none;
	display: block;
}
.postTitle a:hover {
	color: #5194CA;
}
.postByLine {
	font-size: 11px;
	color: #666;
	padding-bottom: 10px;
}
.postByLine em {
	font-style: normal;	
}
.postBody {
	
}
.pageBody {
	
}
.postBody p, .postBody div  {
	font-size: 13px;
	line-height: 18px;
	padding-bottom: 10px;
	color: #222;
}
.postBody a {
	color: #0060C0;
	text-decoration: none;	
}
.postBody a:hover {
	text-decoration: underline;	
}
.pageBody p{
	font-size: 13px;
	line-height: 18px;
	padding-bottom: 10px;
	color: #222;
}
.pageBody a {
	color: #0060C0;
	text-decoration: none;	
}
.pageBody a:hover {
	text-decoration: underline;	
}
.post h3 {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 1px;
}	
.postBody ul {
	font-size: 13px;
	line-height: 18px;
	padding-bottom: 20px;
	padding-top: 5px;
	margin-left: 30px;
	color: #222;
	list-style: circle;
}
.postBody ul ul, .postBody ol ol{
	padding-bottom: 5px;
}
.postBody ol{
	font-size: 13px;
	line-height: 18px;
	padding-bottom: 20px;
	padding-top: 5px;
	margin-left: 30px;
	color: #222;
}
.postBody ol li{
	padding-bottom: 5px;	
}
.imgThumbs {
	
}
.imgThumbs a {
	display: inline-block;
	width: 125px;
	height: 125px;	
	border: 1px dashed #CCC;
	margin: 2px;
	margin-bottom: 10px;
}
.imgThumbs a:hover {
	margin: 1px;
	border: 2px dashed #0060C0;
}
.imgThumbs img {
	width: 125px;
	height: 125px;	
}

/*********************************************************************
 * Tags
 *********************************************************************/
.postTags {
	font-size: 13px;
	color: #666;
	padding-bottom: 20px;
}
.tagTitle {
	width: 60px;
	height: 20px;
	float: left;
	display: block;
	background-image: url(http://img2.cdn-tdupree.com/images/png/tagTitle.png);
	background-repeat: no-repeat;
	background-position: left top;		
}
.tagTitle span {
	display: block;
	padding-top: 1px;
	padding-left: 8px;
	height: 20px;
}
.tag {
	min-width: 60px;
	height: 20px;
	float: left;
	margin-left: -12px;
	display: block;
	background-image: url(http://img2.cdn-tdupree.com/images/png/tag_bg.png);
	background-repeat: no-repeat;
	background-position: left top;	
}
.tag span {
	display: block;
	height: 20px;
	padding-top: 1px;
	padding-left: 3px;
	padding-right: 18px;
	margin-left: 16px;
	background-image: url(http://img2.cdn-tdupree.com/images/png/tag_long_bg.png);
	background-repeat: no-repeat;
	background-position: right top;	
}
.tagTitle span a, 
.tag span a {
	color: #666;
	text-decoration: none;	
}
.tagTitle span a:hover, 
.tag span a:hover {
	color: #0060C0;
}


/*********************************************************************
 * Bottom Post Nav
 *********************************************************************/
#bottomPostNav {
	width: 100%;
	height: 40px;
}
#bpn_prevPost {
	float: left;
}
#bpn_nextPost {
	float: right;
}
#bottomPostNav a {
	background-color: #FFF;
	color: #333;
	text-decoration: none;
	padding: 3px;
	display: block; 
}
#bottomPostNav a:hover {
	background-color: #F3F8FC;
	color: #000;
}
#bottomPostNav span {
	color: #0060C0;
}
/*********************************************************************
 * Social Buttons
 *********************************************************************/
#socialBtns {
	padding: 20px;	
	text-align: center;
}
#socialBtns a {
	margin-left: 5px;
	margin-right: 5px;
}
/*********************************************************************
 * Comments
 *********************************************************************/
#comments {
	padding-bottom: 30px;	
}
#comments .subHeader {
	margin-bottom: 3px;
}
#comments .subLine {
	color: #666;
	font-size: 11px;
	padding-bottom: 10px;
}

#comments ol {
	list-style: none;	
	margin: 0px;
	padding: 0px;
}
.comment {
	width: 560px;
	display: block;
	padding-top: 5px;
	margin-bottom: 20px;
}
.commentBody {
	width: 540px;
	display: block;
	padding: 10px;
	font-size: 11px;
	color: #333;
}
.commentByLine {
	width: 100%;
	display: block;
	padding-top: 20px;
	font-size: 11px;
	padding-left: 25px;
	color: #666;
}
#comments cite {
	
}
#comments a {
	color: #0060C0;
	text-decoration: none;
}
#comments a:hover {
	text-decoration: underline;
}
.c_gray {
	background-image: url(http://img2.cdn-tdupree.com/images/png/comment_top_gray.png);
	background-repeat: no-repeat;
	background-position: left top;	
}
.cBody_gray {
	background-image: url(http://img3.cdn-tdupree.com/images/png/comment_middle_gray.png);
	background-repeat: repeat-y;
	background-position: left top;	
}
.cBy_gray {
	background-image: url(http://img3.cdn-tdupree.com/images/png/comment_bottom_gray.png);
	background-repeat: no-repeat;
	background-position: left top;	
}
.c_blue {
	background-image: url(http://img3.cdn-tdupree.com/images/png/comment_top_blue.png);
	background-repeat: no-repeat;
	background-position: left top;	
}
.cBody_blue {
	background-image: url(http://img3.cdn-tdupree.com/images/png/comment_middle_blue.png);
	background-repeat: repeat-y;
	background-position: left top;	
}
.cBy_blue {
	background-image: url(http://img1.cdn-tdupree.com/images/png/comment_bottom_blue.png);
	background-repeat: no-repeat;
	background-position: left top;	
}

/*********************************************************************
 * Leave a Comment
 *********************************************************************/
#commentForm {
	padding-bottom: 50px;	
}
#commentForm {
	font-size: 16px;
	color: #333;	
}
#commentForm .formSubHeader {
	margin-bottom: 10px;
}
#name, #email, #website, #author, #url, #subject {
	width: 200px;
	margin-bottom: 10px;
	border: 1px solid #CCC;
	padding: 2px;
}
#commentForm small {
	font-size: 10px;	
}
#comment, #message {
	width: 100%;
	height: 100px;	
	border: 1px solid #CCC;
	padding: 2px;
}
.output {
	font-size: 13px;
}
.output a {
	color: #0060C0;
	text-decoration: none;
}
.output a:hover {
	text-decoration: underline;
}

/*********************************************************************
 * Portfolio
 *********************************************************************/
#aboutRow {
	width: 560px;
	height: 140px;
}
#aboutTim {
	float: left;
	width: 480px;
}
#myResume {
	float: left;
	width: 80px;
	padding-top: 15px;
	font-size: 10px;
	text-align: center;
}
#portfolio {
	display: block;
	position: relative;
	height: 680px;
	width: 556px;
	border-top: 1px solid #EEE;	
	border-bottom: 1px solid #EEE;	
	padding-top: 5px;
	padding-left: 4px;
	margin-bottom: 10px;
	z-index: auto;
}
#portfolio p {
	color: #333;	
}
.pnBtns {
	position: absolute;
	top: 115px;
	width: 20px;
	height: 300px;
	cursor: pointer;
	background-color: #FFF;
}
.pnBtns:hover {
	background-color: #F8F8F8;	
}
.pnBtnsHide {
	display: none;
	visibility: hidden;	
}
#prev {
	left: -21px;
}
#next {
	right: -21px;
}
.pnArrows {
	position: absolute;
	top: 150px;
	font-size: 11px;
	color:  #999;
	width: 10px;
	height: 19px;
	background-image: url(/images/png/portfolio_nav_sprite.png);
	background-position: 0px 0px;
}
#prevArrow {
	left: 5px;
	background-position: 0px 0px;
}
#nextArrow {
	right: 5px;
	background-position: -10px 0px;
}
.p-item-wrapper {
	position: relative;
	float: left;
	width: 100px;
	height: 100px;
	margin-right: 8px;
	margin-bottom: 10px;
	border: 2px solid #EEE;	
	z-index: auto;
}
.p-item-wrapper-hover {
	border-color: #FACC41;	
}

.p-item-wrapper-selected {
	border-color: #91D580;	
	z-index: 990;
}

.p-item-wrapper-right-edge {
	margin-right: 0px;
}
.p-item {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100px;
	height: 100px;
	display: block;
	padding: 0px;
	border: 1px solid #CCC;
	background-color: #FFF;
	z-index: 999;
	-moz-box-shadow: 0 0 7px #CCC;
	-webkit-box-shadow: 0 0 7px #CCC;
	box-shadow: 0 0 7px #CCC;
}
.p-item-active {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 542px;
	display: block;
	padding: 7px 8px;
	border: 1px solid #CCC;
	background-color: #FFF;
	z-index: 999;

}
.p-item-active-hidden {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 542px;
	display: block;
	padding: 7px 8px;
	border: 1px solid #CCC;
	background-color: #FFF;
	z-index: 999;
	display: none;
	visibility: hidden;
}
.p-item-overflow {
	overflow: hidden;	
}
.p-top-row {
	width: 542px;
	min-height: 190px;
	display: block;
}
.p-images {
	width: 250px;
	min-height: 190px;
	display: block;
	float: left;
}
.p-image-stage {
	width: 250px;
	height: 150px;
	background-color: #CCC;
	position: relative;
}
.loading {
	width: 100px;
	height: 100px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(http://tdupree.com/images/gif/loading_test_small.gif);
	background-repeat: no-repeat;
	background-color: #EEE;
}
.p-large-thumb {
	width: 100px;
	height: 100px;
	position: absolute;
	top: 0px;
	left: 0px;
	cursor: pointer;
	background-position: 0px -25px;
	
}
.p-showcase {
	width: 250px;
	height: 150px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-position: 0px -25px;
	border: 1px solid #EEE;
}
.p-image-strip {
	width: 250px;
	display: block;
	min-height: 34px;
	padding-top: 6px;
}
.p-thumb {
	width: 35px;
	height: 25px;
	margin-right: 5px;
	margin-bottom: 4px;
	float: left;
	background-color: #DBDBDB;
	border: 1px solid #EEE;
	cursor: pointer;
	background-repeat: no-repeat;
}
.p-thumb:hover {
	background-color: #F30;	
}
.p-thumb-01 {
	background-position: 0px 0px;
	border: 1px solid #FF0;
}
.p-thumb-02 {
	background-position: -35px 0px;
}
.p-thumb-03 {
	background-position: -70px 0px;
}
.p-thumb-04 {
	background-position: -105px 0px;
}
.p-thumb-05 {
	background-position: -140px 0px;
}
.p-thumb-06 {
	background-position: -175px 0px;
}
.p-thumb-06, .p-thumb-12, .p-thumb-18, .p-thumb-24{
	margin-right: 0px;
}
.p-overview {
	width: 280px;
	float: left;
	padding-left: 10px;
}
.p-title {
	font-size: 25px;
	padding-bottom: 13px;
}
.p-title-small {
	padding-top: 3px;
	font-size: 22px;
}
.p-title-small-xs {
	padding-top: 6px;
	font-size: 19px;
}
.p-front .p-skill-title {
	color: #5194CA;
}
.p-back .p-skill-title {
	color: #91D580;
}
.p-role .p-skill-title {
	color: #FFA66A;
}
.p-skill {
	width: 275px;
	min-height: 22px;
	font-size: 13px;
}
.p-skill-title {
	float: left;
	width: 55px;
	min-height: 22px;
	text-align: right;
	padding-right: 5px;
}
.p-skill-description {
	float: left;
	width: 215px;
	min-height: 22px;
	text-align: left;
	color: #333;
	padding-bottom: 10px;
}
.p-description {
	clear: both;
	float: none;
	display: block;
	width: 542px;
}
.p-link p {
	padding-bottom: 0px;
}
.p-item-nav {
	width: 0px;
	height: 0px;
}
.p-item-nav-hidden {
	display: none;
	visibility: hidden;	
}
.p-close {
	position: absolute;
	top: 0px;
	right: 5px;
	font-size: 11px;
	color:  #999;
	cursor: pointer;
}
.p-close:hover {
	color: #F30;
}	
.p-nav-btn {
	position: absolute;
	top: 155px;
	cursor: pointer;
	font-size: 11px;
	color:  #999;
	width: 10px;
	height: 19px;
	background-image: url(/images/png/portfolio_nav_sprite.png);
	background-position: 0px 0px;
}
.p-prev {
	left: -15px;
	background-position: 0px 0px;
}
.p-prev:hover {
	background-position: 0px -19px;
}
.p-next {
	right: -15px;
	background-position: -10px 0px;
}
.p-next:hover {
	background-position: -10px -19px;
}



/* project images */
/* row one */
.project-tdupree		{		background-image: url(http://img2.cdn-tdupree.com/images/jpg/portfolio/tdupree_01.jpg);				}
.project-sct			{		background-image: url(http://img2.cdn-tdupree.com/images/jpg/portfolio/sct.jpg);					}
.project-serply			{		background-image: url(http://img2.cdn-tdupree.com/images/jpg/portfolio/serply.jpg);					}
.project-deckeo			{		background-image: url(http://img2.cdn-tdupree.com/images/jpg/portfolio/deckeo.jpg);					}
.project-3gcrackedglass	{		background-image: url(http://img2.cdn-tdupree.com/images/jpg/portfolio/3gcrackedglass.jpg);			}
/* row two */
.project-dsscreative	{		background-image: url(http://img3.cdn-tdupree.com/images/jpg/portfolio/dsscreative_01.jpg);			}
.project-dssurl			{		background-image: url(http://img3.cdn-tdupree.com/images/jpg/portfolio/dssurl.jpg);					}
.project-dsswhois		{		background-image: url(http://img3.cdn-tdupree.com/images/jpg/portfolio/dsswhois.jpg);				}
.project-ptj			{		background-image: url(http://img3.cdn-tdupree.com/images/jpg/portfolio/ptjofficecleaning.jpg);		}
.project-sweetbay		{		background-image: url(http://img3.cdn-tdupree.com/images/jpg/portfolio/sweetbayinc.jpg);			}
/* row three */
.project-myweeklyobama 	{		background-image: url(http://img4.cdn-tdupree.com/images/jpg/portfolio/myweeklyobama.jpg);			}
.project-owensforillinois {		background-image: url(http://img4.cdn-tdupree.com/images/jpg/portfolio/owensforillinois.jpg);		}
.project-sidwellmaps 	{		background-image: url(http://img4.cdn-tdupree.com/images/jpg/portfolio/sidwellmaps.jpg);			}
.project-parcelbuilder 	{		background-image: url(http://img4.cdn-tdupree.com/images/jpg/portfolio/parcelbuilder.jpg);			}
.project-sidwellco 		{		background-image: url(http://img4.cdn-tdupree.com/images/jpg/portfolio/sidwellco_01.jpg);			}
/* row four */
.project-brittanyandtim	{		background-image: url(http://img1.cdn-tdupree.com/images/jpg/portfolio/brittanyandtim.jpg);			}
.project-donboehm 		{		background-image: url(http://img1.cdn-tdupree.com/images/jpg/portfolio/donboehm.jpg);				}
.project-bluewildcat 	{		background-image: url(http://img1.cdn-tdupree.com/images/jpg/portfolio/bluewildcat.jpg);			}
.project-stanleycustomerlogos {	background-image: url(http://img1.cdn-tdupree.com/images/jpg/portfolio/stanleycustomerlogos.jpg);	}
.project-justiceweek 	{		background-image: url(http://img1.cdn-tdupree.com/images/jpg/portfolio/justiceweek.jpg);			}
/* row five */
.project-hnonepage 		{		background-image: url(http://static.cdn-tdupree.com/images/jpg/portfolio/hnonepage.jpg);			}
.project-diggadblocker 	{		background-image: url(http://static.cdn-tdupree.com/images/jpg/portfolio/diggadblocker.jpg);		}
.project-parcelbuilderdemo	{	background-image: url(http://static.cdn-tdupree.com/images/jpg/portfolio/parcelbuilderdemo.jpg);	}
.project-seowhitepaper 	{		background-image: url(http://static.cdn-tdupree.com/images/jpg/portfolio/seowhitepaper.jpg);		}
.project-ping 			{		background-image: url(http://static.cdn-tdupree.com/images/jpg/portfolio/ping.jpg);					}
.project-markdupree		{		background-image: url(http://static.cdn-tdupree.com/images/jpg/portfolio/markdupree.jpg);			}
.project-carolstreamofficecleaning	{	background-image: url(http://static.cdn-tdupree.com/images/jpg/portfolio/carolstreamofficecleaning.jpg);	}
.project-ftcu			{		background-image: url(http://static.cdn-tdupree.com/images/jpg/portfolio/ftcu.jpg);					}


#myMethods {
	
}
.methodHeader {
	color: #666;
	border-bottom: 1px dotted #999;
}


/*********************************************************************
 * Sad Browser
 *********************************************************************/
#sadBrowser {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 999;
	display: none;
	visibility: hidden;
}
#sadBrowserMsg {
	margin: 0px auto 0px auto;
}


/*********************************************************************
 * Footer
 *********************************************************************/
#footer_bg {
	width: 100%;
	min-height: 85px;
	background-image: url(http://img1.cdn-tdupree.com/images/png/bg_footer_top.png);
	background-repeat: repeat-x;
	background-position: left top;		
}
#footer {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}
#footerDesc {
	width: 200px;
	float: left;
}
#footerDesc p {
	padding-top: 15px;
	padding-right: 20px;
	color: #FFF;
	font-size: 11px;	
}


/*********************************************************************
 * Footer Menu
 *********************************************************************/
#footerMenu {
	width: 500px;
	float: left;
}
#footerMenu ul {
	padding-top: 28px;
	list-style: none;
	padding-bottom: 10px;
}
#footerMenu ul li {
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
}
#footerMenu ul li a {
	width: 90px;
	height: 23px;
	padding-top: 3px;
	display: block;	
	font-size: 15px;
	color: #FFF;
	background-color: #2C638F;
	text-decoration: none;
	text-align: center;
}
#footerMenu ul li a:hover {
	color: #2C638F;
	background-color: #FFF;
}

/*********************************************************************
 * WP-Syntax Highlighter
 *********************************************************************/
.wp_syntax {
	width: 555px;
	overflow-x: hidden !important; 
	overflow: hidden !important; 
	position: relative; 
	z-index: 999;
	border: 1px solid #EEE;
	background-color: #FFF;
	font-size: 10px;
	padding-left: 5px;
}
.postBody div pre {
	font-size: 11px;	
}
.wp_syntax table {
	margin-top: 0px;
	padding-right: 15px;
}




































