/*
Theme Name: OCPsoft.org
Theme URI: https://github.com/ocpsoft/site.ocpsoft.org
Author: Lincoln Baxter, III
Author URI: http://ocpsoft.org/
Description: The official theme for the ocpsoft.org website
Version: 1.0
License: All Rights Reserved
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: dark, light, white, black, gray, one-column, two-columns, left-sidebar, right-sidebar, fixed-width, flexible-width, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: ocpsoft
*/
@import url(http://fonts.googleapis.com/css?family=Varela+Round|Open+Sans:400italic,700italic,400,700);
@import url(http://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css);
/*
@import url(http://fonts.googleapis.com/css?family=Titillium+Web:400,700);
@import url(http://fonts.googleapis.com/css?family=Noticia+Text:400,400italic);
@import url(http://netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css);

@font-face {
	font-family: 'Helvetica Neue Light';
	src: url('fonts/HelveticaNeueLTPro-Lt.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Helvetica Neue Light';
	src: url('fonts/HelveticaNeueLTPro-Bd.otf') format('opentype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Helvetica Neue Light';
	src: url('fonts/HelveticaNeueLTPro-LtIt.otf') format('opentype');
	font-weight: normal;
	font-style: italic;
}
*/
html {
	overflow-x: hidden;
}

body {
	background: #383B3D !important;
	padding: 0;
	/* font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial,
		Arial, sans-serif; */
	font-family: "Open Sans", Verdana, Arial, sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
}

code {
	white-space: pre-wrap;
	word-wrap: break-word;
}

/*
  Typography
*/
h1,h2,h3,h4,h5,h6 {
	color: #555;
}

.clearer {
	clear: both;
}

.container {
	width: 100%;
}

.ocp-centered {
	margin: 0 auto;
	max-width: 950px;
}

/* Major sections */
/* ---------------------------*/

/* Navbar */
.ocpsoft-nav {
	display: none;
	margin-left: auto;
	margin-right: auto;
	background: white;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
	/*	overflow:auto;*/
	-moz-box-shadow: 0 0 15px #333;
	-webkit-box-shadow: 0 0 15px #333;
	box-shadow: 0 0 15px #333;
	padding-right: 5px;
	padding-left: 5px;
}

.ocpsoft-nav ul {
	margin: 0;
	padding: 0;
}

.ocpsoft-nav ul li {
	list-style-type: none;
	float: left;
}

.ocpsoft-nav ul li.open>a {
	color: #FFAA00;
}

.ocpsoft-nav ul li.ocpsoft-logo {
	width: 170px;
}

.ocpsoft-nav>ul>li>a {
	border-left: 1px solid #ddd;
	text-align: center;
	padding: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	display: block;
	text-transform: uppercase;
	color: black;
}

.ocpsoft-nav>ul>li>a b.caret{
	position: relative;
	top: -3px;
}

.ocpsoft-nav>ul>li {
	
}

.ocpsoft-nav>ul>li>ul {
	padding-bottom: 10px;
}

.ocpsoft-nav>ul>li>ul>li.dropdown {
	
}

.ocpsoft-nav>ul>li>ul>li.dropdown>a {
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.ocpsoft-nav > ul > li > ul > li.dropdown > a:not([href]) {
	background-color: #fff;
	color:#000;
}

.projects>ul {
        /* change to 710 for full width */
        /* change to 530 for 3 columns */
	width: 710px;
	position: absolute;
	left: -174px;
}

.projects>ul>li {
	width: 170px;
}

.tutorials>ul {
	width: 710px;
	position: absolute;
	left: -290px;
}

.tutorials>ul>li {
	width: 170px;
}

.ocpsoft-nav>ul>li>ul>li.dropdown>ul {
	
}

.ocpsoft-nav>ul>li>ul>li.dropdown>ul>li {
	float: left;
}

.ocpsoft-nav>ul>li>ul>li.dropdown>ul>li>a {
	width: 150px;
	white-space: normal;
	margin-left: 10px;
	margin-right: 10px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

.ocpsoft-nav li.ocpsoft-logo a {
	padding: 7px 0 12px 10%;
	margin-left: 1px;
	border: none;
}

.ocpsoft-nav li.ocpsoft-logo a img {
	width: 100%;
	max-width: 130px;
	display: block;
}

.navbar-fixed-top {
	width: 90%;
	margin: auto;
}

.navbar-fixed-top .navbar .navbar-inner { /*	overflow:auto;*/
	
}

.navbar-fixed-top .navbar-inner {
	background: white;
	-moz-box-shadow: 0 0 15px #333;
	-webkit-box-shadow: 0 0 15px #333;
	box-shadow: 0 0 15px #333;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
}

.ocpsoft-toparea {
	background: rgb(131, 170, 218); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background:
		url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM4M2FhZGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMzE3MWMxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-radial-gradient(center, ellipse cover, rgba(131, 170, 218, 1)
		0%, rgba(49, 113, 193, 1) 100% ); /* FF3.6+ */
	background: -webkit-gradient(radial, center 80%, 0px, center center, 100%,
		color-stop(0%, rgba(131, 170, 218, 1) ),
		color-stop(100%, rgba(49, 113, 193, 1) ) ); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(80%, ellipse cover, rgba(131, 170, 218, 1)
		0%, rgba(49, 113, 193, 1) 100% ); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover, rgba(131, 170, 218, 1)
		0%, rgba(49, 113, 193, 1) 100% ); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover, rgba(131, 170, 218, 1)
		0%, rgba(49, 113, 193, 1) 100% ); /* IE10+ */
	background: radial-gradient(ellipse at center, rgba(131, 170, 218, 1) 0%,
		rgba(49, 113, 193, 1) 100% ); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(            
		                     startColorstr='#83aada', endColorstr='#3171c1',
		GradientType=1 );
	/* IE6-8 fallback on horizontal gradient */
	min-height: 76px;
}

.hero-unit { /* bootstrap overrides */
	margin-bottom: 0;
	background-color: transparent;
	color: white;
	padding: 5% 12%;
	margin: 0 auto;
	max-width: 950px;
}

.entry .row,.entry .row-fluid {
	overflow: hidden;
}

.hero-unit .primary {
	width: 100%;
}

.hero-unit .primary h1 {
	padding-bottom: 8%;
	font-size: 300%;
	font-weight: normal;
}

.hero-unit .secondary {
	display: none;
}

.hero-unit .secondary .anatomy {
	width: 75%;
	padding-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
	max-width: 201px;
	height: 156px;
	position: relative;
}

.hero-unit .secondary .anatomy img {
	position: absolute;
	top: 0;
	left: 0;
	width: 10%;
}

.hero-unit .secondary .anatomy img.small:hover {
	-moz-transform: scale(1.2) rotate(0deg) translate(0px, 0px)
		skew(0deg, 0deg);
	-webkit-transform: scale(1.2) rotate(0deg) translate(0px, 0px)
		skew(0deg, 0deg);
	-o-transform: scale(1.2) rotate(0deg) translate(0px, 0px)
		skew(0deg, 0deg);
	-ms-transform: scale(1.2) rotate(0deg) translate(0px, 0px)
		skew(0deg, 0deg);
	transform: scale(1.2) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	-webkit-transition: -webkit-transform 150ms ease-in-out;
	-moz-transition: -moz-transform 150ms ease-in-out;
	-ms-transition: -ms-transform 150ms ease-in-out;
	-o-transition: -o-transform 150ms ease-in-out;
	transition: transform 1s ease-in-out;
}

.hero-unit .secondary .anatomy img.base {
	width: 100%;
	top: 10px;
}

.hero-unit .secondary .anatomy img.ocpsoft-blinking-cursor {
	width: 3%;
	top: 42%;
	left: 29%;
}

.hero-unit .secondary .anatomy img.wireframe {
	top: 0;
	left: 35%;
}

.hero-unit .secondary .anatomy img.beaker {
	top: 29%;
	left: 101%;
}

.hero-unit .secondary .anatomy img.monitor {
	top: 84%;
	left: 86%;
}

.hero-unit .secondary .anatomy img.phone {
	top: 102%;
	left: 51%;
	width: 5%;
}

.hero-unit .secondary .anatomy img.stack {
	top: 83%;
	left: 13%;
}

.hero-unit .secondary .anatomy img.whitepaper {
	top: 42%;
	left: -13%;
}

.ocpsoft-middlearea {
	background: white;
	letter-spacing: .04em;
	font-size: 1.1em;
}

.ocpsoft-middlearea a {
	color: #FFAA00;
}

.ocpsoft-middlearea-shadow-top {
	background: url("img/desktop_greyshadow_top.png") no-repeat center top;
}

.ocpsoft-middlearea-shadow-bottom {
	background: url("img/desktop_greyshadow_bottom.png") no-repeat center
		bottom;
}

.products-unit {
	padding: 5%;
	/*	max-width: 950px;*/
	/*	margin:0 auto;*/
}

.ocpsoft-product-column {
	padding-top: 4%;
	padding-bottom: 4%;
}

.ocpsoft-product-column h2 {
	font-weight: normal;
	border-bottom: 1px solid #333;
	padding-left: 10%;
	padding-bottom: 5px;
}

.ocpsoft-product-column p {
	padding-left: 10%;
	padding-top: 2%;
}

h2.ocpsoft-prettyfaces-header {
	background: url("img/desktop_prettyfaceslogo.png") no-repeat left 2px;
}

h2.ocpsoft-rewrite-header {
	background: url("img/desktop_rewritelogo.png") no-repeat left 2px;
}

h2.ocpsoft-socialpm-header {
	background: url("img/desktop_socialpmlogo.png") no-repeat left 2px;
}

footer {
	padding-top: 60px;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

footer ul {
	margin: 0;
}

footer li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

footer h3 {
	color: #ddd;
	margin-top: 8px;
	font-weight: normal;
}

footer a {
	color: #A3C9FB;
}

footer a:hover {
	text-decoration: underline;
	color: #A3C9FB;
}

footer p {
	clear: both;
	margin: 50px auto 50px;
	background: #4f4f4f;
	color: #eee;
	text-align: center;
	padding: 20px 0;
}

footer .caret {
	border-top-color: white;
}

footer .logo, footer .column {
	margin-left: 50px;
	margin-bottom: 25px;
}


/*
  Wordpress Styles
*/
div.author {
   border: 0px;
   border-top: solid 2px #EEEEEE;
   text-align: justify; 
   margin-top: 25px; 
   padding: 15px; 
   padding-bottom: 5px;
}

.author img, .author-photo {
   margin-bottom: 15px; 
   margin-right: 15px; 
   width: 120px; 
   float: left;
}

.author > h1, .author > h2, .author > h3, .author > h4, .author > h5, .author > h6 {
   margin-top: 0px !important;
}

.box-rounded {
	-webkit-border-top-right-radius: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-top-right-radius: 7px;
	border-top-left-radius: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
}
.box-shadow {
	-moz-box-shadow: 0 0 15px #333;
	-webkit-box-shadow: 0 0 15px #333;
	box-shadow: 0 0 5px #333;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-top-right-radius: 7px;
	border-top-left-radius: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
}

.entry {
	margin-top: 12px;
	letter-spacing: inherit;
}

.entry-img {
	position: relative;
	top: -2px;
}

.entry h1,.entry h2 {
	padding-top: 0px;
	margin-top: 50px;
}

.entry h3,.entry h4,.entry h5,.entry h6 {
	padding-top: 0px;
	margin-top: 30px;
}

.more-link {
	
}

.posts {
	padding-top: 10px;
	margin-right: 40px;
	margin-left: 40px;
}

.post {
	margin-bottom: 40px;
	line-height: 26px;
}

.post-dzone {
	float: left;
	margin-right: 10px;
}

.post-entry {
	text-align: justify;
}

.post-meta {
	margin-top: 16px;
	padding-top: 15px;
	border-top: solid 2px #eee;
}

.post-outer {
	
}

.post-title {
	
}

.post-title-text h1 {
	margin-bottom: 16px;
	padding-bottom: 15px;
	border-bottom: solid 2px #eee;
}

.post-title-text a {
	color: #636363;
	font-size: 1em;
}

.post-title-meta {
	color:
}

.post p {
	margin-top: 05px
}

.post ul, .post ol {
	padding-top: 10px;	
}

.post li {
	display: inline-block;
	padding-bottom: 10px;
}

.post .entry .tip a[href^="http://twitter.com"] {
	background: url(img/twitter.png) no-repeat left center;
	background-position: 0 -2px;
	padding: 2px 0px 2px 20px;
}

.project-header {
	font-size: 80px; 
	margin-bottom: 80px; 
	margin-top: 30px; 
	width: 100%; 
	text-align: center;
}

/*
 Sidebar
*/
.sidebar {
	color: #888;
}

.sidebar h1,.sidebar h2,.sidebar h3,.sidebar h4,.sidebar h5,.sidebar h6
	{
	color: #6c97d6;
}

.sidebar h3 {
	text-transform: uppercase;
	font-size: 1.2em;
	margin-bottom: 10px;
}

.sidebar>form {
	margin: 0;
	padding: 0;
}

.sidebar-outer {
}

.sidebar-widget {
	overflow: hidden;
	padding: 0px;
	background: #f3f7fc;
	border: none;
	margin-bottom: 45px;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-top-left-radius: 7px;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-topleft: 7px;
	border-top-right-radius: 7px;
	border-top-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
}

.sidebar-widget-content {
	padding: 10px;
	overflow: hidden;
}

#toc {
	z-index: 100;
	position: relative;
}

#toc_fade {
        height: 50px;
        background: url("img/toc-fade.png") no-repeat scroll 0px 0px;
        position: absolute;
	bottom: -50px;
	left: 1px;
	width: inherit;
}

#toc .sidebar-widget-content {
	padding-bottom: 25px;
	border-bottom: solid 2px #EEE;
}

