	
/* =Import Styles
-------------------------------------------------------------- */
@import url(lib/css/globals.css);
@import url(lib/css/forms.css);
@import url(lib/css/reveal.css);
@import url(lib/css/ui.css);

	
/* =Structure
-------------------------------------------------------------- */
#page {
	display:block;
	margin-top:0px;
}

#branding,#colophon {
	clear:both;
	display:block;
}

#main {
}

#primary {
	float:left;
	margin-top: 110px;
	margin-right:2.5%;
	width:65%;
}

#primary.full-width {
	float:left;
	margin-right:0;
	width:100%;
}

#secondary {
	float:right;
	margin-left:2.5%;
	overflow:visible;
	width:30%;
	margin: 179px 0;
	line-height: 1.4em;
	/*background-color: #efefef;*/
	color: #444;
}

#secondary a {
	color: #444;
}

#secondary a:hover {
	text-decoration: none;
}

.slickr-flickr-slideshow div p {
	font-family: 'DIN Next W01 Regular', Helvetica, Arial, sans-serif;
	font-style: normal;
}

#secondary .entry-meta {
	margin: 5px 0 12px 0;
	font-size: 10px;
	font-family: 'DIN Next W01 Regular', Helvetica, Arial, sans-serif;
	letter-spacing: 0;
	color: #bbb;
	text-transform: uppercase;
}

#secondary .entry-meta a {
	color: #bbb;
}

#secondary .textwidget {

}

#secondary h4 {
	margin: 0 0 32px 0;
	font-size: 20px;
}
	
/* Increase the size of the content area for templates without sidebars */
.full-width #content,.image-attachment #content,.error404 #content {
	/*margin:0;*/
}


	
/* Text meant only for screen readers */
.screen-reader-text,.assistive-text {
	position:absolute!important;
	clip:rect(1px1px1px1px);

	
/* IE6, IE7 */
	clip:rect(1px,1px,1px,1px);
}


	
/* Alignment */
.alignleft {
	display:inline;
	float:left;
}

.alignright {
	display:inline;
	float:right;
}

.aligncenter {
	clear:both;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

figure {
	background-color:#eee;
	margin-bottom:1.5em;
}

figure img {
	display:block;
	margin-bottom:0;
}

figcaption {
	font-size:.75em;
}

a {
	text-decoration:none;
	
}

a:visited {
	opacity:0.8;
}

a:hover {
	text-decoration:underline;
}

a:active,a:focus {
}

q,i,em,cite,.fancy {
	font-style:italic;
	font-weight:inherit;
}

.fancy {

}



mark {
	background:#ffc;
}

s,del {
	text-decoration:line-through;
}

#content .entry-meta {
	color:#999;
	letter-spacing:1px;
	text-transform:uppercase;
	font-family: 'DIN Next W01 Regular', Helvetica, Arial, sans-serif;
}

#content .entry-meta a {
	color:#999;
}

small,.entry-meta,.wp-caption .wp-caption-text,.gallery-caption {
	font-size:.8em;
}

pre,code {
	font-family:monospace;
	font-size:1em;
}

pre {
	overflow:auto;
	margin-bottom:1.5em;
	line-height:24px;

	
/* Having to define explicit pixel values :( */
}

code {
	line-height:1;
}

.archive .page-title,.search .page-title {
	color:#777;
	font-size:16px;
	margin:0 0 24px;
	font-weight:300;
	letter-spacing:1px;
	text-transform:uppercase;
}

.archive .page-title span {
	color:#222;
	display:block;
	font-size:48px;
	font-style:normal;
	/*font-weight:bold;*/
	text-transform:capitalize;
}

hr {
	background:#ddd;
	color:#ddd;
	clear:both;
	float:none;
	width:100%;
	height:1px;
	margin:0 0 1.42em;
	border:none;
}

hr.space {
	background:#fff;
	color:#fff;
	visibility:hidden;
}


	
/* Header
-------------------------------------------------------------- */
nav.nav select {
	display:none;
}

#branding {
	height:40px;
	position:absolute;
	top:20px;
	left:0;
	right:0;
	overflow:visible;
	z-index: 1000;
}

#branding .container {
	margin:0 auto;
	zoom:1;
}

#branding a {
	color:#555555;
}

#branding h1 a:hover,#branding .brand a:hover,#branding ul .active > a {
	background-color:#fff;
	color:#ffffff;
	text-decoration:none;
}

#branding h1 {
	position:relative;
	margin: 0 0 0 -3px;
	
}

