@charset utf-8;

/* Toggle */
.toggle {
    margin-bottom: 10px;
}
.toggle_content {
    display: none;
    margin-left: 5px;
    margin-top: 5px;
    padding: 10px;
}

/* Buttons  */
.button, .button span {
	display: inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.button {
	white-space: nowrap;
	line-height:1em;
	position:relative;
	outline: none;
	overflow: visible; /* removes extra side padding in IE */
	cursor: pointer;
	border: 1px solid #262626;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	background: #2e2e2e url("../images/grads/black.gif") repeat-x top;
	-moz-user-select: none;
	-webkit-user-select:none;
	-khtml-user-select: none;
	user-select: none;
	margin-bottom: 15px;
	text-decoration:none;
	margin-right: 10px;
	z-index:100;
}
button::-moz-focus-inner {
    border: none; /* overrides extra padding in Firefox */
}
button.button  {
	padding:0px;
	margin:0;
}
.button.full, .button.full span {
	display: block;
}
.button:hover, .button.hover {

}
.button:active, .button.active {
	top:1px;

}
.button span {
	position: relative;
	color:#fff;
	text-shadow:0 -1px 0px rgba(0, 0, 0, 0.25);
	padding:10px 15px;
	line-height:1em;
	text-decoration:none;
	text-align:center;
	white-space: nowrap;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Safari and Google Chrome only - fix margins */
	button.button span {
		margin-top: -1px;
		margin-left:-2px;
		margin-right:-2px;
	}
}
.button.small span {
	font-size:12px;
	padding:8px 12px;
}
.button.medium span {
	font-size:14px;
}
.button.large span {
	font-size: 18px;
    padding: 10px 15px;
}
/* Button Color Scheme */
.button.black {
	background: #2e2e2e url("../images/grads/black.gif") repeat-x top;
	border: 1px solid #262626;
}
.button.gray {
	background: #2e2e2e url("../images/grads/gray.gif") repeat-x top;
	border: 1px solid #b7b7b7;
}
.button.gray span {
	color: #666666;
	text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.25);
}
.button.red {
	background: #cf2323 url("../images/grads/red.gif") repeat-x top;
	border: 1px solid #a61d1d;
}
.button.orange {
	background: #e65401 url("../images/grads/orange.gif") repeat-x top;
	border: 1px solid #b74200;
}
.button.magenta {
	background: #980143 url("../images/grads/magenta.gif") repeat-x top;
	border: 1px solid #7a0236;
}
.button.yellow {
	background: #e5a313 url("../images/grads/yellow.gif") repeat-x top;
	border: 1px solid #b7820f;
}
.button.blue {
	background: #019cd7 url("../images/grads/blue.gif") repeat-x top;
	border: 1px solid #007cab;
}
.button.pink {
	background: #cb1d83 url("../images/grads/pink.gif") repeat-x top;
	border: 1px solid #a3186a;
}
.button.green {
	background: #83ab09 url("../images/grads/green.gif") repeat-x top;
	border: 1px solid #688806;
}
.button.rosy {
	background: #d8616f url("../images/grads/rosy.gif") repeat-x top;
	border: 1px solid #ae4e5a;
}


/* Columns  */
.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
	position: relative;
	margin-right: 4%;
	float: left;
}
.one_half {
	width: 48%;
}
.one_third {
	width: 30.6666%;
}
.two_third {
	width: 65.3332%;
}
.one_fourth {
	width: 22%;
}
.two_fourth {
	width: 48%;
}
.three_fourth {
	width: 74%;
}
.one_fifth {
	width: 16.8%;
}
.two_fifth {
	width: 37.6%;
}
.three_fifth {
	width: 58.4%;
}
.four_fifth {
	width: 79.2%;
}
.one_sixth {
	width: 13.3333%;
}
.two_sixth {
	width: 30.6666%;
}
.three_sixth {
	width: 47.9998%;
}
.four_sixth {
	width: 65.3332%;
}
.five_sixth {
	width: 82.6665%;
}
.last {
	margin-right: 0 !important;
	clear: right;
}
/* Two level columns */
.one_half .one_half {
	margin-right: 8.3333%;
	width: 45.8333%;
}
.one_half .one_third {
	margin-right: 8.3333%;
	width: 27.7778%;
}
.one_half .two_third {
	margin-right: 8.3333%;
	width: 63.8889%;
}
.two_third .one_third {
	margin-right: 6.1224%;
	width: 29.2517%;
}
.two_third .two_third {
	margin-right: 6.1224%;
	width: 64.6258%;
}
.two_third .one_fourth {
	margin-right: 6.1224%;
	width: 20.4082%;
}

