@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 {
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	padding-bottom:21px;
	padding-top:21px;
	background-image: url('header_bg.jpg');
	background-repeat:repeat-x;
	height:94px;
}
#logo span {
	margin:0;
	padding:0;
}
#top {
	background-image: url('top_bg.jpg');
	background-repeat:repeat-x;
}
	

#navi {
	width:auto;
	float:right;
	margin-top:10px;
}
#strangemenu strong {
	text-transform:uppercase;
}
#strangemenu {
	padding-top:30px;
	background: transparent;
	width: 100%;
}
#strangemenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index:999;
}
/*Top level list items*/
#strangemenu ul li {
	position: relative;
	display: inline;
	float: left;
}

#strangemenu ul li a {
	display: block; /*background of tabs (default state)*/
	padding: 0 15px 7px 15px;
	text-decoration: none;
	color: #C3D4EA;
	text-transform:uppercase;
	letter-spacing:1px;
}
#strangemenu ul li ul li a { /*sub menus hover style*/
	color: #f5f5f5;
	text-transform:none;
	text-transform:uppercase;
	font-size:10px;
	border-bottom:1px solid transparent;
}
#strangemenu ul li ul li .active {
	background-image: url('right.png');
	background-repeat: no-repeat;
	text-indent: 16px;
	background-position: 17px 13px;
}
* html #strangemenu ul li a { /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}
#strangemenu ul li a:hover {
	background: transparent; /*tab link background during hover state*/
}
/*1st sub level menu*/
 #strangemenu 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)*/
#strangemenu 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;
}
#strangemenu ul li ul li a {
	display: list-item;
	float: none;
}
#strangemenu ul li ul li {
	border-bottom:none;
}

#strangemenu ul li ul li ul {
	top: 0;
	left:0;
}
/* Sub level menu links style */
#strangemenu ul li ul li a {
	width: 180px; /*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;
}

#strangemenu ul li a img {
	border: 0;
}

#strangemenu ul li a img:hover {
	border:0px;
}

#strangemenu ul li a img {
	text-decoration: none;
}

#container {
	padding-top:35px;
	background-image: url('content_bg.jpg');
	background-repeat: repeat-x;
	border-top:1px solid #000;
	margin-bottom:70px;
}

#content {
	padding:0px;
}

.sidebar_right {
	float:right;
	width:283px;
	margin-right:15px;
	margin-left:30px;
	clear:right;
	display:block;
}

.sidebar_left {
	float:left;
	width:283px;
	margin-left:15px;
	margin-right:30px;
	clear:left;
	display:block;
}

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('teaser_bg.png');
}
.c {
	text-align:center;
}

#slider-wrapper {
	position:relative !important; /*position must be relative*/
	margin-bottom:0;
	min-height:415px;
	height:415px;
	overflow:hidden;
}
.slider-item {
	display:block;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	min-height:415px;
}
/* Caption Directions */
.slider-caption-top {
	top: -275px;
	position: absolute;
	left: 50%;
	margin-left: -480px;
}
.slider-caption-left {
	position: absolute;
	left: -50%;
	margin-left: -480px;
	top: 125px;
}
.slider-caption-right {
	position: absolute;
	right: -50%;
	margin-right: -480px;
	top: 125px;
}
.slider-caption-bottom {
	bottom: -275px;
	position: absolute;
	left: 50%;
	margin-left: -480px;
}
.caption-content {
	text-shadow:1px 1px 0px #000;
	letter-spacing:1px;
}
.caption-content span, .caption-content a.primary {
	float: left;
}
.caption-content a.primary {
	clear: both;
	display: block;
	position: relative;
}
.caption-content span {
	clear: both;
	color: #f5f5f5;
}
.caption-content strong {
	float: left;
	clear: left;
	padding: 5px 9px 5px 9px;
}
.caption-content p {
	float: none;
}
.caption-content p.pictured {
	margin-bottom: 0;
}

.widget {
	display:block;
}
ul.widget_list {
	margin: 0px;
	padding: 0px;
	list-style:none;
}
ul.widget_list li {
	margin-bottom:10px;
	display:block;
}
ul.widget_list a {
	text-decoration:none;
}
.margin {
	margin-bottom:5px;
}

ul.social {
	list-style:none;
	margin:0;
	padding:0;
	float:right;
}
ul.social li {
	display:inline-block;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
}
ul.social li a {
	border-bottom:1px solid transparent;
}

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border: 1px solid #ddd;
	border-left: none;
	margin-bottom: -1px;
	overflow: hidden;
	background: #f0f0f0;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	padding: 0 15px;
	border: 1px solid #fff;
	outline: none;
}
ul.tabs li a:hover {
	background: #ccc;
}
ul.tabs a:active {
	outline:none;
}
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background: #ddd;
	cursor:default !important;
	color:#000 !important;
}
.panes {
	border: 1px solid #ddd;
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left;
	width: 100%;
	background: #f0f0f0;
	margin-bottom:10px;
}
.panes div {
	padding: 15px;
	border:1px solid #fff;
	border-width: 1px 1px 1px 1px;
}
.panes h4 {
	font-weight:normal;
	margin:0 0 10px 0;
	font-size:16px;
	color:#000;
}
.panes p {
	margin:0 0 10px 0;
}