#toc .sidebar-widget {
	background: #fff;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-topleft: 0px;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
}
 

#toc-contents ol {
	list-style-type: none;
}

#toc-contents ol li {
	margin-top: 10px;
}

#toc-contents ol li:FIRST-CHILD {
	margin-top: 0px;
}

#toc-outer {
	margin-bottom: 25px;
}

#toTop {
    background-color: #666666;
    color: white;
    font-weight: bold;
    padding: 10px 12px;
    position: fixed;
    right: 20px;
    text-decoration: none;
    top: -50px;
    z-index: 101;

	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-top-left-radius: 7px;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-topleft: 7px;
	border-top-right-radius: 7px;
	border-top-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
}

/** Comments List */
.commentlist {
	margin-top: 10px;
}

.commentlist .comment-body {
	overflow: hidden;
}

.commentlist ol {
}

.commentlist li {
	list-style-type: none;
	padding: 10px;
	border-bottom: 1px solid #dddddd;
}

.commentlist li.pingback {
	background: url('img/quote.png') no-repeat top left;
	background-position: 5px 5px;
}

.commentlist li.pingback div.comment-body {
	margin-left: 52px;
}

.commentlist li.odd {
	background-color: #efefef;
}

.commentlist .reply {
	position: static;
	right: -10px;
	clear: both;
	display: block;
}