#branding h1 a,#branding .brand {
	float:left;
	display:block;
	padding:8px 20px 12px;
	margin-left:-20px;
	color:#ffffff;
	font-size:20px;
	font-weight:200;
	line-height:1;
}

#branding #site-description,#branding input#searchsubmit {
	position:absolute!important;
	clip:rect(1px1px1px1px);

	
/* IE6, IE7 */
	clip:rect(1px,1px,1px,1px);
}

#branding p {
	margin:0;
	line-height:40px;
}

#branding p a:hover {
	background-color:transparent;
	color:#ffffff;
}

#branding form {
	float:right;
	margin:28px 3px 0;
	padding: 0;
	position:relative;
}

#branding form.pull-right {
	float:right;
}

#branding input {
	background-color:#fff;
	/*font-family:'Terminal Dosis',"Helvetica Neue", Helvetica, Arial, sans-serif;*/
	font-family: 'DIN Next W01 Regular',Helvetica, Arial, sans-serif;
	font-size:12px;
	padding:4px 0 2px 4px;
	color:#333;
	border:1px solid #ddd;
}

#branding input:-moz-placeholder {
	color:#ccc;
}

#branding input::-webkit-input-placeholder {
	color:#999;
}


#branding input:focus,#branding input.focused {
	background-color:#ffffff;
	color:#444444;
	border:1px solid #ccc;
	
}

#branding-inner,#branding .fill {
	background-color:#ffffff;
}

#branding div > ul, .menu {
	display:block;
	float:left;
	margin:20px 10px 0 0;
	position:relative;
	left:0;
}

#branding div > ul > li,.menu > li {
	display:block;
	float:left;
	margin: 0 10px 0;
}

#branding div > ul a,.menu a {
	display:block;
	float:none;
	padding:10px 0 0 0;
	line-height:19px;
	text-decoration:none;
}

#branding div > ul a:hover,.menu a:hover {
	color:#000000;
	text-decoration:none;
}

#branding div > ul .active > a,.menu .active > a {
	background-color:#222;
	background-color:rgba(0,0,0,0.5);
}

#branding div > ul.secondary-nav,.menu.secondary-nav {
	float:right;
	margin-left:10px;
	margin-right:0;
}

#branding div > ul.secondary-nav .menu-dropdown,.menu.secondary-nav .menu-dropdown,#branding div > ul.secondary-nav .dropdown-menu,.menu.secondary-nav .dropdown-menu {
	right:0;
	border:0;
}

#branding div > ul a.menu:hover,.menu a.menu:hover,#branding div > ul li.open .menu,.menu li.open .menu,#branding div > ul .dropdown-toggle:hover,.menu .dropdown-toggle:hover,#branding div > ul .dropdown.open .dropdown-toggle,.menu .dropdown.open .dropdown-toggle {
	background:#444;
	background:rgba(255,255,255,0.05);
}

#branding div > ul .sub-menu,.menu .sub-menu {
	background-color:#333;
	margin-top:0;
}

#branding div > ul .sub-menu a {
	color:#ffffff;
}

#branding div > ul li.dropdown.open,#branding div > ul .sub-menu a.open {
	background:#444;
	background:rgba(255,255,255,0.05);
}

#branding div > ul .sub-menu li a {
	color:#999;
}

#branding div > ul .sub-menu li a:hover {
	background-color:#191919;
	background-repeat:repeat-x;
	background-image:0 to(#191919));
	background-image:0;
	background-image:0;
	background-image:0 color-stop(100%,#191919));
	background-image:0;
	background-image:0;
	background-image:linear-gradient(top,#292929,#191919);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#292929',endColorstr='#191919',GradientType=0);
	color:#ffffff;
}

#branding div > ul .sub-menu .active a {
	color:#ffffff;
}

#branding div > ul .sub-menu .divider {
	background-color:#222;
	border-color:#444;
}

#branding ul .sub-menu li a {
	padding:4px 15px;
}

li.menu,.dropdown {
	position:relative;
}

a.menu:after,.dropdown > a:after,.menu ul li:hover > a > ul {
	width:0;
	height:0;
	display:inline-block;
	content:"&darr;";
	text-indent:-99999px;
	vertical-align:top;
	margin-top:8px;
	margin-left:4px;
	border-left:4px solid transparent;
	border-right:4px solid transparent;
	border-top:4px solid #ffffff;
	filter:alpha(opacity=50);
	-khtml-opacity:0.5;
	-moz-opacity:0.5;
	opacity:0.5;
}

