/*
Theme Name: InsServ & Associates 
Theme URI: http://www.insserv.com.au
Description: InsServ & Associates 
Author: Jan Choi
Version: 0.0.1
Template: twentyten
Tags: custom theme
*/

@font-face {
    font-family: 'CrimsonRoman';
    src: url('fonts/Crimson-Roman-webfont.eot');
    src: url('fonts/Crimson-Roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Crimson-Roman-webfont.woff') format('woff'),
         url('fonts/Crimson-Roman-webfont.ttf') format('truetype'),
         url('fonts/Crimson-Roman-webfont.svg#CrimsonRoman') format('svg');
}

/* Links */
a {
	color:#A13535;
	text-decoration: none;
}
a:focus,
a:active,
a:hover {
	text-decoration: underline;
}
.skip-link, .screen-reader-text{
	display:none;
}
.content li{
	margin-top:10px;
}
img {
	border:none;
}

body.custom-background {
	background-color: #fff !important;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	padding:1px;
	margin:0;
	background: url(images/main_bg_repeatx.png) repeat-x 50px 185px #fff;
}

#wrapper {
	margin:0 auto;
	max-width: 800px;
}

#header{
	width:100%;
	float:left;
}

#logo{
	float:left;
	margin:0;
}
#site-description{
	text-align:right;
	float:right;
	width:35%;
	font-family: 'CrimsonRoman';
	font-size:20px;
	font-weight:normal;
	color:#747172;
	line-height:20px;
	margin-top:42px;
}

.contact-detail {
    float: right;
    color: #A13535;
    clear: right;
    margin-bottom: 14px;
}

/* = Top Nav
-------------------------------------------------------------- */
#top-nav {
	display: block;
	float: left;
	width: 800px;
}
#top-nav .menu{
	height:36px;
	font-size: 13px;
	width: 800px;
	list-style: none;
}
#top-nav ul{
	
	margin: 0;
	padding:0;
	float:left;
}
#top-nav li{
	float: left;
	position: relative;
}
#top-nav a {
	font-family: 'CrimsonRoman', serif;
	line-height: 28px;
	padding: 4px 0 0 0;
	width:110px;
	height:60px;
	text-align:center;
	font-size:16px;
	color: #262626;
	display: block;
	margin:0 1px;
	text-decoration: none;
	background:url(images/top_nav.jpg) repeat-x top left;
	float:left;
	text-transform:lowercase;
	text-shadow:#fff 0px 1px 0px;
}
#top-nav ul ul {
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#top-nav ul ul li {
	min-width: 180px;
}
#top-nav ul ul ul {
	left: 100%;
	top: 0;
}
#top-nav ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#top-nav li:hover > a, #top-nav ul ul :hover > a {
	background:url(images/top_nav_active.jpg) repeat-x top left;
	color: #FFF;
	text-shadow:#000 0px -1px 0px;
}
#top-nav ul li:hover > ul {
	display: block;
}
#top-nav ul li.current_page_item > a, #top-nav ul li.current-menu-ancestor > a, #top-nav ul li.current-menu-item > a, #top-nav ul li.current-menu-parent > a {
	color: #FFF;
	background:url(images/top_nav_active.jpg) repeat-x top left;
	text-shadow:#000 0px -1px 0px;
}
* html #top-nav ul li.current_page_item a, * html #top-nav ul li.current-menu-ancestor a, * html #top-nav ul li.current-menu-item a, * html #top-nav ul li.current-menu-parent a, * html #top-nav ul li a:hover {
	color: #FFF;
	background:url(images/top_nav_active.jpg) repeat-x top left;
	text-shadow:#000 0px -1px 0px;
}
/* =End Top Nav
-------------------------------------------------------------- */


/* Easy Slider */

.banner-caption{
	padding:10px;
	width:345px;
	background:url(images/banner_quote_bg.png);
	position:absolute;
	top:400px;
	right:20px;
	z-index:9999999;
	text-align:right;
	font-size:23px;
	line-height:28px;
	color:#A13535;
}
#slider {
	position:relative;
	overflow:hidden;
	width:800px;
	height:400px;
}
#slider ul, #slider li {
	margin:0;
	padding:0;
	list-style:none;
}
#slider li {
	/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
	width:800px;
	height:400px;
}
#prevBtn, #nextBtn, #slider1next, #slider1prev {
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	left:-30px;
	top:71px;
	z-index:1000;
}
#nextBtn, #slider1next {
	left:696px;
}
#prevBtn a, #nextBtn a, #slider1next a, #slider1prev a {
	display:block;
	position:relative;
	width:30px;
	height:77px;
	background:url(../images/btn_prev.gif) no-repeat 0 0;
}
#nextBtn a, #slider1next a {
	background:url(../images/btn_next.gif) no-repeat 0 0;
}
/* numeric controls */	



