/*
Theme Name: Magazine Basic
Theme URI: http://themes.bavotasan.com/our-themes/basic-themes/magazine-basic
Description: Built for WordPress 3.0. A magazine style theme with a fully customizable layout. Theme options include site width, 1 or 2 widgetized sidebars, header logo, multiple front page grid layouts, new WP 3.0 menu system, Google Analytics, pagination, drop-down menus and tons more. Also includes dynamic SEO keywords and site descriptions. Tested in Firefox 3.6, IE 7 & 8 and Safari 4. Fully optimized for search engine ranking. Translation ready. 100% valid xHTML. Designed by <a href="http://themes.bavotasan.com/">Themes by bavotasan.com</a>.
Version: 2.6.8
Author: c.bavota
Author URI: http://themes.bavotasan.com/
Tags: right-sidebar, left-sidebar, flexible-width, three-columns, two-columns, white, custom-header, theme-options, custom-background, custom-menu, threaded-comments, sticky-post, translation-ready

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* Basic Tag Elements */

* {
	margin: 0px;
	padding: 0px;
}
body {
	color: #4D4D4D;
	font-size: 12px;
	background-color: #FFFFFF;
	line-height: 1.6em;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: auto;
	margin-left: auto;
}
a {
	text-decoration: none;
}
a:link {
	color: #0033CC;
}
a:hover {
	text-decoration: underline;
}
h1 a, h2 a, h3 a, h4 a, h5 a {
	color: #3366CC;
	text-decoration: underline;
}
h1 {
	font-size: 24px;
	line-height: 26px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
	padding-bottom: 8px;
}
h2 {
	font-size: 16px;
	line-height: 18px;
	margin-top: 5px;
	margin-bottom: 10px;
}
h3 {
	font-size: 14px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #C0C0C0;
	padding-left: 6px;
	margin-bottom: 10px;
	line-height: 16px;
	margin-top: 10px;
}
h4 {
	font-size: 14px;
	color: #3366CC;
}

button {
	border: none;
	background-color: #FFFFFF;
}
.button {
	text-align: center;
	margin: 15px 0;
}

img { 
	border: 0;
}
textarea {
	width: 97%;
}

#breadcrumbs {
	font-size: smaller;
	line-height: 1em;
	clear: both;
	margin: 0 15px;
	padding-top: 2px;
}
#breadcrumbs a {
	color: #0033CC;
}

#checkScript {
	border: 1px solid #CC0000;
	font-weight: bold;
	text-align: center;
	width: 100%;
	color: #CC0000;
	margin-bottom: 1em;
	padding: 1em 0 1em 0;
}

.fl {
	float: left;
	}
	
.fr {
	float: right;
	}
	
.clear {
	clear: both;
	}



/* Header Elements */
.headerimage {
	float: left;
	margin: 0 10px;
}
.main-navigation {
	float: left;
	position: relative;
	z-index: 1000;
	height: 54px;
	background-image: url(/images/menu.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 8px;
	width: 804px;
}

#header {
	float: left;
	width: 100%;
	background-color: #FFFFFF;
	padding-bottom: 5px;
}

#headline {
	float: left;
	width: 650px;
	padding: 5px 15px;
	line-height: 18px;
	font-weight: bold;
}
#lookfor {
	float: right;
	padding: 5px 15px;
	width: 250px;
}
#lookfor #searchform #s {
	border: 1px solid #C0C0C0;
	padding: 2px;
	width: 150px;
	height: 12px;
	color: #666666;
}
#lookfor #searchform #searchsubmit {
	margin-left: 3px;
	background-image: url(/images/submit.gif);
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 18px;
	text-indent: -1000em;
	width: 73px;
}

#headerad {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

#login {
	height: 16px;
	font-size: 12px;
	color: #fff;
	text-align: right;
	padding: 10px 20px 15px;
	background: url(images/login.png) repeat-x;
	}
	
	#login a {
		color: #fff;
		}
	
	#login ul li {
		display: inline;
		}
	
.dot:before {
	content: url(images/whitedot.png) " ";
	}

#title {
	margin-top: 20px;
	margin-right: 16px;
	margin-bottom: 20px;
	margin-left: 16px;
	}
	
	#title a {
		font-size: 48px;
		color: #222;
		line-height: 50px;
		}	

	#title.aligncenter {
		margin: 20px auto;
		text-align: center;
		}
	
	#title.fr {
		text-align: right;
		}			
	
	#title a:hover {
		color: #cc0000;
		text-decoration: none;
		}