.sub-menu {
	background-color:#ffffff;
	float:left;
	display:none;
	position:absolute;
	top:40px;
	z-index:900;
	min-width:160px;
	max-width:220px;
	_width:160px;
	margin-left:0;
	margin-right:0;
	padding:6px 0;
	zoom:1;
	border-color:#999;
	border-color:rgba(0,0,0,0.2);
	border-style:solid;
	border-width:0 1px 1px 0;
}

.sub-menu li {
	float:none;
	display:block;
	background-color:none;
	margin-bottom:0;
}

.sub-menu .divider {
	height:1px;
	margin:5px 0;
	overflow:hidden;
	background-color:#eee;
	border-bottom:1px solid #ffffff;
}

#branding .sub-menu a,.sub-menu a {
	display:block;
	padding:4px 15px;
	clear:both;
	font-weight:normal;
	line-height:18px;
	color:#808080;
}

#branding .sub-menu a:hover,.sub-menu a:hover {
	background-color:#dddddd;
	background-repeat:repeat-x;
	background-image:0 to(#dddddd));
	background-image:0;
	background-image:0;
	background-image:0 color-stop(100%,#dddddd));
	background-image:0;
	background-image:0;
	background-image:linear-gradient(top,#eeeeee,#dddddd);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee',endColorstr='#dddddd',GradientType=0);
	color:#404040;
	text-decoration:none;

}

.open .menu,.dropdown.open .menu,.dropdown.open > a:after {
	color:#ffffff;
	background:#ccc;
	background:rgba(0,0,0,0.3);
}

.open .sub-menu,.dropdown.open .sub-menu,.open .sub-menu,.dropdown.open .sub-menu,.dropdown > a .sub-menu {
	display:block;
}


	
/* =Content
-------------------------------------------------------------- */
.post {
	margin: 0 auto 2em 0;
	/*font-size: 14px;*/   
	
} 



.entry-content {
	margin-bottom:2em;
	/*font-size: 13px;
	margin-top: -11px;	*/
}


.sticky {
}

.hide {
	display:none;
	height: auto;
	padding: 0;
	margin: 0;
}

.entry-header .entry-title {
	margin: 10px 0 18px 0;
	text-transform: uppercase;
	font-weight: normal;
}

.post .entry-header .entry-title {
	/*border-top: 1px dotted #ccc;
	padding: 4px 0;*/
}


.entry-meta {
	clear:both;
	display:block;
	margin: 0 0 50px 0;
}

.entry-header .entry-meta {
	margin:0;
}

.single-author .entry-meta .byline {
	display:none;
}

#content {
	margin-top: 25px;
}

/*
#content article {
	margin-top: 135px;
}
*/

#content nav {
	display:block;
	overflow:hidden;
	
}

#content nav .nav-previous {
	float:left;
	width:50%;
	
}

#content nav .nav-next {
	float:right;
	text-align:right;
	width:50%;
}

#content #nav-above {
	display:none;
}

.paged #content #nav-above,.single #content #nav-above {
	display:block;
}

#nav-below {
	margin: 1em 0 2em;
}

.page-link {
	clear:both;
	margin:0 0 1em;
	
}

.page .edit-link {
	clear:both;
	display:block;
}

.subpage {
	clear:both;
	display:block;
}

.subpage li {
	display:inline;
	margin:0 20px;
}

.subpage li:first-child {
	margin-left:0;
}


	
/* 404 page */
.error404 .widget {
	float:left;
	width:33%;
}

.error404 .widget .widgettitle,.error404 .widget ul {
	margin-right:1em;
}

.error404 .widget_tag_cloud {
	clear:both;
	float:none;
	width:100%;
}


	
/* Notices */
.post .notice {
	background:#eee;
	display:block;
	padding:1em;
}


	
/* Image Attachments */
#image-navigation {
	margin-bottom:1em;
}

.previous-image {
	float:left;
}

.next-image {
	float:right;
}

.image-attachment div.entry-meta {
	float:left;
}

.image-attachment nav {
	float:right;
	margin:0 0 1em;
}

.image-attachment .entry-content {
	clear:both;
}

.image-attachment .entry-content .entry-attachment {
	background:#eee;
	margin:0 0 1em;
	padding:1em;
	text-align:center;
}

.image-attachment .entry-content .attachment {
	display:block;
	margin:0 auto;
	text-align:center;
}


	
/* Aside Posts */
.format-aside .entry-header {
	display:none;
}

