@import url('../blueprint/reset.css'); 
@import url('../blueprint/typography.css'); 
@import url('../blueprint/forms.css'); 

/* globals */
body					{
	background-color: #FAFAFA;
	color: #333333;
	height: 100%;
	min-height: 100%;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3";
	font-size: .85em;
	line-height: 1.5em;
}

h1, h2, h3, h4, h5, h6	{
	font-weight: bold;
	color: #333333;
}

.clearfix:after			{ clear: both; content: "."; display: block; height: 0; line-height: 0; visibility: hidden; }
.clearfix				{ display: inline-block; }
html[xmlns] .clearfix	{ display: block; }
* html .clearfix		{ height: 1%; }

:focus					{ -moz-outline-style: none; }

a, a:link, a:visited	{
	color: #333333;
	text-decoration: underline;
}
a:hover					{
	color: #000000;
}

p						{ line-height: 1.5em; }
blockquote				{
	border-left: 2px solid #CCC;
	color: #333333;
	margin: 5px 0 20px;
	padding: 5px 10px 1px;
	font-style: normal;
}
code					{
	background: #EAEAEA;
	color: #333333;
	font-family: Consolas, Monaco, Courier, monospace;
	font-size: 11px;
	margin: 1px 0;
	padding: 1px 3px;
}
pre code				{
	background: #322E2C;
	border: 1px solid #CCCCCC;
	color: #333333;
	display: block;
	overflow: scroll;
	padding: 1.5em 1.75em;
}

input[type=text] {
	border: 1px solid #CCCCCC;
}
input[type=password], textarea	{
	border: 1px solid #CCCCCC;
}
input[type=submit], #wp-email-submit    {
	font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
	border: 1px solid #CCC;
	font-size: 10px;
	color:#333333;
	padding: 5px;
}
input[type=submit]:hover, #wp-email-submit:hover    {
	border: 1px solid #CCCCCC;
	color:#333333;
}