#accordion {
	background:#f0f0f0;
	width: 100%;
	border:1px solid #ddd;
	margin-bottom:10px;
	display:inline-block;
}
/* accordion header */
#accordion h3 {
	background:#f0f0f0;
	margin:0;
	padding:5px 15px;
	font-size:11px;
	font-weight:normal;
	border:1px solid #fff;
	border-bottom:1px solid #ddd;
	cursor:pointer;
	letter-spacing:1px;
}
#accordion h3:hover {
	background-color:#ccc;
	-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;
}
/* currently active header */
#accordion h3.current {
	cursor:default;
	background-color:#ddd;
}
/* accordion pane */
#accordion .pane {
	border:1px solid #fff;
	border-width:0 1px;
	display:none;
	height:auto;
	padding:15px;
	color:#000;
}
/* a title inside pane */
#accordion .pane h4 {
	font-weight:normal;
	margin:0 0 10px 0;
	font-size:16px;
	color:#000;
}
#accordion .pane p {
	margin:0 0 10px 0;
}


.thumbs {
	margin:0;
	padding: 0;
	overflow: hidden;
}
.thumbs li {
	list-style: none;
	float: left;
	margin-right:10px;
	padding-bottom:5px;
	margin-bottom:5px;
}
.thumbs li img {
	display: block;
	width:63px;
	-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.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);
}
.thumbs li img:hover {
	display: block;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: .7;
}
.thumbs li a img {
	border: none;
}
ul#flickr {
	margin:0;
	padding:0;
	display:inline-block;
	width:296px;
}

#toTop {
	position:fixed;
	bottom:45px;
	right:5px;
	font-size:10px;
	color:#f5f5f5;
	text-decoration:none;
	padding:2px 10px;
	background:#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);
	-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;
	cursor:pointer;
}

h3.blog_title {
	margin-bottom:10px;
}

.blog_post img {
	margin-bottom:10px;
}
.blog_entry {
	width: 100%;
	height: 100%;
	float: left;
	margin: 0;
	padding: 0;
}
.blog_post iframe {
	margin-bottom:5px;
}
ul.entry_details {
	padding-left:15px;
}
ul.entry_details li {
	margin-bottom:0px;
	display:block;
}
.comment {
	padding-left:20px;
	background-attachment: scroll;
	background-image: url('chat_2.png');
	background-repeat: no-repeat;
	background-position: left center;
}

ul.blog_tags {
	list-style:none;
	margin:0;
	padding:0;
	padding-bottom:10px;
	margin-top:35px;
}
ul.blog_tags li {
	display:inline;
	padding-right:5px;
}
ul.blog_tags li.tags_icon {
	background:url('tag.png') no-repeat left center transparent;
	padding-left:20px;
	background-color:none;
}

ul.category_list {
	margin: 0px;
	padding: 0px;
	list-style:none;
}
ul.category_list li {
	padding-bottom:5px;
	margin-bottom:5px;
	padding-left:14px;
	border-bottom: 1px dotted #dedede;
	background:url('arrow-right.gif') no-repeat left 40% transparent;
	display:block;
}
ul.category_list a {
	text-decoration:none;
	color:#666666;
}

h4.trigger {
	padding: 0;
	margin: 35px 0 35px 0;
	float: left;
	cursor:pointer;
}
h4.trigger a {
	text-decoration: none;
	color:#666;
	-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;
}
.toggle_container {
	margin: 0 0 15px;
	padding: 0;
	clear: both;
}
.toggle_container .block {
	padding:0 0 10px 0;
	width:626px;
	margin-bottom:0px;
	margin-top:0px;
}
.toggle_item {
	float: left;
	margin: 0px 15px 15px 0;
}
.toggle_description {
	overflow: hidden;
}
.toggle_description {
	padding-bottom:0px;
}
.toggle_info {
	width:100%;
}
.toggle_info ul {
	padding: 0;
	margin: 0;
	display:block;
	list-style:none;
	margin-bottom:10px;
	border-top:1px solid #C4C4C4;
	border-bottom: 1px solid #C4C4C4;
}
.toggle_info ul li {
	display:inline;
	margin-right:5px;
	display:inline;
	padding-top:5px;
	padding-bottom:5px;
}