/*		
	.headerimage .aligncenter {
		margin: 0 auto !important;
		}
*/	
#description {
	font-size: 14px;
}		

	
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	list-style:	none;
}
.sf-menu {
	position: relative;
	height: 54px;
	top: 1px;
	left: 17px;
}
.sf-menu li {
	float: left;
	width: 110px;
}
.sf-menu a {
	display: block;
	line-height: 50px;
	height: 50px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #FAFAFA;
}
.sf-menu a:visited  {
	color: #FAFAFA;
}
.sf-menu a:focus, .sf-menu a:hover,
.sf-menu li:hover a,
.sf-menu li.sfHover {
	outline:		0;
	background-image: url(/images/current_item_f2.png);
	background-repeat: repeat-x;
	background-position: top;
}
.sf-menu li.current-menu-item a,
.sf-menu li.current-menu-parent a,
.sf-menu li.current-page-ancestor a,
.sf-menu li.current-category-ancestor a {
	outline:		0;
	background-image: url(/images/current_item_f3.png);
	background-repeat: repeat-x;
	background-position: top;
}
.sf-menu ul {
	display: none;
}
/*
.sf-menu li:hover {
	visibility:		inherit;
}
*/
.sf-menu li:hover ul {
	position: absolute;
	z-index: 100;
	visibility: visible;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D5D5D5;
	display: block;
}
.sf-menu li:hover li {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #D5D5D5;
	border-bottom-color: #D5D5D5;
	border-left-color: #D5D5D5;
	background-color: #FFFFFF;
	background-image: none;
	float: none;
	width: 158px;
}
.sf-menu li:hover li a {
	text-align: left;
	background-color: #FFFFFF;
}
.sf-menu li:hover li a:link,
.sf-menu li:hover li a:visited {
	line-height: 35px;
	height: 35px;
	padding-left: 12px;
	color: #777777;
	background-image: none;
}
.sf-menu li:hover li a:hover,
.sf-menu li:hover li a:active {
	background-color: #F0F8FF;
	color: #3366CC;
}

ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}

ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}


/*** DEMO SKIN ***/
/*
.sf-menu {
	float:			left;
	margin-bottom:	0;
}
.sf-menu a {
	text-decoration:none;
}
.sf-menu li:hover li a:hover {
	color: #FAFAFA;
}
*/



/*** arrows **/
/*
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px;
}
*/
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			.90em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url(images/arrows-ffffff.png) no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.65em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
/*
.sf-shadow ul {
	background:	url(images/shadow.png) no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
*/
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

								
.sub-navigation {
	clear: both;
	border-bottom: 1px solid #888;
	float: left;
	width: 100%;
	padding: 5px 0 0;
 	z-index: 50;
 	position: relative;
	}
	
	.sub-navigation ul {
	padding-left: 8px;
		}
	
	.sub-navigation li {
	list-style-type: none;
	float: left;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 24px;
	background: url(images/blackdot.png) right 5px no-repeat;
	position: relative;
	padding-right: 10px;
		}
	
	.sub-navigation a {
	color: #222;
	padding-right: 5px;
	padding-left: 5px;
		}
		
		.sub-navigation a:hover {
			text-decoration: underline;
			}
			
.sub-navigation ul li:hover ul { display: block; }	
.sub-navigation ul li:hover ul ul { display: none; }	
.sub-navigation ul ul { position:absolute; top:24px; left:0; background:#fff; display:none; list-style:none; margin:0;padding:0; border-top: 1px solid #000; z-index: 500;}
.sub-navigation ul ul li {position:relative; border:1px solid #aaa; border-top: 0;width:159px; margin:0; padding: 0; background: none;}
.sub-navigation ul ul li a {display:block; padding:0 7px 0 12px; color: #555; background-color:#fff; border-right: 0; font-size: 12px; }
.sub-navigation ul ul li a:hover {background-color:#eee}
.sub-navigation ul ul li:hover ul { display: block; }
.sub-navigation ul ul ul { left:159px; top:-1px; display: none; }	


.sub-navigation li.nodot {
	background: none;
	z-index: -50;
	}
	
.sub-navigation li.right-d {
	float: right;
	}


/* Main Elements */
	
#mainwrapper {
	background-color: #FFFFFF;
	float: left;
	clear: both;
	margin-top: 10px;
	padding-bottom: 10px;
}

#sidebar, #secondsidebar {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}
#sidebar h2,
#secondsidebar h2 {
	text-align: center;
	font-weight: bold;
	line-height: 33px;
	color: #FAFAFA;
	background-image: url(/images/sidebar-title.png);
	background-repeat: no-repeat;
	height: 33px;
	font-size: 12px;
	width: 178px;
	border: 1px solid #D5D5D5;
	margin: 0px;
	padding: 0px;
}

#sidebar .snavi {
	list-style-type: none;
	margin-bottom: 1em;
}
#sidebar .snavi-notitle {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D5D5D5;
}
#sidebar .snavi li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D5D5D5;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #D5D5D5;
	border-right-color: #D5D5D5;
	border-left-color: #D5D5D5;
	margin: 0px;
	padding: 0px;
}
#sidebar .snavi a {
	display: block;
	line-height: 29px;
	text-indent: 2em;
	text-decoration: none;
	background-image: url(/images/snavi.png);
	background-repeat: no-repeat;
	font-weight: bold;
	color: #777777;
	height: 29px;
}
#sidebar .snavi a.selected,
#sidebar .snavi a:hover {
	background-image: url(/images/snavi_f2.png);
	color: #3366CC;
}
#sidebar #spluslogo {
	margin-bottom: 1em;
}
#sidebar #spluslogo a {
	display: block;
	height: 90px;
	width: 180px;
	text-indent: -10000px;
	background-image: url(/images/splus.png);
	background-repeat: no-repeat;
	background-position: top;
	margin-right: auto;
	margin-left: auto;
}
#sidebar #spluslogo a:hover,
#sidebar #spluslogo a:active {
	background-image: url(/images/splus_f2.png);
	background-repeat: no-repeat;
	background-position: top;
}

#sidebar #click {
	text-align: center;
	background-color: #FAFAFA;
	padding: 1.5em;
}
#sidebar #click img {
	background-color: #FFFFFF;
}