.commentlist  li.pingback .says {
	display: none;
}

.commentlist .commentmetadata {
	display: inline;
	position: relative;
	top: -43px;
	right: -53px;
}

.pingback .vcard {
	margin-bottom: 20px;
}

.pingback .commentmetadata {
	display: none;
}

.commentlist .fn, .commentlist .says {
	position: relative;
	top: 10px;
}

.commentlist li.comment.depth-1 div.comment-body,.commentlist li.comment.depth-2 div.comment-body
	{
	margin-bottom: 9px;
}

.commentlist li.comment.depth-3 div.comment-body {
	margin-bottom: 0px;
}

.commentlist li.byuser {
	background-color: #dfeedf;
}

.commentlist li.byuser.odd {
	background-color: #dfeeee;
}

.commentlist li.comment.depth-2.odd li.comment.depth-3.even {
	background-color: #dddddd;
}

/* Comment Form */
#commentform {
	margin: 1em 0;
	margin-left: 20px;
	padding: 10px;
}

#commentinputs {
	width: 90%;
}

#commentform input[type="text"],#commentform textarea {
	background: #f8f7f6;
	border: 1px solid #d6d3d3;
	font-size: 1.1em;
	margin-bottom: 3px;
	clear: both;
	padding: 2px;
}

#commentform input[type="text"] :hover,#commentform textarea :hover {
	border-color: #d6d3d3;
}