ol#controls {
	height:19px;
	position:absolute;
	top:505px;
}
ol#controls li {
	margin:0 10px 0 0;
	padding:0;
	float:left;
	list-style:none;
	height:28px;
	line-height:28px;
}
ol#controls li a {
	float:left;
	height:19px;
	line-height:19px;
	border:1px solid #ccc;
	background:#FFEFFD;
	color:#555;
	padding:0 6px;
	text-decoration:none;
}
ol#controls li.current a {
	background:#A13535;
	color:#fff;
}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus {
	outline:none;
}
/* // Easy Slider */



#main{
	
	width:100%;
	clear:both;
	color:#58585B;
	font-size:13px;
}

.content h1 {
	font-family: 'CrimsonRoman', serif;
	color: #747172;
	line-height: 35px;
	font-size: 40px;
	margin: 30px 0 20px 0;
	font-weight:normal;
}

.content h2, #latest-news h3 a{
	text-decoration:none;
	color: #A13535;
	font-weight: bold;
	margin-bottom: 12px;
	font-size: 12px;
	line-height: 12px;
}

.left-col{
	width:340px;
	float:left;
}
#additional-links{
	width:264px;
	float:right;
	margin-top:43px;
}
#additional-links ul{
	padding:0;
	margin:0;
	list-style:none;
}
#additional-links li{
	margin-bottom:5px;
	
}
#additional-links li a{
	font-size:16px;
	display:block;
	font-family: 'CrimsonRoman', serif;
	width:264px;
	height:30px;
	text-decoration:none;
	color: white;
	padding-top: 6px;
	text-align: center;
	background:url(images/side_button.png) no-repeat;
}

#additional-links li a:hover{
	background:url(images/side_button_active.png) no-repeat;
}

#latest-news{
	width:264px;
	float:right;
	margin-top:5px;
}
#latest-news h2{
	background:url(images/news_icon.png) no-repeat;
	padding-left:70px;
	font-family: 'CrimsonRoman', serif;
	color: #747172;
	line-height: 50px;
	font-size: 25px;
	font-weight:normal;
}

#latest-news h3 {
	width:200px;
	float:right;
	margin-top:0;
}
#latest-news .article {
	margin-bottom:15px;
	border-bottom:1px solid #999;
	padding-bottom:15px;
}

.news-date{
	width:55px;
	height:55px;
	float:left;
	background:url(images/date_bg.png) no-repeat;
	color:#fff;
	margin: 0 8px 8px 0;
	font-weight: bold;
	text-align: center;
}

.news-date .date {
	font-size: 36px;
	margin-top: 9px;
	line-height: 23px;
}

.news-date .month {
	font-size: 18px;
}

.right-col{
	width:380px;
	float:right;
	position:relative;
	height:100%;
}
.one-col{
	width:100%;
	clear:both;
	margin-top:30px;
	float:left;
}
.accorHeader{
	width:100%;
	background:#cccccc;
	color:#A13535 !important;
	font-weight:bold;
	cursor:pointer;
	padding:8px;
	font-size:18px !important;
	border-radius:20px 20px 20px 20px;
	margin-bottom:0px !important;
}

.accorHeader:hover, .accroActive{
	background:#A13535;
	color:#FFF !important;
}
.accroActive{
	
}
.accorBody{
	width:97%;
	background:#ededee;
	padding:20px;
}

.accorBody h3{
	color:#A13535;
}
.arrow{
	float:left;
	color:#FFF !important;
	margin-right:5px;
}
.quote-container{
	left:0;
	width:380px;
	text-align:right;
	color:#A13535;
	font-size:18px;
	
}
.quote-wrap{
	margin-top:85px;
	position:absolute;
	top:0 !important;
	left:0 !important;
}
.quote-client{
	font-style:italic;
}
.quote-head, .quote-body, .quote-foot{
	float:left;
	display:block;
	clear:both;
	
}