.side-widget {
	margin-bottom: 1em;
}
.side-widget ul {
	list-style-type: none;
	margin-top: 0.5em;
	margin-bottom: 1em;
}
.side-widget ul li {
	width: 170px;
	padding-right: 10px;
}
.side-widget ul a {
	display: block;
	background-image: url(/images/arrow-gray.gif);
	background-repeat: no-repeat;
	background-position: 0.5em 0.5em;
	padding-left: 1.5em;
}
.side-widget ul a:hover {
	background-image: url(/images/arrow-red.gif);
}

/*
#secondsidebar .side-widget h2 {
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	background: url(images/h2line.gif) repeat-x bottom;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
}
*/

ul.ucart_calendar_body li {
	margin: 0px;
	padding: 0px;
	width: 180px;
	color: #FFFFFF;
}
table.usces_calendar {
	width: 178px;
	background-color: #FFFFFF;
	margin-right: 1px;
	margin-left: 1px;
	text-align: center;
	font-size: 12px;
	line-height: 1.5em;
	color: #4D4D4D;
}
table.usces_calendar caption {
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 1em;
	font-weight: bold;
	color: #3366CC;
}
table.usces_calendar th {
	border: 1px solid #FFFFFF;
	background-color: #EAEAEA;
	font-weight: normal;
}
table.usces_calendar td {
	border: 1px solid #FFFFFF;
}
table.usces_calendar .businessday {
	background-color: #FFE4E1;
}
.business_days_exp_box {
	display: none;
}


.side {
	line-height: 20px;
	font-size: 18px;
	margin-bottom: 0;
	}
/*
.side-widget {
	float: left;
	margin: 0 0 15px;
	padding: 0 10px 15px;
	background: url(images/bg-hatch.gif);
	border: 1px solid #ddd;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
}
.side-widget ul {
		list-style-type: none;
}

.side-widget ul li {
	padding-left: 15px;
	margin-top: 2px;
	margin-bottom: 2px;
}
	
.side-widget h2 {
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	background: url(images/h2line.gif) repeat-x bottom;
	padding-top: 10px;
	padding-bottom: 5px;
}
		
.side-widget .storycontent {
		border-bottom: 1px solid #ddd;
}
		
.side-widget .noline {
		border-bottom: 0;
}		
.side-widget #s {
	margin-top: 15px;
	padding: 2px;
	width: 94%;
	}

.storycontent {
	word-wrap: break-word;
}
*/

.posts {
	margin-bottom: 10px;
	float: left;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
}
	
.posts img {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

		
.readmore {
	color: #cc0000;
	}
		
#footer {
	clear: both;
	float: left;
	background-color: #FFFFFF;
	width: 100%;
	font-size: smaller;
	padding-bottom: 10px;
	margin-top: 5px;
}
#footer a {
	color: #0033CC;
}
#footwrapper {
	background-image: url(/images/footer.png);
	background-repeat: no-repeat;
	background-position: top;
	padding: 8px 15px 8px 15px;
	margin: 0 10px 0 10px;
}



/* Left Content Elements */

#leftcontent {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}

	#leftcontent h5.latest {
		margin: 0;
		padding: 0;
		color: #cc0000;
		margin-bottom: 5px;
		font-size: 14px;
		}

#leftcontent h1,
#leftcontent h1.catheader,
#leftcontent .post h1, 
#leftcontent .ind-post h1, 
#leftcontent .twopost h1, 
#leftcontent .pages h1, 
#leftcontent .threepost h1 {
	color: #003399;
	margin-bottom: 15px;
}

	
	#leftcontent .twopost h1 {
		font-size: 26px;
		line-height: 28px;
		}
	
	#leftcontent .threepost h1 {
		font-size: 20px;
		line-height: 22px;
		}
	
	#leftcontent .postmetadata {
		clear: both;
		line-height: 14px;
		}
#leftcontent h2 {
	line-height: 32px;
	font-size: 14px;
	background-image: url(/images/h2.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 24px;
	margin-top: 2em;
}
#leftcontent p {
	margin-bottom: 1em;
}
#leftcontent ol {
	list-style-position: outside;
	list-style-type: decimal;
}
#leftcontent ul {
	list-style-type: none;
	list-style-position: outside;
}
#leftcontent #banner {
	text-align: center;
	margin-top: 1em;
	margin-bottom: 1em;
	padding-top: 1em;
	padding-bottom: 1em;
	height: 60px;
	clear: both;
}
#leftcontent .first {
	margin-top: 0px;
}
#leftcontent .sheet {
	width: 100%;
	border: 1px solid #FAFAFA;
}
#leftcontent .sheet a {
	color: #0033CC;
}
#leftcontent .sheetDefaultTop {
	background-image: url(/images/sheet_default_top.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 7px;
	margin-bottom: 1em;
}
#leftcontent .sheetDefaultBottom {
	padding-bottom: 7px;
	background-image: url(/images/sheet_default_bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
#leftcontent .sheetDefaultBody {
	background-image: url(/images/sheet_default_body.gif);
	background-repeat: repeat-y;
	padding-right: 7px;
	padding-left: 7px;
}

#leftcontent .sheetDMTop {
	background-image: url(/images/sheet_dm_top.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 7px;
	margin-bottom: 1em;
}
#leftcontent .sheetDMBottom {
	padding-bottom: 7px;
	background-image: url(/images/sheet_dm_bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
#leftcontent .sheetDMBody {
	background-image: url(/images/sheet_dm_body.gif);
	background-repeat: repeat-y;
	padding-right: 7px;
	padding-left: 7px;
}

