@import url(http://fonts.googleapis.com/css?family=Nixie+One);
@import url(http://fonts.googleapis.com/css?family=PT+Sans);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);
body, p, div, h1, h2, h3, h4, h5, h6, table, tbody, tr, td, span, blockquote, a, abbr, address, cite, code, img, ul, ol, li, dl, dd, dt, form, label, fieldset, caption, input, textarea, button {
	border:0;
	outline:0;
	font-family: 'Open Sans', Helvetica, Sans-Serif;
	color:#999;
	font-weight:normal;
	font-size:14px;
	vertical-align:baseline;
	list-style:none;
	text-decoration:none;
	line-height:1.5em;
	margin:0;
	padding:0
}
body {
	background: url(../images/bg.jpg) fixed repeat #fff;
	/* background: url(../images/bg.png) repeat #fff; */
	font-size:14px
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', cursive;
	font-weight:700;
	text-transform:uppercase;
	color:#777;
}
.page_content h2 {
	text-shadow:1px 2px #fff;
	font-family: 'Nixie One', cursive;
	font-size:36px;
	color:#777;
	line-height: 42px;
	font-weight:400;
	margin: 20px 0;
    padding-bottom: 50px;
}
.callout {
	display:block;
    float: left;
    width: 100%;
}
.callout p {
	border-top:1px solid #ececec;
	color:#777;
	font-family:'Nixie One',cursive;
	font-size:21px;
	text-align:center;
	width:100%;
	margin:40px 0 0;
	padding-top:20px;
}
small {
    color: #666;
    font-size: 11px;
    font-style: italic;
    margin: 0;
    padding: 0;
}
div#wrap {
	float:left;
	width:980px;
	position:relative;
	margin:0 auto!important
}
div#sidebar {
	width:240px;
	height:100%;
	float:left;
	background:#ececec;
	position:fixed;
}
.widgets {
	width:240px;
	height:100%;
	float:left;
}
.widgets h4 {
	font-family: 'PT Sans', Helvetica, Sans-Serif;
	margin: 10px;
    padding: 5px;
	font-size:16px;
	color:#777;
	border-bottom:1px solid #cecece;
}
.widgets p {
	margin: 10px;
    padding: 0 5px;
}
.widgets #s {
	border: none;
	color:#777;
	background-color: #cecece;
	font-style: italic;
	font-family: 'Droid Serif', Arial, sans-serif;
    font-size: 11px;
    font-style: italic;
    margin:20px 0;
	display:block;
    padding: 10px 0 10px 15px;
    width: 93.6%;
}
ul.flickr-feed li {
	background:none;
    float: left;
    list-style: none outside none;
    margin: 2px;
    padding: 0 !important;
}
.flickr-widget {
	margin-left:4px;
    margin-top: 15px;
}
.flickr-widget img {
	opacity: 0.3 !important;
    display: block;
	height: 71;
    margin: 1.2px;
    width: 71px;
}
.flickr-widget img:hover {
    opacity: 1 !important;
}
a#logo {
	text-align:center;
	display:block;
	border-bottom:1px solid #cecece;
	width:100%;
	position:relative;
	z-index:999;
	opacity:1;
	-webkit-transition:all 300ms;
	-moz-transition:all 300ms;
	-o-transition:all 300ms;
	transition:all 300ms;
	padding: 15px 0 9px 0;
}
ul#navigation {
	margin-top:25px;
	margin-right:-5px;
	position:relative;
	width:240px;
	z-index:999;
}
ul#navigation li {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
	border:none;
	background:none;
	margin:0;
	padding:2px 0;
}
ul#navigation li a:link, ul#navigation li a:visited {
	transition:all 200ms;
	-webkit-transition:all 200ms;
	-moz-transition:all 200ms;
	-o-transition:all 200ms;
	color:#777;
	font-size:18px;
	font-weight:700;
    display: block;
    font-family: 'Open Sans',Helvetica,Sans-Serif;
    padding: 5px 10px 0 15px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    width: auto;
}
ul#navigation li span {
	padding-left:15px;
	color:#777;
    display: block;
    font-family: 'PT Sans',Arial,sans-serif;
    font-size: 11px;
}
ul#navigation li a:hover, ul#navigation li a.active {
	color:#444;
}
div#container {
	width:740px;
	float:right;
	left:0;
	position:relative;
	padding:0;
}
div.page {
	margin:0;
}
div.page_content {
	background:#fff;
	padding:25px;
	margin-bottom:500px;
}
div#container h3.page_title {
    background:#fff;
    font-size: 25px;
    margin: 25px 0;
	text-shadow:0 1px #fff;
    padding: 25px;
	  	-moz-box-shadow: 	0 5px 0 rgba(0,0,0,0.05);
	  	-webkit-box-shadow: 0 5px 0 rgba(0,0,0,0.05);
	  			box-shadow: 0 5px 0 rgba(0,0,0,0.05);
}
div#works {
	margin-top:10px;
	overflow:visible!important;
	width:725px;
}
div#works img {
	width:31.6%;
	min-height:150px;
	padding:0;
	border:none;
	opacity: 0.3 !important;
	cursor:pointer;
	transition:all 500ms;
	-webkit-transition:all 500ms;
	-moz-transition:all 500ms;
	-o-transition:all 500ms;
	background:#fff;
}

