/*
Theme Name: Stonebridge
Theme URI: http://stonebridge.com/wp-content/themes/stonebridge
Author: 9th Sphere
Author URI: http://9thSphere.com/
Description: Theme Coder - Jolan Green 
Version: 1.4.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: dark, light, white, black, gray, one-column, two-columns, left-sidebar, right-sidebar, fixed-width, flexible-width, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentyeleven
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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, font, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, img {
	border: 0;
	/*font-family: inherit;*/
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

/*
---------------------------------------------
01. MAIN / GLOBAL / DEFAULT ELEMENTS
---------------------------------------------
*/

body {
	background:#cccccc;
	color:#626262;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
}

#page {
	background: #FFFFFF url(images/back/bg_header.jpg) top repeat-x;
	min-width:1154px;
}

#page_footer {
	background:url(images/back/bg_footer.jpg) top repeat-x;
	min-width:1154px;
}

#wrapper, #wrapper_footer { 
	margin:0 auto;
	width:1154px;
}

::selection {
	background: #9d0a0f; /* Safari */
	color:#FFF;
}
::-moz-selection {
	background: #9d0a0f; /* Firefox */
	color:#FFF;
}

.clear{clear:both;}

@font-face {
    font-family: 'HelveticaNeueThin';
    src: url('fonts/hlt____-webfont.eot');
    src: url('fonts/hlt____-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/hlt____-webfont.woff') format('woff'),
        url('fonts/hlt____-webfont.ttf') format('truetype'),
        url('fonts/hlt____-webfont.svg#HelveticaNeueThin') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*
---------------------------------------------
02. HEADINGS AND PARAGRAPH TAGS
---------------------------------------------
*/
h1 {
	font-size: 30px;
	font-family: 'HelveticaNeueThin', arial;
	color:#626262;
	margin-top:0;
	margin-bottom:10px;
	font-weight:normal;
	line-height:32px;
	
}

h2 {
  	font-size: 25px;
	color: #626262;
	margin-top:0;
	margin-bottom:20px;
	font-family: 'HelveticaNeueThin', arial;
	font-weight:normal;
	line-height:25px;
}

h3 {
  	font-family: 'HelveticaNeueThin', arial;
	font-size: 28px;
	color: #FFFFFF;
	margin-top:0;
	margin-bottom:5px;
	font-weight:normal;
}

h4 {
  	font-size: 18px;
	color: #626262;
	margin-top:0;
	margin-bottom:0px;
	font-family:  arial;
	font-weight:bold;
	line-height:25px;
}

p {
	margin-bottom:15px;
}


/*
---------------------------------------------
03. LIST PROPERTIES
---------------------------------------------
*/	

ul.bullet li{
	list-style:url(images/bullet.gif);
	margin-bottom:15px;
}

ol {margin-left:20px;}
ul {margin-left:20px;}
li {margin-bottom:15px;}



/*
---------------------------------------------
04. LINKS
---------------------------------------------
*/	

a { color: #9d0a0f; text-decoration: none; }
a:hover, a:focus { color: #626262; text-decoration:underline }
a:visited { color: #9d0a0f; }

a.linkGray:link {color: #626262; text-decoration:underline}
a.linkGray:visited {color: #626262; text-decoration:underline}
a.linkGray:hover {color: #9d0a0f;text-decoration:underline}

a.linkWhite:link {color: #FFFFFF; text-decoration:underline}
a.linkWhite:visited {color: #FFFFFF; text-decoration:underline}
a.linkWhite:hover {color: #626262;text-decoration:underline}


/*
---------------------------------------------
05. CONTAINERS, BOXES, BORDERS
---------------------------------------------
*/	

#header {width:980px; height:100px; padding:0 87px; position:relative; }
	#header h1 {margin:0; line-height:0;}
	#header h1 a {position:absolute; top:20px; left:77px; width:267px; height:60px; background:url(images/logo.png?v=1.1) no-repeat; background-size: contain;}
	#header .language_btn {position:absolute; top:0; left:950px; width:121px; height:28px; background: url(images/btns/language-btn.jpg) no-repeat; font-size:12px; padding-top:5px; text-align:center; text-indent:12px}
	#header .language_btn a { color:#FFF;}
	#header .language_btn img { position:absolute; left:16px; top:6px;}
	
		
	#header .login_btn {position:absolute; top:0; left:864px; width:77px; height:29px; background: url(images/btns/login-btn.jpg) no-repeat; font-size:12px; padding:5px 4px 0 5px; text-align:center;}
	#header .login_btn a { color:#FFF; text-transform:uppercase;}
	
	
#access {width:646px; height:60px; position:absolute; top:40px; left:424px; /*background:url(images/back/bg_nav_div.png) bottom no-repeat;*/ }

#access.french { width:785px; left:360px; /*background:url(images/back/bg_nav_div_fr2.png) bottom no-repeat; */}

#banner {width:1154px; height:212px; position:relative;  }
	#banner a {
		width:640px; 
		height:100px; 
		display:block; 
		position:absolute; 
		top:190px; 
		left:430px; 
		font-family:'HelveticaNeueThin';
		font-size: 30px; 
		color:#FFF; 
		line-height:32px;
		text-align:right;
	}
	#banner a:hover { color:#9d0a0f; text-decoration:none;}
	#banner a .button {border:#FFF solid 1px; font-size:12px; height:22px; line-height:20px; padding:0 8px; margin-top:10px; text-align:center; font-family:Arial, sans-serif; float:right;}
	
#title_bar {width:980px; height:38px; padding:17px 87px 0; background: url(images/back/sub_bar.jpg) top repeat-x;}
	#title_bar h1 { color:#FFF;}
#main {width:100%; padding-bottom:20px; background:url(images/back/bg_home_body.jpg) no-repeat top; }
#primary {width:660px; padding:56px 87px 20px 0; float:right; min-height:480px; background:url(images/back/bg_body_right.jpg) right top no-repeat;}
.page-template-page-contact-php #primary { width:980px;  }
	table.contact td { width:360px; }
	table.contact td:nth-child(2) { width: 300px; }
	table.contact td[rowspan="2"] { width:260px; }
#secondary {width:240px; padding:0px 15px 0 87px; float:left; min-height:460px; background:url(images/back/bg_body_left.jpg) left top no-repeat;}
.page-template-page-contact-php #secondary { width:0; padding:0 0 0 76px; }
	#secondary a {color:#626262; border-left:6px solid #FFF; padding:5px 3px; display:block;}
	#secondary a:hover {color:#9d0a0f; text-decoration:none; border-left:6px solid #9d0a0f;}
	#secondary ul {margin-left:0px;}
	#secondary ul li {list-style:none; /*background:url(images/back/sub_nav_div.jpg) bottom no-repeat;*/ margin-bottom:0px; }
    #secondary ul li a{background:url(images/back/sub_nav_div.jpg) bottom no-repeat;}
	#secondary ul li ul {margin-left:20px;}
	#secondary ul li ul li {border-bottom:none; padding-bottom:0px; margin-bottom:5px; }
	#secondary h3 {font-family:'HelveticaNeueThin';font-size: 18px; color:#FFF; margin-bottom:5px; padding-bottom:10px; font-weight:normal; border-bottom:1px solid #ebebeb;}
	
	/* Active States */
	#secondary li.current-menu-item, .current-menu-parent {color:#9d0a0f;}
	#secondary li.current-menu-item a {color:#9d0a0f; border-left:6px solid #9d0a0f;}
	#secondary li.current-menu-item ul li.current-menu-item a {color:#9d0a0f; border-left:6px solid #9d0a0f;}
    #secondary li.current-menu-item ul li a {border-left:6px solid #ffffff;}
	#secondary li.current-menu-parent a {color:#9d0a0f; border-left:6px solid #9d0a0f;}
	
	#secondary li.current-menu-item ul li a {color:#626262; border-left:none;}
	#secondary li.current-menu-parent ul li a {color:#626262; border-left:none;}
	
	#secondary ul li ul li.current-menu-item {background:none; color:#626262;}
	#secondary ul li ul li.current-menu-item a {color:#9d0a0f; border-left:6px solid #9d0a0f;}
	
#footer {width:1154px; height:80px; background: url(images/bg_footer.jpg) bottom repeat-x; text-align:center; font-size:11px;}
	#footer .links {height:40px; margin-left:360px;}
	.page-id-453 #footer .links {height:40px; margin-left:290px;}
	#footer .links img{ float:left; margin-top:5px;}
	#footer a { color:#626262; text-decoration:none}
	#footer a:hover { color:#9d0a0f; text-decoration:none}

/**** Home page ****/
.home #page {background: #FFFFFF url(images/back/bg_header_home.jpg) top repeat-x;}

.home #banner {width:1154px; height:366px; background:url(images/photos/banner_home.jpg) no-repeat; }
.home #title_bar {width:980px; height:137px; background:url(images/back/sub_bar_home.jpg) repeat-x #CCCCCC; line-height:34px; padding-top:15px;}
.home #title_bar a { color:#626262; border-left:1px solid #898989; line-height:17px; height:41px; display:block; float:left; padding:22px 30px 0 4px;}
.home #title_bar h1 {font-weight:bold;}
.home #title_bar a:hover {color:#9d0a0f; text-decoration:none;}
.home #main {width:980px; padding:30px 87px 20px; }


/**** French Home page ****/
.page-id-453 #title_bar h1 { font-size:26px;}
.page-id-453 #title_bar {width:980px; height:137px; background:url(images/back/sub_bar_home.jpg) repeat-x #CCCCCC; line-height:34px; padding-top:15px;}
.page-id-453 #title_bar a {line-height:17px; height: 41px; padding: 22px 30px 0 4px; min-width: 110px;}

.page-id-453 #title_bar a.fr_item_services {padding:22px 0px 0 4px;}	
.page-id-453 #title_bar a.fr_item_fund {width:250px;padding:22px 0px 0 4px;}



a.cta {width:305px; height:260px; float:left; background-color:#898989; position:relative; color:#FFF; margin-right:29px;  }
	a.cta:hover {text-decoration:none;}
.cta img {display:block;}
.cta .title { background: url(images/back/cta_bar.jpg) repeat-x; height:33px; line-height:33px; padding:0 10px; font-size:18px; font-family: 'HelveticaNeueThin', arial; overflow:hidden; letter-spacing:0px; font-weight:normal;}

.cta .desc {padding:12px 12px 12px 10px;}
	.cta .desc:hover {color:#323232;}
.cta .button {position:absolute; top:230px; left:10px; border:#FFF solid 1px; font-size:12px; padding:0 10px;}
	.cta .button:hover {color:#323232;}

/**** French CTA ****/

.page-id-453 a.cta {height: 294px;}
.page-id-453 .cta .button { top:263px;}


.associates {margin-top:35px; height:150px;}
.label { /*border-bottom:1px solid #d7d7d7;*/ display:block; padding-bottom:5px; font-size:12px;}
.associates ul {margin-left:-54px;}
.associates ul li {list-style:none; float:left; margin-left:42px; }

/**** Contact page ****/
.box_gray {width:300px; height:210px; float:left; background-color:#898989; position:relative; color:#FFF; margin-right:26px; margin-bottom:30px;  }
.box_gray .title { background: url(images/back/cta_bar.jpg) repeat-x; height:33px; line-height:33px; padding:0 12px; font-size:18px; font-family: 'HelveticaNeueThin', arial;}
.box_gray .desc {padding:12px;}

/**** Transaction Items (tombstone) ****/
a.item {width:305px; height:138px; float:left; background-color:#898989; position:relative; color:#FFF; margin-right:25px; margin-bottom:30px;  }
	a.item:hover {text-decoration:none;}
.item img {display:block; float:right;}
.item .title { background: url(images/back/cta_bar.jpg) repeat-x; height:33px; line-height:33px; padding:0 12px; font-size:18px; font-family: 'HelveticaNeueThin', arial; text-align:center;}
.item .desc {padding:12px; width:176px; float:left}
	.item .desc:hover {color:#323232;}
.item .button {position:absolute; top:108px; left:12px; border:#FFF solid 1px; font-size:12px; min-width:90px; max-width:130px; padding-left:10px; padding-right:10px;}
	.item .button:hover {color:#323232;}

.tombstone_item {background:url(images/back/bg_tombstone.jpg) no-repeat left top;}
.tombstone_item .title { background: url(images/back/cta_bar.jpg) repeat-x #3c3c3c; height:42px; line-height:42px; padding:0 12px; font-size:24px; font-family: 'HelveticaNeueThin', arial; text-align:center; color:#FFF;}
.tombstone_item .desc {padding:12px 12px 0; text-align:center; /*min-height:200px;*/}
.tombstone_item .desc span {display:block;}
.tombstone_item .desc span.short_title, span.value { font-size:18px;}
.tombstone_item .desc span.value{margin-top:15px;}

.tombstone_item .desc div {margin:0; /*30px;*/}

.tombstone_item .desc  p img.aligncenter{ margin-bottom:0;}

/*.navigation { width:35px; height:25px; margin-top:-30px; float:right; position:relative;}
		.navigation .previous {position:absolute; top:0; left:0px; height:20px; width:12px; padding-left:4px; border-right:1px solid #cccccc;}
		.navigation .next {position:absolute; top:0; left:20px; height:20px; width:12px; padding-left:4px;}
		.navigation a:hover {color:#9d0a0f; text-decoration:none;}
		.navigation .previous:hover .arrow_left {border-right:5px solid #9d0a0f; }
		.navigation .next:hover .arrow_right {border-left:5px solid #9d0a0f; }*/

.logos {margin-top:15px;padding:0 15px;}
.label {/* border-bottom:1px solid #d7d7d7;*/ display:block; padding-bottom:10px; font-size:14px; text-align:center; font-weight:bold;}
.logos .images { text-align:center;}
.logos .images img {margin:10px 10px 0;}

/*********************************************/

.line_gray {border-bottom:solid 1px #d7d7d7; margin:20px 0px;}

.arrow {
	border-left:5px solid #FFFFFF; 
	border-top:5px solid transparent; 
	border-bottom:5px solid transparent; 
	height:0;  
	width:0; 
	margin:0 auto;
	display:inline-block;
	line-height:7px;
}

.arrow_right {
	border-left:5px solid #898989; 
	border-top:5px solid transparent; 
	border-bottom:5px solid transparent; 
	height:0;  
	width:0; 
	margin:0 auto;
	display:inline-block;
	line-height:7px;
	
}

.arrow_left {
	border-right:5px solid #898989; 
	border-top:5px solid transparent; 
	border-bottom:5px solid transparent; 
	height:0;  
	width:0; 
	margin:0 auto;
	display:inline-block;
	line-height:7px;
	margin-right:5px;
}

/*
---------------------------------------------
06. NAVIGATION
---------------------------------------------
*/	

#access a { color:#626262;}

#access .menu-primary-container ul {margin-left:0px;} 
#access .menu-primary_fr-container ul li,
#access .menu-primary-container ul li { list-style:none; margin:0;float: left; border-right: 1px #ccc solid;}
#access .menu-primary_fr-container ul li:first-child,
#access .menu-primary-container ul li:first-child {
    border-left: 1px #ccc solid;
}
#access .menu-primary-container ul li a{
  height: 35px;
  border-style: none;
  margin: 0 auto 0px;
  padding:25px 0px 0;
  font-size: 14px;
  cursor: pointer;
  float: left;
  text-transform:uppercase;
  text-align:center;
}  

#access .menu-primary_fr-container ul {margin-left:0px;} 
#access .menu-primary_fr-container ul li{ list-style:none; margin:0;float: left;}
#access .menu-primary_fr-container ul li a{
  height: 35px;
  border-style: none;
  margin: 0 auto 0px;
  padding:25px 0px 0;
  font-size: 14px;
  cursor: pointer;
  float: left;
  text-transform:uppercase;
  text-align:center;
}  
/* French Primary Nav */
.menu-item-319 a {width:148px;}
.menu-item-320 a {width:132px;}
.menu-item-2470 a {width:165px;} /* FR Transactions */
.menu-item-2798 a {width:165px;} /* FR Transactions */
.menu-item-381 a {/*width:165px;*/ width:190px;}
.menu-item-240 a {width:148px;}
.menu-item-804 a {width:124px;}
/* ./French Primary Nav */

.menu-item-31 a {width:122px;}
.menu-item-29 a {width:132px;}
.menu-item-352 a {width:165px;}
.menu-item-211 a {width:103px;}
.menu-item-27 a {width:124px;}

.menu-item-212 a {width:122px;}
.menu-item-215 a {/*width:132px;*/ width:104px;}
.menu-item-218 a {/*width:165px;*/ width:144px;}
.menu-item-223 a {width:103px;}
.menu-item-380 a {width:124px;}

#menu-primary_fr .menu-item-240 a {/*width:105px;*/ width:148px;}
#menu-primary_fr .menu-item-381 a {/*width:124px;*/ width:190px;}

#access .menu-primary-container ul li a:hover {color:#9d0a0f; text-decoration:none; background:url(images/back/bg_nav_active.gif) bottom repeat-x; }

/*Active State */
#access .menu-primary-container ul li.current-menu-item a, li.current-page-ancestor a {color:#9d0a0f; text-decoration:none; background:url(images/back/bg_nav_active.gif) bottom repeat-x;} 

.single #access .menu-primary-container ul li.current-post-ancestor a, li.current-post-ancestor a, li.current-page-ancestor a
{color:#9d0a0f; text-decoration:none; background:url(images/back/bg_nav_active.gif) bottom repeat-x;}

.category-web-release #access .menu-primary-container ul li.menu-item-352 a, 
.category-web-release-fr #access .menu-primary_fr-container ul li.menu-item-218 a,
.page-template-page-news-php #access .menu-primary-container ul li.menu-item-211 a {color:#9d0a0f; text-decoration:none; background:url(images/back/bg_nav_active.gif) bottom repeat-x;}

/*French Active State */
.single #access .menu-primary-container ul li.menu-item-240 a, li.current-page-ancestor a {color:#9d0a0f; text-decoration:none; background:url(images/back/bg_nav_active.gif) bottom repeat-x;}
.category #access .menu-primary-container ul li.menu-item-240 a, li.current-page-ancestor a {color:#9d0a0f; text-decoration:none; background:url(images/back/bg_nav_active.gif) bottom repeat-x;}

#access .menu-primary_fr-container ul li a:hover {color:#9d0a0f; text-decoration:none; background:url(images/back/bg_nav_active.gif) bottom repeat-x; }

/*Active State */
#access .menu-primary_fr-container ul li.current-menu-item a {color:#9d0a0f; text-decoration:none; background:url(images/back/bg_nav_active.gif) bottom repeat-x;} 

/* Footer Navigation */
#menu-footer li { list-style:none; margin:0;float: left; }
#menu-footer li a{
  height: 20px;
  border-style: none;
  margin: 0 13px;
  padding:5px 0;
  font-size: 11px;
  cursor: pointer;
  float: left;
  text-transform:uppercase;
}  

#footer .menu-primary-container .footer_menu li { list-style:none; margin:0;float: left; }
#footer .menu-primary-container .footer_menu li a{
  height: 20px;
  border-style: none;
  margin: 0 13px;
  padding:5px 0;
  font-size: 11px;
  cursor: pointer;
  float: left;
  text-transform:uppercase;
  width:auto;
}

#menu-footer-french li { list-style:none; margin:0;float: left; }
#menu-footer-french li a{
  height: 20px;
  border-style: none;
  margin: 0 13px;
  padding:5px 0;
  font-size: 11px;
  cursor: pointer;
  float: left;
  text-transform:uppercase;
}  

/*
---------------------------------------------
07. PAGE TEXT ELEMENTS
---------------------------------------------
*/
.text_small {
	font-size: 12px;
	color: #626262;
	font-weight:normal;
}

.text_large {
	font-size: 16px;
	color: #626262;
}


/*
---------------------------------------------
08. FORM PROPERTIES
---------------------------------------------
*/

.wpcf7 span.wpcf7-list-item {
	margin: 0 0.5em 0 0;
}

.wpcf7-list-item input[type="checkbox"] {
	margin: 0;
	vertical-align: middle;
}

.wpcf7-list-item-label {
	vertical-align: middle;
}

.wpcf7-text {
	width:250px;
	height:20px;
	padding:4px;
	background:#ffffff;
	border:1px solid #cccccc;
	color:#626262;
	font-size:12px;
}

.wpcf7-textarea {
	width:250px;
	height:85px;
	padding:4px;
	background:#ffffff;
	border:1px solid #cccccc;
	color:#626262; 
	font-family: Arial;
	font-size: 12px;
}

.wpcf7-submit {
	width:77px;
	height:20px; line-height:20px;
	padding:0px;
	background:url(images/btns/send-mouse-over.gif) no-repeat #626262;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	border:none;
	color:#fff;
	font-size:0px; padding-bottom:4px;
}

.wpcf7-submit:hover { background-position:0 -20px;}
/* 2019-May-24 a.liang temporary fix */
.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok { border: 0 !important; }

/*
---------------------------------------------
09. WORDPRESS
---------------------------------------------
*/

/*  */

/*--------
Posts 
---------*/

.blog article {
	margin-bottom:30px;
	padding-bottom:10px;
	border-bottom:1px solid #d7d7d7;
}

.blog h1.entry-title {
	margin-bottom:0px; 
	border:0; 
	color:#000;
}

.blog h1.entry-title a {
	color:#000;
}

.entry-meta {
	font-size:12px;
}

.entry-meta a {
	color:#707070; 
	text-decoration:none;
}

.blog .entry-content {
	margin-top:15px;
}

footer.entry-meta {
	font-size:11px;
}

footer.entry-meta a { 
	color:#707070; 
	text-decoration:underline;
}

.textwidget {padding:10px;}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 1.625em;
}

/* Post Navigation */
#nav-single { width:100%; height:25px; margin-top:-30px; margin-bottom:30px; border-bottom:#CCC solid 1px;  position:relative;}
		#nav-single .nav-previous {position:absolute; top:0; left:630px; height:20px; width:12px; padding-left:4px; border-right:1px solid #cccccc;}
		#nav-single .nav-next {position:absolute; top:0; left:650px; height:20px; width:12px; padding-left:4px;}
		#nav-single a:hover {color:#9d0a0f; text-decoration:none;}
		#nav-single .nav-previous:hover .arrow_left {border-right:5px solid #9d0a0f; }
		#nav-single .nav-next:hover .arrow_right {border-left:5px solid #9d0a0f; }

.back_nav {width:120px; height:25px; float:left; position:relative; }
.back_nav a {color:#626262;}


/* Comments link */
.entry-header {position:relative; }
.entry-header .comments-link a {
	display:none;
	background: #eee url(images/comment-bubble.png) no-repeat;
	color: #666;
	font-size: 13px;
	font-weight: normal;
	line-height: 35px;
	overflow: hidden;
	padding: 0 0 0;
	position: absolute;
	top: 0em;
	right: 0;
	text-align: center;
	text-decoration: none;
	width: 43px;
	height: 36px;
}
.entry-header .comments-link a:hover,
.entry-header .comments-link a:focus,
.entry-header .comments-link a:active {
	background-color: #1982d1;
	color: #fff;
	color: rgba(255,255,255,0.8);
}
.entry-header .comments-link .leave-reply {
	visibility: hidden;
}


/*--------
Comment Reply 
---------*/
#comments-title {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.6em;
	padding: 0 0 2.6em;
	text-transform: uppercase;
}
.nopassword,
.nocomments {
	color: #aaa;
	font-size: 24px;
	font-weight: 100;
	margin: 26px 0;
	text-align: center;
}
.commentlist {
	list-style: none;
	margin: 0 auto;
	width: 68.9%;
}
.content .commentlist,
.page-template-sidebar-page-php .commentlist {
	width: 100%; /* reset the width for the one-column and sidebar page layout */
}
.commentlist > li.comment {
	background: #f6f6f6;
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 1.625em;
	padding: 1.625em;
	position: relative;
}
.commentlist .pingback {
	margin: 0 0 1.625em;
	padding: 0 1.625em;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li.comment {
	background: #fff;
	border-left: 1px solid #ddd;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	margin: 1.625em 0 0;
	padding: 1.625em;
	position: relative;
}
.commentlist .children li.comment .fn {
	display: block;
}
.comment-meta .fn {
	font-style: normal;
}
.comment-meta {
	color: #666;
	font-size: 12px;
	line-height: 2.2em;
}
.commentlist .children li.comment .comment-meta {
	line-height: 1.625em;
	margin-left: 50px;
}
.commentlist .children li.comment .comment-content {
	margin: 1.625em 0 0;
}
.comment-meta a {
	font-weight: bold;
}
.comment-meta a:focus,
.comment-meta a:active,
.comment-meta a:hover {
}
.commentlist .avatar {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #ccc;
	-moz-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
	left: -102px;
	padding: 0;
	position: absolute;
	top: 0;
}
.commentlist > li:before {
	content: url(images/comment-arrow.png);
	left: -21px;
	position: absolute;
}
.commentlist > li.pingback:before {
	content: '';
}
.commentlist .children .avatar {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	left: 2.2em;
	padding: 0;
	top: 2.2em;
}
a.comment-reply-link {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	display: inline-block;
	font-size: 12px;
	padding: 0 8px;
	text-decoration: none;
}
a.comment-reply-link:hover,
a.comment-reply-link:focus,
a.comment-reply-link:active {
	background: #888;
	color: #fff;
}
a.comment-reply-link > span {
	display: inline-block;
	position: relative;
	top: -1px;
}



/*--------
Comment Form 
---------*/
#comments {
	margin-top:20px;
}

#respond {
	background: #ddd;
	border: 1px solid #d3d3d3;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 auto 1.625em;
	padding: 1.625em;
	position: relative;
	width: 92.9%;
}
#respond input[type="text"],
#respond textarea {
	background: #fff;
	border: 4px solid #eee;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	-moz-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	position: relative;
	padding: 10px;
	text-indent: 80px;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
	background: #eee;
	-webkit-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	-moz-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	color: #555;
	display: inline-block;
	font-size: 13px;
	left: 4px;
	min-width: 60px;
	padding: 4px 10px;
	position: relative;
	top: 40px;
	z-index: 1;
}
#respond input[type="text"]:focus,
#respond textarea:focus {
	text-indent: 0;
	z-index: 1;
}
#respond textarea {
	resize: vertical;
	width: 95%;
	font-family:Arial, Helvetica, sans-serif;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
	color: #bd3500;
	font-size: 22px;
	font-weight: bold;
	left: 75%;
	position: absolute;
	top: 45px;
	z-index: 1;
}
#respond .comment-notes,
#respond .logged-in-as {
	font-size: 13px;
}
#respond p {
	margin: 10px 0;
}
#respond .form-submit {
	float: right;
	margin: -20px 0 10px;
}
#respond input#submit {
	background: #152A63;
	border: none;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	color: #eee;
	cursor: pointer;
	font-size: 15px;
	margin: 20px 0;
	padding: 5px 42px 5px 22px;
	position: relative;
	left: 30px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}
#respond input#submit:active {
	background: #1982d1;
	color: #bfddf3;
}
#respond #cancel-comment-reply-link {
	color: #666;
	margin-left: 10px;
	text-decoration: none;
}
#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}
.commentlist #respond {
	margin: 1.625em 0 0;
	width: auto;
}
#reply-title {
	color: #373737;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
}
#cancel-comment-reply-link {
	color: #888;
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 2.2em;
	letter-spacing: 0.05em;
	position: absolute;
	right: 1.625em;
	text-decoration: none;
	text-transform: uppercase;
	top: 1.1em;
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
	color: #ff4b33;
}
#respond label {
	line-height: 2.2em;
}
#respond input[type=text] {
	display: block;
	height: 24px;
	width: 75%;
}
#respond p {
	font-size: 12px;
}
p.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	display: none;
}


/*
---------------------------------------------
10. EXTRAS
---------------------------------------------
*/


#menu-primary li a{
}

.widget_recent_entries{
    margin-top:15px;
}

.widget_tag_cloud{
    margin-top:15px;
}

