/*  
Theme Name: PixelCreative
Theme URI: 
Description: 
Version: 1.0
Author: Ivor Padilla
Author URI: http://ivorpadilla.net 
Tags: 
*/

/*
Generic Styles
------------------------------------------------------------------------*/
body {
	background: url(default/background.jpg) repeat
}
body#inner {
	background: #fbfbfb url(images/inner-bg.jpg) repeat-x
}
.radius {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.floatLeft {
	float: left !important;
}
.floatRight {
	float: right;
}

div.no-js-disclaimer {
	background:#fffeda;
	text-align:center;
	padding:10px 0;
	display:none;
}
div.no-js-disclaimer p {
	color:#c89807;
	text-shadow:1px 1px 0px #fff;
	font-size:1.2em;
}

.divider {
	border-bottom-color:#EEEEEE;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
.divider, .divider_padding {
	clear:both;
	display:block;
	margin-bottom:20px;
	padding-top:20px;
	width:100%;
}
.top {
	font-size:8px;
	line-height:10px;
	margin-bottom:40px;
	position:relative;
	text-align:right;
}
/*
Layout Styles
------------------------------------------------------------------------*/
#navBar {
	background:none repeat scroll 0 0 #434343;
	height:40px;
}
div#navBar li {
	font-size: 10px
}
.webkit #leftTopNav {
	margin-left: 9px
}
#leftTopNav ul {
	margin:7px 9px;
}
#leftTopNav ul.sf-menu li ul {
	margin-top:13px;
}
#leftTopNav ul.sf-menu li ul li ul {
	margin-top:0px;
	margin-left: 3px
}
.webkit #leftTopNav ul {
	margin:8px 0;
}
#leftTopNav ul li {
	margin: 0;
	float: left;
}
#leftTopNav ul li a {
	color: #fff;
	text-shadow: 2px 2px #373737;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
}
ul.sf-menu li a:hover {
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	background:none repeat scroll 0 0 #373737;
}
#leftTopNav a.home span {
	display:none;
}
#leftTopNav a.home:hover {
	background-position: 0 -40px;
}
ul.socialIcons {
	float:right;
	margin-top:10px;
	width:40px !important;
}
ul.socialIcons li a:hover {
	opacity:1
}
ul.socialIcons li {
	float: left;
	margin: 0 7px
}
ul.socialIcons li a.twitter-icon {
	background: url(images/social-icons.png) no-repeat;
	width: 20px;
	height: 20px;
	display: block
}
ul.socialIcons li a.twitter-icon span {
	display: none
}
ul.socialIcons li a.flickr-icon {
	background: url(images/social-icons.png) no-repeat -21px 0;
	width: 20px;
	height: 20px;
	display: block
}
ul.socialIcons li a.flickr-icon span {
	display: none
}
ul.socialIcons li a.dribbble-icon {
	background: url(images/social-icons.png) no-repeat -63px 0;
	width: 20px;
	height: 20px;
	display: block
}
ul.socialIcons li a.dribbble-icon span {
	display: none
}
ul.socialIcons li a.rss-icon {
	background: url(images/social-icons.png) no-repeat -42px 0;
	width: 20px;
	height: 20px;
	display: block
}
ul.socialIcons li a.rss-icon span {
	display: none
}
/*
Header
------------------------------------------------------------------------*/
#header {
	height: 132px
}
/*

Logo
------------------------------------------------------------------------*/
#logo_wrapper {
	margin-right: 30px
}
#logo_wrapper, #mainSearch {
	margin-top: 36px
}
#logo {
	width: 516px;
	text-indent: -5000px;
	background: transparent url("images/Inikus-Consulting.png") top left no-repeat;
}
#logo h1 {
	font-family:Myriad Pro, Arial, serif;
	font-size:38px;
	height:39px;
	line-height:1.1;
	text-transform:uppercase;
}
#logo h1 a {
	color:#3A3A3A;
	display:block;
	height:48px;
	padding-left:60px;
	text-decoration:none;
	text-shadow:1px 1px #DDDEDE;
 -webkit-transition: all .2s;
	font-weight:bold;
}
#logo h1 a span {
	font-weight:normal;
}
#logo h1 a:hover {
	background-position: 0 -51px;
	color: #444
}
#logo p {
	color: #4a4a4a;
	text-shadow: 1px 1px #e4e4e4;
	font-size: .9em;
	letter-spacing: 1.6px;
	padding-left: 62px
}
.webkit #logo p {
	letter-spacing: 1.9px;
}
/*
Search Box
------------------------------------------------------------------------*/

