@import url("reset.css");
@import url("960.css");
@import url("typography.css");
@import url("prettyPhoto.css");
@import url("anythingslider.css");
@import url("slider_images.css");
@import url("effects.css");

/*	

-------------------------------------------
Header
-------------------------------------------
*/
#header {
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	padding-bottom:20px;
	padding-top:20px;
	background-image: url('../img/header_bg.jpg');
	background-repeat:repeat-x;
	height:40px;
}
#logo h1 {
	margin:0;
	padding:0;
}
#top {
	background-image: url('../img/top_bg.jpg');
	background-repeat:repeat-x;
}
	
/*	
-------------------------------------------
Navigation
-------------------------------------------
*/
#navi {
	width:auto;
	float:right;
	margin-top:10px;
}
#arrangemenu strong {
	text-transform:uppercase;
}
#arrangemenu {
	background: transparent;
	width: 100%;
}
#arrangemenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index:999;
}
/*Top level list items*/
#arrangemenu ul li {
	position: relative;
	display: inline;
	float: left;
}
/*Top level menu link items style*/
#arrangemenu ul li a {
	display: block; /*background of tabs (default state)*/
	padding: 0 15px 7px 15px;
	text-decoration: none;
	color: #DF4200;
	text-transform:uppercase;
	letter-spacing:1px;
}
#arrangemenu ul li ul li a { /*sub menus hover style*/
	color: #f5f5f5;
	text-transform:none;
	text-transform:uppercase;
	font-size:11px;
	border-bottom:1px solid transparent;
}
#arrangemenu ul li ul li .active {
	background-image: url('../img/right.png');
	background-repeat: no-repeat;
	text-indent: 16px;
	background-position: 17px 13px;
}
* html #arrangemenu ul li a { /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}
#arrangemenu ul li a:hover {
	background: transparent; /*tab link background during hover state*/
}
/*1st sub level menu*/
 #arrangemenu ul li ul {
	position: absolute;
	display:block;
	visibility: hidden;
	background:#000;
	-webkit-box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
	-ms-box-shadow:1px 1px 0px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
	background-color: rgba(33, 33, 33, 0.8);
}
/*Sub level menu list items (undo style from Top level List Items)*/
#arrangemenu ul li ul li {
	display: list-item;
	float: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#arrangemenu ul li ul li a {
	display: list-item;
	float: none;
}
#arrangemenu ul li ul li {
	border-bottom:none;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
#arrangemenu ul li ul li ul {
	top: 0;
	left:0;
}
/* Sub level menu links style */
#arrangemenu ul li ul li a {
	width: 170px; /*width of sub menus*/
	padding: 7px 15px 7px 15px;
	margin: 0;
	border-top-width: 0;
}
.downarrowclass {
	position: absolute;
	top: 15px;
	right: 5px;
}
.rightarrowclass {
	position: absolute;
	top: 15px;
	right: 7px;
}
/*Using an Image in the Menu remove Inherited Border*/
#arrangemenu ul li a img {
	border: 0;
}
/*Remove the border when you Hover the Image*/
#arrangemenu ul li a img:hover {
	border:0px;
}
/*Remove the img a href Link Border*/
#arrangemenu ul li a img {
	text-decoration: none;
}
/*	
-------------------------------------------
General Container
-------------------------------------------
*/
#container {
	padding-top:35px;
	background-image: url('../img/content_bg.jpg');
	background-repeat: repeat-x;
	border-top:1px solid #000;
	margin-bottom:70px;
}
/*	
-------------------------------------------
Content
-------------------------------------------
*/
#content {
	padding:0px;
}
/*	
-------------------------------------------
Sidebar Right
-------------------------------------------
*/
.sidebar_right {
	float:right;
	width:283px;
	margin-right:15px;
	margin-left:30px;
	clear:right;
	display:block;
}
/*	
-------------------------------------------
Sidebar Left
-------------------------------------------
*/
.sidebar_left {
	float:left;
	width:283px;
	margin-left:15px;
	margin-right:30px;
	clear:left;
	display:block;
}
/*	
-------------------------------------------
Teaser
-------------------------------------------
*/
h3.big {
	margin:0;
	padding:0;
	color:#f5f5f5;
}
h3.small {
	font-size: 14px;
	line-height:28px;
	color:#f5f5f5;
	margin:0;
	padding:0;
	color:#ccc;
}
#teaser {
	padding-bottom:20px;
	padding-top:20px;
	background-repeat: repeat-x;
	background-position: center top;
	background-image: url('../img/teaser_bg.jpg');
}
.c {
	text-align:center;
}
/*	
-------------------------------------------
Anything Slider
-------------------------------------------
*/
#frame {
	position:absolute;
	z-index:0;
	width:960px;
	height:341px;
	top:-3px;
	/* left:-80px;*/
}

