@charset "utf-8";
/*   
Theme Name: PRサイトビズ Blog
Theme URI: http://www.pr-site.biz/
Description: PRサイトビズのデザインテンプレートです。
Author: growniche.inc
Author URI: http://www.growniche.co.jp
Version: 2.0
*/

/*******************************************
Reset Setting For Cross Browser
MENU
---------------------------------------------
01 Top Level Reset
02 Base Setting
03 General Level Setting
04 Link Design
05 Float Clear
*******************************************/

/*===========================================
01 Top Level Reset
===========================================*/
* {
	margin: 0;
	padding: 0;
}

html,body {
	height: 100%;
}

html {
	overflow-y: scroll;
}


/*===========================================
02 Base Setting
===========================================*/
body {
	margin: 0;
	padding: 0;
	font-family:'qMmpS Pro W3','Hiragino Kaku Gothic Pro','lr oSVbN',sans-serif;
	text-align: center;
	color: #333333;
	background: url("/images/bg.gif") repeat-x #e5f3f8 0 0;
}


/*===========================================
03 General Level Setting
===========================================*/
h1, h2, h3, h4, h5, h6, div, p, pre, ul, ol, li, dl, dt, dd, th, td, address, form, blockquote {
	margin: 0;
	padding: 0;
	text-align: left;
	line-height: 1.6;
	font-size: 100%;
}
h1 {
	font-weight: normal;
}
table {
	margin: 0;
	empty-cells: show;
	border-collapse: collapse;
}

img, a img {border: none; vertical-align: bottom;}

ul {
	list-style: disc;
}

ul ul, ul ol, ul dl,
ol ul, ol ol, ol dl,
dl ul, dl ol, dl dl,
td ul, td ol, td dl { font-size: 100%;}

strong { font-weight: boid;}
em { font-style: oblique;}
hr {
	clear: both;
	visibility: hidden;
	height:0px;
}
address {
	font-style: normal;
}
/*===========================================
04 Link Design
===========================================*/
a:link { color: #3aa8b4; text-decoration: underline;}
a:visited { color: #3aa8b4; text-decoration: underline;}
a:active { color: #3aa8b4; text-decoration: underline; outline: none;}
a:hover { color: #81c1c8; text-decoration: none;}
a:focus { -moz-outline-style: none; }

/*===========================================
05 Float Clear
===========================================*/
/* Clearfix
-------------------------------------------*/

.clearfix:after {
	content: url("/img/blank.gif");
	display: block;
	clear: both;
	height: 0;
}
.clearfix { display: inline-block;}

.clearfix { display: block;}

/* Clearsum
-------------------------------------------*/
div.clearsum {
	display: block !important;
	margin: 0 !important;
	height: 1px !important;
	font-size: 1px !important;
	clear: both;
}

div.clearsum hr { display: none;}


/*===========================================
Base Layout
===========================================*/
div#wrapper {
	margin: 0px auto;
	width: 940px;
	text-align: left;
	background: repeat-y #fff 0 0;
	height: 100%;
	position:relative;
    min-height: 100%;
	background: #fff;
	margin-top: 5px;
	border-left: 1px solid #d6e2e6;
	border-right: 1px solid #d6e2e6;
}
* html div#wrapper {
    height:100%;
}
body > #wrapper {
    height: auto;
}
*:first-child+html #wrapper {

	height:auto;
}

div#header {
	margin: 0 auto;
	width: 900px;
	min-height: 90px;
	height: auto !important;
	height: 100px;
	overflow: hidden;
}

div#main {
	margin: 0 auto;
	width: 900px;
	font-size: 75%;
	margin-bottom: 15px;
	overflow: hidden;
}

div#main div#side {
	float: left;
	width: 200px;
}

div#main div#content {
	float: right;
	width: 660px;
	margin-bottom: 25px;
}

div#footer {
	width: 900px;
	margin: 0 auto;
	font-size: 67.5%;
	clear: both;
}


div.blog#main div#content {
	float: left;
	width: 460px;
	margin-bottom: 25px;
	margin-left: 25px;
	padding-right: 0px;
}

div.blog#main div#blogNavi {
	float: right;
	width: 190px;
	margin-bottom: 25px;
	margin-right: 0px;
	_margin-right: 7px;
}

/*===========================================
Header Area
===========================================*/

div#header #headerLeftBlock {
	float: left;
	width: 550px;
	min-height: 90px;
}