#searchBox {
	background: url(images/search-box.png) no-repeat;
	width: 290px;
	height: 47px;
	position: relative;
	float: right;
	margin-top: 6px
}
#searchBox input.search {
	position:absolute;
	top:8px;
	border:1px solid #cacaca;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	padding:7px 5px;
	left:10px;
	width:218px;
	font-size: 1em;
	color: #777
}
#searchBox input[type="submit"] {
	background:url(images/search-icon.png) no-repeat;
	border:medium none;
	cursor:pointer;
	display:block;
	height:23px;
	position:absolute;
	right:13px;
	text-indent:-9999px;
	top:12px;
	width:23px;
}
#searchBox input:focus {
	outline: none
}
#searchBox input[type="submit"] span {
	background:url("images/menu.png");
	height:50px;
	display:block
}
#searchBox input[type="submit"]:hover {
	background-position: 0 -24px
}
#searchBox input.searchSubmit span {
color:
}
.idleField {
	background:#fff;
	color: #6F6F6F;
	border: solid 1px #DFDFDF;
}
.focusField {
	border:solid 1px #ddd;
	background:#fafafa;
	color:#6F6F6F;
}
/*
Banner
------------------------------------------------------------------------*/

#banner {
	background:url(images/banner-shadow.png) no-repeat scroll center bottom transparent;
	height:355px;
	margin-bottom:42px;
}
/*Continue in nivo-slider.css*/


/*
Content
------------------------------------------------------------------------*/
#contentWrapper {
	padding-top: 8px;
	background: url(clean-blue/content-bg-top.png) repeat-x
}
#content {
	padding: 37px 0;
	overflow: hidden
}
#content .columns p {
	text-shadow: 1px 1px #fff;
	color: #7D7D7D;
	font-size: 1.1em
}
#content .columns h1 {
	font:2.3em Georgia, Times, Times New Roman, serif;
	letter-spacing:0.3px;
	margin-bottom:14px;
	text-shadow:1px 1px 1px #fff;
}
#content .columns {
	margin: 0 20px 0 0;
	width:300px;
}
#content .columns p a {
	border-bottom: 1px dotted #3a3a3a;
	margin-bottom: 1px;
	text-decoration: none
	}
#content .columns h1 a {
	color:#444444;
	text-decoration: none;
-webkit-transition:all .2s;
}
#content .columns h1 a:hover {
	color:#7f7f7f;
}
a.readMore {
	display: block;
	width: 131px;
	height: 31px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(images/read_more.png) no-repeat;
	margin-top: 25px
}
a.readMore:hover {
	background-position: 0 -32px
}
a.readMore:active {
	background-position: 0 -64px
}
ul.simple_bullet {
	margin: 8px
}
ul.simple_bullet li {
	background: url(images/bullet.png) no-repeat 0 40%;
	padding-left: 10px;
	margin-bottom: 5px
}
/*
Testimonials
------------------------------------------------------------------------*/
div#nav.nav a {
	overflow: hidden;
	display: block;
	background: url(images/pager.png) no-repeat;
	width: 14px;
	height: 14px;
	float: left;
	text-indent: -9999px;
	margin: 0 3px;
}
div#nav.nav a.activeSlide {
	background-position: 0 -15px
}
/*
Inner Pages Styles
------------------------------------------------------------------------*/

