/* *************************** 
  Site - Project Name
  ---------------------------
  StyleSheet Index
  $2 - Website Structure Styles
  $3 - Header Styles
  $4 - Content Styles
  $5 - Sidebar Styles
  $6 - Footer Styles
   ***************************/

/* *************************** 
   $1 Website Structure Styles
   ***************************/
html {
	background:#262626;
	color:#353535;
}
body {
	background:#fff;
	font-family:Helvetica, Arial;
	font-size:12px;
}
/*change2 */
fieldset { width: auto!important; display: block!important; border: 1px solid transparent!important; }
.home_banner_center form { width: 397px!important; }
form h5 { width: 100%; display: block; }
.btn { zoom: 1;  }
.btn:before,
.btn:after { content: ""; display: table; }
.btn:after { clear: both; }
.btn button {
    position: relative;
	cursor:pointer;
	color:#fff;
	box-shadow:0 1px 0px #73ceff inset;/*innershadow*/
	background:#219cde; /*Bg Color*/
	border:1px solid #0068a0; /*stroke*/
	text-shadow:0 -1px 0px #005f92; /*text bg colour*/
	font-weight:bold;
    margin-right: -1px!important;
}
.btn button:hover{filter:alpha(opacity=80);opacity:0.80;}
.btn button:focus{filter:alpha(opacity=80);opacity:0.80;}
.btn button.disabled {filter:alpha(opacity=50);opacity:0.50;}

.btn-head  {
    cursor:pointer;
    color:#fff;
    box-shadow:0 1px 0px #73ceff inset;/*innershadow*/
    background:#219cde; /*Bg Color*/
    border:1px solid #0068a0; /*stroke*/
    text-shadow:0 -1px 0px #005f92; /*text bg colour*/
    font-weight:bold;
}
.btn-head:hover{filter:alpha(opacity=80);opacity:0.80;}
.btn-head:focus{filter:alpha(opacity=80);opacity:0.80;}
.btn-head button.disabled {filter:alpha(opacity=50);opacity:0.50;}
#container {width:100%;}

.clearfix { zoom: 1; }
.clearfix:before,
.clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }


/* *************************** 
   $2 Header Styles
   ***************************/