.blog-post img{
	opacity: 0.3 !important;
}

div#works img:hover,
.blog-post img:hover{
	opacity: 1 !important;
}

ul#works_filter {
	margin-top:40px !important;
	float:left;
	clear:both;
	margin:15px 0 5px;
}
#works_filter span {
	color:#444;
    display: block;
    float: left;
    font-size: 12px;
    padding: 0 5px;
}
ul#works_filter li {
	border:none;
	background:none;
	float:left;
	padding:0;
}
ul#works_filter li a:link, ul#works_filter li a:visited {
	font-size:12px;
	text-decoration:none;
	display:block;
	color:#777;
	margin-right:1px;
	padding:2px 6px 0;
}

#contact_form input {
	background:#ececec;
}
fieldset#contact_form {
	width:100%;
	float:left
}
fieldset#contact_form textarea {
	width:94.5%;
	background:#ececec;
	height:150px
}
img.no_border {
	border:none!important
}
.contact-details li {
    text-decoration: none;
    list-style-type: none;
    margin:5px !important;
    padding: 0 !important;
}
.contact-details .phone {
    background: url(../images/phone-icon.png) no-repeat scroll left 5px transparent;
    padding-left: 17px !important;
}
.contact-details .home {
    background: url(../images/home-icon.png) no-repeat scroll left 5px transparent;
    margin: 0;
    padding-left: 17px !important;
}
.contact-details .mail {
    background: url(../images/mail-icon.png) no-repeat scroll left 5px transparent;
    padding-left: 17px !important;
}
div.footer {
	text-align:center;
	font-size:12px;
	margin-top:40px;
	padding:15px 0
}
.gotop {
	position:fixed;
	right:15px;
	bottom:15px;
	padding:10px;
	color:#fff;
	display:block;
	text-decoration:none;
	text-align:center;
	font-size:13px;
	font-weight:bold;
	z-index:999;
	transition:all 300ms;
	-webkit-transition:all 300ms
}
.gotop:hover {
	color:#666;
}
.gotop.hidden {
	display:none;
	opacity:0
}
a.gotop {
	text-decoration:none!important
}
.one_half {
	float:left;
	width:50%
}
.one_third {
	float:left;
	width:33.33%
}
.one_fourth {
	float:left;
	width:25%
}
.one_custom {
    float: left;
    margin-right: 13px;
    width: 60%;
}
.one_custom_two {
	float:left;
	width:38%
}
.one_half > .column_content, .one_third > .column_content, .one_fourth > .column_content, .one_half > div, .one_third > div, .one_fourth > div {
	padding-right:15px
}
.last > .column_content, .last > div {
	padding-right:0
}
.one_half.last > .column_content, .one_half.last > div {
	padding-left:15px
}
.one_third.first > .column_content, .one_third.first > div {
	padding-right:20px;
	padding-left:0
}
.one_third > .column_content, .one_third > div {
	padding-left:10px;
	padding-right:10px
}
.one_third.last > .column_content, .one_third.last > div {
	padding-left:20px;
	padding-right:0
}
.column_content {
	margin-top:20px;
}
.column_content p {
	margin:5px;
}
.column_content h4 {
	font-size:15px;
}

