/*
Theme Name: Smile BPI
Theme URI: http://cagerattlecreative.com/
Description: An amazing theme built by CageRattle. Easy extendable and customizable
Author: the CageRattle team
Version: 1.0
Tags: white, red, gray, two-columns, fixed-width, threaded-comments, sticky-post, slider, microformats, editor-style
*/

/* =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, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend/*,
table, caption, tbody, tfoot, thead, tr, th, td*/ {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style:none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
a:focus, a:active {
	outline: none;
}
/* =Layout
-------------------------------------------------------------- */
body {
	min-width: 960px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#wrapper {
	width: 960px;
	margin: 0px auto;
}
#content_wrapper {
	padding: 12px 0 0;
	border-bottom: 1px solid #fff;
}
/* =Header
-------------------------------------------------------------- */
#header {
	height: 99px;
	padding: 3px 0 0;
	position: relative;
}
#logo {
	float: left;
}
#search {
	float: right;
	width: 245px;
	padding: 50px 0 0;
}
#search p {
	background-position: top right;
	height: 40px;
	overflow: hidden;
	padding: 0 0 0 15px;
}
#search input {
	border: none;
	background: none;
	margin: 0 10px 0 0;
	padding: 10px 0 0;
	font-size: 0.875em;
	width: 180px;
	float: left;
	position: relative;
}
#search button, #search button:focus, #search button:active {
	width: 38px;
	height: 42px;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	outline: none;
	text-indent: -4000px;
}
#top_right {
	position: absolute;
	top: 10px;
	right: 0;
	font-size: 11px;
}
#top_right ul {
	float: left;
}
#top_right li {
	float: left;
}
#top_right li a {
	display: block;
	padding: 0 10px;
	border-right: 1px solid;
	vertical-align: middle;
}
#top_right li.support a {
	padding: 2px 10px 5px 20px;
	border-right: none;
	margin: -2px 0 0 5px;
	zoom: 1;
}
#top_right li.last-menu-item a {
	padding: 0 0 0 10px;
	border-left: 1px solid;
	border-right: none;
}
/* =Navigation
-------------------------------------------------------------- */
#nav_outer_wrapper {
	background-repeat: no-repeat;
	background-position: bottom left;
}
#nav_wrapper {
	height: 42px;
	background-repeat: repeat-x;
	background-position: top left;
	overflow: hidden;
}
#nav_logo {
	padding: 6px 21px 12px 21px;
	float: left;
	background-repeat: no-repeat;
	background-position: top right;
}
#nav_wrapper .menu {
	float: left;
	width: 800px;
	overflow: hidden;
}
#nav_wrapper .menu li {
	float: left;
	background-position: top right;
	background-repeat: no-repeat;
	padding: 6px 2px 0 0;
	/*position: relative;*/
}
#nav_wrapper .menu li.current-menu-item {
	padding: 6px 15px 0 13px;
}
#nav_wrapper .menu li a {
	text-transform: uppercase;
	font-size: 0.875em;
	font-weight: 500;
	font-weight: bold;
	font-family: "Myriad Pro Semibold", "Century Gothic", "Myriad Pro", sans-serif;
	display: block;
	text-decoration: none;
	background-position: top right;
	background-repeat: no-repeat;
	padding: 0;
}
#nav_wrapper .menu li a span {
	display: block;
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0 16px 0 16px;
}
#nav_wrapper .menu li a span span {
	background-position: 50% 0;
	background-repeat: no-repeat;
	padding: 8px 7px 14px;
}
#nav_wrapper .menu li ul {
	display: none;
	position: absolute;
	width: 200px;
	z-index: 9999;
	border: 1px solid #c7c7c7;
	border-bottom: none;
}
#nav_wrapper .menu li ul li, #nav_wrapper .menu li ul li.current-menu-item {
	float: none;
	padding: 0 0 2px;
	margin: 0;
}
#nav_wrapper .menu li ul li a {
	padding: 0;
	background: none;
	text-transform: none;
	font-weight: normal;
}
#nav_wrapper .menu li ul li a span,
#nav_wrapper .menu li ul li.current-menu-item a span,
#nav_wrapper .menu li.current-menu-item ul li a span {
	padding: 0;
	background: none;
}
#nav_wrapper .menu li ul li a span span,
#nav_wrapper .menu li ul li.current-menu-item a span span,
#nav_wrapper .menu li.current-menu-item ul li a span span {
	background: none;
	padding: 10px 6px 8px;
}
#social {
	float: right;
	padding: 14px 18px 0 0;
}
#social img {
	margin: 0 5px 0 0;
}
/* =Footer
-------------------------------------------------------------- */
#footer_wrapper {
	background-position: top left;
	background-repeat: repeat-x;
	height: 42px;
	font-family: "Myriad Pro", sans-serif;
}
#footer {
	font-size: 0.8125em;
	height: 42px;
	width: 960px;
	margin: 0px auto;
	font-family: "Myriad Pro", sans-serif;
	position: relative;
}
#footer .left {
	float: left;
	width: 60%;
	padding: 14px 0 0 16px;
}
#footer .right {
	position: absolute;
	top: 0;
	right: -12px;
	padding: 14px 16px 0 0;
	text-align: right;
}
#footer .right ul, .menu-footer-container {
	display: inline-block;
}
#footer .right a {
	text-decoration: none;
}
#footer .right a:hover {
	text-decoration: underline;
}
#footer .right ul li {
	display: inline-block;
	width: auto;
	margin: 0 0 0 20px;
}
#footer .right ul li a {
	display: block;
}
#footer_widgets {
	background-position: top;
	background-repeat: repeat-x;
	padding: 20px 0 15px;
	font-size: 0.75em;
}
#footer_widgets .column {
	float: left;
	margin: 0;
	padding: 0 0 0 20px;
}
#footer_widgets .first {
	margin-left: 0;
}
#footer_widgets .column1 {
	width: 100px;
}
#footer_widgets .column2 {
	width: 180px;
}
#footer_widgets .column3 {
	width: 260px;
}
#footer_widgets .column4 {
	width: 320px;
}
#footer_widgets h3 {
	font-weight: bold;
	font-size: 15px;
	margin: 0 0 1em;
}
#footer_widgets .footer-module {
	margin: 0 20px 0 0;
}
#footer_widgets ul {
	line-height: 1.5em;
}
.footer-widget td, .footer-widget th {
	padding: 3px 0;
}
.column4 input,
.column4 textarea {
	background-position: top left;
	background-repeat: no-repeat;
	width: 151px;
	padding: 4px 4px;
	font-size: 12px;
	background-color: transparent;
	border: none;
	margin: 0 0 5px;
}
.column4 textarea {
	height: 98px;
}
/* =Home page
-------------------------------------------------------------- */
#intro_wrapper {
	position: relative;
	margin: 0 8px;
}
.page_home {
	background-repeat: repeat-x;
	background-position: top left;
	padding: 30px 0 0;
	min-height: 300px;
}
.content_home {
	padding: 8px 0 0;
}
.home_layout_1 {
}
.home_layout_1 .col3 {
	float: left;
	width: 32%;
	margin: 0 0 0 2%;
}
.home_layout_1 .first {
	margin: 0;
}
/* =Widgets and widget containers
-------------------------------------------------------------- */
.module {
	margin: 0 0 20px;
	padding: 20px 10px 0;
}
.widget {
	font-size: 0.8125em;
	line-height: 120%;
}
.widget p {
	margin: 1em 0 0;
}
.widget h2, .widget h3 {
	font-size: 1.3846153846153846153846153846154em;
	font-weight: bold;
	margin: 0 0 1em;
}
/* =First row
-------------------------------------------------------------- */
.content_home .col5 {
	float: left;
	width: 20%;
}
.content_home .col5 .module {
	padding: 0;
	margin: 0 0 0 -2px;
	background: none;
}
.content_home .col5 .widget {
	padding: 0;
	text-align: center;
	border: none;
	background: none;
}
/* =Slide widget
-------------------------------------------------------------- */
.cage-slider {
	height: 340px;
	width: 302px;
	background-position: top left;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
}
.cage-slider .cage-slider-next,
.cage-slider .cage-slider-prev {
	position: absolute;
	bottom: 15px;
	width: 35px;
	height: 35px;
	background-position: top right;
	background-repeat: no-repeat;
	cursor: pointer;
}
.cage-slider .cage-slider-next {
	right: 109px;
}
.cage-slider .cage-slider-prev {
	left: 109px;
}
.cage-slide-group {
	padding: 6px 16px 0;
}
.cage-slide {
	float: left;
	width: 122px;
	height: 124px;
	overflow: hidden;
	background-repeat: no-repeat;
	border-width: 4px 4px 2px;
	border-style: solid;
	border-color: #ddd;
	margin: 0 0 18px;
	position: relative;
	cursor: pointer;
}
.slide1, .slide3 {
	clear: left;
}
.slide2, .slide4 {
	float: right;
}
.cage-slide span {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	padding: 2px;
	font-variant: small-caps;
	font-size: 10px;
	width: 120px;
}
/* =Sidebar
-------------------------------------------------------------- */
#sidebar {
	float: right;
	width: 300px;
	margin: 10px 10px 0 0;
}
/* =Page
-------------------------------------------------------------- */
h1 {
	font-size: 1.5em;
	font-weight: bold;
	margin: 0;
	padding: 14px 11px 10px;
}
/* =Blog
-------------------------------------------------------------- */
.page_template_blog, .page_template, .page_template_full {
	float: left;
	width: 631px; /* True width */
	width: 608px;
	background-repeat: repeat-y;
	background-position: top left;
	padding: 8px 9px 7px 14px;
	min-height: 200px;
}
.page_template_full {
	float: none;
	width: auto;
	background-image: none;
}
.page_template_blog .hentry {

}
.page_template_blog .hentry h2 {
	font-family: "Myriad Pro Semibold", "Myriad Pro", sans-serif;
	font-weight: bold;
}
.page_template_blog .hentry h2 a {
	text-decoration: none;
}
.hentry p {
	margin: 1em 0;
}
.hentry {
	margin: 0 0 2em 0;
}
.hentry-content {
	font-size: 0.875em;
	line-height: 1.2857142857142857142857142857143em;
}
.hentry-meta {
	font-size: 0.75em;
	float: left;
	width: 528px;
	background-repeat: no-repeat;
	background-position: 0 -48px;
	height: 20px;
}
.hentry-meta p {
	margin: 0 0 0 5px;
	background-position: 100% -72px;
	background-repeat: no-repeat;
	padding: 0 10px 0 5px;
	height: 20px;
	line-height: 20px;
}
.hentry-read-more {
	float: right;
}
.single-thumb-link {
	float: right;
	margin: 0 0 0 15px;
	border: 1px solid #d7d7d7;
}
/* =Comments
-------------------------------------------------------------- */
h3#comments {
	font-size: 1.25em;
	line-height: 1.2em;
	margin: 0 0 1em;
}
.comment-wrapper {
	margin: 0 5px 0 70px;
}
.avatar {
	float: left;
	width: 60px;
}
.avatar img {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.comment-top {
	position:relative;
	height: 7px;
	margin: 0 0 0 15px;
}
.comment-top div {
	position: absolute;
	width: 17px;
	height: 25px;
	top: 0;
	left: -17px;
}
ul .comment-top div {
	width: 22px;
	height: 15px;
	top: -8px;
	left: -8px;
}
.comment-content-wrapper {
	margin: 0 0 0 7px;
}
.comment-content-wrapper-inner {
	padding: 0 1px;
}
.comment-bottom {
	position:relative;
	margin: 0 0 0 10px;
}
.comment-bottom div {
	height: 6px;
	margin-left: -3px;
}
.comment-content {
	padding: 5px 10px 10px;
}
.comment-date {
	float: right;
	width: 40%;
	text-align: right;
	font-size: 0.75em;
	line-height: 1.3333333333333333333333333333333em;
}
.comment-content cite {
	font-style: normal;
}
.comment-text {
	font-size: 0.75em;
	line-height: 1.3333333333333333333333333333333em;
}
.comment-text p {
	margin: 1em 0;
}
.reply a {
	display: block;
	text-indent: -5000px;
	height: 31px;
	width: 61px;
	float: right;
	position: relative;
	margin: 0 -16px -5px 0;
	z-index: 500;
}
.commentlist li li {
	padding: 1.5em 0 0 1px;
}
.commentlist li li li {
	padding: 1.5em 0 0 2em;
}
.commentlist ul .avatar {
	margin: 0 10px 0 0;
}
#respond {
	padding: 2em 0;
}
#respond p {
	margin: 1em 0;
}
#respond h3 {
	font-size: 1.125em;
	margin: 0 0 0.5em 0;
}
#respond form {
	font-size: 0.75em;
	line-height: 1.3333333333333333333333333333333em;
}
li #respond {
	margin: 0 0 0 80px;
}
/* =Generic
-------------------------------------------------------------- */
.clear {
	clear: both;
}
.align-right {
	text-align: right;
}
a {
	text-decoration: none;
}
a:hover	{
	text-decoration: underline;
}
.alignleft {
	float: left;
	margin-right: 1em;
}
.alignright {
	float: right;
	margin-left: 1em;
}
/* =Buttons
-------------------------------------------------------------- */
.link-button, .green-button, .white-button {
	display: inline-block;
	font-size: 12px;
	font-family: "Myriad Pro Semibold", "Myriad Pro", sans-serif;
	font-weight: 500;
	padding: 0 0 0 10px;
	margin: 0;
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	text-decoration: none;
	height: 20px;
	overflow: hidden;
}