#slider-wrapper {
	position:relative !important; /*position must be relative*/
	margin-bottom:0;
	min-height:415px;
	overflow:hidden;
}

#example {
	width:960px;
	height:325px;
	position:relative;
	margin-top:10px;
}
#slides {
	position:absolute;
	top:15px;
	left:20px;
	z-index:100;
}

.slides_container {
	width:920px;
	overflow:hidden;
	position:relative;
	display:none;
}
.slides_container a {
	width:920px;
	height:270px;
	display:block;
}

.slides_container a img {
	display:block;
}

/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:107px;
	left:-44px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:940px;
}

/*
	Pagination
*/

.pagination {
	margin:26px auto 0;
	width:200px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}




/*	
-------------------------------------------
Color
-------------------------------------------
*/
a:link, a:active, a:visited {
	color : #666;
}
a:hover {
	text-decoration:none;
	color:#DF4200;
}

#arrangemenu .active {
	color:#ffffff;
}
#arrangemenu ul li ul li .active {
	color:#ffffff;
}
#arrangemenu ul li a:hover {
	color: #ffffff;
}
#arrangemenu ul li ul li a:hover { /*sub menus hover style*/
	color: #f5f5f5;
	border-bottom:1px solid #DF4200;
}
#arrangemenu ul li ul {
	border:1px solid #000;
	
}
#arrangemenu ul li ul li ul {
	border:1px solid #000;
	border-top:1px solid #DF4200;
}
:hover#toTop {
	color:#DF4200;
}

div.anythingSlider .thumbNav a.cur, div.anythingSlider .thumbNav a {
	background: #777;
	color: #FFF;
}

div.anythingSlider .thumbNav a {
	color: #FFF;
	background-color: #DF4200;
}
#top {
	border-bottom:1px solid #DF4200;
}
#teaser {
	border-top:1px solid #DF4200;
	border-bottom:1px solid #DF4200;
	background-color: #000;
}
#slider-wrapper {
	border-top:1px solid #DF4200;
	border-bottom:1px solid #000;
}
.caption-content strong {
	color:#f5f5f5;
	background:#DF4200;
}
.blog_title a:hover {
	color:#DF4200;
}
ul.entry_details {
	border-left:1px solid #DF4200;
}
ul.category_list a:hover {
	color:#DF4200;
}
ul.social li a:hover {
	border-bottom:1px solid #DF4200;
	color:#ccc;
}
h4.active a {
	color: #000;
	border-bottom:1px solid #DF4200;
}
a.button, input.button {
	color:#f5f5f5;
	border-right:2px solid #DF4200;
}
input.button {
	border-right:2px solid #DF4200;
}
input.button:hover, .button:hover {
	color:#DF4200;
	border-right:2px solid #000;
}
input#name:focus, input#email:focus, input#search2:focus, textarea:focus, #searchform input:focus {
	border: 1px solid #DF4200;
}
.highlight1 {
	background-color:#DF4200;
}
.dropcap1 {
	color:#DF4200;
}
.dropcap2 {
	background-color:#DF4200;
}
blockquote.style6 {
	border-left: 6px solid #DF4200;
}
.fancycaption .slide-top {
	border-bottom:2px solid #DF4200;
}
.entry_hover a {
	border-right:2px solid #DF4200;
}
.entry_hover a:hover {
	color:#DF4200;
}
.theme_color {
	color:#DF4200;
}
::selection {
 background: #DF4200;
}
::-moz-selection {
 background: #DF4200;
}
ul.tags li a {
	color:#DF4200;
}
.footer_widget a {
	color:#999;
}
.footer_widget a:hover, .sub-footer a:hover {
	border-bottom:1px solid #DF4200;
	color:#ccc;
}
#footer {
	border-top:1px solid #DF4200;
	border-bottom:1px solid #DF4200;
}
#sub_footer a:hover {
	border-bottom:1px solid #DF4200;
	color:#ccc;
}
.entry_hover a {
	color: #f5f5f5;
}
.fancycaption .caption a h4 {
	color:#f5f5f5;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.fancycaption .caption a:hover h4 {
	color:#DF4200;
}
.blog_title a {
	color:#000;
}
.portfolio h4 a:hover {
	text-decoration:none;
	color:#DF4200;
}
#project span {
	background:#DF4200;
}
.fancycaption span {
	color:#DF4200;
}
ul.team li a:hover {
	color:#000;
}
span.tweet_text a:hover {
	color:#000;
	border-bottom:1px solid #DF4200;
}
span.tweet_time a:hover {
	color:#000;
	border-bottom:1px solid #DF4200;
}
a.fancy_link:hover {
	color:#000;
	border-bottom:1px solid #DF4200;
}