#commentform input[type="text"] :focus,#commentform textarea :focus {
	border-color: #939793;
}

#commentform input[type="text"] {
	width: 100%;
}

#commentform textarea {
	width: 100%;
}
/* End Comment Form */


.faded {
	opacity: .6;
}

.featured {
	margin-bottom: 15px;
	border: solid 1px #aabbbb; 
	padding: 15px; 
	background: #555; 
	color: #fff;
	
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-top-left-radius: 7px;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-topleft: 7px;
	border-top-right-radius: 7px;
	border-top-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
}

.featured h1, .featured h2, .featured h3, .featured h4, .featured h5 {
	color: #fafafa;
}

.featured .inside, ul.featured > li {
	border: solid 1px #aabbbb;
	background: #FFF;
	overflow: hidden;
	padding: 15px;
	margin-left: 0;
	color: #333;
	left: 0px;
	
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-top-left-radius: 7px;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-topleft: 7px;
	border-top-right-radius: 7px;
	border-top-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
}

ul.featured li {
	list-style: none;
	list-style-image: none;
	margin-top: 15px;
}

.featured .inside h1, .featured .inside h2, .featured .inside h3, .featured .inside h4, .featured .inside h5 {
	color: #333;
}

.featured :FIRST-CHILD {
	margin-top: 0px;
}