#leftcontent .sheetHGTop {
	background-image: url(/images/sheet_hg_top.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 7px;
	margin-bottom: 1em;
}
#leftcontent .sheetHGBottom {
	padding-bottom: 7px;
	background-image: url(/images/sheet_hg_bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
#leftcontent .sheetHGBody {
	background-image: url(/images/sheet_hg_body.gif);
	background-repeat: repeat-y;
	padding-right: 7px;
	padding-left: 7px;
}

#leftcontent .sheetHLTop {
	background-image: url(/images/sheet_hl_top.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 7px;
	margin-bottom: 1em;
}
#leftcontent .sheetHLBottom {
	padding-bottom: 7px;
	background-image: url(/images/sheet_hl_bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
#leftcontent .sheetHLBody {
	background-image: url(/images/sheet_hl_body.gif);
	background-repeat: repeat-y;
	padding-right: 7px;
	padding-left: 7px;
}

#leftcontent .sheetHSTop {
	background-image: url(/images/sheet_hs_top.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 7px;
	margin-bottom: 1em;
}
#leftcontent .sheetHSBottom {
	padding-bottom: 7px;
	background-image: url(/images/sheet_hs_bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
#leftcontent .sheetHSBody {
	background-image: url(/images/sheet_hs_body.gif);
	background-repeat: repeat-y;
	padding-right: 7px;
	padding-left: 7px;
}

#leftcontent .sheetOptionTop {
	background-image: url(/images/sheet_option_top.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 7px;
	margin-bottom: 1em;
}
#leftcontent .sheetOptionBottom {
	padding-bottom: 7px;
	background-image: url(/images/sheet_option_bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
#leftcontent .sheetOptionBody {
	background-image: url(/images/sheet_option_body.gif);
	background-repeat: repeat-y;
	padding-right: 7px;
	padding-left: 7px;
}
#leftcontent .underline {
	text-decoration: underline;
}

/*
#leftcontent table td {
	border: 1px solid #eee;
	padding: 5px 10px;
}
	
#leftcontent table th {
	border: 1px solid #eee;
	padding: 5px 10px;		
	background: #eee;
}
*/
#leftcontent .meta {
	color: #8C8C8C;
	margin-bottom: 5px;
	font-size: smaller;
}	
/*	
#leftcontent .catdesc {
	margin-bottom: 15px;
	background-color: #F5F5F5;
	padding-right: 10px;
	padding-left: 10px;
}
*/
#leftcontent .pdf {
	border: 1px solid #D5D5D5;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
}
/*		
	#leftcontent .post .entry {
		font-size: 14px;
		line-height: 18px;
		}
*/

		
/* This is your subtitle style */

#leftcontent p.sub {
	font-size: 24px;
	line-height: 26px;
	font-weight: bold;
	font-style: italic;
	margin: 10px 0 0;
	}

/* This is your blockquote style */
	
#leftcontent .entry .pullquote {
	width: 250px;
	font-size: 24px;
	line-height: 26px;
	float: right;
	margin: 0 0 0 30px;
	padding: 0;
	font-style: italic;
	}
	
	#leftcontent .entry .pullquote p {
		padding: 0;
		margin: 0;
		}

#leftcontent a.more-link {
	clear: both;
	line-height: 10px;
	width: 42px;
	font-size: smaller;
	float: right;
	background-image: url(/images/more.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: -1000em;
	margin: 1em;
}
	
#leftcontent a.more-link:hover {
	background-image: url(/images/more_f2.gif);
}

.tags a {
	color: #cc0000;
	}
	
.ind-post, .post {
	float: left;
	margin-bottom: 10px;
	padding-bottom: 10px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
}

.ind-post img {
	margin-right: 10px;
	margin-bottom: 5px;
}

#twocol {
	float: left;
	margin-bottom: 3px;
	padding: 10px 0 0;
	background: url(images/line.gif) repeat-y 50% 0;
	}

#twocol img {
	margin-right: 8px;
	margin-bottom: 5px;
}
		
	#twocol hr.two {
		height: 0;
		border: 0;
		clear: both;
		border-bottom: 1px solid #eee;
		}
	
.mainhr {
	float: left;
	background: #eee;
	clear: both;
	width: 100%;
	height: 1px;
	margin: 10px 0;
}	
	
.twopost {
	width: 46%;
	float: left;
	}	

	.twopost2, .twopost4 {
		margin-left: 7.5%;
		}
		
	.twopost3, .twopost4 {
		border-top: 1px solid #eee;
		padding-top:5px;
		}
		
	.twopost1, .twopost3 {
		clear: left;
		}		
		
#threecol {
	float: left;
	background: url(images/line.gif) repeat-y 31.5% 0;
	margin-top: 3px;
	width: 100%;
	}

#threecol2 {
	float: left;
	padding: 0;
	background: url(images/line.gif) repeat-y 67% 0;
	width: 100%;
}

#threecol img {
	margin-right: 5px;
	margin-bottom: 5px;
}

.threepost {
	width: 29%;
	float: left;
	border-top: 1px solid #eee;
	padding-top: 10px;
	}

	.threepost2, .threepost5 {
		padding: 10px 0 0;
		margin: 0 6%;
		}
		
	.threepost1, .threepost2, .threepost3 {
		border-top: 0;
		}
		
	.threepost1, .threepost4 {
		clear: left;
		}