#contentInnerWrapper {
	margin-top: 10px;
}
#inner-content {
	padding: 30px 0 50px 0
}
#inner-content p {
	padding-bottom: 20px
}
#primaryContent article a {
	text-decoration: none;
	border-bottom: 1px dotted #444;
	padding-bottom: 1px
}
#primaryContent article a:hover {
	border-bottom: 1px solid #111;
}
article p.postmetadata {
	text-transform:uppercase;
	font-size: 11px;
}
article p.gallery-postmetadata {
	text-transform:uppercase;
	font-size: 11px;
	padding-bottom:0px !important;
}
a.gallery-over {
	opacity: 0; /* revealed on hover with jQuery */
	filter: alpha(opacity = 0); /* IE hack */
	position: absolute;
	top: 6px;
	left: 6px;
	width: 180px;
	height: 130px;
	margin: 0;
	padding: 10px;
	font-size: .8em;
	line-height: 2em;
	text-decoration: none;
	color: #888;
	background: url(images/fade-bg.png) no-repeat bottom right;
}
.meta {
	color: #777
}
.meta a {
	color: #777
}
p.meta {
	padding-bottom:0;
	text-transform:uppercase;
	font-size:.9em;
}
div.tags a {
	font-size:0.87em;
	text-transform:uppercase;
}
div.tags {
	float:right;
	background: url(images/tag.png) no-repeat 0 67%;
	padding-left:18px;
}
#blurbWrapper {
	height: 139px;
	background: url(images/blurb-bg.jpg) repeat-x
}
#blurb {
	height: 69px;
	margin-bottom: 8px
}
#blurbContainer {
	padding-top: 7px
}
#blurb h2 {
	color:#808080;
	font-size:2.2em;
	font-weight:500;
	line-height:28px;
	padding-top:7px;
	text-shadow:1px 1px #FFFFFF;
}
#blurb h6 {
	color: #acacac;
	text-shadow: 1px 1px #fff
}
#crumbsWrapper {
	height: 57px;
	background: url(images/crumbs-bg.jpg) repeat-x
}   /*This rule is for the no-blurb pages*/
#crumbsWrapper ul#crumbs {
	height: 49px
}											/*This rule is for the no-blurb pages*/
#crumbsWrapper ul#crumbs li {
	line-height: 49px;
}								/*This rule is for the no-blurb pages*/
ul#crumbs, #crumbs li {
	margin: 0;
	padding: 0
}
ul#crumbs li {
	float: left;
	line-height: 42px;
	padding-left: .95em;
	font-size: .9em
}
ul#crumbs {
	height: 42px
}
ul#crumbs li a {
	display: block;
	padding: 0 22px 0 0;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 400;
	color: #555;
	text-shadow: 1px 1px #fff;
	background: url(images/crumbs.png) no-repeat right center
}
ul#crumbs li a:hover {
	color: #7d7d7d;
	text-decoration: underline
}
ul#crumbs li {
	color: #7d7d7d;
	text-transform: uppercase;
	text-shadow: 1px 1px #fff
}
p.intro {
	font-family:Georgia;
	font-size:1.3em;
}
p.intro.two {
	padding-bottom: 10px !important;
}
span.sub-title {
	color:#666;
	text-transform:uppercase;
	font-size:.9em;
}
span.sub-title:before {
	content: '— '
}
a.gallery-over strong {
	display: block;
	margin: 0;
	font-weight: bold;
	font-size: 1.4em;
	line-height: 1.2em;
	color: #111;
}
a.gallery-over span.dim {
	font-weight: bold;
	color: #666;
}
a.gallery-over em {
	display: block;
	position: absolute;
	bottom: 10px;
	left: 10px;
	margin: 0 0 3px 0;
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	line-height: 1em;
	color: #888;
}
.gallery-img img {
	border:1px solid #eee;
	padding:5px
}
.gallery-img {
	position:relative;
}
ul.gallery {
	overflow:hidden;
}
ul.gallery li {
	display:block;
	height:150px;
	width:200px;
	margin:0 15px 35px 15px;
	float:left;
}
.postimage img {
	display:block;
	margin:0 auto;
	padding:6px;
	border:1px solid #ccc;
}

ul.source { overflow:hidden; border-bottom:2px solid #ccc; margin-bottom:30px }
ul.source  li {float:left; margin-right:20px}

/*
Blog Entry
------------------------------------------------------------------------*/
.entry a {
	padding-bottom:1px;
	border-bottom:1px dotted #444;
}
.entry a:hover {
	padding-bottom:1px;
	border-bottom:1px solid #777;
}
#primaryContent .post {
	border-bottom:1px solid #EEEEEE;
	margin:0 0 40px;
	padding:0 0 40px;
}

h2.posttitle  a { border-bottom: none  }

#primaryContent .post .entry {
	margin-right:0;
	width:510px;
}
.post-meta-info a {
	font-weight:bold;
}
.post-meta-info li {
	margin:0px 0px 10px 0;
	padding-bottom:10px;
	border-bottom: 1px dotted #ccc;
}
.post-meta-info li:last-child {
	border:none;
}
.post-meta-info-secondary {
	font-color:#111;
}
.post-meta-info-secondary span {
text-transform:;
}
.post-meta-info-secondary span, .post-meta-info-secondary a {
	color:#777;
}
.post-meta-info-secondary a {
	border-bottom:1px dotted #777;
	padding-bottom:1px;
}
.post-meta-info-secondary a:hover {
	color:#555;
	border-bottom:1px solid #555;
}
#navigation {
	display:block;
	margin:60px 40px 30px;
	position:relative;
	text-align:center;
}
#navigation #oldernewer {
	position:relative;
	top:0;
}
#navigation .newer {
	left:0;
	position:absolute;
	top:0;
	width:68px;
}
#oldernewer a {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	background:none repeat scroll 0 0 rgba(116, 116, 116, 0.36);
	color:#FFFFFF;
	padding:5px 9px;
	text-decoration:none;
	text-shadow:1px 1px 0 #999999;
 -webkit-transition:all .2s;
	font-size:1.2em
}
#oldernewer a:hover {
	background:none repeat scroll 0 0 rgba(116, 116, 116, 0.75);
}
#navigation .older {
	position:absolute;
	right:0;
	top:0;
	width:68px;
}
.navigation a, .navigation span {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	background:rgba(116, 116, 116, 0.36);
	display:block;
	height:23px;
	line-height:23px;
	text-align:center;
	text-decoration:none;
-webkit-transition: all .2s;
	font-weight:bold;
	color:#FFFFFF;
	text-shadow:1px 1px 0 #999999;
}
.navigation a:hover, .navigation span:hover {
	background:#999;
	color:#fff;
}
#navigation ol {
	clear:both;
	display:block;
	margin:0 auto;
	text-align:center;
	width:363px;
}
.navigation li {
	display:inline-block;
	font-size:11px;
	height:23px;
	margin:0 3px;
	width:23px;
}
.navigation li.hover a, .navigation li .current {
	background:#555555;
	color:#FFFFFF;
	text-shadow:1px 1px 0px #000;
}
span.subtitle {
	color:#999;
	margin:-14px 0 14px 0px;
	display:block;
	text-transform:uppercase;
	font-weight:bold;
}