/**
 * Newsletter Sign Up Plugin
 */
#ns-checkbox > input {
	float: left;
}

#ns-checkbox > label {
	position: relative;
	top: 3px;
	left: 5px;
}

/**
 * Bookshelf Plugin
 */
#bookshelf {
	width: 280px;
	padding: 10px;
	margin: 15px;
	margin-left: auto;
	margin-right: auto;

	background: #efefef;
        -webkit-border-bottom-right-radius: 7px;
        -webkit-border-bottom-left-radius: 7px;
        -moz-border-radius-bottomright: 7px;
        -moz-border-radius-bottomleft: 7px;
        border-bottom-right-radius: 7px;
        border-bottom-left-radius: 7px;
        -webkit-border-top-right-radius: 7px;
        -webkit-border-top-left-radius: 7px;
        -moz-border-radius-topright: 7px;
        -moz-border-radius-topleft: 7px;
        border-top-right-radius: 7px;
        border-top-left-radius: 7px;
        -webkit-border-bottom-right-radius: 7px;
        -webkit-border-bottom-right-radius: 7px;
}
#bookshelf form {
	margin: 0px;
	padding: 0px;
}
#bookshelf .bookshelf_price{
	margin-right: 25px;
}

/* FT Signature Manager */

.signature {
	text-align: justify; 
	margin-top: 25px; 
	padding: 15px; 
	padding-bottom: 5px;
}

.signature-profile-img {
	margin-bottom: 15px; 
	margin-right: 15px; 
	width: 120px; 
	float: left;
}

.signature-header {
	margin-top: 0px;
}


/* WP-SYNTAX Plugin */

.wp_syntax table {
	width: 100%;
}

@media ( max-width : 767px) {
	.desktop {
		display: none;
	}

	.posts {
		margin-right: 5px;
		margin-left: 5px;
	}

	.project-header {
		font-size: 40px; 
		margin-bottom: 80px; 
		margin-top: 30px; 
		width: 100%; 
		text-align: center;
	}


	.tweetthis {
		display: none;
		margin: auto auto 20px;
		width: 160px;
	}
}

@media ( min-width : 768px) {

	.mobile {
		display: none;
        }

	.hero-unit .primary {
		width: 50%;
		float: left;
	}
	.hero-unit .secondary {
		display: block;
		width: 45%;
		padding-right: 5%;
		float: right;
	}
	.ocpsoft-product-column p {
		padding-top: 5%;
		padding-left: 15%;
	}
	.ocpsoft-product-column h2 {
		padding-left: 20%;
	}
	.ocpsoft-product-column {
		width: 29%;
		margin-left: 2%;
		margin-right: 2%;
		float: left;
	}
	.ocpsoft-mobile-navbar {
		display: none;
	}
	.ocpsoft-nav {
		display: table;
	}

	footer .logo {
		width: 40%;
		float: left;
		margin: 0px;
	}

	footer .column {
		width: 20%;
		float: left;
		margin: 0px;
	}

	.tweetthis {
		width: 20px;
		position: fixed;
		bottom: 10px;
		right: 10px;
	}

	.tt {
		float: left;
	}
}