div#header h1 {
	font-size: 62.5%;
	padding:15px 0 10px 0px;
	color: #696868;
}

div#header #headerRightBlock {
	float: right;
	width: 350px;
	min-height: 90px;
}
div#header #headerRightBlock ul.headMenu {
	float: right;
	width: 219px;
	margin: 15px 0 15px 0;
	font-size: 67.5%;
	border-left: 1px solid #a6c5d0;
	clear: both;
	list-style: none;
}
div#header #headerRightBlock ul.headMenu li{
	float: left;
	width: 108px;
	text-align: center;
	display: block;
	border-right: 1px solid #a6c5d0;
}
div#header #headerRightBlock ul.headMenu li a:link{ color: #696868; text-decoration: none;}
div#header #headerRightBlock ul.headMenu li a:visited{ color: #696868; text-decoration: none;}
div#header #headerRightBlock ul.headMenu li a:active{ color: #696868; text-decoration: none;}
div#header #headerRightBlock ul.headMenu li a:hover{ color: #5e8fd0; text-decoration: none;}

div#header #headerRightBlock p.tel {
	float: right;
	height: 20px;
	width: 218px;
	margin-bottom: 5px;
	display: block;
}

div#header #headerRightBlock p.time {
	height: 12px;
	width: 229px;
	float: right;
	clear: both;
	margin-right: 10px;
}


/*===========================================
Main Area
===========================================*/
h2.catchImg01 {
	display: block;
	margin-bottom: 20px;
}


h2.catchImg02 {
	display: block;
	margin-bottom: 10px;
}

h2.h2TxtTitle {
	border-bottom: 5px solid #d9dfe5;
	background-color: #2f588f;
	font-size: 150%;
	padding: 1em 0 1em 10px;
	margin-bottom: 20px;
	color: #fff;
}

p#breadcrumbs {
	font-size: 87.5%;
	margin-bottom: 10px;
	color: #999;
}


div#main div#side ul#gnavi {
	list-style: none;
	border-top: 1px solid #ccd3d5;
	border-left: 1px solid #ccd3d5;
	border-right: 1px solid #ccd3d5;
}
div#main div#side ul#gnavi li {
	background: url(/images/gnavi_arrow.gif) no-repeat #fff 0px center;
	line-height: 1.3;
	border-bottom: 1px solid #ccd3d5;
}
div#main div#side ul#gnavi li a{
	display: block;
	padding: 13px 5px 13px 30px;
	text-decoration: none;
	color: #5d4921;
}
div#main div#side ul#gnavi li a:hover{
	background: url(/images/gnavi_arrow_fix.gif) no-repeat 0px center;
	text-decoration: none;
	color: #2f588f;
}
div#main div#side ul#gnavi li a:visited{
	text-decoration: none;
}
div#main div#side ul#gnavi li a:active{
	text-decoration: none;
}

div#main div#side ul#gnavi li.current_page_item a
{ background: url(/images/gnavi_arrow_fix.gif) no-repeat 0px center #fff; color: #2f588f;}

#wrapper .page001 div#side ul#gnavi li.gnavi001 a
#wrapper .page001 div#side ul#gnavi li.gnavi001 a:hover
{ background: url(/images/gnavi_arrow_fix.gif) no-repeat 0px center #836765; color: #5c5c5c;}


div#main div#side ul#gnavi ul.gnaviLower   {
	padding: 5px 5px 5px 30px;
	background: #eeebe1;
}
div#main div#side ul#gnavi ul.gnaviLower li {
	background: none;
	padding: 0 0 10px 0px;
	line-height: 1.3;
	border-bottom: none;
}
div#main div#side ul#gnavi ul.gnaviLower li a{
	padding: 0 0 0 10px;
	background: url(/img/arrow002.gif) no-repeat 0 5px;
	display: block;
}


div#main div#content h3.heading01 {
	font-size: 131.25%;
	border-top: 3px solid #2f588f;
	border-bottom: 1px dotted #b1c6e2;
	margin-bottom: 15px;
	padding: 10px 0;
	background: #eff6fa;
}
div#main div#content h3.heading01 span{
	background:transparent url(/images/title_icon.gif) no-repeat scroll left center;
	display:block;
	line-height:1.3;
	color: #666;
	padding-bottom:1px;
	padding-left:15px;
}