.link-button span, .green-button span, .white-button span {
	display: block;
	background-repeat: no-repeat;
	padding: 0 10px 0 0px;
	line-height: 20px;
	height: 20px;
}
.large-button {
	display: inline-block;
	font-size: 14px;
	font-family: "Myriad Pro Semibold", "Myriad Pro", sans-serif;
	font-weight: 500;
	padding: 0 0 0 6px;
	margin: 0;
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	text-decoration: none;
	height: 39px;
	overflow: hidden;
	font-variant: small-caps;
}

.large-button span {
	display: block;
	background-repeat: no-repeat;
	padding: 0 12px 0 6px;
	line-height: 39px;
	height: 39px;
}
.green-button:hover, .white-button:hover, .link-button:hover, .large-button:hover {
	text-decoration: none;
}
button.link-button span { margin: -1px 0 0 -3px; }
/* Firefox Hack */
@-moz-document url-prefix() { button.link-button span { margin: -2px 0 0 -3px; } }
/* =Shortcodes
-------------------------------------------------------------- */
.pullquote_right, .pullquote_left {
	float: right;
	width: 33%;
	margin: 20px 0 20px 20px;
	padding: 0 0 0 20px;
	font-size: 18px;
	line-height: 28px;
	background-repeat: repeat-y;
}
.pullquote_left {
	float: left;
	margin: 20px 20px 20px 0;
	padding: 0 20px 0 0;
}
.divider {
	clear: both;
	height: 2em;
}
.one_half, .one_third, .two_third, .three_fourth, .one_fourth {
	position: relative;
	float: left;
	margin-right: 2%;
	margin-top: 2em;
}
.one_half {
	width: 49%;
}
.one_third {
	width: 32%;
}
.one_fourth {
	width: 23.5%;
}
.three_fourth {
	width: 74.5%;
}
.last {
	margin-right: 0 !important;
}
/* =Video
-------------------------------------------------------------- */
.video-post-wrap {
	float: left;
	width: 31%;
	height: 270px;
	border-bottom: 1px dashed #d7d7d7;
	margin: 0 1% 12px;
}
.video-titles {
	margin: 0;
	padding: 2px 0 10px;
}
.video-thumbnail {
	border: 4px solid #e7e7e7;
}
/* =Clients
-------------------------------------------------------------- */
.client-post-wrap {
	float: left;
	width: 47%;
	padding: 10px;
}