table					{ border-collapse: collapse; border-spacing: 0; border: 1px solid #CCC; }
th, td					{ padding: 5px; border: 1px solid #CCC; border-width: 1px; }
th, thead th			{
	font-weight: bold;
	color: #CCCCCC;
	background: url(../../images/topnav.jpg) repeat-x top #CCC;
}
td, tbody td			{ background: #F0F0F0; }

/* common classes */
.aligncenter			{ display: block; margin: 0 auto; }
.alignright				{ float: right; margin: 0 0 1em 1em; }
.alignleft				{ float: left; margin: 0 1em 1em 0; }
.floatleft				{ float: left; }
.floatright				{ float: right; }
img.aligncenter, img.alignright, 
img.alignleft			{
	border: 1px solid #CCCCCC;
}

.textcenter				{ text-align: center; }
.textright				{ text-align: right; }
.textleft				{ text-align: left; }

.noticebox				{
	background-color: #FAFAFA;
	border: 1px solid #CCC;
	color: #333333;
	margin-bottom: 20px;
	padding: 10px;
}
.noticebox a			{
	color: #333333;
}

.sub					{
	font-size: 11px;
	color: #333333;
}

.ui-tabs-hide, .hide	{ display: none !important; }

.wp-caption {
	border: 1px solid #CCCCCC;
	text-align: center;
	padding-top: 4px;
	margin: 10px;
	background-color: #E8E8E8;
}
.wp-caption img { margin: 0; padding: 0; border: none }
.wp-caption .wp-caption-text { font-size: 11px; line-height: 17px; padding: 0 4px 5px; margin: 0 }

.tags a:link, .tags a:visited	{
	font-weight: bold;
	text-decoration: none;
	padding: 2px 4px;
	display: inline-block;
	margin-bottom: 3px;
	background-color: #FAFAFA;
}

/* structure */
#wrapper				{ min-height: 100%; position: relative; }
#main					{ padding: 20px; z-index: 0; *z-index: -1; }
/*#main { background: url(../../images/12_col.gif); } */

/* header */
#header					{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-color: #FAFAFA;
	height: 60px;
	margin: 0px;
	padding: 0;
}
#branding				{
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
.logo					{
	max-width: 590px;
	margin: 0;
}
.blog-name				{
	font-size: 1px;
	line-height: 0px;
	display: block;
	text-indent: -9999px;
}
.blog-name a:link, .blog-name a:visited	{
	color: #333333;
	text-decoration: none;
}
/*.blog-name a:link, .blog-name a:visited	{  text-indent: -9000px; background: url(../../images/icons/logo.png) no-repeat; width: 450px; height: 22px; display: block; }*/
.blog-name a:hover		{ }
.blog-description		{
	line-height: 0px;
	display: block;
	font-size: 1px;
	text-indent: -9999px;
}

/* navigation */
#nav					{ zoom: 1; max-height: 35px; }
#nav-content			{
	width: 960px;
	height: 30px;
	background-color: #FAFAFA;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.sf-menu				{
	font-weight: normal;
}
.sf-menu, .sf-menu ul	{ float: left; list-style: none; line-height: 30px; padding: 0; margin: 0; }
.sf-menu a				{
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	color: #333333;
	font-size: 11px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.sf-menu li				{ float: left; padding: 0; }
.sf-menu ul				{ position: absolute; left: -999em; height: auto; width: 150px; margin: 0; line-height: 1; border: none; }
.sf-menu li li			{
	width: 148px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
.sf-menu li li a		{ background: url(../../images/techblue/content-bg.jpg) repeat-x top #FFF; padding: 7px 10px; width: 128px; font-size: 12px; text-transform: none; }
.sf-menu li ul ul		{ margin: -27px 0 0 148px; }
.sf-menu li li:hover	{ }
.sf-menu li:hover ul ul, .sf-menu li:hover ul ul ul, .sf-menu li:hover ul ul ul ul, .sf-menu li.sfhover ul ul, .sf-menu li.sfhover ul ul ul, .sf-menu li.sfhover ul ul ul ul { left: -999em; }
.sf-menu li:hover ul, .sf-menu li li:hover ul, .sf-menu li li li:hover ul, .sf-menu li li li li:hover ul, .sf-menu li.sfhover ul, .sf-menu li li.sfhover ul, .sf-menu li li li.sfhover ul, .sf-menu li li li li.sfhover ul { left: auto; z-index: 2; }
.sf-menu li ul li:hover a, .sf-menu li ul li li:hover a, .sf-menu li ul li li li:hover a, .sf-menu li ul li li li:hover a { background: url(../../images/techblue/feed-title.jpg) repeat-x top #004688; color: #FFF; }
.sf-menu li:hover li a, .sf-menu li li:hover li a, .sf-menu li li li:hover li a, .sf-menu li li li li:hover li a {
	background: url(../../images/techblue/content-bg.jpg) repeat-x top #FFF;
	color: #333333;
}

.rss					{ float: right; list-style: none; margin: 0; padding: 0 15px; }
.rss a:link, .rss a:visited	{
	display: block;
	margin: 0 25px 0 0;
	color: #333333;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding: 8px 0 0 0;
	float: left;
	clear: left;
	margin: 0;
}
.rss li					{ float: left; display: inline; text-transform: uppercase; background: url(../../images/rss.png) no-repeat; background-position: 0 9px; padding: 0 0 0 18px; margin: 0 0 0 10px; }

/* search bar */
#searchbar				{ float: right; overflow: hidden; padding: 0; margin: 25px 0 0; }
#searchform #s			{
	float: left;
	margin: 0px;
}
#searchform #searchsubmit	{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background: url(../../images/postbar.gif) repeat-x;
	border: 1px solid #CCC;
	color:#333333;
	float: left;
	padding: 0px;
}

/* sidebar */
.sidebar				{ }
.sidebar .xoxo			{ list-style: none; padding: 0; margin: 0; }
.widgetcontainer ul, .widgetcontent .xoxo, .widgetcontainer ol	{
	list-style: disc;
	margin-left: 0px;
}
.widgetcontainer li		{
	margin-bottom: 5px;
	background-image: url(../../images/allowSmall3.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
	list-style-type: none;
}
.widgetcontainer li a:visited, .widgetcontainer li a:link	{
	text-decoration: none;
}
.widgetcontainer li a:hover	{ border-bottom: 1px dotted #635957; }
.widgetcontainer input[type=text], .widgetcontainer input[type=password]	{
	width: 150px;
	height: 18px;
}
.widgettitle			{
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 6px 10px;
	border: 1px solid #CCCCCC;
	background-color: #FAFAFA;
}
.widgettitle a			{
	color: #333333;
}
.widgetcontent			{
	margin-bottom: 10px;
	padding: 10px;
	background-color: #FAFAFA;
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}

#multi-sidebar			{ }
#multi-sidebar .tabs	{ list-style: none; margin: 0; padding: 0; overflow: hidden; }
#multi-sidebar .tabs li	{
	float: left;
	padding: 5px;
	margin: 0 3px 5px 0;
	border: 1px solid #CCCCCC;
	background-color: #FAFAFA;
}
#multi-sidebar .tabs a:link, #multi-sidebar .tabs a:visited	{
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}
#multi-sidebar .tabs a:hover	{ border-bottom: 1px dotted #FFF; }
#multi-sidebar .tabs .ui-tabs-selected	{
	background-color: #FAFAFA;
}					
#multi-sidebar .tabs .ui-tabs-selected a:link, #multi-sidebar .tabs .ui-tabs-selected a:visited	{
	color: #333333;
}			
#multi-sidebar #s-tags a:link, #multi-sidebar #s-tags a:visited	{
	font-weight: bold;
	text-decoration: none;
	padding: 2px 4px;
	display: inline-block;
	margin-bottom: 3px;
	background-color: #FAFAFA;
}
#multi-sidebar .widgetcontainer	{
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	padding: 10px;
	background-color: #FAFAFA;
}
#multi-sidebar .widgetcontainer ul	{ list-style: none; margin: 0 0 0 5px; }
#multi-sidebar .widgetcontainer li	{ margin-bottom: 10px; }
						