.single .format-aside .entry-header {
	display:block;
}

.format-aside .entry-content,.format-aside .entry-summary {
	padding-top:1em;
}

.single .format-aside .entry-content,.single .format-aside .entry-summary {
	padding-top:0;
}


	
/* Gallery Posts */
.format-gallery .gallery-thumb {
	float:left;
	margin:0 1em 0 0;
}

.gallery-item {
	margin: 0;
	float: left;
	line-height: 1px;
}

.gallery-item img, .gallery-icon img {
	float: none;
	max-width: 100%;
}
	
/* Image Posts */
.format-image .entry-header {
	display:none;
}

.single .format-image .entry-header {
	display:block;
}

.format-image .entry-content,.format-image .entry-summary {
	padding-top:1em;
}

.single .format-image .entry-content,.single .format-image .entry-summary {
	padding-top:0;
}




	
/* =Images
-------------------------------------------------------------- */
a img {
	border:none;
}

p img {
	margin-bottom:.5em;

	
/* a small bottom margin prevents content floating under images */
}

.entry-content p img {
	margin-bottom: 0;
}


	
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,img.size-full,img.size-large,img.size-medium,.attachment img,.widget-area img,.wp-caption {
	max-width:100%;

	
/* When images are too wide for containing element, force them to fit. */
	height:auto;

	
/* Override height to match resized width for correct aspect ratio. */
}

img.wp-post-image {
	float:left;
	margin:0 1.5em 1em 0;
}

.grid img.wp-post-image,.grid img {
	margin:0;
	float:none;
}

img.alignleft {
	margin-right:1em;
}

img.alignright {
	margin-left:1em;
}

.wp-caption {
	margin-top:.4em;
}

.wp-caption {
	background:#eee;
	margin-bottom:1.625em;
	max-width:96%;
	padding:9px;
}

.wp-caption img {
	display:block;
	margin:0 auto;
	max-width:98%;
}

.wp-caption .wp-caption-text,.gallery-caption {
	color:#666;
	font-family:Georgia, serif;
	font-size:12px;
}

.wp-caption .wp-caption-text {
	margin-bottom:.6em;
	padding:10px 0 5px 40px;
	position:relative;
}

.wp-caption .wp-caption-text:before {
	color:#666;
	content:'\2014';
	font-size:14px;
	font-style:normal;
	/*font-weight:bold;*/
	margin-right:5px;
	position:absolute;
	left:10px;
	top:7px;
}

#content .gallery {
	margin:0 auto 0;
}

#content .gallery a img {
	border:none;
	margin:0 auto 0;
}

img[class*=align],img[class*=wp-image-],#content .gallery .gallery-icon img {
	/*border:1px solid #ddd;
	padding:6px;*/
	margin: 0 auto 0 auto;
	height: auto;
}

.wp-caption img {
	border-color:#eee;
}

a:focus img[class*=align],a:hover img[class*=align],a:active img[class*=align],a:focus img[class*=wp-image-],a:hover img[class*=wp-image-],a:active img[class*=wp-image-],#content .gallery .gallery-icon a:focus img,#content .gallery .gallery-icon a:hover img,#content .gallery .gallery-icon a:active img {
	background:#eee;
	border-color:#bbb;
	width: 100%;
}

.wp-caption a:focus img,.wp-caption a:active img,.wp-caption a:hover img {
	background:#fff;
	border-color:#ddd;
}

.wp-caption .wp-caption-text {
	margin:.5em;
}

.wp-smiley {
	margin:0;
}


	
/* =Video
-------------------------------------------------------------- */
object,embed,video {
	max-width:100%;
	height:auto;
}


	
/* =Forms
-------------------------------------------------------------- */
#searchform label {
	display:none;
}

#searchform {
	width: 30%;
}

#searchform input#s {
	width: 99%;
	/*width:60%;*/
}

#branding #searchform input#s {
	/*width:276px;*/
	/*width: 30%;*/
}

input[type=text],input#s {
	margin:0 0 0 0;
	width:60%;
}

textarea {
	width:80%;
}


	
/* Class for labelling required form items */
.required {
	/*color:#cc0033;*/
}


	
/* =Comments
-------------------------------------------------------------- */
article.comment {
	display:block;
}

#respond input[type=text] {
	display:block;
	width:40%;
}

#respond textarea {
	display:block;
	margin:0 0 1em;
	width:60%;
}

#respond .form-allowed-tags {
	clear:both;
	width:60%;
}