.older_post {
	border:1px #ddd solid;
	-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;
}
.older_post: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;
}
.older_post span {
	margin:0;
	padding:5px 15px;
	display:inline-block;
}

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 {
	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('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;
}

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('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_bg {
	background-color:#000;
	color:#ccc;
	border-top:1px solid #000;
	background-repeat: repeat;
	background-position: center top;
	background-image: url('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('footer_arrow.png') no-repeat left 50% transparent;
	margin-bottom:10px;
	display:block;
}

#sub_footer {
	background:#000;
	color:#ccc;
	background-position: center top;
	background-image: url('top_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;
}

.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;
}

.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;
	
}

.success_box {
	background:url('success_icon.png') no-repeat 15px center #DFF2BF;
	border:1px solid #4F8A10;
	color:#4F8A10;
}
.info_box {
	background:url('info_icon.png') no-repeat 15px center #BDE5F8;
	border:1px solid #00529B;
	color:#00529B;
}
.warning_box {
	background:url('warning_icon.png') no-repeat 15px center #FEEFB3;
	border:1px solid #9F6000;
	color:#9F6000;
}
.error_box {
	background:url('error_icon.png') no-repeat 15px center #FFBABA;
	border:1px solid #D8000C;
	color:#D8000C;
}
.boxes {
	margin:10px 0;
	padding:15px 15px 15px 62px;
}

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

blockquote.style1 {
	margin:30px;
	padding-left: 15px;
}
blockquote.style2 {
	padding:15px;
	margin:30px;
	background-image: url('openquote.png');
	background-position: 2% 8%;
	background-repeat: no-repeat;
	text-indent:45px;
}
blockquote.style3 {
	margin:30px;
	padding:15px;
}
blockquote.style4 {
	margin:30px;
	padding:15px;
}
blockquote.style5 {
	margin:30px;
	padding-left: 15px;
	padding-right: 15px;
}
blockquote.style6 {
	margin:30px;
	padding: 15px;
}
blockquote.style1 {
	border-left: 6px solid #000;
	color:#666;
}
blockquote.style2 {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	color:#000;
}
blockquote.style3, blockquote.style4 {
	background-color:#000;
	color:#f5f5f5;
}
blockquote.style4 span {
	color:#f5f5f5;
}
blockquote.style5 {
	border-left: 6px solid #000;
	border-right: 6px solid #000;
	color:#666;
}


ul.heart_list {
	margin:0;
}
ul.heart_list li {
	margin-bottom:10px;
	padding-left:24px;
	background:url('heart_icon.png') no-repeat left center transparent;
	display:block;
}
ul.favorite_list {
	margin:0;
}
ul.favorite_list li {
	margin-bottom:10px;
	padding-left:24px;
	background:url('favorite_icon.png') no-repeat left center transparent;
	display:block;
}
ul.check_list {
	margin:0;
}
ul.check_list li {
	margin-bottom:10px;
	padding-left:24px;
	background:url('check_icon.png') no-repeat left center transparent;
	display:block;
}
ul.plus_list {
	margin:0;
}
ul.plus_list li {
	margin-bottom:10px;
	padding-left:24px;
	background:url('plus_icon.png') no-repeat left center transparent;
	display:block;
}

.frame {
	padding:4px;
	background-color:#f5f5f5;
	-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);
}

.shadow {
	-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);
}

.hover {
	overflow: hidden;
	display:block;
}
.zoom {
	overflow: hidden;
	display:block;
	background-image: url('zoom.png');
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.video {
	overflow: hidden;
	display:block;
	background-image: url('video.png');
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.hover img, .zoom img, .video img {
	display: block;
}

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;
}

code, pre {
	display:block;
	padding:0 15px;
	border:1px solid #ddd;
	background:url('code_bg.png') repeat scroll 0 0 transparent;
	font-size:11px;
	line-height:19px;
	margin-bottom:10px;
	overflow:hidden;
}

.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;
}

.tweet {
	overflow:hidden;
}
ul.tweet_list {
	margin:0px;
	padding:0px;
	list-style:none;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url('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('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;
}


.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(32, 90, 163, 0.7);
}
.fancycaption .slide-top {
	width:100%;
	height:197px;
	margin:0;
	padding:0;
}
ul.portfolio .fancycaption .slide-top {
	width:100%;
	height:257px;
	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 {
	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;
}

.blackTip .content {
	width: 80px;
	padding: 5px 10px 5px 10px;
	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#000;
	background:#000;
	color:#f0f0f0;
}
.blackTip .bottom {
	height: 14px;
	background: url('notch-black.png') top center no-repeat;
}

.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;
}

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

ul.tags {
	display:block;
	margin-bottom:10px;
}
ul.tags li {
	display:inline;
	padding:5px 5px;
}
ul.tags li a {
	text-decoration:none;
	text-transform:lowercase;
}
ul.tags li a:hover {
	color:#000;
}
ul.tags .popular {
	font-size:x-large;
}
ul.tags .central {
	font-size:medium;
}
ul.contact {
	margin:0;
	display:inline-block;
	margin-bottom:10px;
}
ul.contact li {
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom: 1px dotted #ddd;
}