/* featured slideshow */
.featured				{
	border: 1px solid #CCCCCC;
	padding: 0px;
	height: 650px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0;
	background-color: #FAFAFA;
	width: 650px;
}
#controls				{
	position: absolute;
	float: left;
	z-index: 10;
	width: 650px;
	padding-top: 325px;
}

#controls .next, #controls .prev	{ text-indent: -9000px; width: 30px; height: 30px; display: block; }
#controls .prev			{ background: url(../../images/prev.png) no-repeat; float: left; }
#controls .next			{ background: url(../../images/next.png) no-repeat; float: right; }

#featured-slideshow		{
	position: relative;
	height: 650px;
	width: 650px;
}			

.featured-article		{
	display: block;
	width: 650px;
	height: 650px;
	text-decoration: none !important;
}
.featured-entry			{
	position: relative;
	top: 570px;
	overflow: hidden;
	background: url(../../images/overlay.png);
	height: 80px;
	color: #000;
	padding: 0;
	display: block;
}
.featured-entry .entry-title	{
	color: #000;
	padding: 10px 15px 5px;
	display: block;
	font-size: 14px;
	font-weight: bold;
}
.featured-entry .entry-summary	{
	padding: 0 15px;
	margin: 0;
	display: block;
	font-size: 11px;
}

.layout-3c-r-fixed .featured, .layout-3c-fixed .featured	{ height: 225px; }
.layout-3c-r-fixed #controls, .layout-3c-r-fixed .featured-article, .layout-3c-fixed #controls, .layout-3c-fixed .featured-article	{ width: 480px; }
.layout-3c-r-fixed .featured-article, .layout-3c-fixed .featured-article	{ height: 225px; }
.layout-3c-r-fixed .featured-entry, .layout-3c-fixed .featured-entry		{ height: 100px; top: 125px; }

/* bottom content */
#bottom-content-1, #bottom-content-2	{ float: left; width: 320px; margin: 0 10px 10px 0; overflow: hidden; }
#bottom-content-1 .xoxo, #bottom-content-2 .xoxo	{ margin: 0; }
#bottom-content-1 * .xoxo, #bottom-content-2 * .xoxo{ margin-left: 15px; }
#bottom-content-1 .widgettitle, #bottom-content-2 .widgettitle	{
	background-color: #FAFAFA;
}

.layout-3c-r-fixed #bottom-content-1, .layout-3c-r-fixed #bottom-content-2, .layout-3c-fixed #bottom-content-1, .layout-3c-fixed #bottom-content-2	{ width: 243px; }