/* Divider */
.divider {
	border-bottom:1px solid #d9d9d9;
	height:0;
	margin-bottom: 20px;
	position:relative;
}
.divider a {
	text-decoration:none;
	font-size:8px;
	background:#fff;
	position:absolute;
	right:0;
	top:-10px;
	padding-left: 5px;
}
.divider a:hover {
	text-decoration:underline;
}
.divider_dashed {
	border-bottom:1px dashed #d9d9d9;
	height:0;
	margin-bottom: 10px;
	position:relative;
}

/* Pullquotes */
.pullquote_left {
	background: url("../images/quote.png") no-repeat scroll left 5px transparent;
	border-right: 1px solid #CCCCCC;
    float: left;
    margin: 15px 25px 15px 5px;
    padding: 0 0 0 40px;
    width: 250px;
}
.pullquote_right {
	background: url("../images/quote.png") no-repeat scroll 15px 5px transparent;
	border-left: 1px solid #CCCCCC;
    float: right;
    margin: 15px 5px 15px 25px;
    padding: 0 0 0 55px;
    width: 250px;
}

/* Dropcaps */
.dropcap1 {
	background: url("../images/dropcap.png") no-repeat scroll center center transparent;
	color: #FFFFFF;
    float: left;
    font-size: 24px;
    font-weight: bold;
    height: 50px;
    margin: -5px 10px -10px 0;
    padding: 25px 0 0;
    text-align: center;
    text-transform: uppercase;
    width: 50px;	
}
.dropcap2 {
    float: left;
    font-size: 38px;
    font-weight: bold;
    height: 20px;
    margin: 0 0 0 0;
    padding: 10px 10px 10px 0;
    text-align: center;
    text-transform: uppercase;
    width: 26px;
}

/* Callout */
.callout {
	border-bottom:1px solid #d9d9d9;
    font-size: 24px;
    font-weight: bold;
    line-height: 32px;
    padding: 20px 5px;
	margin-bottom: 40px;
	color:#1a1a1a;
}
.callout.left {
	text-align:left;	
}
.callout.right {
	text-align:right;	
}
.callout.center {
	text-align:center;	
}
.callout .button {
	margin-top: 15px;
}

/* Highlight */
.highlight {
	background-color: yellow;
    color: #111111;
    padding: 1px 4px;
}