/* Home */
#home {
	width: 100%;
}
#home h3 {
	line-height: 30px;
	margin: 0px;
	background-image: url(/images/h3_home.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #003399;
	text-align: left;
	text-indent: 2em;
	padding: 0px;
	height: 30px;
	border-left-style: none;
}
#home .container {
	margin-bottom: 1em;
	border: 1px solid #6699CC;
	padding: 1em;
}
#home .notice {
	background-color: #F5F5F5;
	padding: 6px;
	margin-top: 12px;
}
#home .notice p {
	margin: 0px;
	padding: 0px;
}
#home .notice ol {
	margin-left: 18px;
	list-style-position: outside;
	list-style-type: decimal;
	margin-bottom: 12px;
}
#home #topics {
	margin: 0px;
}
#home #topics li {
	background-image: none;
	border-bottom: 1px solid #EAEAEA;
	padding: 3px 0;
}
#home #topics .topicdate {
	width: 86px;
	float: left;
	padding-left: 6px;
	display: block;
}
#home #topics .topictext {
	width: 475px;
	float: left;
	padding-right: 6px;
	margin-right: 0px;
	margin-left: 0px;
	display: block;
}


/* Service */
#service a {
	display: block;
	margin: 0px;
	height: 50px;
	width: 524px;
	padding-top: 38px;
	padding-right: 20px;
	padding-bottom: 12px;
	text-decoration: none;
	text-indent: 0px;
	padding-left: 50px;
	line-height: 1.4em;
}
#service a:link, #service a:visited {
	color: #4D4D4D;
}
#service li {
	margin-bottom: 1em;
}
#service li.dm a {
	background-image: url(/images/service_dm.png);
	background-repeat: no-repeat;
}
#service li.dm a:hover {
	background-image: url(/images/service_dm_f2.png);
	background-repeat: no-repeat;
	color: #3366CC;
}
#service li.hl a {
	background-image: url(/images/service_hl.png);
	background-repeat: no-repeat;
}
#service li.hl a:hover {
	background-image: url(/images/service_hl_f2.png);
	background-repeat: no-repeat;
	color: #336600;
}
#service li.hg a {
	background-image: url(/images/service_hg.png);
	background-repeat: no-repeat;
}
#service li.hg a:hover {
	background-image: url(/images/service_hg_f2.png);
	background-repeat: no-repeat;
	color: #CC6600;
}
#service li.hs a {
	background-image: url(/images/service_hs.png);
	background-repeat: no-repeat;
}
#service li.hs a:hover {
	background-image: url(/images/service_hs_f2.png);
	background-repeat: no-repeat;
	color: #CC3300;
}

#domain dl, #hosting dl {
	margin-bottom: 2em;
}
#domain dt, #hosting dt {
	text-decoration: underline;
}
#domain dd, #hosting dd {
	margin-bottom: 1em;
}
.contract {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: auto;
	margin-bottom: 0px;
	margin-top: 5px;
}
.contract td {
	text-align: center;
	white-space: nowrap;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	border: 1px solid #B0C4DE;
	background-color: #F8F8FF;
}
.contract .item {
	font-size: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #000099;
	padding-top: 1px;
	background-color: #FFFFFF;
	padding-bottom: 1px;
}
.contract .plus {
	font-weight: normal;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
}



/* Domain */
#domain ul {
	margin-bottom: 1em;
	margin-left: 1em;
	margin-top: 1em;
}

.tableAboutDomain th {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3366CC;
	padding: 5px;
	width: 80px;
}
.tableAboutDomain td {
	border-top-color: #3366CC;
	border-left-color: #3366CC;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	padding: 5px;
	background-color: #FFFFFF;
}
.tableAboutDomain tbody th {
	background-color: #F0F8FF;
}
.tableAboutDomain .sub_th {
	text-align: center;
	background-color: #FFFFFF;
	width: 50px;
	font-weight: bold;
}
.tableAboutDomain .top_cell {
	border-top-style: none;
	background-color: #D7EBFF;
	padding-top: 8px;
	padding-bottom: 8px;
	font-weight: bold;
	text-align: center;
}

.tableChargeDM th {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3366CC;
	padding: 5px;
}
.tableChargeDM td {
	border-top-color: #3366CC;
	border-left-color: #3366CC;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	padding: 5px;
	text-align: center;
	background-color: #FFFFFF;
}
.tableChargeDM thead td {
	width: 150px;
}
.tableChargeDM tbody th {
	background-color: #F0F8FF;
}
.tableChargeDM .sub_th {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #6699FF;
	background-color: #FFFFFF;
}
.tableChargeDM .top_cell {
	border-top-style: none;
	background-color: #D7EBFF;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 8px;
}

.tableChargeDMOthers th {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3366CC;
	padding: 5px;
}
.tableChargeDMOthers td {
	border-top-color: #3366CC;
	border-left-color: #3366CC;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	padding: 5px;
	text-align: center;
}
.tableChargeDMOthers tbody th {
	background-color: #F0F8FF;
}
.tableChargeDMOthers tbody td {
	width: 85px;
	background-color: #FFFFFF;
}
.tableChargeDMOthers .sub_th {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #6699FF;
	background-color: #D7EBFF;
	font-weight: bold;
}
.tableChargeDMOthers .top_cell {
	border-top-style: none;
	background-color: #D7EBFF;
	font-weight: bold;
}


/* Hosting */
#hosting ol {
	list-style-position: outside;
	list-style-type: decimal;
	margin-left: 25px;
	margin-bottom: 15px;
}
#hosting .small_char {
	font-size: 10px;
}