#respond .form-allowed-tags {
	display:none;
}

#comments-title {
	font-size:16px;
	border-top: 1px dotted #ccc;
	padding: 2px 0 0 0;
	
}

.commentlist {
	margin:40px 35px 60px;
	list-style-type:none;
}

.pinglist {
	margin:20px 0 40px 52px;
	list-style-type:decimal;
}

.comment {
	margin-top:0;

}

#commentform {
	margin-top:20px;
}

.children {
	list-style-type:none;
	margin-left:55px;
}

.comment .avatar {
	background:#eaeaea;
	border:3px solid #eaeaea;
	float:left;
	margin:0 14px 0 0;
}

.bypostauthor .avatar {
	border-color:#222;
}

.comment-author-container {
	width: 100%;
	border-bottom: 1px dotted #ddd;
}

.comment-author-admin {
	background:#fafafa!important;
	border:#fa6274;
	padding: 8px;
}

.comment-author {
	display:inline;
	margin-right:5px;
	width: 100%;
	
}

.comment-author cite {
	/*font-weight:bold;*/
	font-size:16px;
	font-style:italic;
}

.comment-author .says {
}

.comment-author cite a {
	color:#37393c;
}

.comment-author cite a:hover {
	color:#fa6274;
}

.comment-meta {
	display:inline-block;
	font-size:12px;
}

.comment-meta a {
	color:#9fa2a6;
}

.comment-meta a:hover {
	color:#5e6066;
}

.comment-body {
	margin:0 0 30px 55px;
}

.reply {
	font-size:12px;
	font-style:normal;
	text-transform: uppercase;
	font-family: 'DIN Next W01 Regular', Helvetica, Arial, sans-serif;
}

h3#reply-title {
	font-size:12px;
	font-style:normal;
	text-transform: uppercase;
	font-family: 'DIN Next W01 Regular', Helvetica, Arial, sans-serif;
	letter-spacing: 0;
	margin: 0;
}

.logged-in-as {
	margin: 0;
}

.comment-form-comment label {
	font-style: italic;
	color: #bbb;
}

#respond {
	padding-bottom:35px;
}

#respond h3 {
	font-size:14px;
	/*font-weight:bold;*/
}

.nocomments {
	text-align:center;
	padding:20px;
}

.comment-body ul {
	list-style-type:disc;
}

.comment-body ol {
	list-style-type:decimal;
}

#commentform label small {
	font-size:12px;
}

#commentform label span {
	color:#fa6274;
}


	
/* =Widgets
-------------------------------------------------------------- */
.widget {
	display:block;
	margin:0 auto 2.5em;
}

.widget-title, h1.widget-title {
	font-family: 'DIN Next W01 Regular', Helvetica, Arial, sans-serif;
	font-style: normal;
}

.widget-area .widget_search {
	overflow:hidden;
}

.widget-area .widget_search input {
	float:left;
}

.widget-area #searchform input#s {
	padding:6px;
	width:56%;
}


	
/* =Footer
-------------------------------------------------------------- */
#colophon {
	border-top:1px solid #eaeaea;
	font-size:9px;
	margin:40px auto 3em;
	padding:1em 0;
	text-transform: uppercase;
	font-family: 'DIN Next W01 Regular', Helvetica, Arial, sans-serif;
	color: #bbb;
}


	
/* =Misc
-------------------------------------------------------------- */

.page-header {
	/*padding: 21px 0 0 0;*/
}
	
/* Breadcrumbs */
#breadcrumb-container {
	margin: -2px 0 25px 82px;
	padding: 0;
	background-color:#ffffff;
}

ul#filter.breadcrumb {
	margin: 0 0 0 0;
}

.breadcrumb li  {
	display:inline;
	line-height: 30px;
	padding: 0;
	margin: 0 -20px 0;
	font-family: 'DIN Next W01 Regular', Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
}

.breadcrumb li a {
	color: #777;
}

.breadcrumb .divider {
	
}

.breadcrumb .active a, .breadcrumb .current-cat a {
	color:#FFF;
	border-bottom: 1px solid #fff;
	padding: 0 0 2px 0;
}

#breadcrumb-lead h2 {
	background:#ffffff;
	padding:10px 60px 8px 4px;
	/*border-right:1px solid #dadada;*/
	margin: -8px 22px 0 -4px;
	float: left;
	width: 60px;
	font-size: 22px;

	/*font-family: 'DIN Next W01 Regular', Helvetica, Arial, sans-serif;*/
}