body.slider {background-color:#262626;}
#header {width:100%;height:109px;background:url(../images/bg_header.png) repeat-x;}
.home #header{background:#262626 url(../images/bg_header.png) repeat-x;}
.slider #header{background:#262626 url(../images/bg_header.png) repeat-x;}
#header .inner{width:880px;height:109px;margin:auto;position:relative;}
#logo{position:absolute;left:0;bottom:30px;}
#header .sign_in{position:absolute;right:0;top:16px;color:#b2b2b2;}
#header .sign_in p{float:left;margin-left:5px;line-height:18px;font-size:11px;}
#header .sign_in p .textbox{width:111px;height:13px;border:2px solid #bababa;background:#bababa;padding:5px;margin-bottom:3px;outline:none;}
#header .sign_in p .textbox:focus{border:2px solid #018dd9;background:#f0faff;}
#header .sign_in p .textbox.focus{border:2px solid #018dd9;background:#f0faff;}

#header .sign_in p .checkbox{margin-right:5px;border:0;vertical-align:text-bottom;}
#header .sign_in a{color:#b2b2b2;text-decoration:none;}
#header .sign_in a:hover{text-decoration:underline;}
#header .sign_in p.x-invalid{color:#ca0101;}
#header .sign_in p.x-invalid a{color:#ca0101;}
#header .sign_in p.x-invalid .textbox{border:2px solid #ca0101;background:#ffe5e5;}
.sign_up p.x-invalid .textbox {border:2px solid #018dd9;background:#f0faff;}
#header .sign_in p.x-invalid .textbox.focus{border:2px solid #018dd9;background:#f0faff;}
#header .btn-head {height:29px;padding:0 7px;margin-top:17px;*padding:0;}

#header .logged_in_left{text-align:right;float:left;}
#header .logged_in_right{float:right;padding:5px 0 0 5px; margin-left:5px;}
#header .logged_in p{float:none;}
#header .logged_in p a{color:#05a1f4;text-decoration:none;}
#header .logged_in p a:hover{text-decoration:underline;}

.blog #header{height:220px;background:url(../images/bg_header_blog.png) top center no-repeat;}
.blog #header .inner{width:880px;height:220px;}
.blog #logo{position:absolute;left:0;bottom:0;}
/* *************************** 
   $3 Content Styles
   ***************************/
#content{width:100%;overflow:hidden;position:relative;}
#content a{color:#05a1f4;text-decoration:none;}
#content a:hover{text-decoration:underline;}

.home_banner{width:100%;height:420px;background:#262626; margin-bottom:30px;}
.home_banner_facebook{width:100%;height:620px;background:#262626; margin-bottom:30px;}
/*.home_banner{width:100%;height:430px;background:url(../images/bg_banner.png) bottom repeat-x;margin-bottom:30px;}*/

.home_banner_inner{margin:auto;width:880px;height:420px;background:url(../images/bg_banner_inner.png) bottom no-repeat;position:relative;}
.home_banner_inner.facebook{height:620px;background:url(../images/bg_banner_inner.png) bottom no-repeat;position:relative;}
.home_banner_inner_slider{margin:auto;width:880px;height:420px;position:relative;}
.home_banner_inner_icons{margin:auto;width:880px;height:420px;background:url(../images/bg_banner_inner_icons.png) bottom no-repeat;position:relative;}
.home_banner_bottom{margin:auto;width:880px;height:31px;text-align:center;line-height:30px;color:#a8a8a8; }
.home_banner_left{position:absolute;left:-30px;top:36px;z-index:100;}
.home_banner_left img{margin-bottom:0px;}
.home_banner_left h3{color:#fff;margin-left:32px;letter-spacing:1px;margin-bottom:10px;}
.home_banner_left p{display:block;font-size:14px;color:#a8a8a8;margin-bottom:20px;outline:none;margin-left:32px;}
.home_banner_left a{float:left;display:block;line-height:31px;font-size:22px;color:#05a1f4;padding-right:40px;background:url(../images/icon_arrow.png) right no-repeat;font-family:"Waiting for the Sunrise", Georgia, Times new roman,Times;}

.home_banner_center{overflow:hidden;text-align:center;padding-top:50px;}
.home_banner_center.facebook{overflow:hidden;text-align:center;padding-top:40px;}
.home_banner_center h1{color:#fff;margin-bottom:10px;}
.home_banner_center h6{display:block;font-size:14px;color:#a8a8a8;margin-bottom:20px;outline:none;}
.home_banner_center p{margin-bottom:5px;line-height:2.3em;color:#a8a8a8;font-size:11px;float:left;}
.home_banner_center h5 a{margin-top:10px;line-height:2.3em;color:#a8a8a8;font-size:12px;float:right;}
.home_banner_center form {width:390px;margin:0 auto;}
.home_banner_center .textbox{width:380px;height:20px;border:2px solid #fff;padding:5px 5px 5px 8px;color:#353535;outline:none;font-size:14px;}
.home_banner_center .textbox:hover{background:#f0faff;}
.home_banner_center .textbox:focus{background:#f0faff;border:2px solid #018dd9;}
.home_banner_center .textbox.focus{background:#f0faff;border:2px solid #018dd9;}
.home_banner_center p.x-invalid{color:#ca0101;}
.home_banner_center p.x-invalid .textbox{border:2px solid #ca0101;color:#ca0101;outline:none;background-color: #fff9f9;}
.home_banner_center p.x-invalid .textbox:focus{background:#f0faff;border:2px solid #018dd9;color:#353535;}
.home_banner_center p.x-invalid .textbox.focus{background:#f0faff;border:2px solid #018dd9;color:#353535;}
.home_banner_center p .checkbox{margin-right:5px;border:0;vertical-align:text-bottom;}
.home_banner_center .btn button{font-size:13px;height:35px;padding:0 15px;float:right;*padding:0;margin-right:0;margin-top:10px;}
.home_banner_center article{position:absolute;right: 0.9px;top:165px;width:190px;height:80px;text-align:center;padding:30px 22px;*padding:30px 20px;background: url(../images/arrowbg.png) 0.8px 84px no-repeat;text-align:left;}
.home_banner_center.facebook article{position:absolute;right: 0.9px;top: 142px;width: 191px;height:80px;text-align:center;padding:30px 22px;*padding:30px 20px;background:none;text-align:left;}
.home_banner_center.facebook h5{margin: 0 0 -11px -10px;}
.home_banner_center h5{font-size:19px;line-height:31px;color:#a8a8a8;margin: 0 0 -11px 16px;font-family:"WaitingfortheSunriseRegular", Georgia, Times new roman,Times;}
.home_banner_center h2{font-size:19px;line-height:31px;color:#a8a8a8;margin:0 0 -4px 0;font-family:"WaitingfortheSunriseRegular", Georgia, Times new roman,Times;}
.home_banner_center h3{font-size:19px;line-height:31px;color:#a8a8a8;margin: -10px 0 -5px 34px;font-family:"WaitingfortheSunriseRegular", Georgia, Times new roman,Times;}
.home_banner_center h4{font-size:19px;line-height:31px;color:#a8a8a8;margin: 0 0 0 60px;font-family:"WaitingfortheSunriseRegular", Georgia, Times new roman,Times;}

.panel_slider_left{width:500px;float:left;margin-top:50px;}
.panel_slider_left h1 {font-size:44px;line-height:45px;margin-bottom:20px;margin-left:30px;}
.panel .sign_up {margin-top:50px;}
.panel .sign_up h3 {margin-bottom:15px;}

.right {float:right;margin-top:-28px;opacity:0.5;}

.home_banner_center_icons{overflow:hidden;text-align:center;padding-top:70px;}
.home_banner_center_icons h1{color:#fff;margin-bottom:25px;font-size:45px;}
.home_banner_center_icons h5 {display:block;font-size:14px;color:#a8a8a8;margin-bottom: 2px;outline:none;font-weight:bold;}
.home_banner_center_icons h6{display:block;font-size:14px;color:#a8a8a8;margin-bottom: 25px;outline:none;}
.home_banner_center_icons p{margin-bottom:5px;line-height:2.3em;color:#a8a8a8;font-size:11px;float:left;}
.home_banner_center_icons h5 a{margin-top:10px;line-height:2.3em;color:#a8a8a8;font-size:12px;float:right;}

.facebook-solution-box {width:auto;background:url(../images/solution-arrow.png) 370px 65px no-repeat;margin-top:30px;}
.facebook-solution-box .facebook-left {width:440px;float:left;text-align:center;}
.facebook-solution-box .facebook-left img{margin-left:20px;}
.facebook-solution-box .facebook-right {width:440px;float:left;text-align:center;}
.facebook-solution-box .facebook-right img{margin-left:10px;}
.facebook-solution-box h3 {font-family:'TeXGyreAdventorBold', arial;margin:0;color:#fff;font-size:16px;}
.facebook-solution-box p {float:none;line-height:1.3em;font-size:13px;font-family:Helvetica, Arial, sans-serif;color:#9c9c9c;}

.sign_up{overflow:hidden;width:390px;float:right;margin-top:70px;}
.sign_up h1{color:#fff;margin-bottom:10px;}
.sign_up h6{display:block;font-size:14px;color:#a8a8a8;margin-bottom:20px;outline:none;}
.sign_up p{margin-bottom:5px;line-height:2.3em;color:#a8a8a8;font-size:11px;}
.sign_up h5 a{margin-top:10px;line-height:2.3em;color:#a8a8a8;font-size:12px;float:right;}
.sign_up .textbox{width:373px;height:20px;border:2px solid #fff;padding:5px 5px 5px 8px;color:#353535;outline:none;font-size:13px;}
.sign_up .textbox:hover{background:#f0faff;}
.sign_up .textbox:focus{background:#f0faff;border:2px solid #018dd9;}
.sign_up .textbox.focus{background:#f0faff;border:2px solid #018dd9;}
.sign_up p.x-invalid{color:#ca0101;}
.sign_up p.x-invalid .textbox{border:2px solid #ca0101;color:#ca0101;outline:none;background-color: #fff9f9;}
.sign_up p.x-invalid .textbox:focus{background:#f0faff;border:2px solid #018dd9;color:#353535;}
.sign_up p.x-invalid .textbox.focus{background:#f0faff;border:2px solid #018dd9;color:#353535;}
.sign_up p .checkbox{margin-right:5px;border:0;vertical-align:text-bottom;}
.sign_up .btn button{font-size:13px;height:35px;padding:0 15px;float:right;*padding:0;margin-right:0;margin-top:10px;}

.home_four_cols{overflow:hidden;width:880px;margin:auto;margin-bottom:10px;}
.home_four_cols .heading {margin:5px auto 35px auto;text-align:center;}
.home_four_cols .heading h2 {color:#282828;}
.home_four_cols .col{float:left;width:155px;padding-left:50px;margin-left:20px;}
.home_four_cols .col1{background:url(../images/icon_col1.png) left top no-repeat;margin-left:0;}
.home_four_cols .col2{background:url(../images/icon_col2.png) left top no-repeat;}
.home_four_cols .col3{background:url(../images/icon_col3.png) left top no-repeat;}
.home_four_cols .col4{background:url(../images/icon_col4.png) left top no-repeat;}
.home_four_cols h3{font-size:17px;line-height:20px;margin-bottom:5px;color:#000000;}
.home_four_cols p{line-height:16px;color:#353535;}

.home_four_cols_tile{overflow:hidden;width:880px;margin:auto;margin-bottom:10px;}
.home_four_cols_tile .heading {margin:5px auto 35px auto;text-align:center;}
.home_four_cols_tile .heading h2 {color:#282828;}
.home_four_cols_tile .col{float:left;width:190px;margin-left:20px;}
.home_four_cols_tile .col img{border:5px solid #fff;-moz-box-shadow: 0 0 5px #888;-webkit-box-shadow: 0 0 5px#888;box-shadow: 0 0 5px #888;}

.home_four_cols_tile .col1{}
.home_four_cols_tile .col2{}
.home_four_cols_tile .col3{}
.home_four_cols_tile .col4{}
.home_four_cols_tile h3{font-size:17px;line-height:20px;margin-bottom:5px;color:#000000;}
.home_four_cols_tile p{line-height:16px;color:#353535;}

.banner_slider{width:100%;position:relative;background:#262626;overflow:hidden;padding:20px 0;}
#banner{width:910px;margin:auto;float:none;}
.center{text-align:center;}
.panel{overflow:hidden;}
.panel h3{font-size:24px;color:#fff;margin-bottom:30px;}
.exit_bar{overflow:hidden;width:880px;margin:auto;}
.exit_bar .exit{float:right;display:block;line-height:15px;padding-left:25px;background:url(../images/icon_exit.png) left no-repeat;}
.coda-nav-left{position:absolute;left:0;top:45%;}
.coda-nav-left a{display:block;text-indent:-9999px;width:40px;height:110px;background:url(../images/slider_arrow.png) 0 -110px no-repeat;}
.coda-nav-left a:hover{background:url(../images/slider_arrow.png) 0 -220px no-repeat;}
.coda-nav-left a:disabled{background:url(../images/slider_arrow.png) 0 0 no-repeat;}
.coda-nav-right{position:absolute;right:0;top:45%;}
.coda-nav-right a{display:block;text-indent:-9999px;width:40px;height:110px;background:url(../images/slider_arrow.png) -40px -110px no-repeat;}
.coda-nav-right a:hover{background:url(../images/slider_arrow.png) -40px -220px no-repeat;}
.coda-nav-right a:disabled{background:url(../images/slider_arrow.png) -40px 0 no-repeat;}
.panel_left_box{width:525px;float:left;padding-top:50px;}
.panel_left_box h2{font-size:38px;color:#fff;line-height:41px;margin-bottom:20px;font-weight:bold;}
.panel_right_box{float:right;padding-top:50px;margin-right:50px;}

.content_box{width:880px;overflow:hidden;margin:auto;}
#maincontent{float:left;width:520px;padding-top:50px;}
#maincontent h1{font-size:50px;line-height:50px;margin-bottom:30px;font-weight:bold;letter-spacing:-2px;}
#maincontent h2{font-size:28px;line-height:28px;margin-bottom:20px;}
#maincontent h3{font-size:13px;font-weight:bold;margin-bottom:5px;}
#maincontent h4{font-size:13px;line-height:18px;margin-bottom:20px;}
#maincontent h5{font-size:11px;line-height:16px;margin-bottom:20px;}
#maincontent h6{font-size:11px;line-height:16px;margin-bottom:10px;color:#a8a8a8;}

#maincontent ul{margin-bottom:20px;padding-left:30px;font-size:13px;}
#maincontent ul li{list-style:square;margin-bottom:7px;}
#maincontent ul ul{margin:0;}
#maincontent ul li li{margin-top:7px;}
#maincontent ol{margin-bottom:20px;padding-left:30px;font-size:13px;}
#maincontent ol li{list-style:decimal;margin-bottom:7px;}
#maincontent ol ol{margin:0;}
#maincontent ol li li{margin-top:7px;}
#maincontent p{font-size:13px;line-height:18px;margin-bottom:20px;}
#maincontent form p{font-size:12px;line-height:16px;margin-bottom:10px;}

.form-heading-container {float:left;}

.get_in_touch_form{overflow:hidden;margin-bottom:30px;}
#maincontent .get_in_touch_form p{clear:both}
.get_in_touch_form p span{text-align:right;font-size:13px;display:block;float:left;width:150px;margin-right:10px;line-height:32px;}
.get_in_touch_form .textbox{width:325px;height:20px;border:1px solid #bfbfbf;padding:5px;margin-bottom:10px;}
.get_in_touch_form textarea{width:325px;height:200px;border:1px solid #bfbfbf;padding:5px;margin-bottom:10px;}
.get_in_touch_form .checkbox{float:left;margin-right:10px;margin-top:10px;}
.get_in_touch_form label{overflow:hidden;margin-bottom:10px;}
.get_in_touch_form label span{margin-top:7px;text-align:left;float:left;line-height:18px;font-size:13px;display:block;width:315px;}
.get_in_touch_form .btn button{font-size:13px;height:31px;padding:0 15px;*padding:0;float:right;margin-right:27px;}
.get_in_touch_form .textbox:hover{background:#f0faff;border:1px solid #a9cfe4;outline:none; width:325; height:20px;}
.get_in_touch_form .textbox:focus{background:#f0faff;border:2px solid #018dd9;outline:none; width:323; height:18px;}
.get_in_touch_form .textbox.focus{background:#f0faff;border:2px solid #018dd9;outline:none; width:323; height:18px;}
.get_in_touch_form textarea:hover{background:#f0faff;border:1px solid #a9cfe4;outline:none; width:325px;height:200px;}
.get_in_touch_form textarea:focus{background:#f0faff;border:2px solid #018dd9;outline:none; width:323px;height:198px;}
.get_in_touch_form textarea.focus{background:#f0faff;border:2px solid #018dd9;outline:none; width:323px;height:198px;}
.get_in_touch_form p.x-invalid{color:#ca0101;}
.get_in_touch_form p.x-invalid .textbox{border:2px solid #ca0101;color:#ca0101;outline:none; width:323px; height:18px;}
.get_in_touch_form p.x-invalid .textbox:hover{background:#f0faff;border:1px solid #a9cfe4;outline:none; width:325; height:20px;}
.get_in_touch_form p.x-invalid .textbox:focus{background:#f0faff;border:2px solid #018dd9;color:#353535;outline:none; width:323; height:18px;}
.get_in_touch_form p.x-invalid .textbox.focus{background:#f0faff;border:2px solid #018dd9;color:#353535; outline:none; width:323px; height:18px;}
.get_in_touch_form p.x-invalid textarea{border:2px solid #ca0101;color:#ca0101;outline:none;width:323px;height:198px;}
.get_in_touch_form p.x-invalid textarea:hover{background:#f0faff;border:1px solid #a9cfe4;outline:none;width:325px;height:200px;}
.get_in_touch_form p.x-invalid textarea:focus{background:#f0faff;border:2px solid #018dd9;outline:none;width:323px;height:198px;}
.get_in_touch_form p.x-invalid textarea.focus{background:#f0faff;border:2px solid #018dd9;color:#353535;outline:none;width:323px;height:198px;}

#content .blog_list{overflow:hidden;padding-bottom:50px;}
#content .blog_list_box h2{margin-bottom:10px;}
#content .blog_list_box h2 a{color:#353535;}
#content .blog_list_box h2 a:hover{color:#05a1f4;}
#content .blog_list_box .info{margin-bottom:20px;text-transform:uppercase;display:inline;}
#content .blog_list_box p{font-size:13px;line-height:20px;margin-bottom:20px;margin-top:20px;}
.blog_list_box{overflow:hidden;padding-bottom:0px;border-bottom:1px solid #e0e0e0;margin-bottom:30px;} /* passing-bottom was 50px */
.blog_list_box .share{margin-bottom:20px;}
.blog_list_box .comment_box{padding:20px 0 0 0;}

#content .blog_content h2{margin-bottom:10px;}
#content .blog_content h2 a{color:#353535;}
#content .blog_content h2 a:hover{color:#05a1f4;}
#content .blog_content .info{margin-bottom:20px; text-transform:uppercase;}
#content .blog_content p{font-size:13px;line-height:20px;margin-bottom:20px;margin-top:20px;}
.blog_content{overflow:hidden;padding-bottom:50px;margin-bottom:50px;}
.blog_content .share{margin-bottom:20px;}
.blog_content .comment_box{padding:20px 0 0 0;}


.blog_more{font-family:"WaitingfortheSunriseRegular", Georgia, Times new roman,Times;font-size:25px!important;float:right;margin-top:-15px;padding:5px;}
/* *************************** 
   $4 Sidebar Styles
   ***************************/
#sidebar{float:right;width:275px;padding-top:50px;}
.sidebar_sign_up{padding:35px 20px;background:#353535;overflow:hidden;margin-bottom:30px;}
.sidebar_sign_up h2{
	font-size:24px;
	color:#fff;
	margin-bottom:10px;
	line-height:1.1em;
}
.sidebar_sign_up .sign_up{padding-top:20px;right no-repeat;width:100%;margin-top:0px;}
.sidebar_sign_up .sign_up .textbox{width:221px;}
.widget{clear:both;margin-bottom:20px;overflow:hidden;}
.widget h2{font-size:18px;margin-bottom:10px;}
.widget p{font-size:11px;line-height:16px;margin-bottom:10px;}
#sidebar a{color:#05a1f4;text-decoration:none;}
#sidebar a:hover{text-decoration:underline;}
#sidebar .widget .heading_rhc {margin-bottom: 1px;font-weight: bold;}
.latest_from_bislr h2{border-bottom:1px solid #e0e0e0;padding-bottom:6px;margin:0;}
.latest_from_bislr ul{margin-bottom:10px;}
.latest_from_bislr li{padding:5px 0 10px 0;border-bottom:1px solid #e0e0e0;}
.widget.latest_from_bislr p{margin-bottom:5px;margin-top:4px;}
.latest_from_bislr .date{color:#a8a8a8;font-size:10px;}
.latest_from_bislr .author{color:#a8a8a8; display:inline;font-size:10px;text-transform:uppercase;}
.latest_from_bislr .title{font-weight:bold;}
#content .latest_from_bislr .title a{color:#333;}
#content .latest_from_bislr .title a:hover{color:#05A1F4;}
.tags ul li{margin-bottom:5px;}
#content .tags ul li a{color:#353535;text-decoration:none;font-size:11px; font-weight:bold;}
#content .tags ul li a:hover{color:#05a1f4;text-decoration:underline;}
.facebook{margin-bottom:20px;}
/* *************************** 
   $5 Footer Styles
   ***************************/
#footer {
	width:880px;
	margin:auto;
	padding-top:20px;
	font-size:11px;
	color:#a7a7a7;
	padding-bottom:30px;
	overflow:hidden;
}
#footer a{color:#a7a7a7;text-decoration:none;}
#footer a:hover{text-decoration:underline;}
#footer p{margin-bottom:10px;}
.tabs{overflow:hidden;}
.tabs_header{margin-bottom:10px;}
.tabs_header a.active{font-weight:bold;}
.tabs_content{display:block;}
.footer_left{float:left;width:400px}
.footer_left img{margin-bottom:10px;}
.footer_right{width:400px;float:right;text-align:right;}
.footer_right a{margin-left:10px;}

#tab1inner {height:28px;overflow:hidden;text-overflow: ellipsis;}
#tab2inner {height:28px;overflow:hidden;text-overflow: ellipsis;}
#tab3inner {height:28px;overflow:hidden;text-overflow: ellipsis;}

.post_sns {height:25px}
.twitter_button{display:inline;float:left;margin-right:11px;width:76px;}
.google_button{display:inline;float:left;margin-right:11px;width:59px;}
.linkedin_button{display:inline;float:left;margin-right:11px;width:108px;}
.facebook_button{display:inline;float:left;margin-right:11px;width:82px;}

.share .google_button{ max-width:65px;}
.share .twitter_button{ max-width:66px;}

.window{font-family:"Lucida Sans Unicode", Arial;position:absolute;width:544px;padding:30px;left:50%;top:50px;margin-left:-302px;background:#fff;box-shadow:0px 0px 8px #000;}
.window_header{height:45px;position:relative;margin-bottom:20px;}
.window_header span{position:absolute;right:0;top:0;font-size:16px;}
#line_between_content_footer {
	height: 1px;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e0e0e0;
	padding-top: 50px;
}
.window h2{font-size:30px;text-align:center;margin-bottom:50px;}
.window h3{font-size:15px;font-weight:bold;line-height:18px;}
.window p{font-size:12px;line-height:16px;margin-bottom:20px;}

/* gallery stylings */
.gallery_carousel ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
.gallery_carousel li {
  display: block;
  float: left;
}
.gallery_carousel .pager {
  float: left;
  text-align: center;
}
.gallery_carousel .pager a {
  margin: 0 5px;
  text-decoration: none;
}
.gallery_carousel .pager a.selected {
  text-decoration: underline;
}
.gallery_carousel .gallery-meta-data {
  position: absolute;
	right:0;
	bottom:0;
	left:0;
	padding:8px 11px;
  background-color: #000;
  opacity: .65;
	filter: alpha(opacity=65);
}

.gallery_carousel {position: relative;}

.gallery_carousel ul.gallery-carousel-ul {padding:0 !important;margin:0 !important;list-style:none !important;background:none !important;}
.gallery_carousel li.gallery-carousel-li {padding:0 !important;margin:0 !important;background:none !important;position: relative;list-style:none !important;}

.gallery_carousel * .gallery-carousel-ul {padding:0 !important;margin:0 !important;list-style:none !important;background:none !important;}
.gallery_carousel * .gallery-carousel-li {padding:0 !important;margin:0 !important;background:none !important;position: relative;list-style:none !important;}

section.content .left .gallery_carousel ul {padding:0;margin:0;list-style:none;background:none;}
section.content .left .gallery_carousel li {padding:0;margin:0;list-style:none;background:none;}

.gallery-carousel-li img {
    background: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);   /* IE6 & 7 */
    zoom: 1;
}

/*ie 7 fixes */
.ie7 .panel .btn button  {
    margin: 0px 17px 0px 0px;
}
.ie7 form#form_login p { padding: 0 0 0 5px;}
.ie7 form#form_login input { margin-left: -5px; }
.ie7 .textbox { padding: 8px 5px 5px 5px;  }
.ie8 form input[type="text"] { line-height: 20px; }