.wrap2 {
	float: right;
}

.client-desc h2 {
	font-weight: normal;
}
h2.client-titles {
	margin: 0 0 10px;
}
/* =Other styles
-------------------------------------------------------------- */
h5 { color: #ffffff; margin: 0px 0px 10px 0px; font-size:
22px;font-weight: normal; letter-spacing: -0.05em;}
h6 { color: #ffffff; margin: 0px 0px 10px 0px; font-size:
38px;font-weight: normal; letter-spacing: -0.05em;}
h7 { color: #ffffff; margin: 0px 0px 10px 0px; font-size:
32px;font-weight: normal; letter-spacing: -0.05em;}
h8 { color: #ffffff; margin: 0px 0px 10px 0px; font-size:
28px;font-weight: normal; letter-spacing: -0.05em;}
h9 { color: #c6c6c6; margin: 0px 0px 10px 0px; font-size:
24px;font-weight: bold; letter-spacing: -0.05em;}
/* =Help Desk
-------------------------------------------------------------- */
.page-template-template-help-desk-php .page_template_full {
	margin-left: -2px;
	margin-right: -2px;
}
.page-template-template-help-desk-php h1 {
	background: none;
	border: none;
	text-align: center;
}
.helpdesk {
	width: 461px;
	margin:auto;
}
.helpdesk.last {
	margin-right: 0;
}
.helpdesk .helpdesk-header h3 {
	text-align: center;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: bold;
	padding: 15px 0 5px;
}
.helpdesk .helpdesk-footer h3 {
	text-align: left;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: bold;
	padding: 10px 0 60px 140px;
	margin:0px 0 40px;
	z-index:6;
	position:relative;
}
.helpdesk .helpdesk-footer h3 span {
	display: block;
	text-transform: none;
	font-size: 12px;
	font-weight: normal;
}
.helpdesk .form h3 {
	height: 45px;
	padding: 5px 0px 0 50px;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: bold;
	line-height: 1;
	cursor: pointer;
	position:relative;
	z-index:10;
}
.helpdesk .form h3 span {
	display: block;
	text-transform: none;
	font-size: 12px;
	font-weight: normal;
}
.helpdesk .form form {
	display: none;
	padding: 10px 30px 0;
	height: 395px;
	overflow: hidden;
	position:relative;
	z-index:5;
	margin:0 0 -10px;
}
.helpdesk .form-open form {
	display: block;
}
.helpdesk .form-field label {
	float: left;
	width: 100px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	text-align: right;
	padding: 5px 0 0;
}
.helpdesk .form-field label.inline {
	float: none;
	width: auto;
	display: block;
	text-align: left;
	margin: 0 0 1px;
}
.helpdesk .form-field {
	text-align: right;
	margin: 0 0 0.5em;
}
.helpdesk .form-field input, .helpdesk .form-field textarea {
	width: 269px;
	padding: 8px 10px;
	border: none;
}
.helpdesk p.align-right {
	margin: 0;
}
.helpdesk .form-field textarea {
	height: 110px;
	width: 380px;
}
.helpdesk button {
	font-size: 24px;
	width: 129px;
	text-align: center;
	padding: 5px 0 13px;
	border: none;
	text-transform: uppercase;
	cursor:pointer;
}
.helpdesk button:active {
	padding: 6px 0 12px;
}

span.wpcf7-list-item {display:block;}