.tableChargeHG th {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CC9900;
	padding: 5px;
}
.tableChargeHG td {
	border-top-color: #CC9900;
	border-left-color: #CC9900;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	padding: 5px;
	text-align: center;
}
.tableChargeHG thead td {
	width: 80px;
}
.tableChargeHG tbody th {
	background-color: #FFFFF0;
}
.tableChargeHG tbody td {
	background-color: #FFFFFF;
}

.tableChargeHG .top_cell {
	border-top-style: none;
	background-color: #FFFFCC;
	font-weight: bold;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}

.tableChargeHL th {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #339900;
	padding: 5px;
}
.tableChargeHL td {
	border-top-color: #339900;
	border-left-color: #339900;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	padding: 5px;
	text-align: center;
}
.tableChargeHL thead td {
	width: 80px;
}
.tableChargeHL tbody th {
	background-color: #F0FFF0;
}
.tableChargeHL tbody td {
	background-color: #FFFFFF;
}

.tableChargeHL .top_cell {
	border-top-style: none;
	background-color: #CCFFCC;
	font-weight: bold;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}

.tableChargeHS th {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CC3300;
	padding: 5px;
}
.tableChargeHS td {
	border-top-color: #CC3300;
	border-left-color: #CC3300;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	padding: 5px;
	text-align: center;
}
.tableChargeHS thead td {
	width: 140px;
}
.tableChargeHS tbody th {
	background-color: #FFF5EE;
}
.tableChargeHS tbody td {
	background-color: #FFFFFF;
}

.tableChargeHS .top_cell {
	border-top-style: none;
	background-color: #FFE4E1;
	font-weight: bold;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}

.tableChargeOption th {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF6600;
	padding: 5px;
	width: 150px;
}
.tableChargeOption td {
	border-top-color: #FF6600;
	border-left-color: #CC6600;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	padding: 5px;
	text-align: center;
}
.tableChargeOption tbody th {
	background-color: #FFFAF0;
}
.tableChargeOption tbody td {
	background-color: #FFFFFF;
}

.tableChargeOption .top_cell {
	border-top-style: none;
	background-color: #FFEFD5;
	font-weight: bold;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}

.tableFunctionHG th {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CC9900;
	padding: 5px;
}
.tableFunctionHG td {
	border-top-color: #CC9900;
	border-left-color: #CC9900;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	padding: 5px;
	text-align: center;
}
.tableFunctionHG thead td {
	width: 75px;
}
.tableFunctionHG tbody th {
	background-color: #FFFFF0;
	text-align: left;
}
.tableFunctionHG tbody td {
	background-color: #FFFFFF;
}

.tableFunctionHG .top_cell {
	border-top-style: none;
	background-color: #FFFFCC;
	font-weight: bold;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}

.tableFunctionHL th {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #339900;
	padding: 5px;
}
.tableFunctionHL td {
	border-top-color: #339900;
	border-left-color: #339900;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	padding: 5px;
	text-align: center;
}
.tableFunctionHL thead td {
	width: 75px;
}
.tableFunctionHL tbody th {
	background-color: #F0FFF0;
	text-align: left;
}
.tableFunctionHL tbody td {
	background-color: #FFFFFF;
}

.tableFunctionHL .top_cell {
	border-top-style: none;
	background-color: #CCFFCC;
	font-weight: bold;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}

.tableFunctionHS th {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CC3300;
	padding: 5px;
}
.tableFunctionHS td {
	border-top-color: #CC3300;
	border-left-color: #CC3300;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	padding: 5px;
	text-align: center;
}
.tableFunctionHS thead td {
	width: 133px;
}
.tableFunctionHS tbody th {
	background-color: #FFF5EE;
	text-align: left;
}
.tableFunctionHS tbody td {
	background-color: #FFFFFF;
}

.tableFunctionHS .top_cell {
	border-top-style: none;
	background-color: #FFE4E1;
	font-weight: bold;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}

.tableIntroDM th {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3366CC;
}
.tableIntroDM td {
	border-top-color: #3366CC;
	border-left-color: #3366CC;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	padding: 5px;
}
.tableIntroDM tbody th {
	background-color: #F0F8FF;
	padding: 5px;
	width: 50px;
}
.tableIntroDM tbody td {
	background-color: #FFFFFF;
}

.tableIntroDM .top_cell {
	border-top-style: none;
	background-color: #D7EBFF;
	font-weight: bold;
	text-align: center;
}
.tableIntroDM .fee {
	width: 80px;
	text-align: center;
}

.tableManageHG th {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CC9900;
	padding: 5px;
}
.tableManageHG td {
	border-top-color: #CC9900;
	border-left-color: #CC9900;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	padding: 5px;
}
.tableManageHG thead td {
	width: 75px;
}
.tableManageHG tbody th {
	background-color: #FFFFF0;
	text-align: left;
}
.tableManageHG tbody td {
	background-color: #FFFFFF;
}
.tableManageHG .top_cell {
	border-top-style: none;
	background-color: #FFFFCC;
	font-weight: bold;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}

.tableManageHL th {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #339900;
	padding: 5px;
}
.tableManageHL td {
	border-top-color: #339900;
	border-left-color: #339900;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	padding: 5px;
}
.tableManageHL thead td {
	width: 75px;
}
.tableManageHL tbody th {
	background-color: #F0FFF0;
	text-align: left;
}
.tableManageHL tbody td {
	background-color: #FFFFFF;
}
.tableManageHL .top_cell {
	border-top-style: none;
	background-color: #CCFFCC;
	font-weight: bold;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}