.column_content img {
	border:none !important;
	margin:0 10px 0 0;
	float:left;
}
.line {
    border-bottom: 1px solid #cecece;
    clear: both;
    margin: 20px !important;
}
.first {
	clear:left
}
.last {
	clear:right
}
.left {
	float:left;
}
.clear {
	clear:both;
}
.space {
	display:block;
	float:left;
	clear:both;
	margin:10px 0;
}
ul li {
	line-height:2;
	background:url(../images/ico-arrow.gif) no-repeat left center;
	padding-left:15px;
}
a:link, a:visited {
	text-decoration:none;
}
input, textarea, btn {
	clear:both;
	float:left;
	font-style:italic;
	margin-bottom:5px;
	padding:10px;
}
input {
	width:94.5%;
}
ol li {
	list-style:decimal inside;
	padding:5px 0;
}
blockquote {
	border-left:5px solid #333;
	font-style:italic;
	padding:10px;
	margin:20px;
}
div.page img {
	padding:5px;
	border:1px solid #333;
	max-width:94%;
}
div.page img.pageimg {
	padding:0px !important;
	border:0px !important;
	max-width:100% !important;
}
.column_content img:hover,
a#logo:hover {
	opacity:.5
}
fieldset#contact_form button, .right {
	float:right
}
div.misc a, a:hover {
	text-decoration:none
}
ol.comments li.comment a.reply:hover, div.tab ul.tab_menu li:hover, div.tab ul.tab_menu li.active {
	background:#8f8f8f;
	color:#FFF
}
.clearfix {
	float: none;
	clear: both;
}
.prev {
	position:absolute;
	margin-left:-5px;
	margin-top: 20px;
}
.next {
	position:absolute;
	margin-left: 680px;
	margin-top: 20px;
}
ul.sublist li {
	width: 140px;
	float: left;
}
ul.sublist li {
	font-size:12px;
}
ul.sublist li a {
	text-decoration:none;
}
ul.sublist li a:hover {
	color:#002b44;
}
/* GRID */
.grid {
	overflow: hidden;
}
.grid li {
	background:none;
	float: left;
	overflow: hidden;
	position: relative;
	width: 25%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	padding-left:10px !important;
}
.ie7 .grid li {
	width: 19.9%;
	padding-left:10px !important;
}
.grid li a {
	display: block;
}
.grid img {
	display: block;
	height: auto;
	border:0px !important;
	width: 100%;
	opacity: .65;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=65)";
	filter: alpha(opacity=65);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.grid li:hover img {
	opacity: 1;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}
/* CLIENTS */
#clients li:hover .original_img,  .ie7 #clients li:hover a img, .ie8 #clients li:hover a img {
	opacity: 1;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}
#clients li:hover .grayscale_img {
	opacity: 0.3;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}
.flex-control-nav {
	display:none;
}
/*team members*/
.members {
    float: left;
    margin: 13px;
    padding: 5px;
    position: relative;
    text-align: center;
    width: 28%;
}

