/*
Theme Name: IrvineGoldMine
*/

/* main elements */
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

body{
	margin:0;
	color:#686767;
	font:11px Arial, Helvetica, sans-serif;
	height:100%;
	background:#53597f;
	min-width:968px;
}
img{border-style:none;}
a{
	text-decoration:none;
	color:#000;
}
a:hover{text-decoration:underline;}
input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
q{quotes: none;}
q:before{content:"";}
q:after{content:"";}
.aligncenter {text-align: center;}
img.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignleft {float: left;}
.alignright {float: right;}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding: 4px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	padding: 0 4px;
	margin: 0;
}
#wrapper {
	width:100%;
	background:#fafbfd url(images/bg-body.gif) repeat-x;
}
#container {
	width:968px;
	margin:auto;
	position:relative;
	z-index:20;
	background:url(images/bg-container.gif) no-repeat 0 100%;
	padding:0 0 7px;
}
#header {
	overflow:hidden;
	position:relative;
	width:100%;
	padding:0 0 18px;
	background:url(images/bg-header.gif) no-repeat 0 100%;
}
#header .box {
	float:left;
	background:url(images/bg-header-box.gif) no-repeat;
	width: 399px;
	height:78px;
	margin:11px 0 0;
	padding:15px 0 0;
	text-align:center;
	color:#fff;
	font:italic 14px/16px Georgia, "Times New Roman", Times, serif;
}
#header .box-2 {
	float:right;
	margin:11px 1px 0 0;
	display:inline;
}
#header .box .heading {
	display:block;
	font-size:24px;
	line-height:26px;
	font-weight:normal;
}
#header address span {
	display:block;
	margin:0 0 2px;
}
.logo {
	background:url(images/logo.jpg) no-repeat;
	width: 170px;
	height: 122px;
	position:absolute;
	top:0;
	left:399px;
	overflow:hidden;
	text-indent:-9999px;
	margin:0;
}
.logo a {
	height:100%;
	display:block;
}
#main {
	background:url(images/bg-main.png) repeat-y;
	padding:0 4px;
	width:960px;
}
.main-holder {background:#fff url(images/bg-main-holder.gif) repeat-x;}
.main-inner {
	background:url(images/bg-main-inner.gif) repeat-x 0 100%;
	padding:5px 16px 26px 21px;
}
.navigation {
	width:923px;
	overflow:hidden;
	position:relative;
	padding:0 0 15px;
	background:url(images/bg-navigation.gif) no-repeat 0 1px;
}
.navigation div {
	left: 50%;
	float: left;
	position: relative;
	text-align: center;
}
.navigation ul {
	list-style:none;
	padding:0;
	margin:0;
	height:43px;
	float:left;
	left:-50%;
	position:relative;
	font:italic 12px Georgia, "Times New Roman", Times, serif;
}
.navigation ul li {float:left;}
.navigation ul a {
	float:left;
	color:#fff;
	background:url(images/bg-nav-left.gif) no-repeat -9999px -9999px;
}
.navigation ul span {
	float:left;
	background:url(images/bg-nav-right.gif) no-repeat -9999px -9999px;
	height:23px;
	padding:14px 16px 0 15px;
	cursor:pointer;
}
* html .navigation ul span {padding:14px 14px 0;}
*+html .navigation ul span {padding:14px 14px 0;}
.navigation ul a:hover,
.navigation ul li.active a {
	text-decoration:none;
	background-position:0 0;
	color:#7d83b7;
}
.navigation ul a:hover span,
.navigation ul li.active a span {background-position:100% 0;}
.main-area {
	background:url(images/bg-main-area.gif) no-repeat;
	width:916px;
	margin:0 0 0 7px;
	padding:3px 0 0;
}
.main-area .holder {
	background:url(images/bg-main-area-bottom.gif) no-repeat 0 100%;
	padding:0 0 5px;
}
.main-area .inner {
	background:url(images/bg-main-area-center.png) repeat-y;
	width:916px;
}
.images {
	background:url(images/bg-images.gif) no-repeat;
	border-bottom:1px solid #fff;
	width: 910px;
	height: 252px;
	margin:0 3px;
	padding:20px 0 0;
}
.images h1 {
	margin:0 0 6px;
	padding:0 8px 14px 0;
	font:italic 20px/22px Georgia, "Times New Roman", Times, serif;
	color:#53597f;
	text-align:center;
	background:url(images/bg-heading.gif) no-repeat 50% 100%;
}
.img-holder {
	padding:0 0 0 171px;
	width:739px;
	overflow:hidden;
}
.visual {
	float:left;
	margin:10px 0 0;
	width:192px;
	padding:7px;
	position:relative;
	z-index:20;
	background:url(images/bg-frame.gif) no-repeat;
}
.visual img {display:block;}
.visual-2 {
	margin:0 0 0 -35px;
	z-index:10;
	background:url(images/bg-frame-2.gif) no-repeat;
	width:193px;
}
.visual-3 {
	margin:7px 0 0 -26px;
	background:url(images/bg-frame-3.gif) no-repeat;
	width:190px;
	z-index:5;
}
.info-area {
	margin:0 2px;
	border-top:1px solid #dadef4;
	padding:0 3px;
}
.info-area-holder {
	width:852px;
	padding:17px 16px 22px 38px;
	overflow:hidden;
	background:url(images/bg-info-area.gif) repeat-x 0 100%;
}
.info {
	float:left;
	padding:14px 0 0;
	line-height:20px;
	width:425px;
}
.info p {margin:0;}
.call {
	float:right;
	background:url(images/bg-call.gif) no-repeat;
	width: 300px;
	height:137px;
	padding:24px 40px 0 51px;
}
.call h2 {
	margin:0 0 8px;
	border-bottom:1px solid #dee0ec;
	background:url(images/bg-phone.gif) no-repeat 35px 0;
	padding:25px 0 11px 125px;
	color:#384070;
	font:italic 18px/20px Georgia, "Times New Roman", Times, serif;
}
.call .row {
	padding:0 0 0 11px;
	width:289px;
	overflow:hidden;
	font:italic 12px/16px Georgia, "Times New Roman", Times, serif;
	color:#727171;
}
.call-box {
	float:left;
	width:115px;
	text-align:center;
	margin:0 7px 0 0;
	padding:0 10px;
}
.call-box span {display:block;}
.call .phone {
	color:#696e8f;
	font-size:14px;
	line-height:18px;
	margin:-2px 0 0;
	position:relative;
}
#footer {
	background:url(images/bg-wrapper.gif) repeat-x;
	color:#f2f4fa;
	line-height:13px;
	text-align:center;
	margin:-72px 0 0;
	position:relative;
	z-index:10;
	width:100%;
}
#footer p {margin:0;}
#footer a {color:#f2f4fa;}
#footer .holder {
	padding:109px 10px 50px;
	margin:auto;
	width:948px;
}
/* blog page */
.main-frame {
	width:914px;
	overflow:hidden;
	padding:0 0 0 7px;
}
#content {
	float:left;
	width:643px;
}
.post {
	width:100%;
	margin:0 0 17px;
}
.page-post {margin:0;}
.post .t {
	background:url(images/bg-post-t.png) no-repeat;
	width: 643px;
	height: 4px;
	overflow:hidden;
}
.post .c {
	background:url(images/bg-post-c.png) repeat-y;
	width:633px;
	padding:0 5px;
}
.post .b {
	background:url(images/bg-post-b.png) no-repeat;
	width: 643px;
	height: 5px;
	overflow:hidden;
}
.post-content {
	background:url(images/bg-post-content.gif) repeat-x 0 100%;
	padding:20px 0 16px;
	width:100%;
	position:relative;
}
.title {padding:0 0 28px 125px;}
.title h2 {
	margin:0;
	font:italic 20px/22px Georgia, "Times New Roman", Times, serif;
	color:#53597f;
}
.title h2 a {color:#53597f;}
.author {
	font:italic 12px/14px Georgia, "Times New Roman", Times, serif;
	color:#7d83b7;
	display:block;
	margin:-1px 0 0;
}
.author a{
	color:#7d83b7;
}
.entry-date {
	position:absolute;
	top:12px;
	left:-8px;
	width:108px;
	font:italic 12px/14px Georgia, "Times New Roman", Times, serif;
	color:#4b6d80;
}
.entry-date strong {
	font-weight:normal;
	background:url(images/bg-date.png) no-repeat;
	width:92px;
	height:35px;
	padding:9px 0 0 16px;
	display:block;
}
.entry-date span {
	font-size:18px;
	line-height:20px;
}
.entry-content {
	padding:0 14px 10px 18px;
	height:1%;
	line-height:13px;
}
.entry-content:after {
	content:"";
	display:block;
	clear:both;
}
.entry-content .alignleft {
	margin:-1px 25px 0 0;
}
.entry-content .rings {
	margin:-10px 16px 0 -23px;
	position:relative;
}
.entry-content p {
	margin:0;
	padding:0 0 14px;
}
.share {
	line-height:13px;
	height:1%;
	overflow:hidden;
	padding:0 0 0 17px;
}
.share span {
	float:left;
	margin:0 8px 0 0;
}
.share ul {
	list-style:none;
	padding:0;
	margin:0;
	float:left;
}
.share ul li {
	float:left;
	margin:0 4px 0 0;
}
.share ul img {display:block;}
#sidebar {
	float:right;
	width:255px;
	margin:0 0 -16px;
}
#sidebar .widget {
	margin:0 0 16px;
}
#sidebar .widget .t {
	background:url(images/bg-box-t.png) no-repeat;
	width: 255px;
	height: 5px;
	overflow:hidden;
}
#sidebar .widget .c {
	background:url(images/bg-box-c.png) repeat-y;
	width:245px;
	padding:0 5px;
}
#sidebar .widget .b {
	background:url(images/bg-box-b.png) no-repeat;
	width: 255px;
	height: 5px;
	overflow:hidden;
}
.call-us {
	background:#fff url(images/bg-call-us.gif) repeat-x 0 100%;
	padding:11px 13px 0 19px;
	height:1%;
}
.call-us h3 {
	margin:0 0 0 -7px;
	position:relative;
	font:italic 18px/20px Georgia, "Times New Roman", Times, serif;
	color:#6e96ad;
	background:url(images/bg-phone.gif) no-repeat;
	padding:15px 0 32px 92px;
	width:128px;
}
.call-us ul {
	list-style:none;
	padding:0;
	margin:0;
}
.call-us ul li {
	border-top:1px solid #e1e1e1;
	padding:22px 0 22px 4px;
	font-size:14px;
	line-height:16px;
}
.call-us ul li strong {
	font-weight:normal;
	display:block;
	margin:0 0 3px;
}
.call-us ul li span {
	display:block;
	font:italic 20px/22px Georgia, "Times New Roman", Times, serif;
}
.testimonials {
	background:#e3e3e3;
	padding:16px 19px 25px;
	line-height:13px;
}
.testimonials h3 {
	margin:0 0 14px;
	text-align:center;
	font:italic 18px/20px Georgia, "Times New Roman", Times, serif;
}
.testimonials img {
	display:block;
	margin:0 auto 14px;
	border:1px solid #fff;
}
.headline {
	display:block;
	margin:0 0 13px;
	color:#262323;
}
.testimonials blockquote {
	margin:0 -10px 0 0;
	font-style:italic;
	color:#262323;
	width:217px;
}
.ad img {display:block;}
/* template page */
.page-title {
	width:611px;
	margin:-13px -3px 0;
	background:url(images/bg-page-title.gif) repeat-x 0 100%;
	padding:11px 0 16px 28px;
	position:relative;
	border-bottom:1px solid #ddd;
}
.page-title h1 {
	margin:0;
	font:italic 20px/22px Georgia, "Times New Roman", Times, serif;
	color:#53597f;
}
.page-img {
	width:639px;
	margin:0 -3px 30px;
	position:relative;
	border-top:2px solid #f0f0f0;
	background:url(images/bg-page-img.jpg) no-repeat;
	height:188px;
	padding:8px 0 0;
	border-bottom:1px solid #dadef4;
}
.page-img img {
	display:block;
	margin:0 auto;
}
.text-holder {
	height:1%;
	overflow:hidden;
}
.text-box {
	float:left;
	width:280px;
	margin:0 0 0 30px;
	display:inline;
	font-size:12px;
	line-height:20px;
}
.text-box p {margin:0 0 20px;}
.call-2 {
	float:none;
	margin:0 auto 23px;
}
.sub-pages {padding:0 0 2px 24px;}
.sub-pages h2 {
	margin:0 0 10px;
	font:italic 18px/20px Georgia, "Times New Roman", Times, serif;
	color:#696e8f;
}
.sub-pages ul {
	list-style:none;
	padding:0;
	margin:0;
	width:100%;
	overflow:hidden;
}
.sub-pages ul li {
	float:left;
	margin:0 27px 0 0;
}
.img-box {
	background:url(images/bg-img-box.gif) no-repeat;
	width:110px;
	height: 70px;
	padding:7px;
	margin:0 0 3px;
}
.img-box img {display:block;}
.name {
	display:block;
	font:italic 14px/18px Georgia, "Times New Roman", Times, serif;
	color:#696e8f;
}
.name a {color:#696e8f;}
.text-holder p{
	margin-left:20px;
}
.text-box p{
	margin-left:0;
}