/* latest headlines */
.posts-default, .posts-quick, .posts-line	{ list-style: none; margin: 0; padding: 0; overflow: hidden; }
.posts-default .post	{
	width: 190px;
	float: left;
	border: 1px solid #CCCCCC;
	height: 310px;
	padding: 10px;
	font-size: 11px;
	margin-top: 0;
	margin-right: 7px;
	margin-bottom: 10px;
	margin-left: 0;
	background-color: #FAFAFA;
}
.posts-default img		{
	float: left;
	width: 190px;
	text-indent: -9000px;
	height: 190px;
	background-color: #FAFAFA;
}
.posts-default .entry-title	{ font-weight: bold; font-size: 12px; margin: 10px 0 5px; line-height: 1.3em; }
.posts-default .entry-title a:link, .posts-default .entry-title a:visited	{ text-decoration: none; }
.posts-default .entry-title a:hover	{ }
.posts-default .entry-summary, .posts-quick .entry-summary	{
	color: #333333;
	overflow: hidden;
}
.posts-default .entry-thumbnails	{ clear: both; display: inline-block; }
.posts-quick			{
	border: 1px solid #CCCCCC;
	margin: 0 10px 10px 0;
	padding: 10px;
	background-color: #FAFAFA;
}
.posts-quick li			{ padding: 10px 0; border-bottom: 1px dotted #EEE; }
.posts-quick li:last-child	{ border: none; }
.posts-quick img		{
	float: left;
	margin-right: 15px;
	border: 1px solid #CCCCCC;
	width: 190px;
	height: 100px;
	background: #111;
	text-indent: -9000px;
}
.posts-quick .entry-title	{ font-weight: bold; font-size: 14px; margin: 0 0 10px; line-height: 1.3em; }
.posts-quick .entry-title a:link, .posts-quick .entry-title a:visited	{ text-decoration: none; }
.posts-quick .entry-title a:hover	{ }
.posts-quick .entry-summary	{ line-height: 1.5em; }
.posts-quick .quick-read-more	{ padding: 5px 0; }
.posts-quick .entry-thumbnails	{ float: left; }
.posts-default .entry-meta, .posts-quick .entry-meta	{
	color: #333333;
	float: left;
	background: url(../../images/overlay.png);
	width: 190px;
	height: 25px;
	display: block;
	margin: -25px 0 0;
	font-weight: bold;
}
.posts-quick .entry-meta	{ margin: 76px 0 0 -206px; }
.posts-default .entry-meta a:link, .posts-default .entry-meta a:visited, .posts-quick .entry-meta a:link, .posts-quick .entry-meta a:visited	{
	color: #333333;
	text-decoration: none;
}
.posts-default .entry-comments, .posts-quick .entry-comments { float: right; margin: 5px 5px 0; background: url(../../images/comments.gif) no-repeat left center; padding: 0 0 0 12px; }
.posts-default .published, .posts-quick .published	{
	text-transform: uppercase;
	float: left;
	margin: 5px 5px 0;
	font-size: 10px;
	color: #333333;
	border-bottom: none;
}
.posts-line				{
	border: 1px solid #CCCCCC;
	margin: 0 10px 10px 0;
	padding: 10px;
	background-color: #FAFAFA;
}
.posts-line	li			{
	padding: 7px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.posts-line .entry-cat	{ float: left; font-size: 11px; width: 100px; overflow: hidden; color: #848485; }
.posts-line .entry-title	{ float: left; font-size: 12px; margin: 0; }
.posts-line .entry-comments	{
	float: right;
	font-size: 11px;
	color: #333333;
}

.layout-3c-r-fixed .posts-default .post, .layout-3c-r-fixed .posts-default img, .layout-3c-r-fixed .posts-default .entry-meta	{ width: 223px; }
.layout-3c-fixed .posts-default .post, .layout-3c-fixed .posts-default img, .layout-3c-fixed .posts-default .entry-meta	{ width: 223px; }

.navigation				{ margin: 10px 10px 10px 0; }

/* single post */
.single .post, .single-post	{
	border: 1px solid #CCCCCC;
	margin: 0 10px 20px 0;
	background-color: #FAFAFA;
	background-image: none;
}
.single .post .entry-title, .single-post .entry-title	{
	font-size: 18px;
	font-weight: bold;
	padding: 15px 0 0;
	margin: 0 0 5px;
}
.single .post .entry-title a:link, .single .post .entry-title a:visited, .single-post .entry-title a:link, .single-post .entry-title a:visited	{ text-decoration: none; }
.single .post .entry-title a:hover, .single-post .entry-title a:hover	{ }
.single .post .entry-info, .single-post .entry-info	{
	color: #333333;
}
.single .post .entry-cat, .single-post .entry-cat	{
	display: block;
	color: #333333;
	margin: 2px 0;
}
.single .post .entry-author, .single-post .entry-author {
	font-weight: bold;
	margin: 0 10px 0 0;
	color: #333333;
}
.single .post .entry-author address, .single-post .entry-author address	{ display: inline; font-style: normal; }
.single .post .tags, .single-post .tags			{
	display: block;
	margin: 5px 0;
	color: #333333;
}
.single .post .entry-photo, .single-post .entry-photo	{
	width: 650px;
	margin: 0 auto 10px;
	border: 1px solid #CCCCCC;
}
.single .post .entry-content, .single-post .entry-content	{ margin: 10px 0; font-size: 12px; }
.single .post .entry-content p, .single-post .entry-content p	{ line-height: 1.75em; }

.single-post 			{ padding: 0 10px; }

.layout-3c-r-fixed .post .entry-photo, .layout-3c-r-fixed .single-post .entry-photo, .layout-3c-fixed .post .entry-photo, .layout-3c-fixed .single-post .entry-photo	{ width: 480px; }

.postbar				{
	list-style: none;
	margin: 0 0 10px;
	padding: 7px 0;
	font-size: 11px;
	background-color: #FAFAFA;
}
.postbar li				{
	float: left;
	padding: 0 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}
.postbar li:first-child	{ border-left: 0; }
.postbar li a:link, .postbar li a:visited	{ text-decoration: none; font-weight: bold; }
.postbar li a:hover		{ }
.postbar .WP-PrintIcon, .postbar .WP-EmailIcon { display: none; }

.single-post-meta		{
	padding: 4px;
	margin: 0 10px 10px;
	background-color: #FAFAFA;
}
.single-post-meta-field	{
	clear: left;
	float: left;
	width: 15%;
	font-weight: bold;
	color: #333333;
	background-color: #FAFAFA;
}
.single-post-meta-value	{
	float: left;
	width: 80%;
	color: #333333;
	background-color: #FAFAFA;
}

.module-title, .feed-title	{
	line-height: 1em;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	margin: 0 10px 0 0;
	padding: 7px 10px;
	border: 1px solid #CCCCCC;
	display: block;
	background-color: #FAFAFA;
}
.feed-title				{ border-bottom: none; }

.gallery				{ clear: both; margin: 10px 0; }
.gallery-item			{ float: left; margin-right: 10px; }

.about-author			{
	border: 1px solid #CCCCCC;
	padding: 10px 15px;
	margin: 0 0 10px;
	line-height: 1.5em;
	font-size: 11px;
	background-color: #FAFAFA;
}
.about-author h4		{
	font-size: 10px;
	margin: 0 0 10px;
	text-transform: uppercase;
	color: #333333;
	font-weight: bold;
}
.about-author img		{
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid #CCCCCC;
	padding: 0;
}

/* gd star rating */
.gdmultitable			{ margin: 0 0 10px !important; }
.gdmultitable td		{ padding: 5px !important; }

/* wp-pagenavi */
.wp-pagenavi			{ margin: 0 0 10px; font-size: 12px; }
.wp-pagenavi a:link, .wp-pagenavi a:visited	{
	padding: 3px 4px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #CCCCCC;
	background-color: #FAFAFA;
	color: #333333;
}
.wp-pagenavi a:hover	{
	color: #000000;
}
.wp-pagenavi span.pages, .wp-pagenavi span.extend	{
	padding: 3px 4px;
	margin: 2px;
	border: 1px solid #CCCCCC;
	background-color: #FAFAFA;
	color: #333333;
}
.wp-pagenavi span.current	{
	padding: 3px 4px;
	margin: 2px;
	font-weight: bold;
	border: 1px solid #CCCCCC;
	background-color: #FAFAFA;
}
.wp-pagenavi span.pages	{
	margin-left: 0;
	color: #333333;
}

/* wp125 */
#wp125adwrap_2c			{ width: 270px !important; display: inline-block; padding: 8px 0 2px 8px; margin: 0 auto !important; }
#wp125adwrap_2c .wp125ad{ padding: 0 !important; margin: 0 10px 10px 0 !important; }
#wp125adwrap_2c:after	{ clear: both; content: "."; display: block; height: 0; line-height: 0; visibility: hidden; }
html[xmlns] #wp125adwrap_2c	{ display: block; }
* html #wp125adwrap_2c	{ height: 1%; }

/* wp-email */
#wp-email-required      {
	color: #333333;
}
#wp-email               {
	margin: 10px;
	padding: 10px;
	background-color: #FAFAFA;
}
#wp-email-button        { text-align: left !important; }

/* comments */
#commentlist			{
	list-style: none;
	padding: 10px;
	margin: 0 10px 0 0;
	background-color: #FAFAFA;
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
#commentlist li			{ margin: 0; padding-bottom: 20px; overflow: hidden; }
#commentlist .avatar	{
	border: 1px solid #CCCCCC;
	padding: 1px;
	float: left;
	margin: 0 5px 10px 0;
}
#commentlist cite		{ font-weight: bold; font-style: normal; line-height: 14px; }
#commentlist p			{ clear: left; font-size: 12px; }
#commentlist .reply		{ float: right; }
#commentlist .reply a, .comments-navigation a, .read-more, .navigation a	{
	color: #333333;
	text-decoration: none;
	padding: 5px 8px;
	margin-bottom: 3px;
	border: 1px solid #CCCCCC;
	font-weight: bold;
	zoom: 1;