ul.pagination {
	bottom:11px;
	margin:11px 0 0;
	opacity:.8;
	padding:0;
	position:absolute;
	right:0;
}
ul.pagination li {
	float:left;
}
ul.pagination li a {
	background:url("images/navigation.png") no-repeat scroll 0 0 transparent;
	display:block;
	height:7px;
	text-indent:-9999px;
	width:7px;
	margin: 0 2px
}
ul.pagination li.current a, ul.pagination li a:hover {
	background-position: 0 -8px
}


img.alignleft {
	float:left;
	padding:3px;
	background:#eee;
	margin:0 13px 7px 0;
}

img.alignright {
	float:right;
	padding:3px;
	background:#eee;
	margin:0 0px 7px 13px;
}
h2.posttitle {
	line-height:1.3;
	padding-bottom:20px;
	font-family: 'Yanone Kaffeesatz', arial, serif; 
	text-transform: uppercase;
}
h4.sidebar {
	line-height:1.3;
	padding-bottom:10px;
	font-family: 'Yanone Kaffeesatz', arial, serif; 
	text-transform: uppercase;
}
/* Layout */

.one_half, .one_third, .two_third, .three_fourth, .one_fourth {
	float:left;
	position:relative;
}
.last {
	margin-right:0 !important;
}
.one_half {
	margin-right:4%;
	width:48%;
}
.one_fourth {
	margin-right:4%;
	width:22%;
}
.three_fourth {
	margin-right:4%;
	width:74%;
}
.two_third {
	margin-right:5%;
	width:65%;
}
.one_third {
	margin-right:5%;
	width:30%;
}
.one_half {
	margin-right:4%;
	width:48%;
}
#nav-tabs {
	background: #eaeaea;
	padding: 5px
}
.box {
	background:none repeat scroll 0 0 white;
	overflow:hidden;
	padding-top:15px;
}
.tabs {
	overflow:hidden;
}
.tabs li {
	float:left;
}
#nav-tabs .tab-content li {
}
ul.tabs li a {
	display:block;
	font-weight:bold;
	margin-right:1px;
	padding:8px 10px;
	text-decoration:none;
}
ul.tabs li.active a, ul.tabs li a:hover {
	background: white
}
#nav-tabs .tab-content li a {
	border-bottom:1px solid #EEEEEE;
	display:block;
	padding:7px 10px;
	text-decoration: none;
}
#nav-tabs .tab-content li a:hover {
	background: #f9f9f9
}
/*
Blog Styles
------------------------------------------------------------------------*/
#respond {
	clear:both;
}
.your_comment {
	padding-top:20px;
}
.cancel-comment-reply {
	padding-bottom:20px;
}
#respond label {
	color:#7A7A7A;
	display:block;
	float:left;
	font-size:10px;
	padding-right:8px;
	text-transform:uppercase;
	width:52px;
}
.input, .textarea {
	background:none repeat scroll 0 0 #F9F9F9;
	border-color:#BBBABA #BBBABA #AAAAAA;
	border-style:solid;
	border-width:1px;
	color:#7E7E7E;
	font-family:Arial, sans-serif;
	font-size:12px;
	padding:8px 10px;
	width:448px;
}
#respond #submit {
	float:right;
}
form#commentform p {
	padding-bottom: 20px
}
.comments_wrap {
	margin-bottom:40px;
	position:relative;
	width:600px;
}
.comments {
	padding:20px;
	position:relative;
}
.commentlist li {
	border:1px solid #ccc;
	line-height:20px;
	list-style:none outside none;
	margin:22px 0 50px;
	padding:20px;
	position:relative;
}
.comment-meta {
	color:#959494;
	font-size:10px;
	position:absolute;
	right:62px;
	top:-23px;
}
.comment-author {
	font-style:italic;
	margin-bottom:15px;
	padding-right:40px;
}
.avatar {
	border:1px solid #999999;
	position:absolute;
	right:15px;
	top:-20px;
}
ul.children {
	margin-bottom: 0
}
div#comments ul li a {
	font-size: .9em
}
div#comments ul li a span {
	font-weight: bold
}
/*
Galleries
------------------------------------------------------------------------*/
/*
		 * Required 
		*/
		.slidecontainer {
	width:280px;
	overflow:hidden;
	position:relative;
	cursor:pointer;
}
div.simpleslide {
	position:absolute;
	top:0;
	left:0;
}
ul.simpleslide {
	position:absolute;
	top:0;
	left:0;
	list-style:none;
	padding:0;
	margin:0;
}
div.simpleslide > div, ul.simpleslide li {
	position:absolute;
	top:0;
	width:280px;
	display:none;
	padding:0;
	margin:0;
}
/*
		 * Optional
		*/
	#testimonials, #newsSlider {
	margin:0 auto;
	width:300px;
	position:relative;
	clear:both;
}
#primaryContent.galleryContent {
	padding-right:20px;
	width:402px;
}
#secondaryContent.gallerySlider {
	width:508px;
	margin-right: 0;
}
.galleryContent a.fullcontent {
	display: block;
	background: url(images/plus.png) no-repeat 0 50%;
	width: 120px;
	padding-left: 20px;
	margin: 15px 0 10px 0
}
#inner-content.galleryEntry {
	position: relative;
}
div.fullworkcontent a.closecontent {
	background:url("images/close.png") no-repeat scroll 0 0 transparent;
	display:block;
	height:29px;
	overflow:hidden;
	position:absolute;
	right:0;
	text-indent:-9999px;
	top:35px;
	width:29px;
}
div.fullworkcontent a.closecontent:hover {
	opacity:.7
}
div.fullworkcontent {
	background:none repeat scroll 0 0 #fafafa;
	margin:0;
	padding:39px 10px 15px 50px;
	position:absolute;
	right:0;
	top:-5px;
	width:468px;
	z-index:1100;
	right: -3px
}