.members:hover {
    background:#000;  
}
.members-social li {
	background:none;
    float: left;
    font-size: 0;
    line-height: 0;
    padding: 0 0 0 6px;
    width: auto;
}
.members img{
	border:none !important;
	padding:0 !important;
    max-width: 100% !important;
}
.members h5 {
    font-size: 14px;
    font-weight: 400;
    margin: 5px;
	text-align:center;
	display:block;
    text-transform: uppercase;
	position:relative;
}
.members:hover h5 {
	color:#fff;
}
.members-social {
    float: left;
    height: 30px;
    margin: 10px 0 0 50px;
}
.da-thumbs li {
    float: left;
    margin: 5px;
    background: #fff;
    padding: 8px;
    position: relative;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.da-thumbs li a,
.da-thumbs li a img {
    display: block;
    position: relative;
}
.da-thumbs li a {
    overflow: hidden;
}
.da-thumbs li a div {
    position: absolute;
    background: rgba(75,75,75,0.7);
    width: 100%;
    height: 100%;
}
.da-thumbs li a div.da-animate {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/* Initial state classes: */
.da-slideFromTop {
    left: 0px;
    top: -100%;
}
.da-slideFromBottom {
    left: 0px;
    top: 100%;
}
.da-slideFromLeft {
    top: 0px;
    left: -100%;
}
.da-slideFromRight {
    top: 0px;
    left: 100%;
}
/* Final state classes: */
.da-slideTop {
    top: 0px;
}
.da-slideLeft {
    left: 0px;
}

/* ========================================================
   Animated Skill Bars
   ===================================================== */
.skillbars {
  width: 400px;
}
.skillbar {
  font-size: 14px;
  width:100%;
  text-align: left;
  text-indent: 6px;
  margin:20px 0;
  position: relative;
  height: 16px;
}
.skillbar span {
	float:left;
	margin-top:5px;
	font-size: 11px;
	color:#777;
}
.skillbar:before, .skillbar:after {
  content: '';
  top: 0;
  right: 0;
  left: 0;
  position: absolute;
}
.skillbar:before {
  bottom: 0;
  z-index: 2;
}
.skillbar:after {
  bottom: 45%;
  z-index: 3;
  height:31px;
  background-color: #ececec;
}
.bar {
    position:absolute;
    display:block;
    max-width: 99%;
    width:0px;
    height:27px;
    top:1px;
    left:1px;
    border:1px solid rgba(255,255,255,0.8);
}

/* ========================================================
   Individule Skill Colors
   ===================================================== */
.skill-html, .skill-php-mysql, .skill-css, .skill-jquery {
    background: #fff;
	z-index: 999;
}

.title {
    background: url(../images/bg-title.gif) repeat-x scroll 0 50% transparent;
    margin: 0 0 15px;
    overflow: hidden;

}
.title h1 {
	font-family: 'PT Sans', cursive;
    background:#222;
    float: left;
    margin: 0 !important;
	color:#fff !important;
    padding: 0 8px 0 0 !important;
}
.title h2 {
	font-family: 'PT Sans', cursive;
    background:#ececec;
    float: left;
	text-shadow:1px 2px #ececec;
    font-size: 15px !important;
    margin: 0 !important;
    padding: 0 10px !important;
	color:#555 !important;
}
.cssPressSocis {
	margin-left:30px;
    margin-top: 15px;
}
.cssPressSoci {
    background: url(../images/social_icons.png) no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    height: 36px;
    margin-top: 4px;
    opacity: 0.25;
    text-indent: -999em;
    width: 36px;
}
.cssPressSoci:hover {
    opacity: 1;
}
.iconTwitter {
    background-position: 0 0;
}
.iconYouTube {
    background-position: -36px 0;
}
.iconFacebook {
    background-position: -108px 0;
}
.iconSkype {
    background-position: -144px 0;
}
.iconDribbble {
    background-position: -288px 0;
}
.box {
	background:#ececec;
    border: 0 none;
    display: inline;
    float: left;
    margin: 10px;
    overflow: hidden;
    padding: 20px;
	width: 170px;
}
.box img {
    border: none !important;
    background: none repeat scroll 0 0 transparent;
    display: block !important;
    margin: 0 auto;
    padding: 0 !important;
    text-align: center;
}
.box img:hover {
	opacity:0.65;
}
.box h3 {
    font-size:13px;
	text-align:center;
	margin:15px 0 5px;
}
.box p {
	text-align:center;
}
.btn {
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.1);
	border: 1px solid #222;
    background-color: #333;
    background-image: -moz-linear-gradient(center top , #333, #444 50%, #555 50%, #333);
	border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 0;
    padding: 3px 10px 4px;
    text-align: center;
    text-decoration: none !important;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
    vertical-align: middle;
}
.btn:hover {
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #fff;
    background-image: -moz-linear-gradient(center top , #f1f1f1, #f2f2f2 50%, #f3f3f3 50%, #fff);
    background-repeat: repeat-x;
    border: 1px solid #C8C8C8;
	color:#777;
}
.btn.btn-small {
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 13px;
    margin-bottom: 0;
    padding: 3px 8px 2px;
}
.btn.btn-midsmall {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 18px;
    margin-bottom: 0;
    padding: 6px 12px;
}
.btn.btn-medium {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
    padding: 8px 14px;
}
.btn.btn-large {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 26px;
    margin-bottom: 0;
    padding: 11px 18px;
}
.blog-post{
	border-bottom:2px solid #cecece;
    display: block !important;
    margin: 0 auto 20px;
    padding: 0;	
}
.blog-post p {
	float:left;
    margin:10px 0;
    padding: 0;	
}
.blog-post h3 {
    font-size:21px;
	margin:5px 0;
	padding:0;
}
.blog-post img {
    border: none !important;
    background: transparent;
    display: block !important;
    margin: 0;
    padding: 0;
}
.read-more {
	text-align:right;
	margin:9px !important;
	padding:0;
}
.read-more a {
	font-size:10px;
	font-style:italic;
	color:#777;	
	text-decoration:none !important;
}

.entry-meta a:hover,
.read-more a:hover {
	color:#999;	
}

.entry-meta {
    float: left;
    font-size: 10px;
    margin:0 0 -5px;
    padding: 0;
	text-decoration:none !important;
    width: 100%;
}
.entry-meta a {
	color: #666;
	text-decoration:none !important;
}
.entry-meta span.user a {
    background: url(../images/user.png) no-repeat scroll 0 2px transparent;
    display: inline-block !important;
    margin: 0 !important;
    padding-left: 20px;
}
.entry-meta .categories {
    background: url(../images/categories.png) no-repeat scroll 0 0 transparent;
    display: inline-block !important;
    margin: 0 0 0 10px !important;
    padding-left: 25px;
}
.entry-meta a.comment_link {
    background: url(../images/comments.png) no-repeat scroll left 2px transparent;
    display: inline-block !important;
    margin: 0 0 0 10px !important;
    padding-left: 30px;
}
.tipsy { padding: 5px; font-size: 10px; opacity: 0.8; filter: alpha(opacity=80); }
  .tipsy-inner { padding: 5px 8px 4px 8px; background-color: white !important; color: black !important; max-width: 200px; text-align: center; font-size:10px !important;}
  .tipsy-inner { -moz-border-radius:3px; -webkit-border-radius:3px; }
  .tipsy-north { background-position: top center; }
  .tipsy-south { background-position: bottom center; }
  .tipsy-east { background-position: right center; }
  .tipsy-west { background-position: left center; }