.tableManageHS th {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CC3300;
	padding: 5px;
}
.tableManageHS td {
	border-top-color: #CC3300;
	border-left-color: #CC3300;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	padding: 5px;
}
.tableManageHS thead td {
	width: 133px;
}
.tableManageHS tbody th {
	background-color: #FFF5EE;
	text-align: left;
}
.tableManageHS tbody td {
	background-color: #FFFFFF;
}
.tableManageHS .top_cell {
	border-top-style: none;
	background-color: #FFE4E1;
	font-weight: bold;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}


/* Process */
.arrow {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
	font-weight: bold;
}
#leftcontent .left {
	width: 294px;
	float: left;
	margin-right: 5px;
}
#leftcontent .right {
	width: 294px;
	float: right;
	margin-left: 5px;
}
.process {
	border: 2px solid #D5D5D5;
	margin-bottom: 15px;
	background-color: #FFFFFF;
	background-image: url(/images/process.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.process dl {
	margin: 0px;
	padding: 0px;
}
.process dt {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 2px;
	text-decoration: none;
	font-weight: bold;
	margin: 0px;
}
.process dd {
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 2px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.process .text {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: center;
	font-weight: bold;
	background-image: url(/images/process.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.process-co {
	border: 2px solid #3366FF;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 1px;
	background-color: #FFFFFF;
	background-image: url(/images/process.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.process-co dl {
	margin: 0px;
	padding: 0px;
}
.process-co dt {
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 3px;
	color: #3366CC;
	margin-right: 5px;
	margin-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D5D5D5;
	text-decoration: none;
}
.process-co dd {
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 3px;
	color: #000000;
	margin-bottom: 0px;
}
.process-custom {
	border: 2px solid #FF9900;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 1px;
	background-color: #FFFFFF;
	background-image: url(/images/process.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.process-custom dl {
	margin: 0px;
	padding: 0px;
}
.process-custom dt {
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 3px;
	color: #CC6600;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D5D5D5;
	margin-right: 5px;
	margin-left: 5px;
	text-decoration: none;
}
.process-custom dd {
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #000000;
	margin-bottom: 0px;
}



/* Campaign */
#campaign dl {
	margin-bottom: 1em;
	margin-left: 2em;
}
#campaign dt {
	width: 3em;
	float: left;
	clear: left;
}
#campaign dd {
	float: left;
}



/* Support */
#support ul {
	margin-bottom: 1em;
	margin-left: 1em;
}
#support ol {
	margin-bottom: 1em;
	margin-left: 2em;
}
#support ol.manual li {
	text-indent: 0em;
	margin-top: 2em;
}
#support ol.manual img {
	margin-top: 10px;
}
#support table.setting th {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C0C0C0;
	padding: 5px;
}
#support table.setting td {
	border-top-color: #C0C0C0;
	border-left-color: #C0C0C0;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	padding: 5px;
	text-align: center;
}
#support table.setting tbody th {
	background-color: #F5F5F5;
	width: 180px;
}
#support table.setting tbody td {
	background-color: #FFFFFF;
}
#support table.setting .top_cell {
	border-top-style: none;
	background-color: #EAEAEA;
	font-weight: bold;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}



/* security plus */
#splus ul {
	margin-bottom: 1em;
	margin-left: 1em;
	list-style-type: disc;
	list-style-position: outside;
}



/* Profile */
#profile dt {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D5D5D5;
	margin-bottom: 3px;
	padding-bottom: 3px;
	font-weight: bold;
}
#profile dd {
	margin-bottom: 12px;
	margin-right: 0px;
	margin-left: 0px;
}
#profile #last {
	margin-bottom: 0px;
}

#profile th {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C0C0C0;
	background-color: #F5F5F5;
	text-align: left;
	width: 120px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	vertical-align: top;
}
#profile td {
	border-top-color: #C0C0C0;
	border-left-color: #C0C0C0;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #FFFFFF;
}
#profile .top_cell {
	border-top-style: none;
}



/* Privacy */
#privacy dl {
	margin-top: 2em;
}
#privacy dd {
	margin-right: 0px;
	margin-left: 0px;
}
#privacy ol {
	margin-bottom: 1em;
	margin-left: 2em;
}



/* Sitemap */
#sitemap ul {
	margin-bottom: 1em;
	margin-left: 1em;
}



/* Pagination */	
	
.pagination {
	margin-bottom: 1em;
	text-align: center;
}	

.pagination a {
	padding: 3px 4px 2px 4px;
	margin: 2px;
	border: 1px solid #D5D5D5;
	color: #4D4D4D;
	text-decoration: none;
}

.pagination a:hover {
	color: #FAFAFA;
	background-color: #666666;
}
/*
.pagination span.pages {
	padding: 3px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #666;
	border: 1px solid #ccc;
	background-color: #FFFFFF;
}
*/
.pagination span.current {
	padding: 3px 4px 2px 4px;
	margin: 2px;
	border: 1px solid #D5D5D5;
	background-color: #666666;
	color: #FAFAFA;
}
.pagination span.extend {
	padding: 3px 4px 2px 4px;
	margin: 2px;
}
			
/* Other Elements */

.red {
	color: #cc0000;
}
	
#tagcloud {
	width: 400px;
	text-align: center;
	margin: auto;
	padding: 20px;
	}	
	
#tagcloud a {
	color: #cc0000;
	}