/* Notifications */
.notification.success {
    background: url("../images/icons/success.png") no-repeat scroll 10px 10px #F1FFBF;
    border-color: #A6D50F;
}
.notification.error {
    background: url("../images/icons/error.png") no-repeat scroll 10px 10px #FECDC6;
    border-color: #F45D43;
}
.notification.warning {
    background: url("../images/icons/warning.png") no-repeat scroll 10px 10px #FFECB0;
    border-color: #FFBC2A;
}
.notification.info {
    background: url("../images/icons/information.png") no-repeat scroll 10px 10px #D4E7F5;
    border-color: #589AD7;
}
.notification.tip {
    background: url("../images/icons/tip.png") no-repeat scroll 10px 10px #FFECCD;
    border-color: #DD9854;
}
.notification {
    border: 1px solid #FFFFFF;
    margin-bottom: 20px;
    padding: 10px 10px 10px 35px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

/* Toggle */
h3.toggle {
    background: url("../images/icons/toggle_open.png") no-repeat left center transparent;
    font-size: 18px;
    position: relative;
	padding-left:20px;
	color: #444444;
}
h3.toggle a {
    display: block;
    text-decoration: none;
	color: #444444;
}
h3.toggle a:hover {
	color: #444444;

}
h3.active {
    background: url("../images/icons/toggle_close.png") no-repeat left center transparent;
}
h3.active a:link {
	color: #444444;
}
.toggle_content {
    border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
    clear: both;
    margin: 0 0 20px 20px;
    overflow: hidden;
    padding: 20px 0 20px;
}

/* Styled Table */
.table_style {
    border: 1px solid #CCCCCC;
    margin-bottom: 20px;
}
.table_style table {
    border: 1px solid #FFFFFF;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 100%;
}
.table_style th {
    background-color: #EEEEEE;
    color: #4d4d4d;
    font-size: 14px;
    font-weight: bold;
    padding: 12px;
    text-align: center;
}
.table_style tbody {
    background: none repeat scroll 0 0 #F9F9F9;
}
.table_style td {
    border-top: 1px dashed #FFFFFF;
    color: #666666;
    padding: 10px;
    text-align: center;
}
.table_style tbody tr:hover td {
    background: none repeat scroll 0 0 #FFFFFF;
    border-top: 1px solid #FFFFFF;
    color: #333333;
}
.table_style thead {
	border-bottom: 1px solid #DDD;
}
.table_style tfoot {
    background-color: #F3F3F3;
	font-size:11px;
	font-style:italic;
	border-top: 1px solid #DDD;
}
.table_style tfoot td {
    padding: 4px;
}
/* List Styles */
.checklist, .bulletlist, .circlelist, .arrowlist, .crosslist, .starlist {
	list-style: none outside none;
    margin-left: 10px;
	margin-bottom: 20px;
}
.checklist li, .bulletlist li, .circlelist li, .arrowlist li, .crosslist li, .starlist li {
	margin-bottom: 5px;
    padding-left: 25px;
	list-style:none;
}
.checklist li {
	background:url(../images/icons/tick.png) no-repeat left 4px;
}
.bulletlist li {
	background:url(../images/icons/bullet.png) no-repeat left 4px;
}
.circlelist li {
	background:url(../images/icons/bullet_black.png) no-repeat left 4px;
}
.arrowlist li {
	background:url(../images/icons/bullet_go.png) no-repeat left 4px;
}
.crosslist li {
	background:url(../images/icons/cross.png) no-repeat left 4px;
}
.starlist li {
	background:url(../images/icons/star.png) no-repeat left 4px;
}

/* Google Map */
.google_map {
margin-bottom:20px;	
}

/*  Twitter Feed  */
.twitter-feed ul {
	margin:0;
	list-style:none;	
}
.twitter-feed ul li {
	float: left;
    margin: 0 15px 20px 0;
    width: 320px;
	font-size: 12px;
}
.twitter-feed ul li .twit-name {
	font-weight:bold;
}

.twitter-feed ul li .twit-time {
	font-style:italic;
	font-size:11px;
	color:#808080;	
}
/* Testimonnial  */
.testimonial {
    background: #f7f7f7;
    border: 1px solid #d9d9d9;
    padding: 20px;
    position: relative;
	margin-bottom: 15px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.testimonial span {
    background: url("../images/testimonial-arrow.gif") no-repeat scroll left top transparent;
    bottom: -13px;
    height: 13px;
    left: 20px;
    position: absolute;
    width: 24px;
}
.testimonial_p .testimonial-name {
	font-weight:bold;
}

.testimonial_p .testimonial-location {
	font-size:11px;
	color:#808080;	
}

/* Image Shortcodes  */
.image_frame_holder {
	position:relative;
	margin-bottom: 15px;
}
.image_frame_holder .image_frame {
	background:#efefef;
	border:1px solid #d7d7d7;
	padding:6px 5px 0;
}
.image_frame_holder .shadow {
	background:url("../images/image_frame_shadow.png") no-repeat bottom right;
	width:332px;
	height:158px;
	position:absolute;
	bottom:-15px;
	right:-19px;
}

.image_frame_holder.small .shadow {
	background:url("../images/image_frame_shadow_small.png") no-repeat bottom right;
	bottom: -7px;
    right: -9px;
}
.image_frame_holder.verysmall .shadow {
	background:url("../images/image_frame_shadow_verysmall.png") no-repeat bottom right;
	bottom: -4px;
    right: -5px;
}