ul.inner_slider_image img {
padding:4px;
border:1px solid #eee;
}


.gallerySlider .gallery {
position:relative;
}
.gallerySlider .gallery .next {
position:absolute;
top:46%;
left:27px;
}

.gallerySlider .gallery .prev {
position:absolute;
top:46%;
right:37px;
}


.gallerySlider .gallery a.next { background: url(images/prev_next.png) no-repeat; width:42px; height:42px; text-indent:-9999px}
.gallerySlider .gallery a.prev { background: url(images/prev_next.png) no-repeat -44px 0; width:42px; height:42px; text-indent:-9999px}
/*
Contact Form
------------------------------------------------------------------------*/


.notification_error {
	background:none repeat scroll 0 0 #FFCDCD;
	border:1px solid #F49393;
	color:#530A0A;
	height:auto;
	margin:29px auto 0;
	padding:4px 10px;
	text-align:left;
	text-shadow:1px 1px 0 #FDE1E1;
	width:90%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow:1px 1px 0 #FDE5E5 inset;
	-webkit-box-shadow:1px 1px 0 #FDE5E5 inset;
	box-shadow:1px 1px 0 #FDE5E5 inset;
}
.notification_ok {
	-moz-box-shadow:1px 1px 0 #FFFFFF inset;
	-webkit-box-shadow:1px 1px 0 #FFFFFF inset;
	box-shadow:1px 1px 0 #FFFFFF inset;
	background:none repeat scroll 0 0 #E8FFED;
	border:1px solid #6AA879;
	color:#104F1F;
	height:auto;
	margin:18px auto 26px;
	padding:18px 0;
	text-align:center;
	text-shadow:1px 1px 0 #FFFFFF;
	width:90%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.info_fieldset {
	-moz-border-radius: 7px;
	border-radius:7px;
	border: 1px #dddddd solid;
	background: #fff
}
.info_fieldset legend {
	background:none repeat scroll 0 0 #F1F1F1;
	border:1px solid #DDDDDD;
	color:#555555;
	font-family:Georgia;
	font-size:1.5em;
	margin-left:15px;
	padding:2px 15px;
	text-shadow:0 1px 0 #FFFFFF;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 1px 1px 0 #FFFFFF inset;
	-webkit-box-shadow: 1px 1px 0 #FFFFFF inset;
	box-shadow: 1px 1px 0 #FFFFFF inset;
}
.button {
	background: #f6f6f6;
	background-image: -moz-linear-gradient(top, #ffffff, #efefef);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#efefef));
	border: 1px solid #ccc;
	border-radius: 3px;
	cursor: pointer;
 filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#ffffff, endColorStr=#efefef);
	-moz-border-radius: 3px;
	ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr=#FFFFFF, endColorStr=#EFEFEF)";
	overflow: visible;
	vertical-align: middle;
	-webkit-border-radius: 3px;
	white-space: nowrap;
	padding:6px 20px;
	text-decoration:none;
}
.button:hover {
	-moz-box-shadow:0 0 3px #bbb;
	-webkit-box-shadow:0 0 3px #bbb;
	background:-moz-linear-gradient(center top, #FFFFFF, #EBEBEB) repeat scroll 0 0 #F3F3F3;
	border-color:#999999;
	outline:0 none;
}
/* Label */
label {
	float:left;
	margin:3px 14px;
	text-align:right;
	width:115px;
}
/* BR */

br {
	clear: left;
}
#fields {
	padding: 35px 0
}

input[type="text"], input[type="number"], textarea {
	border:1px solid #ccc;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	padding:8px 5px;
	width:54%;
	margin: 5px 0;
	font-family: Verdana;
	color: #777;
	font-size: 1em;
}
input[type="text"]:hover, input[type="number"], textarea:hover {
	border-color: #999
}
input[type="text"]:focus, input[type="number"],  textarea:focus {
	background: #f7f7f7;
	outline: none;
	border-color: #bbb
}
/*
Sidebars and Widgets
------------------------------------------------------------------------*/
#secondaryContent.sidebar a {
	color: #777
}
.widget {
	margin: 20px 0
}
#secondaryContent.leftSidebar {
	margin-right:16px;
	padding-right:26px;
	width:240px;
}
#secondaryContent.leftSidebar .widgetContent {
	margin-top:24px;
	padding-right:26px;
	width:240px;
	border-right:3px double #eee;
}
#secondaryContent.leftSidebar .sidebarBottom {
	height:24px;
	width:240px;
	padding-right:26px;
	margin-top: -20px
}
#secondaryContent.rightSidebar {
	margin-left:16px;
	width:240px;
}
#secondaryContent.rightSidebar .widgetContent {
	padding-left:26px;
	width:240px;
	margin-bottom: -8px;
	border-left: 3px double #eee;
}
#secondaryContent.rightSidebar .sidebarBottom {
	height:24px;
	width:240px;
	padding-left:26px;
	margin-top: -20px
}
/* Meta Widget */
div.widget ul {
	background: url(images/widget-border.gif) repeat-x bottom;
	padding-bottom: 15px
}
#inner-content div.widget.meta ul li {
	padding: 5px 0 8px 0px;
	border-bottom: 1px dashed #ccc;
	background: none
}
#inner-content div.widget.meta ul li:last-child {
	border: none;
	padding-bottom: 10px
}
div.widget.meta ul li a {
	text-decoration: none;
}
div.widget.meta ul li a:hover {
	border-bottom: 1px dotted #777;
	padding-bottom: 1px
}
#inner-content div.widget.meta ul li span {
	height: 16px;
	display: block;
	padding-left: 20px
}
div.widget.meta ul li.link span {
	background: url(images/meta-icons.png) 0 -33px no-repeat;
}
div.widget.meta ul li.link input.share {
	border: none;
	color: #777;
	background: none;
	padding: 2px
}
div.widget.meta ul li.link input.share:focus {
	background: #fdffdf;
	outline: none
}
div.widget.meta ul li.link {
	position: relative
}
#inner-content div.widget.meta ul li span span.copied {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	background: #87B537;
	color:#fff;
	font-size:0.8em;
	height:17px;
	line-height:16px;
	padding:1px 3px;
	position:absolute;
	right:1px;
	text-shadow:0 1px 0 #577C16;
	top:-15px;
}
div.widget.meta ul li.author span {
	background: url(images/meta-icons.png) 0 -16px no-repeat;
}
div.widget.meta ul li.date span {
	background: url(images/meta-icons.png) 0 -52px no-repeat;
}
div.widget.meta ul li.tweet span {
	background: url(images/meta-icons.png) 0 -70px no-repeat;
}
div.widget.meta ul li.tags span {
	background: url(images/meta-icons.png) 0 3px no-repeat;
}
/* Popular Widget */
ul.popular {
	overflow:hidden;
	clear:both;
}
ul.popular li {
	overflow:hidden;
	background:none !important;
	border-bottom: 1px dashed #e0e0e0;
	margin-bottom: 0 !important;
	padding-left: 0 !important;
}
ul.popular li:last-child {
	border: none
}
ul.popular li a {
	text-decoration: none;
	padding:10px;
	display: block
}
ul.popular li a:hover {
	background: #f4f4f4
}
ul.popular li span {
	padding:0;
	display: block;
	color: #9b9b9b
}
ul.popular li img {
	float:left;
	margin-right:10px;
	display: inline-block;
	-webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .9), 0 -1px 0 rgba(0, 0, 0, .6);
	-moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .9), 0 -1px 0 rgba(0, 0, 0, .6);
	box-shadow: inset 0 1px 5px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .9), 0 -1px 0 rgba(0, 0, 0, .6);
}
#secondaryContent.sidebarList {
	width: 210px;
	padding-right: 10px
}
ul.listContent {
	background:#e5e5e5;
}
ul.listContent li {
	border-bottom:1px solid #d2d2d2;
	border-top:1px solid #f1f1f1;
}
ul.listContent li a {
	text-decoration:none;
	color:#666;
	text-shadow:0px 1px 0px #f9f9f9;
	display:block;
	padding:5px;
}
ul.listContent li a:hover, ul.listContent li a.current {
	background: #dbdada
}
.box-1 {
	float:left;
	margin:0 30px 0 0;
	width:45%;
}
.box-2 {
	background:url(images/quote-separator.gif) no-repeat scroll left top transparent;
	float:left;
	margin:20px 0 0;
	padding:20px 0 20px 60px;
	width:40%;
}
.box-2 p {
	color:#aaa;
	font-size:1.6em;
	line-height:1.5em;
	padding:3px 0;
	text-align:justify;
	font-family: Georgia;
	padding-bottom: 0 !important;
}
.box-2 span {
	text-transform: uppercase;
	font-size: .8em
}
.team-box {
	clear: both;
	overflow: hidden;
	margin: 40px 0
}
.team-box img {
	float:left;
	margin-right:10px;
	padding:5px;
	background:#eee;
	position: relative
}
div.team-image {
	position: relative
}
div.team-image a.twitter {
	position: absolute
}
.team-box span {
	text-transform:uppercase;
	font-size:.9em;
	color:#777;
	display: block;
	padding-bottom: 10px
}
.team-box h5 {
	line-height: 24px
}
/* Contact Widgets */