/* If on a page other than Projects... */
.page #breadcrumb-container {
	margin: -47px 0 25px 150px;
	padding: 0;
	background-color:#ffffff;
}

.page .breadcrumb li  {
	margin: 0 12px 0 0;
}

.page .breadcrumb .active a, .breadcrumb .current-page {
	color:#404040;
	border-bottom: 1px solid #ccc;
	padding: 0 0 2px 0;
}
	
	
/* Wraps */
.wrap {
	position:relative;
	width:100%;
	/* ORIGINAL height:auto; */
	/*height: 209px; */
	height: 100%;
	margin: 0;
	padding: 0;
}

.hide {
	background-color:#222;
	background-color:rgba(0,0,0,.8);
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	z-index:2;
}

.fade {
}

.project-item {
	height: 209px;
	display: inline;
}
	
/* Grids */
.grid .wrap {
	margin-bottom:0;
}

.grid .entry-link a {
	position:absolute;
	top:0;
	left:0;
	z-index:30;
	width:100%;
	height:100%;
}

.grid .entry-title {
	color:#fff;
	text-transform:uppercase;
	font-size:14px;
	margin:20px;
	padding:0 0 3px;
	border-bottom:1px solid #777;
	font-weight: normal;
	letter-spacing: 0;
	
}

.grid .entry-meta {
	font-size: 10px;
	font-family: 'DIN Next W01 Regular', Helvetica, Arial, sans-serif;
	letter-spacing: 0;
}

.grid p {
	color:#777;
	margin:20px;
}

.hero {
	background-color:#F5F5F5;
	margin-bottom:30px;
	padding:30px 60px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
}

.hero h2 {
	font-size:64px;
}

h3.twitter a {
	background:url(images/twitter.png) no-repeat 100% 50%;
	color:#222;
	display:block;
	width:100%;
}

.postdate {
	position:absolute;
	bottom:20px;
	left:20px;
}

.format {
	position:absolute;
	bottom:20px;
	right:20px;
	text-indent:-999em;
	display:none;
	/*background:url(images/formats.png) no-repeat;*/
	width:24px;
	height:10px;
}

.format.standard {
}

.format.image {
	background-position:0 -30px;
}

.format.gallery {
	background-position:0 -60px;
}

.format.video {
	background-position:0 -90px;
}

.format.audio {
	background-position:0 -120px;
}

.format.link {
	background-position:0 -155px;
}

.format.quote {
	background-position:0 -186px;
}

.single-format-quote .entry-title {
	position:absolute!important;
	clip:rect(1px 1px 1px 1px);
	clip:rect(1px,1px,1px,1px);
}

.single-format-quote .entry-content p {
	font-size: 2em;
	line-height: 1.5em;
	position: relative;
	padding: 0 6%;
	margin: 0;
}
.single-format-quote .entry-content p:before {
  content:"\201C"; 
  position:absolute; 
  z-index:1; 
  top:0px; 
  left:-5px; 
  font:80px/1 Georgia, serif;
  color:#dadada;
}
.single-format-quote .entry-content p.right:before, .single-format-quote .entry-content p.right:after {
  content:""; 
  position:relative; 
  z-index:1; 
  top:0; 
  left:0
  font:80px/1 Georgia, serif;
}

/* creates closing quotation mark */
.single-format-quote .entry-content p:after {
  content:"\201D"; 
  position:absolute; 
  z-index:1; 
  bottom:0; 
  right:-5px; 
  font: 80px/0.25 Georgia, serif;
  color:#dadada;
}

/* CUSTOM STYLES ============================================= */

html, body {
	/* Look in globals.css for fonts and sizes */
	
}

html {
	/*background: url(images/bg.jpg) no-repeat center center fixed;*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

a {
	color: #000;
}

a:hover {
	text-decoration: none;
	color: #444;
}

.menu {
	text-transform: uppercase;
	font-family: 'DIN Next W01 Regular',Helvetica, Arial, sans-serif;
	font-size: 12px;
	letter-spacing: 0;
}

.menu li {
	margin: 0 7px 0;
}


li.cat-item {
	margin-right: 20px;
	padding: 0 7px 6px 7px;
}

li.current-cat {
	pointer-events: none;
	cursor: default;
	/*background-color: #f7f7f7;*/
	/*border-bottom: 1px solid #ccc;*/
}

.prev {
	position: absolute;
	left: 0px;
	min-height: 20px;
	min-width: 20px;
	background-image: url('images/arrPrev.png');
	background-repeat: no-repeat;
	z-index: 9999;
}