*display: inline; 		display: inline-block;
}
#commentlist .reply a:hover, .comments-navigation a:hover, .navigation a:hover, .read-more:hover	{
	color: #333333;
	background-color: #FAFAFA;
}
#commentlist .children	{ clear: right; margin: 5px 0 0; list-style: none; }
#commentlist .children li	{ border-bottom: none; border-left: 1px dotted #CCC; padding: 0 0 0 20px; }
#commentlist #respond	{ clear: both; margin-top: 40px; padding-top: 10px; border-top: 1px dotted #CCC; }
#commentlist .comment-author	{ padding: 10px 0 0 10px;}
#commentlist .comment-content	{ padding: 0 10px; }
#commentlist .comment-node	{
	border: 1px solid #CCCCCC;
	background-color: #FAFAFA;
}
#commentlist .comment-meta	{
	text-decoration: none;
	color: #333333;
	font-size: 11px;
}
#commentlist .comment-controls	{
	padding: 5px 10px;
	font-weight: bold;
	background-color: #FAFAFA;
}
#commentlist .comment-controls a:link, #commentlist .comment-controls a:visited	{ text-decoration: none; }

.comments-navigation	{ clear: both; margin: 10px 10px 20px 0; }
.nocomments				{
	padding: 15px 10px;
	margin: 0 10px 20px 0;
	background-color: #FAFAFA;
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}