div#main div#content h3.heading02 {
	font-size: 120%;
	border-bottom: 3px solid #d9dfe5;
	margin-bottom: 15px;
	padding: 5px 5px 5px 10px;
	background-color: #2f588f;
	color: #fff;
}

div#main div#content div.imgRightBox {
	margin-bottom: 25px;
	overflow: hidden;
	height: 1%;
}
div#main div#content div.imgRightBox p {
	margin-bottom: 15px;
}

div#main div#content div.imgRightBox img{
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}

div#main div#content dl.newsList {
	padding-bottom: 5px;
	border-bottom: 1px dotted #dbcdcc;
}
div#main div#content dl.newsList dt {
	clear:left;
	width: 10em;
	float: left;
	padding: 5px 0 0 0;
}
div#main div#content dl.newsList dd {
	padding: 5px 0 0 0;
	padding-left: 10em;
}

div#main div#content dl.newsBox {
}
div#main div#content dl.newsBox dt {
	font-size: 100%;
	text-align: right;
}
div#main div#content dl.newsBox dd {
	padding-right: 10px;
}

div#main div#content table.tableType01 {
	width: 96%;
	margin: 0 auto;
	margin-bottom: 25px;
	border: 1px solid #d9d9d9;
}
div#main div#content table.tableType01 th {
	font-size: 91.7%;
	font-weight: normal;
	padding: 7px;
	background-color: #eeeeee;
	border: 1px solid #d9d9d9;
}
div#main div#content table.tableType01 td {
	font-weight: normal;
	padding: 7px;
	border: 1px solid #d9d9d9;
	font-size: 91.7%;
}

div#main div#content table.tableType02 {
	width: 100%;
	margin-bottom: 20px;
}
div#main div#content table.tableType02 th {
	width: 20%;
	font-weight: normal;
	padding: 5px 10px;
	border-bottom: 1px solid #d9d9d9;
}
div#main div#content table.tableType02 td {
	font-weight: normal;
	padding: 5px 10px;
	border-bottom: 1px solid #d9d9d9;
}

div#main div#content table.tableType03 {
	width: 100%;
	margin: 10px auto;
	border-top: 1px solid #d9d9d9;
}
div#main div#content table.tableType03 th {
	width: 20%;
	font-weight: normal;
	padding: 5px 10px;
	border-bottom: 1px solid #d9d9d9;
}
div#main div#content table.tableType03 td {
	font-weight: normal;
	padding: 5px 10px;
	border-bottom: 1px solid #d9d9d9;
}
span.backorg {
	background: #FF3300 none repeat scroll 0 0;
	color: #fff;
	padding: 3px;
	font-size: 75%;
}


div#main div#content p.leadTxt {
	margin-bottom: 15px;
}
div#main div#content span.pre {
	font-weight: bold;
	color: #F33;
}

.iconNo1 {
	margin: 0 0 0 10px;
	display: block;
}

div#wrapper div#main ul.sitemapList {
	margin: 0 0 20px 0;
	list-style: none;
	width: 550px;
}
div#wrapper div#main ul.sitemapList li {
	padding: 5px 0;
	background: url(/images/arrow001.gif) no-repeat 0 10px;
	border-bottom: 1px dotted #bfa990;
	text-indent: 17px;
}

dl.txtSetType001 {
	margin-bottom: 20px;
}
dl.txtSetType001 dt {
	font-weight: bold;
	font-size: 125%;
}
dl.txtSetType002 {
	background-color: #eeeeee;
	margin-bottom: 20px;
	padding: 10px;
	display: block;
}
dl.txtSetType002 dt {
	font-weight: bold;
	font-size: 125%;
}

div#wrapper div#main div#content ul.listType001 {
	list-style: none;
	margin-bottom: 20px;
}
div#wrapper div#main div#content ul.listType001 li {
	background: url(/images/disc.gif) no-repeat 0 0.5em;
	padding: 0 20px;
}

div#wrapper div#main div#content ul.listType002 {
	list-style: none;
	margin-bottom: 20px;
}
div#wrapper div#main div#content ul.listType002 li {
	padding: 0 20px;
}

div#wrapper div#main div#content ul.pattern01  {
	width: 340px;
	margin-bottom: 10px;
	padding:0;
	margin:0;
}
div#wrapper div#main div#content ul.pattern01 li {
	border-bottom: 1px dotted #dbcdcc;
	padding:0;
	margin:0;
}
div#wrapper div#main div#content ul.pattern01 li dl {
	display: block;
}
div#wrapper div#main div#content ul.pattern01 li dl dt {
	float: left;
	width: 18em;
	padding: 5px 0;
}
div#wrapper div#main div#content ul.pattern01 li dl dd {
	padding: 5px 0 5px 12em;
	font-weight: bold;
}