.prev:hover {
	background-position: -20px 0;
}

.next, .prev {
	top: 635px;
}
.next {
	position: absolute;
	right: -1px;
	min-height: 20px;
	min-width: 20px;
	background-image: url('images/arrNext.png');
	background-repeat: no-repeat;
	z-index: 9999;
	
}

.next:hover {
	background-position: -20px 0;
}

#site-generator {
	font-size: 10px;
}

.slides {

}

.slides_container {
	width:100%;
	/*height:480px;*/
	height: 100%;
	position: relative;
	top: -15px;
}
.slides_container .slide_content {
	width:980px;
	height:550px;
	/*display:block;*/
	overflow: hidden;
	margin-top: -20px;
	overflow: visible;
}

#home-title {
	background-color: #ffffff;
	position: relative;
	height: 27px;
	width: 100%;
	top: 529px;
	padding: 6px 0 8px 30px;
	opacity: 1;
	z-index: 1001;
	font-family: "Didot W01 Italic", "Times New Roman", Times, serif;
	font-size: 14px;
	overflow: visible;
}

#home-title a {
	/*float: right; */
	color: #333;
}

#home-title a:hover {
	color: #000;
	text-decoration: none;
}

.meta-nav {
	font-size: 15px;
}

.entry-content h1 {
	border-bottom: 1px dotted #ccc;
	font-size: 18px;	
	text-transform: none;
}

.entry-content h2 {
	/*border-bottom: 1px dotted #ccc;*/
	font-size: 16px;
	letter-spacing: 0;
	padding-top: 14px;

}

.entry-content h3 {
	/*border-bottom: 1px dotted #ccc;*/
	font-size: 15px;
	font-family: 'DIN Next W01 Regular', Helvetica, Arial, sans-serif;
	letter-spacing: 0;
	padding-top: 14px;
}

.entry-content h4 {
	/*border-bottom: 1px dotted #ccc;*/
	font-size: 12px;
	font-family: 'DIN Next W01 Regular', Helvetica, Arial, sans-serif;
	letter-spacing: 0;
	padding-top: 4px;
}
.entry-content h5 {
	padding: 4px 0 0 0;
	margin: 10px 10px 0 0;
	border-top: 1px dotted #ccc;
	letter-spacing: 0;
}

.entry-content h6 {
	padding: 4px 0 6px 0;
	border-top: 1px solid #ccc; width: 95%;
	letter-spacing: 0;
	margin-top: 0;
}

.entry-content>ul {
	margin: 15px 0px 20px 50px;
	list-style-type: square;
	display: block;
}

.entry-content>li {
	margin: 15px 0px 10px 0px;
}

.entry-content>ul.tabs-content {
	margin: 0px;
}

.tease {
	font-size: 16px;
	line-height: 1.4em;
	margin: 5px 0 15px 0;
}

.more-link {
	font-size: 14px;
	
}


#videocontainer {
	height: 550px;
}

li.wrap.four.columns, li.wrap.four.columns .hide {
	padding: 0;
	margin: 0;
	line-height: 1px;
}

.grid li {
	margin: 0;
	padding: 0;
	line-height: 100%;

}


.entry-content p a {
}

.entry-content p a:hover {
	text-decoration: none;
}


.current-menu-item, .current-post-ancestor, .Projects, .hometime {
	border-bottom: 1px solid #ccc;
	margin: 0 -10px 0;
	padding: 0;
	/*background-color: #f7f7f7;*/
}





/* TWITTER WIDGET styles */
.widget_twitter .entry-meta {
	margin: 0;
	
}

.widget_twitter a, .widget_twitter a:link {
	border-bottom: 1px dotted #ccc;
}

.widget_twitter .entry-meta a, .widget_twitter .entry-meta a:link {
	border-bottom: 0 dotted #ccc;
}


/* FLICKR WIDGET styles */
.slickr-flickr-slideshow {
	font-style: normal;
}

/* SOCIAL buttons */
.roll-twitter  {
	float: left;
	display: block;
	width: 16px;
	height: 16px;
	text-decoration: none;
	margin-right: 5px;
	background: url("images/roll-twitter.gif");
}

.roll-twitter:hover {
	background-position: -16px 0;
}

.roll-facebook  {
	float: left;
	display: block;
	width: 16px;
	height: 16px;
	text-decoration: none;
	margin-right: 5px;
	background: url("images/roll-facebook.gif");
}

