/*  
Theme Name: Agentpoint
Theme URI: http://wordpress.org/
Description: Nice blue and grey theme for sharp, polished business look.
Version: 3.0
Author: Agentpoint // Jen Germann
Author URI: http://agentpoint.com.au/
*/

/* -------------------------------------------------------------- 
  
   Reset.css
   * Resets default browser CSS styles.
   
   Original by Erik Meyer:
   * http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
   
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body { line-height:1; }
blockquote,q { quotes:none; }

/* remember to define focus styles! */
:focus { outline: 0; }

body {
	background: url(images/backgrounds/bg_body.gif) repeat-x 0 0;
	font: normal 14px/21px Arial, Helvetica, sans-serif;
}
	body.contact { background: none; }

/* Globals
------------------------------------------------------------------*/
#main_body { width: 1000px; margin: 0 auto; clear: both; position: relative; z-index: 99; }

/***** Global Classes *****/

hr { width: 100%; margin: 0 0 29px; border: 0; border-top: 1px solid #91a5af; clear: both; }
hr.dotted { border-top: 1px dotted #91a5af; }

.clearer, .clear { clear:both; }

/* Clearfix hack */
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


.float-left, .alignleft 	{ float:left; }
.float-right, .alignright 	{ float:right; }
.alignnone { float: left; }
.aligncenter { margin: 0 auto; } /* Need to check on this. */

.text-left 		{ text-align:left; }
.text-right 	{ text-align:right; }
.text-center 	{ text-align:center; }
.text-justify 	{ text-align:justify; }
.uppercase		{ text-transform: uppercase; }
.capitalize		{ text-transform: capitalize; }
	i.capitalize { font-style: normal; }
.letter-spacing{ letter-spacing: 1px; }

.bold 			{ font-weight:bold; }
.italic 		{ font-style:italic; }
.underline 		{ border-bottom:1px dotted; }
.highlight 		{ background:#ffc; }
.position_inside { list-style-position: inside; }

img {  }
	h1#logo img { border: 0; padding: 0; }
.entry img { width: 230px !important; height: auto !important; margin:0 15px 16px 0; padding: 0; border: 0; float: left; }
	.entry .sociable img, .entry .greet_image img { width: auto !important; }
img.size-thumbnail { width: 105px !important; height: auto !important; }
img.size-medium { width: 230px !important; height: auto !important; }
img.size-large { width: 355px !important; height: auto !important; margin: 0 0 25px; clear: both; }
img.size-full { width: 480px !important; height: auto !important; margin: 0 0 25px; }

.wp-caption { max-width: 478px !important; margin: 0 7px 18px 0; border: 1px solid; font-style: italic; }
	.entry .wp-caption img { margin: 5px 0 5px 5px; }
	.entry .wp-caption img.size-large { margin: 0; clear: none; }
	.entry .wp-caption img.size-full { width: 468px !important; margin: 0; }
#content p.wp-caption-text { margin: 0 5px 9px !important; padding: 0; font-size: 11px !important; line-height: 14px !important; text-align: center; clear: both; }

.entry img.alignleft 		{ float:left;margin:0 15px 16px 0; }
.entry img.alignright 		{ float:right;margin:4px 0 16px 15px; }

.nomargin		{ margin:0 !important; }
.nopadding 		{ padding:0 !important; }
.noborder		{ border: 0; }
.noindent 		{ margin-left:0;padding-left:0; }
.nobullet 		{ list-style:none;list-style-image:none; }
.nodisplay, .hide, .hidden, .ui-tabs-hide	{ display: none; }

/***** Typography *****/
h1, h2, h3, h4 { font-family: "Century Gothic", Arial, Helvetica, sans-serif; font-weight:bold; }
#content h1, h2 { font-size: 24px; color: #61a200; }
h3 { font-size: 21px; color: #61a200; }
h3 span.small { color: #555555; font-size: 12px; font-style: italic; font-weight: normal; }
h4, legend { font-size: 17px; color: #61a200; margin: 0 0 5px; }
	h4.description { font-size: 28px; font-weight: normal; letter-spacing: -1px; text-transform: lowercase; color: #b7b7b7; }
h5 { font-size: 15px; font-weight:bold; line-height: 19px; color: #3c4c57; }
	#projects h5 { margin-bottom: 4px; font-family: Arial, Helvetica, sans-serif; font-weight:bold; color: #3c4c57; }
h6 { font-size: 14px; }

h2.page_title, h4.page_title { margin: 0 0 18px; padding: 3px 0 0; }

/* p, ul, ol, dl
---------------------------------------------------------- */
p, ul, ol, dl 	{ margin:0; padding:0 0 19px; color: #50646e; }
	ul ul, ol ol { padding: 0; }
ul { list-style: none; }

#content p, #content ul, #content ol, #content dl { color: #3c4c57; }

#content ul, #content ol, #content dl { padding: 0 15px 10px; }
	#content ol { margin: 0 15px; }
#content ul li, #content ol li, #content dl dd { padding-bottom: 12px; }
#content ul li, #sidebar ul li { background: url(images/bullet.gif) no-repeat 0 7px; padding-left: 10px; }

#content blockquote ul li, #content blockquote ol li, #content blockquote dl dd { padding-bottom: 4px; }

#sidebar ul { padding: 0; }

ol.alpha { list-style: lower-alpha; }
p.adr, .the_buzz .entry p, #footer p { font-size: 12px; }
.the_buzz p.postmetadata, #sublinks { font-size: 11px; padding: 0 0 9px; }

ul#sublinks { text-transform: uppercase; font-weight: bold; }

#opening p { color: #3c4c57; }

strong, em 	{ font-family: Arial, Helvetica, sans-serif }
	#content blockquote p strong, #content blockquote p em { font-family:Georgia, Times, serif; }
dt, strong, cite, p.postmetadata a, a.more-link, p.more, .emphasis, .field { font-weight: bold; }
	.greet_text strong { font-family: Palatino, Georgia, Times, serif; }
em { font-style: italic; }

small 		{ font-size:0.6875em; }
acronym, abbr 	{ cursor:help; letter-spacing:1px; border-bottom:1px dashed; }

/***** Links *****/
a, a:visited 	{ color: #00acec; text-decoration:none; }
h2.post_title a { color: #0097cf; }
ul#sublinks a, ul#sublinks a:visited { color: #e1e1e1; }
p.view_all_work a { color: #fff; }
a:hover, a:active, h2 a:hover, h5 a:hover { color: #eb551a !important; }
p.view_all_work a:hover { border-bottom: 1px solid #7bd4f5; }

#footer a, #footer a:visited { border-bottom: 1px dotted #5c5c5c; color: #acacac; }
#footer a:hover { border-bottom-style: solid; }

/***** Buttons *****/
p.submit_btn, p.button, #content p.subscribe_buttons {
	width: 135px !important;
	height: 30px;
	background: url(images/buttons/btn_left.gif) no-repeat 0 0;
	padding: 0 !important;
	margin: 0 0 18px;
}
	#content p.subscribe_buttons { margin-right: 10px; padding-left: 13px !important; float: left; }
a.btn, input.btn { 
	width: 135px !important;
	height: 26px;
	background: url(images/buttons/btn_right.gif) no-repeat 100% 0; margin: 0 0 0 13px; padding: 3px 15px 3px 0; border: 0; display: block; color: #00acec; text-transform: uppercase; font-size: 14px; font-weight: bold; text-align: center; cursor: pointer;
}
	input.btn { height: 29px; }
	p.subscribe_buttons input.btn { margin: 0; }
a.btn:hover, input.btn:hover { color: #eb551a; }

#sidebar p.submit_btn, #sidebar p.button {
	background-image: url(images/buttons/btn_left_grey.gif);
}
#sidebar a.btn, #sidebar input.btn { background-image: url(images/buttons/btn_right_grey.gif); }

body#subscribe #content form p.submit_btn { margin-top: 17px; }

/***** Forms *****/
form {  }
input, select, textarea { margin: 0; padding: 3px 2px; border: 1px solid #91a5af; font-family: arial, helvetica, sans-serif; font-size: 12px;}
	input, textarea { background: #fff url(images/backgrounds/bg_input.gif) repeat-x 0 0; }
	input.radio, input.checkbox { width: auto; background: none; padding: 0; border: 0; vertical-align: middle; }
body.fourOfour input { margin: 0 5px; }

textarea 		{ line-height:1.25em; }

/***** Tables *****/
table {
	margin:0 5px 28px;
	border-top-width: 1px; border-top-style: dotted;
	border-right-width: 1px; border-right-style: dotted;
	border-collapse: separate;
	border-spacing: 0;
}
caption { 
	text-align: left;
	font-weight: normal;
}
th, td {
	border-bottom: 1px dotted #91a5af;
	border-left: 1px dotted #91a5af;
	vertical-align: top; }

thead th, tfoot th { padding: 10px 5px; }
	thead th { vertical-align: bottom; }
thead th:first-child, tfoot th:first-child { padding: 10px 5px 10px 10px;  }

tbody th { padding: 5px 5px 5px 10px; }
tbody td { padding: 5px; }

/* Header
------------------------------------------------------------------*/
#header { width: 1000px; height: 80px; margin: 0 auto; padding: 10px 0 0; }
h1#logo { float: left; }
#headerwrap { width: 480px; height: 70px; padding: 0; float: right; }
	h4.description { margin: 30px 0 0; float: left; }
	.badge a { width: 70px; height: 70px; background: url(images/badge.gif) no-repeat 0 0; float: right; display: block; text-indent: -9999px; }

.reinsw-badge { position:absolute; right:-13px; top:86px; width:119px; height:119px; }
	.reinsw-badge a { display:block; }

#sublinks { width: 200px; height: 17px; background: url(images/backgrounds/bg_sublinks.gif) no-repeat 0 0; margin: 0 33px 5px 0; padding: 3px 0 0 50px; float: right; }
	* html #sublinks { margin: -15px 0 1px; }
#sublinks li { margin: 0 25px 0 0; }
#sublinks li, #sublinks li a { float: left; }

#nav { height: 48px; margin-bottom: 40px; clear: both; padding-left:60px; }
#nav li { margin: 0 20px 0 0; padding: 0; float: left; }
#nav li.page-item-274 { margin: 0; }
#nav li a { width: 150px; height: 60px; background: url(images/backgrounds/bg_nav.gif) no-repeat; float: left; display: block; text-indent: -9999px; }
	#nav li.page-item-275 a { background-position: 0 0; } /*home*/
	#nav li.page-item-8 a { background-position: -170px 0; } /*services*/
	#nav li.page-item-829 a { background-position: -170px 0; } /*portfolio*/
	#nav li.page-item-10 a { background-position: -340px 0; } /*products*/
	#nav li.page-item-12 a { background-position: -510px 0; } /*features*/
	#nav li.page-item-5 a { background-position: -680px 0; } /*buzz*/
	#nav li.page-item-274 a { background-position: -850px 0; } /*contact*/
	
	#nav li.page-item-275 a:hover, #nav li.page-item-275.current_page_item a, #nav li.page-item-275.current_page_parent a { background-position: 0 -60px; }
	#nav li.page-item-8 a:hover, #nav li.page-item-8.current_page_item a, #nav li.page-item-8.current_page_parent a { background-position: -170px -60px; }
	#nav li.page-item-829 a:hover, #nav li.page-item-829.current_page_item a, #nav li.page-item-829.current_page_parent a { background-position: -170px -60px; }
	#nav li.page-item-10 a:hover, #nav li.page-item-10.current_page_item a, #nav li.page-item-10.current_page_parent a { background-position: -340px -60px; }
	#nav li.page-item-12 a:hover, #nav li.page-item-12.current_page_item a, #nav li.page-item-12.current_page_parent a { background-position: -510px -60px; }
	#nav li.page-item-5 a:hover, #nav li.page-item-5.current_page_item a, #nav li.page-item-5.current_page_parent a { background-position: -680px -60px; }
	#nav li.page-item-274 a:hover, #nav li.page-item-274.current_page_item a, #nav li.page-item-274.current_page_parent a { background-position: -850px -60px; }
	

/***** IE6 *****/
	#nav li.page-item-3 a { background-position: 0 0 !important; } /*home*/
	#nav li.page-item-8 a { background-position: -170px 0 !important; } /*services*/
	#nav li.page-item-829 a { background-position: -170px 0 !important; } /*services*/
	#nav li.page-item-10 a { background-position: -340px 0 !important; } /*products*/
	#nav li.page-item-12 a { background-position: -510px 0 !important; } /*features*/
	#nav li.page-item-5 a { background-position: -680px 0 !important; } /*buzz*/
	#nav li.page-item-2 a { background-position: -850px 0 !important; } /*contact*/

	#nav li.page-item-3 a:hover { background-position: 0 -60px !important; }
	#nav li.page-item-829 a:hover { background-position: -170px -60px !important; }
	#nav li.page-item-8 a:hover { background-position: -170px -60px !important; }
	#nav li.page-item-10 a:hover { background-position: -340px -60px !important; }
	#nav li.page-item-12 a:hover { background-position: -510px -60px !important; }
	#nav li.page-item-5 a:hover { background-position: -680px -60px !important; }
	#nav li.page-item-2 a:hover { background-position: -850px -60px !important; }

/* Projects
------------------------------------------------------------------*/
#projects { width: 1000px; height: 490px; background: url(images/backgrounds/bg_projects.gif) no-repeat 0 bottom; }
.panel .block { width: 280px; height: 410px; margin: 0 10px; padding: 10px 0 0; float: left; }
img.thumbnail { margin-bottom: 11px; padding: 0; border: 0; cursor: pointer; }
h5.project_title { text-align: center; }
p.delivered { color: #8291a0; text-align: center; }

div.each { display: none; }
div.each.select { width: 878px; height: 408px; background: #fff; border: 1px solid #cce6f7; display: block; position: absolute; top: 10px; left: 10px; }
	* html div.each.select { left: 20px; }
.each p { text-align: left; }
.each img { padding: 0; border: 0; }

.clear-selection a {  
    width:32px;  
    height:32px;  
    background:transparent url(images/buttons/close.png) no-repeat scroll right top;  
    position:absolute;  
    top:-10px;  
    right:-10px;  
    text-indent:-99999px;  
    overflow:hidden;  
    cursor:pointer;  
}

.project-post { padding: 39px 39px 19px 20px; }
.project-post p { font-size: 12px; line-height: 18px; }
.project-post p.delivered { padding: 0; font-weight: bold; color: #50646e; }
img.post-image { width: 409px; height: 408px; margin-right: 20px; border-right: 1px solid #cce6f7; float: left; }

/***** Tabs *****/
ul.tabs { width: 1000px; height: 60px; background: url(images/backgrounds/bg_project_nav.gif) no-repeat 0 0; padding: 0; font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold; text-transform: uppercase; }
ul.tabs li { height: 60px; float: left; }
ul.tabs li a { height: 45px; padding: 15px 5px 0 20px; display: block; color: #c3ebff; }
	* html ul.tabs li a { color: #c3ebff !important; }
ul.tabs li a:hover, ul.tabs li a.selected { background: url(images/backgrounds/bg_project_nav_arrow.gif) no-repeat center bottom; color: #fff !important; }

	ul.tabs li.tab1 a { width: 190px; }
	ul.tabs li.tab2 a { width: 220px; }
	ul.tabs li.tab3 a { width: 115px; }
	ul.tabs li.tab4 a { width: 245px; }
	ul.tabs li.tab5 a { width: 82px; }

	ul.tabs li.tab1 a:hover, ul.tabs li.tab1 a.selected {  }
	ul.tabs li.tab2 a:hover, ul.tabs li.tab2 a.selected {  }
	ul.tabs li.tab3 a:hover, ul.tabs li.tab3 a.selected {  }
	ul.tabs li.tab4 a:hover, ul.tabs li.tab4 a.selected {  }
	ul.tabs li.tab5 a:hover, ul.tabs li.tab5 a.selected {  }

/***** Slider *****/
#slider {
	width: 1000px;
	margin: 0;
	float: left;
	position: relative;
}

.scroll {
	width: 900px;
	height: 420px;
	margin: 0 0 0 50px;
	overflow: auto;
	position: relative; /* fix for IE to respect overflow */
	clear: left;
	}
	* html .scroll { width: 920px; margin: 0 0 0 40px; }
.scrollContainer div.panel {
	width: 900px; height: 420px;
	padding: 0;
}
	* html .scrollContainer div.panel { width: 920px; }
.scrollButtons {
padding: 0;
border: 0;
position: absolute;
top: 220px;
cursor: pointer;
z-index: 50;
}

.scrollButtons.left {
left: 12px;
}

.scrollButtons.right {
right: 12px;
}

/* Main content
------------------------------------------------------------------*/
#content { width: 640px; margin-bottom: 25px; float: right; }
	body#home #content { margin: 40px 0; }

.content_block { background: url(images/backgrounds/bg_horizontal_gradient.gif) repeat-x 0 25px; }
.content_block h3 { margin-bottom: 18px; }
.content_block h4 { margin-bottom: 15px; }

#agentpoint_services { margin-bottom: 5px; }
#agentpoint_services div { background:#f5f7f6; float:left; font-size:13px; height:120px; margin-bottom: 5px; margin:2px; padding:10px; width:296px; }
#agentpoint_services h3 { background:url(images/he-separator.png) repeat-x bottom; font-size:18px; margin-bottom:10px; padding:0 0 10px; }
#agentpoint_services #work-samples {  }
#agentpoint_services #social-networking img { margin: 0 5px 10px 0; }
#agentpoint_services #whats-buzzing { background:url("images/what-buzzing.png") no-repeat scroll 230px center #F5F7F6; padding-right:60px; width:246px;  }
#agentpoint_services #realestate-products { background:url("images/real-estate-product-bg.png") no-repeat scroll center top #EAEAEA; }


#agentpoint_web_features ul { height: 97px; padding: 0; font-size: 12px; }
#agentpoint_web_features ul li { width: 271px; padding: 0 0 8px 29px; float: left; }
#agentpoint_web_features ul li.wordpress { background: url(images/icons/icon_buddy_chat.gif) no-repeat 0 0; margin-right: 20px; }
#agentpoint_web_features ul li.email { background: url(images/icons/icon_rss.gif) no-repeat 0 0; }
#agentpoint_web_features ul li.analytics { background: url(images/icons/icon_pie_chart.gif) no-repeat 0 0; margin-right: 20px; }
#agentpoint_web_features ul li.galleries { background: url(images/icons/icon_podcast.gif) no-repeat 0 0; }
#agentpoint_web_features ul li.mapping { background: url(images/icons/icon_globe.gif) no-repeat 0 0; margin-right: 20px; }
#agentpoint_web_features ul li.widgets { background: url(images/icons/icon_wrench.gif) no-repeat 0 0; }

#agentpoint_web_features p { font-size: 18px; text-align: center; }

#home_bottom { width: 960px; height: 40px; background: url(images/backgrounds/bg_bottom.gif) no-repeat 0 0; margin: 0 0 40px; padding: 20px; }
#home_bottom .block { float: left; }

#btn_appraisal { margin-right: 55px; }
#btn_appraisal a img { padding: 0; border: 0; }

#promotes { margin-right: 40px; padding-top: 10px; }
#promotes a { float: left; text-indent: -9999px; }
#promotes a.b2 { width: 130px; height: 35px; margin-right: 25px; display: block; }
#promotes a.zoo { width: 135px; height: 25px; display: block; }

#signup { width: 290px; padding-top:-15px;font-size: 12px; line-height: 16px; }
#signup p.your_email { padding: 0; float: left; }
#signup p.your_email label { display: none; }
#signup input.textbox { width: 240px; height: 22px; margin-right: 6px; float: left; font-size: 14px; color: #50646e; }
#signup input { margin-bottom:5px; }
#signup input.unsubscribe_btn { display: none; }
#signup p.subscribe_buttons { width: 34px !important; height: 34px; padding: 0; float: left; }
#signup input.subscribe_btn { width: 34px !important; height: 34px; background: url(images/buttons/btn_go.gif) no-repeat 0 0; margin: 0; text-indent: -9999px; cursor: pointer; position: relative; top: -3px; border: none; }
		#IEroot #signup input.subscribe_btn { font-size: 0; text-align: right; text-indent: 0; color: #00abea; }

/***** posts *****/
.post {  }
p.author_thumb { width: 60px; height: 60px; padding: 0 0 6px; float: left; }
p.author_thumb img { width: 50px; height: 50px; }

p.author_pic { width: 50px; height: 50px; padding: 0 5px 6px 0; float: left; }
p.author_pic img { width: 50px; height: 50px; padding: 0; border: 0; }

.post_title_date	{ width: 570px; margin: 3px 5px 0 0; float: right; }
	.post_title_date.no_author_thumb { width: 100% !important; margin-bottom: 9px; }
.post_title_date h2	{ padding: 0; }
p.postdate { font-size: 12px; height: 18px; margin: 0 0 9px; padding: 1px 0 !important; }
p.postdate span { float: left; }
.comment_link { background: url(images/icons/icon_comments_post.gif) no-repeat 0 5px; padding: 0 0 0 14px; }
span.bullet { width: 5px; height: 5px; background: url(images/bullet.gif) no-repeat 0 0; margin: 7px 6px 0; display: block; text-indent: -9999px; }

.entry { width: 100%; margin-bottom: 40px; clear: both; }
	.single #content .entry { margin-bottom: 0; }
p.postmetadata { width: 630px; height: 20px; background-color: #f2f3f3; padding: 5px !important; font-size: 12px; }
	span.comments_popup_link { float: right; text-align: right; }
	span.post_filed_cats { float: left; }

/* project data in posts */
.project-info { width: 230px; margin: 0 15px 15px 0; border: 1px solid #e0e0e0; float: left; }
.project-info img { border-bottom: 1px solid #e0e0e0; margin: 0 0 8px !important; }
.project-info p { padding: 0; font-family: Verdana, arial, sans-serif; font-size: 11px; font-style: italic; line-height: 14px; }
.project-info span { padding: 0 0 8px 8px; display: block; }

.navigation { margin: 0 0 30px; padding: 6px 5px 5px; clear: both;  }
	.navigation.true { height: 20px; }
#content .navigation p { padding: 0; }

#blog-div.single .navigation { background: url(images/backgrounds/bg_post_border.gif) repeat-x 0 top; margin: 0; padding: 6px 0 5px; clear: both; text-align: center; }
#blog-div.single .navigation_wrap { background-color: #f2f3f3; padding: 12px 5px !important; }
#blog-div.single #content .navigation p { padding-bottom: 4px; }
span.display_twitter { background: url(images/bullet.gif) no-repeat 100% 5px; margin-right: 1px; padding-right: 10px; }
span.previous_post_link { padding-top: 6px; }

#blog-div .navigation p a { padding: 2px 4px; }
#blog-div.single .navigation p a { padding: 0; }

/***** Comments *****/
/* Comment List */
#comments { margin: 0 0 30px; padding: 0 0 14px; border-bottom: 1px solid #91a5af; clear: both; }
#comments .navigation { display: none; }

#content ul.commentlist { margin-top: 16px; padding: 0; }
#content ul.commentlist li { background: url(images/backgrounds/bg_post_border.gif) repeat-x 0 0; margin: 0 0 4px; padding: 12px 0 0 0; clear: both; }
ul.commentlist li.alt { border: 0; }

.commentcontent { width: 480px; padding: 0; clear: both; }

.comment-author { width: 470px; margin: 0 0 11px; padding: 5px 0 7px; }
.comment-author img { margin: 0 5px 0 0; border-color: #d7d7d7; float: left; }
#content .comment-author p { padding: 0; }

span.says { display: none; }

/* Leave a Reply */
#commentform-container 	{ width: 470px; margin-bottom: 29px; clear: both; }
#content #commentform-container h4 { margin: 4px 0 1px; }
#commentform-container form input.textbox	{ width: 305px; }
#commentform-container form textarea { width: 460px; height: 180px; margin: 0; }

/***** Links *****/
body#links ul.float-left, body#links ul.float-right { width: 300px; }
body#links .entry ul li ul li { margin-bottom: 4px; }
body#links h4 { padding-bottom: 2px; }
body#links .entry ul { list-style: none; padding-left: 0; line-height: 1.5em; }

/* Sidebar
------------------------------------------------------------------*/
#sidebar { width: 332px; float: left; }
	body#home #sidebar { margin: 25px 0; }
#sidebarwrap { width: 302px; background: url(images/backgrounds/bg_sidebar.gif) no-repeat 0 0; padding: 0 30px 0 0; }
	* html #sidebarwrap { padding: 0 10px 0 0; }
#sidebar .sidebar_block { width: 280px; margin: 0 0 17px; padding: 14px 20px 0; clear: both; }
#sidebar span.sidebar_bottom { width: 322px; height: 20px; background: url(images/backgrounds/bg_sidebar_bottom.gif) no-repeat 0 bottom; display: block; clear: both; }

#side_connected, .side_block { width: 282px; margin: 0 0 15px; padding: 15px 25px 0 15px; }
#side_connected h3, .side_block h3 { background: url(images/backgrounds/bg_horizontal.gif) repeat-x 0 bottom; margin-bottom: 14px; padding-bottom: 6px }

#side_blog, #side_categories-3, #side_archives-3 { float: left; }
#sidebar #side_blog ul, #sidebar #side_categories-3 ul, #sidebar #side_archives-3 ul { padding: 0 0 17px; float: left; clear: both; }
#sidebar #side_blog-3 ul li, #sidebar #side_categories-3 ul li, #sidebar #side_archives-3 ul li { width: 131px; float: left; }

/***** clind page *****/
#childpage { width: 302px; background: url(images/backgrounds/bg_sidebar.gif) no-repeat 0 0; padding: 15px 30px 0 0; margin-bottom: 25px; clear: both;}
#childpage h3 { background: url(images/backgrounds/bg_horizontal.gif) repeat-x 0 bottom; margin-left: 15px; padding-bottom: 6px }
#childpage ul { padding: 15px; }

/***** pricing *****/
#pricing { width: 282px; height: 137px; background: url(images/backgrounds/bg_connected.gif) no-repeat 0 0; margin: 25px 0; padding: 25px 25px 0 15px; }
#pricing h3 { background: url(images/backgrounds/bg_horizontal.gif) repeat-x 0 bottom; margin-bottom: 14px; padding-bottom: 6px }

/***** side for global *****/
.side_global { width: 292px; background: url(images/backgrounds/bg_side_global.gif) no-repeat 0 0; margin-top: 25px; padding: 15px 15px 0 15px; }
.side_global h3 { background: url(images/backgrounds/bg_horizontal.gif) repeat-x 0 bottom; padding-bottom: 6px; margin-bottom: 10px; }
.side_global hr { background: url(images/backgrounds/bg_horizontal.gif) repeat-x 0 bottom; border: none; margin-bottom: 5px !important; }
#sidebar span.side_global_bottom { width: 322px; height: 11px; background: url(images/backgrounds/bg_side_global_bottom.gif) no-repeat 0 bottom; display: block; clear: both; margin-bottom: 25px; }


/***** contact us *****/
#side_contact { width: 275px; background: url(images/backgrounds/bg_contact.gif) repeat-x 0 40px; margin: 0 0 5px 16px; padding: 15px 15px 0 0; clear: both; }
	body#home #side_contact { margin-bottom: 0; }
#side_contact h3 { margin-bottom: 24px; }
.users img { margin: 0 9px 9px 0; float: left; }
.users p { font-size: 12px; line-height: 17px; }
.users p.user1 { margin-bottom: 22px; }

/***** Sydney/Boston Numbers and Flags *****/
p.side_number { padding: 0 0 0 74px; font-size: 18px; color: #3c4c57; }
p.side_number span { font-size: 15px; color: #50646e; }
p.sydney { background: url(images/buttons/flags_sydney.gif) no-repeat 0 1px; margin-bottom: 35px; }
p.boston { background: url(images/buttons/flags_boston.gif) no-repeat 0 1px; margin-bottom: 42px; }

#side_appraisal { height: 50px; margin: 0 0 0 20px; }
#side_appraisal a img { padding: 0; border: 0; }

#side_connected { width: 282px; height: 137px; background: url(images/backgrounds/bg_connected.gif) no-repeat 0 0; margin: 25px 0; padding: 25px 25px 0 15px; }
#side_connected h3 { background: url(images/backgrounds/bg_horizontal.gif) repeat-x 0 bottom; margin-bottom: 14px; padding-bottom: 6px }
#side_connected p.button { width: 200px !important; margin-left: 30px; }
#side_connected p.button a { width: 200px !important; }
	#side_connected .p_rss { margin-bottom: 12px; }
	#side_connected .p_email { }

/***** Search form *****/
#searchform input#s { width: 230px; height: 22px; margin-right: 6px; float: left; font-size: 14px; color: #50646e; }
#searchform input#searchsubmit { width: 34px !important; height: 34px; background: url(images/buttons/btn_go.gif) no-repeat 0 0; margin: 0; border: 0; text-indent: -9999px; cursor: pointer; }
		#IEroot #searchform input#searchsubmit { width: 44px !important; font-size: 0; text-align: right; text-indent: 0; color: #f5f6f6; }


/* Footer
------------------------------------------------------------------*/
#footer { width: 100%; height: 90px; background-color: #363636; border-top: 5px solid #202020; }
.footerwrap { width: 1000px; margin: 10px auto 0; color: #acacac; }
.footerwrap p { text-align: center; padding: 0 0 6px; }

/* Contact Modal Window
------------------------------------------------------------------*/
.modal-overlay  
{  
    position:fixed;  
    top:0;  
    right:0;  
    bottom:0;  
    left:0;  
    height:100%;  
    width:100%;  
    margin:0;  
    padding:0;  
    background:#000;  
    opacity:.75;  
    filter: alpha(opacity=75);  
    -moz-opacity: 0.75;  
    z-index:101;  
}  
.modal-window  
{  
    background: url(images/backgrounds/bg_modal_window.png) no-repeat center center;
    position:fixed;  
    top:50%;  
    left:50%;  
    margin:0;  
    padding:0;  
    z-index:102;  
}  
.modal-content {
    width: 440px;
    height: 370px;
    margin: 40px 0 0 40px; 
}
.close-window  
{  
    position:absolute;  
    width:32px;  
    height:32px;  
    right:8px;  
    top:8px;  
    background:transparent url(images/buttons/close.png) no-repeat scroll right top;  
    text-indent:-99999px;  
    overflow:hidden;  
    cursor:pointer;  
    /*opacity:.5;  
    filter: alpha(opacity=50);  
    -moz-opacity: 0.5;  */
}  
/*.close-window:hover  
{  
    opacity:.99;  
    filter: alpha(opacity=99);  
    -moz-opacity: 0.99;  
}*/

.each { position: absolute; }

body#contact-ryan .sociable, body#contact-peter .sociable, #slider .sociable, #home_bottom .sociable { display: none; }

/* New Modal
------------------------------------------------------------------*/
/*#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:red;
  display:none;
}*/
  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
}

#boxes #dialog {
  width:375px; 
  height:203px;
  padding:10px;
  background-color:yellow;
}

.gform_body ul li {
	list-style:none;
	margin-top:5px;
}

.gfield_required {
	color:#F00;
}

.ginput_container label {
	padding-left:5px;
}

.ginput_container input {
	margin-bottom:5px;
}

.ginput_container textarea {
	width:265px;
}

.gform_footer {
	margin-top:10px;
	text-align:center;
}

.validation_message {
	color:#F00;
	font-size:small;
}

#childpage .current_page_item a {
	color:#EB511A !important;
}

.entry img.image-live-examples { border: 1px dotted ; padding: 5px ! important; width: 200px ! important; }

.sample-sites { margin-top:20px; border:none; }
.sample-sites td { border:none; padding:0; }
.sample-sites img { border: 1px dotted; padding: 5px ! important; width: 200px ! important; }


/*table term of use*/
.dataTables_wrapper{
    min-height: 100px !important;
    margin : 0 0 10px;
}