ul.blog_tags {
	border-bottom:1px solid #DF4200;
}

/*	
-------------------------------------------
Dealers
-------------------------------------------
*/


.testim_thumb {
	float: left;
	margin: 3px 15px 10px 0;
}
.testim_description {
	overflow: hidden;
}
.testim-author {
	float:right;
	color:#000;
}

/*	

-------------------------------------------
Portfolio 
-------------------------------------------
*/
ul.filter_portfolio {
	list-style:none;
	display:block;
	margin-bottom:35px;
	width:auto;
	display:inline-block;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
	border:1px #ddd solid;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding:10px;
}
ul.filter_portfolio:hover {
	background:#f0f0f0;
	-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
	-ms-box-shadow:0px 0px 2px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
	border:1px solid#fff;
}
ul.filter_portfolio li {
	display:inline-block;
	margin:0;
	margin-left:7px;
	margin-right:7px;
	margin-top:5px;		
}
ul.filter_portfolio li a {
	text-decoration:none;
}
ul.filter_portfolio li a:hover {
	text-decoration:none;
}
ul.portfolio {
	margin: 0;
	width: 954px;
	margin-bottom:10px;
}
ul.portfolio:after {
	content: "";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}
ul.portfolio li {
	width: 318px;
	margin: 0 0px -7px 0;
	float: left;
	color: #686f74;
}
.portfolio h4 a {
	color:#000;
}
.portfolio h4 a:hover {
	text-decoration:none;
}
/*	
-------------------------------------------
Project 
-------------------------------------------
*/
#project {
	border:1px solid #f0f0f0;
	width:296px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
}
#project:hover {
	background:#f0f0f0;
	-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
	-ms-box-shadow:0px 0px 2px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
	border:1px solid#fff;
}
#project ul li span {
	background:none;
}
#project .next {
	padding:15px 15px 10px 15px;
	background:url('../img/footer_arrow.png') no-repeat 5% 58% transparent;
}
#project ul {
	margin:15px;
	list-style:none;
}
#project ul li {
	display:block;
	margin-bottom:10px;
}
#project h5 {
	margin:0;
}
/*	
	
-------------------------------------------
Contact From
-------------------------------------------
*/
textarea {
	overflow:hidden;
}
ul.cform {
	margin:0;
	list-style:none;
}
ul.cform li {
	margin-bottom:10px;
}
ul.cform li label {
	display:block;
	margin-bottom:10px;
}
input {
	width:200px;
}
input.button {
	width:auto;
}
input.button {
	cursor:pointer;
	background-color:#000;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
	-ms-box-shadow:0px 0px 2px rgba(0, 0, 0, 0.5);
	-o-box-shadow:0px 0px 2px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
	display: inline-block;
	overflow-x: hidden;
	overflow-y: hidden;
}
input.button {
	text-decoration:none;
}
input#name:focus, input#email:focus, input#search2:focus, textarea:focus {
	background:#f5f5f5;
	color:#000;
	-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
	-ms-box-shadow:0px 0px 2px rgba(0, 0, 0, 0.4);
	-o-box-shadow:0px 0px 2px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
}
input, textarea {
	padding:8px;
	background:#000;
	color:#f5f5f5;
	border:1px solid transparent;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	resize:none;
}
.valmsg {
	display:none;
	color: #900;
}
#sendmessage {
	background:url('../img/icons/success_icon.png') no-repeat 20px center #DFF2BF;
	border:1px solid #4F8A10;
	color:#4F8A10;
	display:none;
	padding:15px 12px 15px 65px;
	margin:10px 0;
}
a.button {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	color: #f5f5f5;
	cursor: pointer;
	display: inline-block;
	overflow-x: hidden;
	overflow-y: hidden;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
	-ms-box-shadow:0px 0px 2px rgba(0, 0, 0, 0.5);
	-o-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
}
a.button:hover {
	text-decoration: none;
}
a.button {
	background-attachment: scroll;
	background-clip: border-box;
	background-color: #000;
	background-image: none;
	background-origin: padding-box;
	background-position: 0 0;
	background-repeat: repeat;
	background-size: auto auto;
}
a.button:hover {
	background-attachment: scroll;
	background-clip: border-box;
	background-color: #000;
	background-image: none;
	background-origin: padding-box;
	background-position: 0 0;
	background-repeat: repeat;
	background-size: auto auto;
}