div.contact ul li a.dribbble:hover {
	background: #f9f9f9 url(images/dribbble.png) no-repeat 95% 50% !important;
}
div.contact ul li a.twitter:hover {
	background: #f9f9f9 url(images/twitter.png) no-repeat 95% 50% !important;
}
div.contact ul li a.email:hover {
	background: #f9f9f9 url(images/email.png) no-repeat 95% 50% !important;
}
div.contact ul li a.linkedin:hover {
	background: #f9f9f9 url(images/linkedin.png) no-repeat 95% 50% !important;
}
div.contact ul li a.facebook:hover {
	background: #f9f9f9 url(images/facebook.png) no-repeat 95% 50% !important;
}
div.roundedList.widget ul {
	border:1px solid #e1e1e1;
	background:#fff;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	padding-bottom:0;
}
div.roundedList.widget ul li a {
	text-decoration:none;
	padding:5px 8px;
	display:block;
	border-bottom:1px solid #e1e1e1;
}
div.roundedList.widget ul li a:hover {
	background: #f9f9f9;
}
div.roundedList.widget ul li:last-child a {
	border-bottom: none
}

#footer-widgets {
	border-top:1px solid #E6E6E6;
	padding:10px 0;
}
#footer-widgets .block {
	float:left;
	padding:20px 0 0 20px;
	width:210px;
}
/*
Pricing Page
------------------------------------------------------------------------*/