/*===========================================
Footer Area
===========================================*/
div#footer div#gnaviFooterBox {
	border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	width: 900px;
	margin-bottom: 10px;
	overflow: hidden;
}
div#footer div#gnaviFooterBox ul#gnaviFooter {
	float: left;
	width: 750px;
	padding: 10px 0;
	list-style: none;
}
div#footer div#gnaviFooterBox ul#gnaviFooter li {
	float: left;
	border-right: 1px solid #d1d1d1;
	padding:0px 10px;
	line-height: 1.2;
}
div#footer div#gnaviFooterBox ul#gnaviFooter li a,
div#footer div#footerBox2 ul#gnaviFooterSub li a,
div#footer address a
{ color: #999; text-decoration: none;}
div#footer div#gnaviFooterBox ul#gnaviFooter li a:visited,
div#footer div#footerBox2 ul#gnaviFooterSub li a:visited,
div#footer address a:visited
{ color: #999; text-decoration: none;}
div#footer div#gnaviFooterBox ul#gnaviFooter li a:active,
div#footer div#footerBox2 ul#gnaviFooterSub li a:active,
div#footer address a:active
{ color: #999; text-decoration: none;}
div#footer div#gnaviFooterBox ul#gnaviFooter li a:hover,
div#footer div#footerBox2 ul#gnaviFooterSub li a:hover,
div#footer address a:hover
{ color: #401811; text-decoration: none;}

div#footer p.pageTop {
	float: right;
	width: 125px;
	padding-top: 7px;
}
div#footer p.pageTop a{
	text-decoration: none;
	width: 125px;
	height: 21px;
	display: block;
	background: url(/images/page_top_btn.gif) no-repeat 0 0;
	overflow: hidden;
	text-indent: -9999px;
}
div#footer p.pageTop a:hover {
	background-position: 0 -21px;
}

div#footer div#footerBox2 {
	width: 900px;
	padding-bottom: 10px;
	overflow: hidden;
}
div#footer div#footerBox2 p#address {
	width: 900px;
	clear: both;
	display: block;
	color: #686868;
	padding-left: 5px;
}

div#footer div#footerBox2 ul#gnaviFooterSub {
	float: left;
	width: 500px;
	margin-bottom: 10px;
	list-style: none;
	display: block;
}
div#footer div#footerBox2 ul#gnaviFooterSub li {
	float: left;
	border-right: 1px solid #dbcdcc;
	padding:0px 10px;
	line-height: 1.2;
}

div#footer address {
	float: right;
	width: 390px;
	text-align: right;
	display: block;
	color: #686868;
}

.floatClear {
	display: inline;
}

/*===========================================
Text & etc
===========================================*/
.txtS {
	font-size: 11px;
}

.txtPlan {
	text-align: right;
	display: block;
}

.txtPlan em {
	font-size: 150%;
	color: #822727;
	font-weight: bold;]
	font-style: none;
}

p.txtTitle01 {
	font-size: 125%;
	border-bottom: 3px solid #d9dfe5;
	margin-bottom: 10px;
	padding: 4px 5px 4px 10px;
	background-color: #2f588f;
	color: #fff;
	font-weight: bold;
}
p.txtTitle02 {
	padding: 7px 5px 7px 22px;
	font-weight: bold;
	background: url(/images/txt_icon.gif) no-repeat 5px 11px #e5edf6;
	margin: 10px;
}
div#content p.centerImg {
	text-align: center;
	margin: 20px auto 30px;
}

div#main div#content .margin_b30 {
	margin-bottom: 30px;
}
div#main div#content .margin_lr10_b10 {
	margin: 0 10px 10px 10px;
}

.txtIcon01 {
	background: url(/images/txt_icon.gif) no-repeat 0 0;
	padding-left: 15px;
	font-weight: bold;
	height: 21px;
}

.red_b {
	font-size: 131.25%;
	color: #F36;
	font-weight: bold;
}

div#main div#content ul.homeList {
	list-style: none;
	margin-bottom: 30px;
}
div#main div#content ul.homeList li {
	margin: 0;
	padding: 0 0 2px 0;
}