.quote-head{
	width:380px;
	height:22px;
	background:url(images/quote-header.png) no-repeat;
}
.quote-body{
	padding: 0 30px;
	width: 320px;
	background:url(images/quote-body.png) repeat-y;
}
.quote-foot{
	width:380px;
	height:47px;
	background:url(images/quote-footer.png) no-repeat;
}

/************service page ******************/
#tabs ul{
	padding:0 0 20px 0;
	margin:0;
	/*list-style:none;*/
}
#tabs ul li{
	display:inline-block;
	float:left;
	width:50%;
}
#tabs ul li a{
	text-decoration:none;
	display:block;
	color: #A13535;
	font-size:18px;
}
#tabs ul li.active{
	font-weight:bold;
}
#tabs .tab1{
	text-align:right;
}
#financial-planning ul, #insurance ul{
	width:145%;
}
#financial-planning ul li, #insurance ul li{
	width: 43%;
	float: left;
	background:url(images/dot-point.png) no-repeat left 3px;
	padding-left:15px;
	
}

/*************Contact page *****************/
.wpcf7 input, .wpcf7 textarea{
	float:right;
	background:#f1f1f2;
	border:1px solid #808285;
	height:18px;
	width:269px;
	margin-left:10px;
}
.wpcf7 textarea{
	height:150px;
	width:264px;
}
.wpcf7-submit{
	clear:both;
	margin: 0 0 0 89px !important;
	float: left !important;
	width:76px !important;
	height:28px !important;
	background:url(images/submit-button.png) no-repeat !important;
	border:none !important;
	cursor:pointer;
}
div.wpcf7-validation-errors {
float: left;
}
.wpcf7 p{
	display:inline-block;
	text-align:left;
	float:right;
	width:360px;
	margin-top:0;
}
.wpcf7 p span{
	float:right;
}

.location{
	text-align:left;
	margin-top:87px;
}

.client-referral{
	float:right;
	color:#fff;
	border-radius:12px;
	background: url(images/main_bg_repeatx.png) repeat;
	margin-top:36px;
	padding:20px;
}
.client-referral h2{
	font-weight:normal;
	font-family: 'CrimsonRoman', serif;
	color: #fff;
	font-size:30px;
	margin:0 0 20px 0;
}
.client-referral .wpcf7-not-valid-tip{
	color:#333;
}
div.wpcf7-mail-sent-ok {
	float:left;
}
ul ul{
	list-style-image:url(images/dash-list.png);
}

.page-id-31 .one-col .article{
	float:left;
	width:100%;
	padding-bottom:15px;
	margin-bottom:60px;
	border-bottom:1px solid #999;
}
.page-id-31 .one-col h2{
	padding-right:10%;
	margin-top:5px;
	float:right;
	width:80%;
	font-size:20px;
}

.page-id-31 .one-col .news-content{
	padding-right:10%;
	width:80%;
	float:right;
}
.footer{
	float:left;
	width:100%;
	clear:both;
	margin-top:30px;
	background:#e6e7e8;
	color:#58595b;
}
#colophon {
	overflow: hidden;
	padding: 15px 0;
	width: 800px;
	margin:0 auto;
	font-size:12px;
}
#colophon .footer-nav{
	width:100%;
	float:left;
}

#colophon ul{
	list-style:none;
	padding:0;
	margin:0;
}
#colophon ul li{
	display:inline-block;
	float:left;
}
#colophon ul li a{
	line-height: 12px;
	font-size:14px;
	
	color:#58595b;
	padding:0 10px;
	border-right:#58595b 1px solid;
}
#site-info, #site-statement{
	font-size:10px;
	
}
#site-info{
	float:left;
}

#site-statement{
	float:right;
	text-align:right;
}
#summit_icon {
	display: block;
	width: 91px;
	height: 87px;
	background: url(images/summit_icon.png) no-repeat;
	position: absolute;
	top: -11px;
	left: 11px;
}
.summitButton {
	float: left;
	margin: 40px 0px 50px 0;
	display: block;
	width: 265px;
	height: auto;
	background: url(images/main_bg_repeatx.png) repeat;
	padding: 10px 0 10px 111px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: white;
	position: relative;
}

.summitButton p{
	margin:0;
}
.summitButton a{
	color:#fff;
}

.north{
	background: url(images/north_logo.jpg) no-repeat 12px 8px #192c4c;
	margin-top:0;
}