/* base css */
@import url(/.shared/themes/common/base-weblog.css);




/* portal css */


/* theme css */
/* general page elements */

a
{
	text-decoration: none;
	
}

a:link { color: #1E0FBE; }
a:visited { color: ##1E0FBE; }
a:active { color: #1E0FBE; }
a:hover { color: #c1131e; }


/* layout */

body
{
	margin: 0;
	color:#000000;
	background: #003366;
	font-family: "lucida grande", "lucida sans unicode", "lucida sans", lucida, arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: medium;
}

#container { position: static; }

#container-inner
{
	position: static;
	border-right: 1px solid #CCCCCC;
	background: #FFFFFF;
}


/* default to artistic/calendar/timeline layout */

#container
{
	width: 781px;
}

.layout-artistic #alpha,
.layout-calendar #alpha
{
			width: 315px; /* 285px + 15px + 15px */
	
	
}

.layout-artistic #alpha-inner,
.layout-calendar #alpha-inner,
.layout-timeline #alpha-inner
{
	border: 1px solid #CCCCCC;
	padding: 14px 14px 14px 14px;
	background: #FFFFFF;
}

.layout-artistic #beta,
.layout-calendar #beta
{
	width: 465px;
	
}

.layout-artistic #beta-inner,
.layout-calendar #beta-inner,
.layout-timeline #beta-inner
{
	border: 0;
	padding: 15px 15px 15px 15px;
	background: #FFFFFF;
}

/* in artistic/calendar/timeline layouts, #gamma and #delta are inside #beta */

#beta #gamma, #beta #delta { width: 210px; margin: 15px 0; }
#beta #gamma-inner, #beta #delta-inner { padding: 0; }


/* content */

.content-nav { margin-top: 0; }

.date-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header
{
	margin: 0 0 10px 0;
	border-bottom: 1px solid #333333;
	padding: 3px;
	color: #333333;
	font-size: medium;
	text-align: left;
	font-weight: bold;
	
	
}

.entry-header
{
	margin: 1px 0 10px 0;
	border: 0;
	
	color: #000000;
	font-size: medium;
	text-align: left;
	font-weight: bold;
	
	
}

.entry-content,
.entry-footer,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-open-footer,
.comments-closed,
.archive-content
{
	margin: 10px 0;
}

.entry-content p { text-align: left; }

.entry-footer,
.trackback-footer,
.comment-footer
{
	margin: 0 0 10px 0;
	border-top: 1px dotted #999999;
	padding: 3px;
	color: #666666;
	font-size: x-small;
	line-height: normal;
	text-align: left;
	
	
	
}

#comment-author, #comment-email, #comment-url, #comment-text
{
	width: 80%;
}

/* fixes bug in ie win */
img.image-full
{
	width: 100%;;
}


/* modules */



.module-header
{
	margin: 5px 0;
	border-bottom: 1px solid #999999;
  	padding: 3px;
	color: #666666;
	font-size: x-small;
	line-height: normal;
	font-weight: bold;
	
	text-transform: uppercase;
	letter-spacing: .3em;
	text-align: left;
}

.module-content
{
	margin: 5px 0 20px 0;
	color: #333333;
	font-size: small;
	line-height: 150%;
	
	
	
	text-align: left;
}

.module-list { margin: 0; }
.module-list-item { margin: 10px 0; }
.typelist-thumbnailed .module-list-item { margin: 10px 0; }

.module img,
.module-photo img
{
	border: 5px solid #EEEEEE;
}

.module-photo .module-content
{
	text-align: center;
}

.module-powered { text-align: left; }

.module-calendar .module-header
{
	color: #666666;
	font-size: x-small;
	border-bottom: 1px solid #999999;
	text-align: left;
	font-weight: bold;
	
	text-transform: uppercase;
	padding: 3px;
	letter-spacing: .3em;
}

.module-calendar th,
.module-calendar td
{
	text-align: center;
	font-weight: normal;
}

.typelist-thumbnail img { margin: 0; }

.module-featured-photo { margin-bottom: 5px; }
.module-featured-photo .module-content img { width: 420px; }

.module-recent-photos .module-content { padding: 2px 0 0 0; }
.module-recent-photos .module-list { margin: 0; }

.module-recent-photos .module-list-item
{
	width: 70px; /* ie mac fix */
	height: 70px; /* for appearance with varying image border widths */
	margin: 0 2px 2px 0;
}


/* moblog1 tweaks */
	
	.layout-moblog1 #container
	{
		width: 780px;
	}
	
	.layout-moblog1 #alpha
	{
		width: 200px;
		
	}
	
	.layout-moblog1 #alpha-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}
	
	.layout-moblog1 #beta
	{
					width: 380px;
		
		
	}
	
	.layout-moblog1 #beta-inner
	{
		border: 1px solid #CCCCCC;
		padding: 14px 14px 14px 14px;
		background: #FFFFFF;
	}
	
	.layout-moblog1 #gamma
	{
		width: 200px;
		
	}
	
	.layout-moblog1 #gamma-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}


/* moblog2 tweaks */
	
	.layout-moblog2 #container
	{
		width: 780px;
	}
	
	.layout-moblog2 #alpha
	{
		width: 100px;
		
	}
	
	.layout-moblog2 #alpha-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}
	
	.layout-moblog2 #beta
	{
					width: 350px;
		
		
	}
	
	.layout-moblog2 #beta-inner
	{
		border: 1px solid #CCCCCC;
		padding: 14px 14px 14px 14px;
		background: #FFFFFF;
	}
	
	.layout-moblog2 #gamma
	{
		width: 190px;
		
	}
	
	.layout-moblog2 #gamma-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}
	
	.layout-moblog2 #delta
	{
		width: 140px;
		
	}
	
	.layout-moblog2 #delta-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}
	
	.layout-moblog2 .module-photo img { width: 100px; height: auto; }


/* timeline tweaks */

	.layout-timeline #alpha
	{
					width: 390px; /* 285px + 15px + 15px */
		
		
	}
	
	.layout-timeline #beta
	{
		width: 390px;
		
	}
	
	.layout-timeline #beta #gamma { width: 175px; }
	.layout-timeline #beta #delta { width: 170px; }

	

/* one-column tweaks */
	
	.layout-one-column #container
	{
		width: 501px;
	}

	.layout-one-column #alpha
	{
		display: block;
		float: none;
		width: auto;
	}

	.layout-one-column #alpha-inner
	{
		border: 1px solid #CCCCCC;
		padding: 14px 14px 14px 14px;
		background: #FFFFFF;
	}


/* two-column-left tweaks */
	
	.layout-two-column-left #container
	{
		width: 651px;
	}

	.layout-two-column-left #alpha
	{
		width: 150px;
		
	}
	
	.layout-two-column-left #alpha-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}
	
	.layout-two-column-left #beta
	{
					width: 500px;
		
		
	}
	
	.layout-two-column-left #beta-inner
	{
		border: 1px solid #CCCCCC;
		padding: 14px 14px 14px 14px;
		background: #FFFFFF;
	}


/* two-column-right tweaks */
	
	.layout-two-column-right #container
	{
		width: 651px;
	}

	.layout-two-column-right #alpha
	{
					width: 500px;
		
		
	}
	
	.layout-two-column-right #alpha-inner
	{
		border: 1px solid #CCCCCC;
		padding: 14px 14px 14px 14px;
		background: #FFFFFF;
	}
	
	.layout-two-column-right #beta
	{
		width: 150px;
		
	}
	
	.layout-two-column-right #beta-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}


/* three-column tweaks */
	
	.layout-three-column #container
	{
		width: 801px;
	}
	
	.layout-three-column #alpha
	{
		width: 150px;
		
	}
	
	.layout-three-column #alpha-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}
	
	.layout-three-column #beta
	{
					width: 500px;
		
		
	}
	
	.layout-three-column #beta-inner
	{
		border: 1px solid #CCCCCC;
		padding: 14px 14px 14px 14px;
		background: #FFFFFF;
	}
	
	.layout-three-column #gamma
	{
		width: 150px;
		
	}
	
	.layout-three-column #gamma-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}

/* PN Styles-29Nov2009 */

		.pn-layout-29nov2009 #container { width: 1040px; padding: 0px 0px 0px 0px; margin-left: auto; margin-right: auto; margin-top:0; margin-bottom: 0; }

		.pn-layout-29nov2009 #container-inner { width:1000px; border-left: 1px solid #ddd; border-right: 1px solid #ddd;border-top: 0px solid #959596; border-bottom: 1px solid #ddd; margin-left: auto; margin-right: auto; margin-top:0; margin-bottom: 10px; padding: 0; }

		.pn-layout-29nov2009 #alpha { width: 330px; border:0; margin:0; padding-top:0; } 

		.pn-layout-29nov2009 #alpha-inner { margin:0; border:0; padding-top:0; }

		.pn-layout-29nov2009 #beta { width: 670px; border:0; margin:0; }

		.pn-layout-29nov2009 #beta-inner { margin:0; border-top:0; border-bottom:0; border-left:0; border-right:0px solid #ddd; padding: 0px 6px 14px 6px; }

		.pn-layout-29nov2009 #gamma { width: 190px; border:0; margin:0; }

		.pn-layout-29nov2009 #gamma-inner { margin: 0; border:0; padding: 15px 12px 15px 12px; }


/* user css */
#banner { margin:0; padding:0; border:0; border-bottom: 1px solid #ccc; background:#F5F5F5; height:80px; width:1000px; }

body { background-color: #afb9c2; }

body { background-color: #BFD3B8; }

body { background-color: #CCCCCC; }

body { background-color: #f7f3f1; }

body { background-color: #F5F7F1; }

body { background-color: #D5D6D7; }

body { background-color: #FFFFFF; }

body { background-image: url("http://d2nbl83eeuqwh8.cloudfront.net/dlmainbkgd.jpg"); background-color: #a1b0c7; background-repeat: repeat-x; }

body { background: transparent url("http://d2nbl83eeuqwh8.cloudfront.net/bg-pn-1686.gif") repeat-x; }

body { background: #d4d9dd url("http://d2nbl83eeuqwh8.cloudfront.net/pn-bg.gif") repeat-y center; }

body { background: #eeeeee; }

body { background: rgb(103, 114, 123); }

body { background: #ddd; }

body { background: #fff; }


#container { margin-top:0; margin-bottom: 0; margin-left: auto; margin-right: auto; }

#pagebody { border-bottom: 1px solid #ddd; background: whitesmoke; }

.layout-three-column #container { width: 1040px; padding: 0px 0px 0px 0px; margin-left: auto; margin-right: auto; margin-top:0; margin-bottom: 0; }

.layout-three-column #container-inner { width:1000px; border-left: 1px solid #ddd; border-right: 1px solid #ddd;border-top: 0px solid #959596; border-bottom: 1px solid #ddd; margin-left: auto; margin-right: auto; margin-top:0; margin-bottom: 10px; padding: 0; }

.layout-three-column #alpha { width: 190px; border:0; margin:0; } 
.layout-three-column #alpha-inner { margin:0; border:0; }

.layout-three-column #beta { width: 620px; border:0; margin:0; }
.layout-three-column #beta-inner { margin:0; border-top:0; border-bottom:0; border-left:0; border-right:0px solid #ddd; padding: 0px 6px 14px 6px; }

.layout-three-column #gamma { width: 190px; border:0; margin:0; }
.layout-three-column #gamma-inner { margin: 0; border:0; padding: 15px 12px 15px 12px; }

.module-header { letter-spacing: .2em; margin: 0px 0; padding: 0px; }

.typelist-thumbnail img { border: 0px; margin-top: 10px; }
.typelist-description { padding: 5px; }

.entry { margin: 0; padding: 0 0 0 5px; line-height:140%; }

.comments,
.comments-header,
.comments-header h3 { margin-bottom:0px; border-bottom: 0px solid #333333; font-size:12px;}

.comments-content,
.comments-open { font-size:12px; margin-left:14px; margin-top:0px; line-height:125%; }
.comment-footer { font-size:12px; }

.content-nav { font-size:12px; }

.entry-footer  p, 
.entry-footer { margin: 0px 0px 0px 0px; border-top: 0px; padding: 0px; font-size: 12px; }

.entry-header,
.entry-header a:link, 
.entry-header a:visited {font-family: 'Lucida Grande', Verdana, 'Lucida Sans Regular', 'Lucida Sans Unicode', Arial, sans-serif; font-size: 16px; background-color: #FFFFFF; border-bottom: 1px solid #FFFFFF; font-weight: bold; letter-spacing: -0px; text-decoration: none; margin-bottom:2px; margin-top:2px; padding-left:0px; color: #000000; -webkit-text-size-adjust:auto;}

.entry-header a:link { color:#1E0FBE; }, 
.entry-header a:visited { text-decoration:none; }
.entry-header a:hover { text-decoration:none; color: #c1131e; }

p { margin-top: 5px; }


.entry-content p,
.entry-content {font-family: 'Lucida Grande', Verdana, 'Lucida Sans Regular', 'Lucida Sans Unicode', Arial, sans-serif;font-size:13px; padding-left:0px; line-height:19px; -webkit-text-size-adjust:auto; }

.entry-content a:link { color:#1E0FBE; },
.entry-content a:visited { text-decoration:none; }

.entry-content a:hover { text-decoration:none; color: #c1131e; }

.entry-content h3 {font-family: "Myriad Pro", MyriadPro, Helvetica, "Helvetica Neue", Arial, sans-serif; font-size:14px; font-weight:bold; padding-left:0px; margin-top:0px; line-height:20px; -webkit-text-size-adjust:200%; }

.entry-more-link,
.entry-more-link a:link,
.entry-more-link a:visited {float:right; font-family: "Myriad Pro", MyriadPro, Helvetica, "Helvetica Neue", Arial, sans-serif; font-style: italic; font-weight: bold; color: #c1131e; margin-top:10px; padding-right:5px; }

.entry-more-link a:hover { color: #c1131e; margin-top:10px; }

.highlight { background-color: #ffc; }

#gp a { top: 0; left: 0; width: 150px; height: 150px; } 

.module img { border: 0px }

blockquote { background: #EEE url("http://d2nbl83eeuqwh8.cloudfront.net/blockquote.png") no-repeat bottom left; padding: 10px; padding-bottom: 40px; margin: 1em;}

blockquote {
  background: url("http://d2nbl83eeuqwh8.cloudfront.net/blockquote.gif") no-repeat 0 2px;
  padding-left: 23px; padding-right:10px; padding-bottom:10px;
  margin: 0 40px 0px 8px; }

.bootcampadbox { margin-top:8px;margin-bottom:5px; border:1px dotted rgb(204, 204, 204); background: url("http://d2nbl83eeuqwh8.cloudfront.net/flame.png") top left no-repeat #fffee9; padding:8px 0 8px 25px; font-family: 'Lucida Grande', Helvetica, 'Helvetica Neue', Arial, sans-serif; font-size:13px; font-weight:bold; text-align:left; display:block; }

.bootcampadbox a:link {color: #000000; text-decoration:none;}
.bootcampadbox a:visited {color: #000000; text-decoration:none;}
.bootcampadbox a:hover {color: #15579A; text-decoration:underline;}
.bootcampadbox a:focus {color: #000000;}
.bootcampadbox a:active {color: #000000;}

.simplebox { margin-top:5px;margin-bottom:5px; border: thin solid rgb(208, 208, 208);padding:10px; background: #fff; }

.paymentsjobs a:link {color: #15579A;}
.paymentsjobs a:visited {color: #15579A;}
.paymentsjobs a:hover {color: #15579A;}
.paymentsjobs a:focus {color: #15579A;}
.paymentsjobs a:active {color: #15579A;}



.highlight { background-color: #ffc; }

.highlight-textbox { background-color: #ffc; border-right:1px solid #ccc;border-bottom:1px solid #ccc;padding:5px; }

.date-header { font-size:10px; color: #c1131e; border-bottom: 0px solid #ccc; padding:0px; margin-left:5px; margin-bottom:4px; }

.date-header a:link, 
.date-header a:visited { text-decoration:none; color: #15579A; }
.date-header a:hover { text-decoration:underline; color: #15579A; }


.module-header { border-bottom: 0px; font-size: 11px; }

.module-list-item { margin: 6px 0; line-height:120%; font-size:11px; font-weight:normal; letter-spacing: -0.0px; }

.module-list-item a:hover { text-decoration:underline;color: #c1131e; }
.module-list-item a {text-decoration:none; color: black; }

.filed-in { margin: 0 0 8px 11px; color: #666666; font-size: small; line-height: normal; text-align: left; }

.filed-in a:hover {  font-weight:normal; color: #c1131e; }
.filed-in a:link, .filed-in a:visited { font-weight:normal; }

.category-ad
{ float:right;margin-top:5px;margin-bottom:15px;margin-left:20px; margin-right:5px; }

.category-box 
{ margin-bottom:15px;margin-left:0px; background: #FFFFFF; border: medium double #d0d0d0;padding:10px;margin-bottom:10px; font-size:12px;  margin-top:10px; line-height:130%; }

.category-header { font-size: 16px; font-weight: bold; color: #333333; }

.searchbox-ad
{ background-color:white; margin: 0 auto; text-align:left; float:left; padding:10px 0 0 15px; }

.searchbox-search
{ padding:10px 0 5px;border-bottom:0px solid #cccccc; }

.searchbox 
{ border-bottom:1px solid #ddd; margin: 0 auto; text-align:center; width:380px; float:left; }

.searchbox_boxes 
{ margin:0px 0 20px 0; }

.searchbox_boxes li
{ float:left; margin: 20px 40px 20px 20px; cursor: pointer; list-style-type:none; }


.archiveindex-ad
{ float:right;margin-top:5px;margin-bottom:15px;margin-left:10px; margin-right:5px; }

.archiveindex-box
{ margin-top:10px;margin-bottom:15px;margin-left:0px; background: #FFFFFF; border: medium double #d0d0d0;padding:15px; font-size:12px;  line-height:130%; }

.archiveindex-header { font-size: 16px; font-weight: bold; 
	margin: 0 0 10px 0;
	border-bottom: 0px solid #333333;
	padding: 0px;
	color: #000000; }

.bookthumbs { list-style-type:none; padding:0; margin-left:auto; margin-right:auto; }

.bookthumbs li { display: inline; float:left; vertical-align:top; margin-right:15px; border: 1px solid black; }

.ad1-individual { font-size:medium; text-align:center; }

#topnavbar { padding:0 0 2px; margin: 0; border:0; width:100%; background: #f5f5f5 url("http://d2nbl83eeuqwh8.cloudfront.net/mainNavBg.gif") repeat-x; border-bottom:2px solid #d0d0d0; font-family: tahoma, arial, helvetica, sans-serif;  font-size: 13px; font-weight:normal; }
#topnavbar ul { list-style:none; margin:0; padding:0; text-decoration:none; }
#topnavbar li { display:inline; }
#topnavbar a { padding: 0 1.5em; line-height: 1.2em;
text-decoration:none; color:black; background: url("http://d2nbl83eeuqwh8.cloudfront.net/mainNavBorder.gif") repeat-y left top; }
#topnavbar a:visited { text-decoration:none; }
#topnavbar a:hover {color:#c1131e; text-decoration: none;}

.bluebox { background-color: #EAF2FF; }

.tagcloud  {text-align: left; border:1px solid #B6CDE1; padding:10px; position:relative; }
.tagcloud span a {line-height: 25px; margin: 0 2px;}

.tagcloud span.level1 {font-size: 11px; line-height: 15px;}
.tagcloud span.level2 {font-size: 12px; line-height: 17px;}
.tagcloud span.level3 {font-size: 14px; line-height: 19px;}
.tagcloud span.level4 {font-size: 16px; line-height: 21px;}
.tagcloud span.level5 {font-size: 18px; line-height: 23px;}
.tagcloud span.level6 {font-size: 20px; line-height: 25px;}
.tagcloud span.level7 {font-size: 22px; line-height: 27px;}
.tagcloud span.level8 {font-size: 24px; line-height: 29px;}
.tagcloud span.level9 {font-size: 26px; line-height: 31px;}
                
.tagcloud span.level1 a {color:#668AA8;}
.tagcloud span.level2 a {color:#E76300;}
.tagcloud span.level3 a {color:#E76300;}
.tagcloud span.level4 a {color:#E76300;}
.tagcloud span.level5 a {color:#E76300;}
.tagcloud span.level6 a {color:#E76300;}
.tagcloud span.level7 a {color:#E76300;}
.tagcloud span.level8 a {color:#E76300;}
.tagcloud span.level9 a {color:#E76300; font-weight: bold; padding: 0 4px;}

.tagcloud span a:hover, .tagcloud span.level1 a:hover, .tagcloud span.level2 a:hover, .tagcloud span.level3 a:hover {color: white; background-color: #668AA8;}

.tagcloud dt {font-size: 14px; line-height: 19px; color:#E76300;}
.tagcloud dt a{font-size: 14px; line-height: 19px; color:#E76300;}
.tagcloud dd {font-size: 12px; line-height: 17px; color:#668AA8; padding-bottom: 4px;}
.tagcloud dd.tag {font-size: 12px; line-height: 17px; color:#666;  padding-bottom:16px;}
.tagcloud dd.tag a {color: #666; padding: 0 4px;}
.tagcloud span a:hover, .tagcloud span.level1 a:hover, .tagcloud span.level2 a:hover, .tagcloud span.level3 a:hover, .tagcloud a:hover {color: white; background-color: #668AA8;}

/* Start Tag Cloud CSS */

#cloud {padding:1px; line-height:30px;text-align:center;}
#cloud a {text-decoration:none;padding:0px;}

a.tag1{
 font-size:12px;
}
a.tag2, a.tag3 {
 font-size:13px;
 font-weight:200;
}

a.tag4 ,a.tag5, a.tag6 {
 font-size:16px;
 font-weight:300;
}

a.tag7, .tag8, a.tag9 {
 font-size:20px;
 font-weight:300;
}

a.tag10, a.tag11, a.tag12 {
 font-size:24px;
 font-weight:300;
}

a.tag13, a.tag14, a.tag15 {
 font-size:28px;
 font-weight:400;
}

a.tag16, a.tag17, a.tag18 {
 font-size:30px;
 font-weight:400;
}

a.tag19, a.tag20, a.tag21 {
 font-size:32px;
 font-weight:500;
}

a.tag22, a.tag23, a.tag24 {
 font-size:34px;
 font-weight:500;
}

a.tag25, a.tag26, a.tag27 {
 font-size:36px;
 font-weight:900;
}

a.tag28, a.tag29, a.tag30 {
 font-size:38px;
 font-weight:900;
}
/* End Tag Cloud CSS */

/* Rounded Corners from YPN */
/* SJL - 19Mar2006 */
/* corner module elements */

.section_border
	{
	border:     1px solid #999999;
	text-align: left;
	}

.section_corner
	{
	height:   7px;
	position: relative;
	}

/* corners */

.section_corner .top_left,
.section_corner .bottom_left,
.section_corner .top_right,
.section_corner .bottom_right
	{
	background-repeat: no-repeat;
	width:             7px;
	height:            7px;
	position:          absolute;
	}
.section_corner .top_left
	{
	float:            left;
	background-image: url("http://d2nbl83eeuqwh8.cloudfront.net/ctl_lb.gif");
	left:            -1px;
	top:             -1px;
	}
.section_corner .top_right
	{
	float:            right;
	background-image: url("http://d2nbl83eeuqwh8.cloudfront.net/ctr_lb.gif");
	right:           -1px;
	top:             -1px;
	}
.section_corner .bottom_left
	{
	float:            left;
	background-image: url("http://d2nbl83eeuqwh8.cloudfront.net/cbl_lb.gif");
	left:             -1px;
	top:               1px;
	}
.section_corner .bottom_right
	{
	float:            right;
	background-image: url("http://d2nbl83eeuqwh8.cloudfront.net/cbr_lb.gif");
	right:            -1px;
	top:               1px;
	}

.bp_link a a:link a:visited a:hover { font-family: arial, helvetica, sans-serif;font-size:x-small; }

.tabs {
  width: 100%;
  margin: 1em 0;
  padding: 0;
  background: #fff none;
}

.tabs ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.tabs li {
  width: 7em;
  margin: 0 1em;
  background: #eee none;
  padding: 0;
  float: left;
  text-align: center;
}

.tabs a {
  display: block;
  width: 100%;
  text-decoration: none;
}

.tabs a:hover {
  background: #ff9 none;
}

div.feedburner300250AdBlock { margin:24px 0 24px; }

#gp-services {background: #fff;clear:both;height: 1%;padding: 13px 10px 13px 40px;margin-top:15px;margin-bottom:15px;margin-left: auto; margin-right: auto;width:770px; font-family: "lucida grande", "lucida sans unicode", "lucida sans", lucida, arial, helvetica, sans-serif;border: 1px dotted #ddd;}
	#gp-services a{color: #000000;text-decoration: underline;}
	#gp-services h2{color: #333333;font-size: 12px;margin:15px 0 6px;font-weight:bold;}
	#gp-services ul{padding: 2px 0 0;margin:0;}
	#gp-services li{	font-size:12px;list-style:none;}
        #gp-services p{font-size:12px;text-align:center;}
	#cc {float:left;padding:0px 5px 0px 0px;width:250px;}
	.fix {clear: both;height: 1px;margin: 0 0 -1px;overflow: hidden;}

#leaderboard { background: #d4d9dd; padding:10px 0 10px; border-bottom:0px solid #cccccc; text-align:center; }

.smalltags { font-size:10px; color: rgb(148, 139, 110); margin-top:0px; margin-bottom:4px; margin-left:0px; line-height:12px; }

.iconsphere 
{
    background: url(http://www.sphere.com/images/sphereicon.gif) top left no-repeat;
    padding: 4px 0 4px 20px;
    font-size: 10px;
    white-space: nowrap;
}

.googlebox 
    { border: medium double #d0d0d0;background:rgb(255, 255, 240); text-align:center;font-size:12px; padding-top:10px;}
.googlebox2 
    { margin:6px 0 6px;text-align:center;font-size:12px;font-weight:normal; border-style: none; }

/* other css */

#subscribe_label 	{ display: block; color: #414141; padding: 6px 5px 8px 5px; }

#subscribe_right				{ float: left; width: 438px; padding-right: 10px;  }
#subscribe_right li			{ float: right; }
#subscribe_right li a 			{ }

#subscribe_email_notext		{ padding-top: 5px !important; }
#subscribe_rss_notext		{ padding-top: 5px !important; }
#subscribe_twitter_notext	{ padding-top: 5px !important; }
#subscribe_facebook_notext	{ padding-top: 5px !important; }
#subscribe_friendfeed_notext	{ padding-top: 5px !important; }

.sponsor_units 	{ margin: 10px 0 0 0px; }
.sponsor_units li { float: left; margin: 0 30px 10px 0;  list-style:none; }
.sponsor_units li a { cursor: pointer; background: white; padding: 3px 3px 3px 3px; border: 1px solid #C4C4C4; display: block }

.ads-125s { border-bottom:1px solid #ddd; margin: 0 auto; text-align:center; width:380px; float:left; }

.sponsors-125 { width:300px;margin-left:auto;margin-right:auto;padding-left:30px; }
.sponsors-125 ul { list-style:none;padding:0px; }
.sponsors-125 li { float:left;margin:0 20px 10px 0px; }

.google-ads-300 { margin: 0 auto 10px auto; width:300px; }

.job-a-matic-widget { width:300px;margin:10px auto 10px auto; }
/* ph=1 */