/* Comment Elements */

#postcomments {
	padding-top: 20px;
	}
			
	 h3#comments, #respond h3 { color:#333; font:normal 200% georgia,times,serif; margin: 10px 0; clear: left; }

#respond p {
	font-size:11px;
	margin-bottom: 1em;
}	

	 ol.commentlist { list-style:none; margin:0; padding:0; float: left; }

ol.commentlist li {
	margin-bottom: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

	.commentlist .even {
		background: #eee;
		border-bottom: 1px solid #ddd;
		border-right: 1px solid #ddd;
		}

	.commentlist .avatar {
		float: right;
		padding: 5px;
		border: 1px solid #ddd;
		margin: 0 20px 10px 10px;
		background: #fff;
		}
	
	.commentlist .comment-author {
		font-size: 12px;
		}
	
	.commentlist .comment-text {
		padding: 0 20px 0 0;
		}
	
	.commentlist .url {
		font-size: 16px;
		font-style: italic;
		}
/*
	 ol.commentlist li div.reply { background:#999; border:1px solid #666; border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px; color:#fff; font:bold 9px/1 helvetica,arial,sans-serif; padding:6px 5px 4px;  text-align:center; width:36px; }
*/
	 ol.commentlist li div.reply:hover { background:#cc0000; border:1px solid #cc0000; }

	 ol.commentlist li div.reply a { color:#fff; text-decoration:none; text-transform:uppercase; }

	 ol.commentlist li ul.children { margin:16px 20px 0 0; padding: 0 0 0 20px; list-style-image: url(images/commentarrow.png); }

	 ol.commentlist ul.children li.odd { background:#fff; }

	 ol.commentlist ul.children li.even { background:#eee; }

/* WordPress Required Elements */

.aligncenter,
div.aligncenter {
   display: block;
   margin: 5px auto;
}

.alignleft, div.alignleft {
   float: left;
   margin: 5px 15px 5px 0;
}

.content .storycontent .alignleft,
.search .storycontent .alignleft,
.archive .storycontent .alignleft { 
	margin-top: 0; 
	}

.alignright, div.alignright {
   float: right;
   margin: 5px 0 5px 15px;
}

.alignnone {
	margin: 5px 0;
	}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 0;
   /* optional rounded corners for browsers that support it */
/*
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
*/
}

.wp-caption img {
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

#today {
	color: #cc0000;
	}

#wp-calendar {
	margin: auto;
	}


/* addWeather */
#wp_addweather,
.wp_addweather {
	margin: 0px;
	padding: 0px;
}


/* Simple Tags */
.st-tag-cloud {
	margin-bottom: 1em;
	border: 1px solid #6699CC;
	line-height: 2em;
	background-color: #F0F8FF;
	padding: 16px 18px 16px 18px;
}



/* Rule */
#rule-frame {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D5D5D5;
	border-bottom-color: #D5D5D5;
	border-left-color: #D5D5D5;
	overflow: auto;
	height: 500px;
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
}
#rule {
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	font-size: 12px;
	line-height: 1.5em;
	color: #333333;
}
#rule h1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D5D5D5;
	font-size: 16px;
	line-height: 1em;
	margin: 0;
	padding: 0 0 0.5em 0;
	color: #4D4D4D;
}
#rule h2 {
	border-top-style: none;
	font-size: 14px;
	line-height: 1em;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: none;
	padding: 0;
	margin: 3em 0 0 0;
}
#rule h3 {
	font-size: 12px;
	line-height: 1em;
	padding: 0;
	border-left-style: none;
	margin: 2em 0 1em 0;
}
#rule h4 {
	font-size: 12px;
	line-height: 1em;
	padding: 0;
	margin: 0;
	color: #4D4D4D;
}
#rule h5 {
	font-size: 12px;
	line-height: 1em;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #999999;
	font-weight: normal;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 6px;
	margin: 1em 0 0.5em 0;
}
#rule p {
	margin-bottom: 0;
}
#rule ol {
	margin-left: 25px;
	list-style-position: outside;
	list-style-type: decimal;
}
#rule ul {
	list-style-position: outside;
	list-style-type: disc;
	padding: 0;
	margin: 0.5em 0 0 2em;
}
#rule ul > li {
	text-indent: 0px;
	background-image: none;
}
#rule table {
	margin-top: 10px;
	font-size: 12px;
	line-height: 1.5em;
}
#rule caption {
	font-weight: bold;
	text-align: left;
	padding-bottom: 3px;
}
#rule th {
	background-color: #F0F0F0;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: normal;
	vertical-align: top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #D5D5D5;
	border-bottom-color: #D5D5D5;
}
#rule td {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #D5D5D5;
	border-bottom-color: #D5D5D5;
}
#rule .alphabet {
	list-style-type: lower-roman;
	margin-bottom: 0px;
}
#rule .left_cell {
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #D5D5D5;
}
#rule .left_top_cell {
	border-top-style: solid;
	border-left-style: solid;
	vertical-align: middle;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-color: #D5D5D5;
	border-left-color: #D5D5D5;
}
#rule .top_cell {
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #D5D5D5;
}
#rule .charge td {
	text-align: center;
}
#rule .charge .left_cell {
	background-color: #F5F5F5;
}
#rule .charge .left_top_cell {
	width: 90px;
}
#rule .name {
	padding-right: 3px;
	padding-left: 3px;
}
#rule .service .left_top_cell {
	width: 170px;
}