div#pricing-table ul {
	border-bottom:1px solid #FFFFFF;
	border-top:1px solid #eee;
	list-style:none outside none;
	margin:0 0 18px;
	padding:0;
}
div#pricing-table {
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
	background:url(images/pricing-bg.gif) repeat-x scroll 0 0 transparent;
	border:1px solid #ddd;
	margin:18px 0 36px;
	padding:0;
	position:relative;
}
div#pricing-table div.wrap {
	-moz-border-radius:4px 4px 4px 4px;
	-webkit-border-radius:4px 4px 4px 4px;
	border-top:1px solid #FFFFFF;
	padding:0;
}
div#pricing-table div.column-row {
	margin:0;
}
.column-row, .clearfix {
	display:block;
}
.column-row {
	margin:0 0 18px -20px;
}
div#pricing-table div.column {
	height:356px;
	margin:0;
	width:178px;
}
.column, .columns {
	display:inline;
	float:left;
	margin:0 0 0 20px;
	position:relative;
}
div#pricing-table div.header {
	height:123px;
}
div#pricing-table div.column * {
	text-align:center;
}
div#pricing-table h2 {
	font-size:30px;
	margin:0;
	padding:16px 0 0;
	line-height:1;
}
div#pricing-table h3 {
	color:#999999;
	font-size:18px;
	font-weight:normal;
	margin:0;
	padding:0 0 5px;
	line-height:1;
}
div#pricing-table div.header p {
	color:rgba(0, 0, 0, 0.75);
	font-weight:bold;
	line-height:16px;
	margin:5px 10px 0;
}
div#pricing-table div#plan-premium, div#pricing-table div#plan-basic {
	background:none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
}
div#pricing-table div#plan-professional {
	-moz-border-radius:3px 3px 3px 3px;
	-webkit-border-radius:3px 3px 3px 3px;
	background: #FFFFFF;
	border:3px solid #999;
	margin:0 0 -36px;
	padding:9px 20px;
	position:relative;
	top:-18px;
	width:176px;
	z-index:5;
}
div#pricing-table div#plan-professional:hover {
	-moz-box-shadow:0 3px 6px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow:0 3px 6px rgba(0, 0, 0, 0.25);
}
div#pricing-table div#plan-premium, div#pricing-table div#plan-basic {
	background:none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
}
div#pricing-table li {
	border-bottom:1px solid #eee;
	border-top:1px solid #FFFFFF;
	color:#777777;
	font-size:13px;
	line-height:22px;
}
.pricing-button {
	-moz-border-radius:15px 15px 15px 15px;
	-webkit-border-radius:15px 15px 15px 15px;
	background-position:0 0;
	background-repeat:repeat-x;
	border-color:rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.35);
	border-style:solid;
	border-width:1px;
	font-size:13px;
	line-height:1;
	padding:0;
	padding:5px 15px;
	position:relative;
	top:-1px;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}