/*	

-------------------------------------------
Footer
-------------------------------------------
*/
#footer_bg {
	background-color:#000;
	color:#ccc;
	border-top:1px solid #000;
	background-repeat: repeat;
	background-position: center top;
	background-image: url('../img/footer_bg.jpg');
}
#footer {
	padding:35px 0 35px 0;
}
.footer_widget a {
	text-decoration:none;
	border-bottom:1px solid transparent;
}
h4.footer_title {
	color:#f5f5f5;
}
ul.footer_list {
	margin: 0px;
	padding: 0px;
	list-style:none;
}
ul.footer_list li {
	padding-left:14px;
	background:url('../img/footer_arrow.png') no-repeat left 50% transparent;
	margin-bottom:10px;
	display:block;
}
/*	
-------------------------------------------
Sub Footer
-------------------------------------------
*/
#sub_footer {
	background:#000;
	color:#ccc;
	background-position: center top;
	background-image: url('../img/sub_footer_bg.jpg');
	background-repeat: repeat;
}
#sub_footer p {
	padding-bottom:10;
	padding-top:10px;
	float:left;
	margin-bottom:0;
}
#sub_footer a {
	text-decoration:none;
	border-bottom:1px solid transparent;
}
/*	

-------------------------------------------
Highlights
-------------------------------------------
*/
.highlight1 {
	padding:2px 6px;
	color:#f5f5f5;
}
.highlight2 {
	padding:2px 6px;
	background-color:#000;
	color:#f5f5f5;
}
.highlight3 {
	padding:2px 6px;
	background-color:#FF6;
	color:#000;
}
.highlight4 {
	padding:2px 6px;
	background-color:#C33;
	color:#f5f5f5;
}
/*	
-------------------------------------------
Dropcaps
-------------------------------------------
*/
.dropcap1 {
	display:block;
	float:left;
	font-size:34px;
	line-height:30px;
	margin:3px 15px 10px 0;
}
.dropcap2 {
	color:#f5f5f5;
	display:block;
	float:left;
	font-size:34px;
	line-height:40px;
	width:40px;
	height:40px;
	text-align: center;
	margin:3px 15px 10px 0;
	
}
/*	
-------------------------------------------
Notification Boxes
-------------------------------------------
*/
.success_box {
	background:url('../img/icons/success_icon.png') no-repeat 15px center #DFF2BF;
	border:1px solid #4F8A10;
	color:#4F8A10;
}
.info_box {
	background:url('../img/icons/info_icon.png') no-repeat 15px center #BDE5F8;
	border:1px solid #00529B;
	color:#00529B;
}
.warning_box {
	background:url('../img/icons/warning_icon.png') no-repeat 15px center #FEEFB3;
	border:1px solid #9F6000;
	color:#9F6000;
}
.error_box {
	background:url('../img/icons/error_icon.png') no-repeat 15px center #FFBABA;
	border:1px solid #D8000C;
	color:#D8000C;
}
.boxes {
	margin:10px 0;
	padding:15px 15px 15px 62px;
}
/*
---------------------------------
service
---------------------------------
*/

.service {
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	overflow: hidden;
}
.service_icon {
	float: left;
	margin: 3px 15px 10px 0;
}