.roll-facebook:hover {
	background-position: -16px 0;
}

.roll-googleplus  {
	float: left;
	display: block;
	width: 16px;
	height: 16px;
	text-decoration: none;
	margin-right: 5px;
	background: url("images/roll-googleplus.gif");
}

.roll-googleplus:hover {
	background-position: -16px 0;
}

.ac_results {
	color: red;
	font-family: 'DIN Next W01 Regular',"Courier New",Helvetica, Arial, sans-serif;	
}

.ac_results li {
padding: 0 5px 0 5px;
}

/* Login */

.login h1 a {	

background:url('images/rf_logo.png') no-repeat 0 0;
background-size: 266px 80px !important;
margin: 0 0 0 29px;

height:100px;

} 

/* Background */

body.login {
	font-family: Helvetica, Arial, sans-serif;
	background-color: #fff; 
}


.login form {
	-moz-box-shadow: 0;
	-webkit-box-shadow: 0;
	box-shadow: 0;
}

.login form .forgetmenot label #rememberme {
	float: left;
	width: 15px	;
}

body.login .submit input {
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	margin: 60px auto 10px auto;
	clear: both;
	width: 100%;
	color: #333;
	background: #ccc;
	border:1px solid #999;
	text-shadow: none;
}

body.login .submit input:hover {
	background: #999;
	color: #eee;
	text-shadow: none;
	border: 1px solid #777;
}

.login .button-primary {
	padding: 5px 0 5px 0;
	
}

p.submit {
}

#content .gallery .gallery-icon img {
	margin-bottom: 20px;
}

.related-posts {
	margin: 10px 0 0 4px;
}


.grid_4 p a {
	text-decoration: none;
	color: #000;
}

.grid_4 p a:hover {
	color: #555;
}


/* ++++++++++++++++++++++++++ TABS STUFFS */
#tabs {
	margin: 20px 0 0 0;
	width: 100%;
}
#tabs>ul {
	/*float: left;*/
	clear: both;
	width: 100%;
	padding: 4px 0 10px 0;
	margin: 10px 0 40px 0;
}
#tabs>ul li {
	margin: 0 8px 10px 0;
	list-style: none;
}
* html #tabs > ul li {
	display: inline;

}
#tabs li, #tabs li a {
	float: left;
	border-top:1px #ccc solid;
	background-color: #eee;
}
#tabs ul li.active {
	border-top:3px #000 solid;
	background-color: #fff;
}
#tabs ul li.active a {
	color: #333333;
	background-color: #fff;

}
#tabs div {
	padding: 0;
	margin: 0;
	
}
#tabs div h3 {
	/*margin-bottom: 12px;*/
}
#tabs div p {
	line-height: 150%;
}
#tabs ul li a {
	text-decoration: none;
	padding: 8px;
}

#tabs .jobs ul {
	margin: 10px 80px 20px 30px;
	display: block;
}

#tabs .jobs ul li  {
	display: list-item;
	border: 0;
	list-style: square;
	float: none;
	background-color: #fff;
	margin: 0 40px 10px 30px;
}



.jobs {
	text-align: left;
	padding-right: 60px;
}

.jobs h3 {
	font-size: 18px;
	width: 100%;
	border-bottom: 1px dotted #ccc;
}

.jobs h4 {
	font-size: 14px;
	margin-top: 0;
}

#accordion {
	position: relative;
	
}

.ui-state-focus { outline: none; }

.ui-accordion-content {
	border-bottom: 1px solid #ccc;
	width: 100%;

}

.defaultIcon
{
	background-image: url('images/accordion-expand.gif') !important;
	background-repeat: no-repeat;
    width: 108px;
    height: 15px;
	border-bottom:0;
	outline: 0;
	
}
.selectedIcon
{
    background-image: url('images/accordion-collapse.gif') !important;
	background-repeat: no-repeat;
    width: 108px;
    height: 15px;
	border-bottom: 0;
	outline: 0;
}

.ui-accordion-icons {
	
}

.ui-icon {
	position: absolute;
	left: 540px;
}


/* ***************************** SEARCH PAGE */
.search-item {
	margin-top: 20px;
}

.search-item img {
	float: left;
	margin-right: 20px;
	clear: both;
}


.search-item-text {
	display: block;
	margin-top: 0px;
	padding: 5px;
}


.search-item-text h3 {
	font-size: 25px;
}

.search-item-text p {
	margin: 10px 0 0 0;
}



/* Localized */