#commentsform			{
	margin: 0 10px 10px 0;
	padding: 10px 15px;
	overflow: hidden;
	background-color: #FAFAFA;
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
#commentsform textarea	{ width: 98%; height: 100px; padding: 5px; }

.pingbacks				{
	padding: 15px 10px 15px 30px;
	margin: 0 10px 20px 0;
	background-color: #FAFAFA;
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
.pingbacks li			{ padding: 2px 0; font-weight: bold; }
.pingbacks a:link, .pingbacks a:visited	{ text-decoration: none; }

/* search results */
.search-results h2      {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	margin: 0 10px 0 0;
	padding: 6px 10px;
	border: 1px solid #CCC;
	background-color: #FAFAFA;
}
.search-results-content {
	margin: 0 10px 10px 0;
	padding: 10px;
	background-color: #FAFAFA;
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}

/* footer */
#footer				{
	margin: 0px;
	padding-bottom: 10px;
	background-color: #FAFAFA;
	border-top-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
}
#footer-copyright {
	padding: 0px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footer .widgetcontainer	{ padding: 5px 10px; }
#footer .widgettitle	{
	background: none;
	border: none;
	text-transform: uppercase;
	font-size: 10px;
	color: #333333;
	padding: 0 0 10px;
}
#footer .widgetcontent	{
	font-size: 11px;
	background: none;
	padding: 0;
	border: none;
	color: #333333;
}
#footer .footer-message	{
	float: left;
	overflow: hidden;
	margin: 10px 0 0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}
#footer .footer-message .widgetcontainer	{ width: 215px; overflow: hidden; }
#footer-sidebar		{ width: 690px; float: left; overflow: hidden; margin: 10px 10px 0; }
#footer-sidebar .widgetcontainer	{ float: left; margin: 0 0 15px 0; max-width: 250px; max-height: 120px; }
#footer-sidebar ul	{ list-style: square; }
#footer-sidebar li	{ margin: 0 0 3px; }
#footer .widgetcontent a:link, #footer .widgetcontent a:visited	{ font-size: 11px; }
li.page_item {
	font-weight: normal;
	margin: 0px;
	font-size: 0.85em;
}
.widgetcontent li {
	font-size: .85em;
	margin: 0px;
}