div.dlLine {
	display: block;
	overflow: hidden;
	height: 1%;
	clear: both;
	margin-bottom: 15px;
}
dl.dlStyle01 {
	margin-bottom: 20px;
	width: 320px;
	float: left;
	margin-right: 10px;
	overflow: hidden;
}
dl.dlStyle01 dt {
	font-size: 125%;
	border-bottom: 3px solid #d9dfe5;
	margin-bottom: 10px;
	padding: 4px 5px 4px 10px;
	background-color: #2f588f;
	color: #fff;
	font-weight: bold;
}
dl.dlStyle01 dd {
	padding: 0 10px;
}

dl.dlStyle02 {
	margin-bottom: 20px;
}
dl.dlStyle02 dt {
	font-size: 125%;
	border-top: 3px solid #a1c3d2;
	margin-bottom: 10px;
	padding: 2px 5px 2px 10px;
	background-color: #2f588f;
	color: #fff;
	font-weight: bold;
}
dl.dlStyle02 dd {
	padding: 0 10px;
	margin-bottom: 10px;
}
/*===========================================
 News
===========================================*/
.listBtn {
	float: right;
	margin-top: -42px;
	margin-right: 5px;
}
.listBtn a{
	text-decoration: none;
	width: 90px;
	height: 21px;
	display: block;
	background: url(/images/news_btn.gif) no-repeat 0 0;
	overflow: hidden;
	text-indent: -9999px;
}
.listBtn a:hover {
	background-position: 0 -22px;
}


.newsDay {
	border-top: 3px solid #2F588F;
	line-height: 1.2;
	padding: 5px 5px 0 0;
}
.newsTitle,
.post h3
{
	font-size: 130%;
	font-weight: bold;
	background: none repeat scroll 0 0;
	border-bottom: 1px solid #cdd6e2;
	margin-bottom: 10px;
	padding: 5px 5px 5px 0;
}

.post{
	margin-bottom: 20px;
	padding-bottom: 10px;
}

/*===========================================
 Entry
===========================================*/
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 10px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 10px 2px 0;
	display: inline;
	}
	
.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0;
	list-style: disc;
	padding-left: 25px;
	}

html>body .entry li {
	margin: 7px 0 8px 35px;
	padding-left: 1em;
	}

*html body  .entry ul {
	list-style: disc;
	padding-left: 20px;
	}

*html body  .entry li {
	margin: 7px 0 8px 20px;
	height: 1%;
	}

.entry ul li:before, #sidebar ul ul li:before {
	}

.entry ol {
	padding: 0 0 0 25px;
	margin: 0;
	zoom : 1;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.entry p {
	margin-bottom: 10px;
	}
	
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */

.entry {
	overflow: hidden;
}

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
/*	text-align: justify; */
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 0 0 10px 0;
	}
	
#sidebar h2
{
	background-color: #2F588F;
	padding:5px 5px 5px 8px;
	color: #fff;
}

#sidebar #contactBox
{
	margin-bottom: 20px;
}
#sidebar #contactBox h2
{
	margin-bottom: 6px;
}
#sidebar #contactBox p
{
	margin-bottom: 6px;
}
#sidebar #contactBox p.profile
{
	display: block;
	text-align: center;
	background-color: #def0f7;
}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #BFA990;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}


hr.dottedLine {
	visibility: visible;
	border: 1px dotted #ccc;
	height: 1px;
	margin: 10px 0 20px 0;
}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #dbceb4;
	text-align: center;
	background-color: #dbceb4;
	padding-top: 4px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.entry .alignleft {
	margin-right: 20px;
}
.entry .alignright {
	margin-left: 20px;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 5px;
	margin: 0;
	text-align: center;
}
/* End captions */

/* WP_page_numbers */
div#main div#content div#wp_page_numbers ul {
	border-top: 2px solid #2f588f;
}

div#main div#content div#wp_page_numbers li a:hover {
	color: #2f588f;
	border-top: 1px solid #2f588f;
}
div#main div#content div#wp_page_numbers li.active_page a {
	color: #fff;
	background: #2f588f;
	border-top: 2px solid #2f588f;
	border-bottom: 2px solid #2f588f;
	
}
div#main div#content div#wp_page_numbers li.active_page a:hover  {
	color: #fff; /* IE fix */
	border-top: 2px solid #2f588f;
	border-bottom: 2px solid #2f588f;
}