div#pricing-table div#plan-professional li {
	border-bottom-color:#EEEEEE;
	color:#555555;
}
div#pricing-table div#plan-professional ul {
	border-top-color: #EEEEEE;
}
div#pricing-table div#plan-freelancer ul {
	margin-bottom:88px;
}
.pricing-title {
	overflow:hidden;
	margin-bottom:60px;
	border-bottom:1px solid #ccc;
}
.pricing-title h2 {
	line-height:1;
	font-size:3em;
}
.pricing-title h5 {
	color:#999;
}
.button.pricing {
	text-decoration:none;
}


/*
Footer
------------------------------------------------------------------------*/
#footer_wrapper {
	padding:18px 0;
}
#footer p {
	color:#777;
	text-align:center;
	text-shadow:1px 1px #eeeded;
}
#footer a {
	border-bottom: 1px dotted #3a3a3a;
	margin-bottom: 1px;
	text-decoration: none
}
#footer a:hover {
	border-bottom-style: solid
}
#bigFooter p {
	color:#777;
	text-shadow:1px 1px #eeeded;
}
#bigFooter a {
	border-bottom: 1px dotted #3a3a3a;
	margin-bottom: 1px;
	text-decoration: none
}
#bigFooter a:hover {
	border-bottom-style: solid
}
#bigFooter ul.footer-list li {
	border-bottom:1px solid #aaa;
	border-top:1px solid #e1e1e1;
}
#bigFooter ul.footer-list li a {
	display:block;
	padding:5px 0;
	border:none;
	margin:0;
	color:#666;
}
#bigFooter ul.footer-list li:first-child {
	border-top:none;
}
#bigFooter ul.footer-list li a:hover {
	background:#eee;
	border-bottom:none;
}
ul.footer-pages {
	padding-bottom:30px;
}
ul.footer-pages li {
	float:left;
	margin:0 20px 0 0;
}
ul.footer-pages li a:hover {
	border-bottom:#777;
}
form.footer-form input[type="text"] {
	border:1px solid #bbb;
	padding:5px 2px;
	width:190px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}
form.footer-form textarea, form.footer-form input[type="text"] {
	font-family:Helvetica;
	font-size:.9em;
	color:#777;
}
form.footer-form textarea:hover, form.footer-form input[type="text"]:hover {
	border:1px solid #999;
}
form.footer-form textarea:focus, form.footer-form input[type="text"]:focus {
	background:#f9f9f9;
	outline:none;
}
form.footer-form p {
	margin:5px 0;
}
form.footer-form textarea {
	border:1px solid #bbb;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	width:190px;
	padding:2px;
}
/* Client Flip */
 
 .sponsorListHolder {
	margin-bottom:30px;
}
.sponsor {
	cursor:pointer;
	float:left;
	height:160px;
	margin:12px;
	position:relative;
	width:160px;
}
.sponsorFlip {
	/*  The sponsor div will be positioned absolutely with respect
		to its parent .sponsor div and fill it in entirely */

	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	border:1px solid #ddd;
	background:url(images/background-client.jpg) no-repeat center center #444;
}
.sponsorFlip:hover {
	border:1px solid #999;
	/* CSS3 inset shadow: */
	-moz-box-shadow:0 0 30px #999 inset;
	box-shadow:0 0 30px #999 inset;
}
.sponsorFlip img {
	/* Centering the logo image in the middle of the sponsorFlip div */
	
	position:absolute;
	top:50%;
	left:50%;
	margin:-70px 0 0 -70px;
}
.sponsorData {
	/* Hiding the .sponsorData div */
	display:none;
}
.sponsorDescription {
	font-size:12px;
	padding:50px 10px 20px 20px;
	font-style:italic;
}
.sponsorURL {
	font-size:10px;
	font-weight:bold;
	padding-left:20px;
}


img.floatleft { float: left; padding-right: 30px;}
h2.titles {font-weight: normal; font-size: 24px; color: #656565; margin-top: 40px;}
article a {color: #075ec9; }