/*	
-------------------------------------------
Hover, Zoom, 
-------------------------------------------
*/
.hover {
	overflow: hidden;
	display:block;
}
.zoom {
	overflow: hidden;
	display:block;
	background-image: url('../img/icons/zoom.png');
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.video {
	overflow: hidden;
	display:block;
	background-image: url('../img/icons/video.png');
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.hover img, .zoom img, .video img {
	display: block;
}
/*	
-------------------------------------------
Table
-------------------------------------------
*/
table {
	margin:0 0 10px;
	width:100%;
	border: 4px solid #ddd;
}
table th {
	border:1px solid #ddd;
	padding:10px 15px;
	background: #f0f0f0;
}
table td {
	border:1px solid #ddd;
	padding:10px 15px;
	text-align:center;
}
/*	
-------------------------------------------
Left, Right, Center
-------------------------------------------
*/
.left {
	float:left;
}
.right {
	float:right;
}
img.left {
	float:left;
	margin-right:15px;
	margin-top:3px;
	margin-bottom:10px;
}
img.right {
	float:right;
	margin-left:15px;
	margin-top:3px;
	margin-bottom:10px;
}
a.left img {
	float:left;
	margin-right:15px;
	margin-top:3px;
	margin-bottom:10px;
}
a.right img {
	float:right;
	margin-left:15px;
	margin-top:3px;
	margin-bottom:10px;
}
.img {
	margin-bottom:10px;
}
img.center {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.center {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
}
/*	
-------------------------------------------
TWITTER
-------------------------------------------
*/
.tweet {
	overflow:hidden;
}
ul.tweet_list {
	margin:0px;
	padding:0px;
	list-style:none;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url('../img/icons/twitter.png');
	background-repeat: no-repeat;
	background-position: left center;
}
li.tweet_first, li.tweet_odd, li.tweet_even {
	margin-left:36px;
}
.loading {
	margin:0;
	padding:0;
	background-image: url('../img/icons/loading.gif');
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 105px center;
}
.twitter_box {
	padding:15px 0 15px 0;
	background:#f0f0f0;
	-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
	-ms-box-shadow:0px 0px 2px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
	border-top:1px solid #fff;
}
span.tweet_time a {
	border-bottom:1px solid transparent;
}
span.tweet_text a {
	border-bottom:1px solid transparent;
}
/*	

-------------------------------------------
Fancy Caption
-------------------------------------------
*/

.fancycaption a:hover {
	text-decoration:none;
}
.fancycaption {
	position: relative;
	overflow: hidden;
	float: left;
	margin: 0;
	width:100%;
	display:block;
}
.fancycaption .caption {
	position: absolute;
	background-color: rgba(33, 33, 33, 0.4);
}
.fancycaption .slide-top {
	width:100%;
	height:148px;
	margin:0;
	padding:0;
}
ul.portfolio .fancycaption .slide-top {
	width:100%;
	height:210px;
	margin:0;
	padding:0;
}
.fancycaption span {
	padding:0px 15px 0 15px;
}
.fancycaption h4 {
	display:block;
	margin:0;
	padding:15px 15px 0 15px;
}
.slide-right, .slide-left {
	width: 50%;
	top: 50% !important;
	text-align:center;
}
/*	

-------------------------------------------
Entry Hover
-------------------------------------------
*/
.entry_hover {
	position: relative;
	float: left;
	padding: 0;
}
.entry_hover a {
	position:absolute;
	top: 35%;
	left: 50%;
	margin-left:-50px;
	display: none;
	cursor:pointer;
}
.entry_hover a:hover {
	text-decoration:none;
}

/*	
-------------------------------------------
MISC
-------------------------------------------
*/
.theme_color a {
	text-decoration:none;
	color:#f5f5f5;
}
.theme_color a:hover {
	color:#f5f5f5;
}
p.big, span.big {
	font-size:48px;
	font-weight:bold;
}
p.small, span.small {
	font-size:18px;
}
p.italic, span.italic {
	font-style:italic;
}
.fluid {
	width: 100%;
	float: left;
}
#map {
	width:626px;
	height:250px;
	margin-bottom:10px;
}
::selection {
color: #f5f5f5;
}
::-moz-selection {
color: #f5f5f5;
}
.fancy_box {
	padding:15px;
	background:#f0f0f0;
	-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
	-ms-box-shadow:0px 0px 2px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
	border:1px solid#fff;
}
a:link.fancy_link {
	border-bottom:1px solid transparent;
}
.no_margin {
	margin:0;
}
ul.team {
	float:left;
}
ul.team li {
	padding:0;
	padding-right:10px;
}
