/* 
Theme Name: Oulipo
Theme URI: http://andreamignolo.com/oulipo
Description: A grid-based, black and white WordPress theme
Version: 1.0.9.2
Author: A. Mignolo 
Author URI: http://andreamignolo.com
Tags: white, three-columns, fixed-width, threaded-comments, sticky-post
License: GNU General Public License (GPL) version 3
License URI: http://www.gnu.org/licenses/gpl.html
*/


/* GLOBAL
-----------------------------------------------------------------------------------------------*/

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, pre, ul, ol, dl, address, .more-link  {
	margin:0; 
	padding:0;
}

html {
	overflow-y: scroll;
}

a, a:link, a:visited {
/*	outline: none; */
	text-decoration: none;
}

.entry a:active {
  position: relative;
  top: 1px;
    color: #2f8deb !important;
}

.entry img a:active {
  position: relative;
  top: 0px !important;
}

h1, h3, h4, h5, h6 {
	font-weight: normal;
}

h2 {
	font-weight: lighter;
}

blockquote:before, blockquote:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

input::-moz-focus-inner /*Remove button padding in FF*/
{ 
    border: 0;
    padding: 0;
}

li {
    list-style-position:inside;
}

::-moz-selection {
	background:#fe57a1;
	color:#fff;
	text-shadow:none;
}

::selection {
	background:#fe57a1;
	color:#fff;
	text-shadow:none;
}


/* LAYOUT
-----------------------------------------------------------------------------------------------*/
#html {
	background: white !important;
}

#wrapper {
	width: 90em; 
	margin: 0 auto;
}

#header {
  	margin: 0px 0 0px 0;
	display: block;
}

#main_nav {
	width: 13.2em;
	margin-top: 2em;
    padding: 0 .5em 0 0;
	float: left;
	position: fixed; 
	background-color: white;
	opacity: 1.0; 
/*	height: 55em;*/
	overflow: auto;
	z-index: 1000;
}

@-moz-document url-prefix() { 
  #main_nav {
     position: unset;
  }
}

#sub_nav {
	margin: 0 0 2em 0;
}

#content {
/*	width: 66em; */
	margin: .5em -1em 0 0;
	float: left;
/*	display: inline; */
/*	min-height: 35em; */
}

#entry_content {
	width: 60em;
	margin: 2.2em 0 0 16em;
	float: left;
/*	display: inline; */
}

@-moz-document url-prefix() { 
  #entry_content {
	margin: .7em 0 0 3em;
	position: absolute;
  }
}

#supplementary {
	width: 30em;
	margin: -1em 0 0 0em;
/*        padding: 0 0 0 0; */
	float: left;
/*	display: inline; */
}

#slide-list {
	left: 85% !important;
}


/* MAIN MENU
-----------------------------------------------------------------------------------------------*/

#main_nav ul.menu li {
  position: relative;
}

#main_nav ul.menu li:hover ul.sub-menu,
#main_nav ul.menu li:hover ul.children {
  display: block;
}

#main_nav ul.sub-menu, #main_nav ul.children {
  margin-top: 0;
  position: absolute;
  top: -1px;
  left: 160px;
  width: 165px;
  font-size: .9em;
  display: none;
}

#main_nav ul.sub-menu li, #main_nav ul.children li {
  width: 100%;
/*  padding: .5em .3em .1em .5em; */
/*  border-bottom: 1px solid #FFF; */
  background: #EEE;
}

#main_nav ul.sub-menu li a, #main_nav ul.children li a {
  padding: 0;
  line-height: 1.55em;
}

#main_nav ul.sub-menu a:hover, ul.sub-menu .current_page_item, ul.sub-menu .current {
  border-right: 0;
}

.socialmenu {
	display: inline !important;
}

.socialmenuin {
	display: inline !important;
	margin-right:5px;
}

.socialmenuig {
	display: inline !important;
	font-size: 45%;
}

#main_nav ul.menu li#menu-item-3048 {
  display: inline-block !important;
  margin-right: 7px;
  font-size: 45%;
}

#main_nav ul.menu li#menu-item-2561 {
  display: inline-block !important;
  margin-right: 7px;
  font-size: 45%;
}

#main_nav ul.menu li#menu-item-2564 {
  display: inline-block !important;
  margin-right: 7px;
  font-size: 43%;
}

#main_nav ul.menu li#menu-item-2563 {
  display: inline-block !important;
  font-size: 45%;
}


/* PROJECT GRID LAYOUT
-----------------------------------------------------------------------------------------------*/

#project_content {
	position: absolute; 
	width: 60em;
	margin: 2.2em 0 0 16em;
	float: left;
/*	display: inline; */
	min-height: 46.5em;
}

@-moz-document url-prefix() { 
  #project_content {
	margin: .7em 0 0 3em;
	position: absolute;
  }
}

.project_entry {
	width: 32%;
	float: left;
	margin-right: .65em;
}

p.projectcaption {
	overflow: hidden;
	margin: 20em 0 0 0;
	padding: 0 1em 0 .5em;
	position: absolute; 
	z-index: 100;
	width: 28%; 
	color: #fff;
/*	display: inline; */
	font-size: .69em;
	font-weight: bold;
	line-height: 1em;
	text-shadow:
   		-1px -1px 0 #000,  
    		1px -1px 0 #000,
    		-1px 1px 0 #000,
     		1px 1px 0 #000;
}

.post {
  width: 785px;
  margin-bottom: 40px;
  clear: both;
  display: inline-block;
}

#databox {
/*    width: 60em; */
/*    top: 12em; */
	margin-top: 20px;
/*    padding: 1em 1em 1em 1em; */
/*    background: #F0F0F0; */
    overflow: auto;
	float:left;
}

.databox-text {
/*	background: #F0F0F0; */
	font-size: .8em;
/*	line-height: 10px; */
	font-weight: bold;
}

/* ENTRY COLOR AND STYLE BOXES
-----------------------------------------------------------------------------------------------*/

.datalist {
padding-left: 20px;
text-indent: -20px;
}

.clientlist {
list-style: none;
font-size: 130%;
font-weight: bold;
}

.clientlist ul {
list-style-type: circle;
color: #728aa3;
}

div.odd-post {
  padding: 15px 15px 0 15px;
  margin-bottom: 30px;
/*    background: #FAFAFA; */
    background: #FCFEFF;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    border: 3px solid #000000;
    clear: both;
}

div.even-post {
  padding: 15px 15px 0 15px;
  margin-bottom: 30px;
/*    background: #EDEDED; */
    background: #F2FBFF;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    border: 3px solid #000000;
    clear: both;
}

.searchbox {
/*	background-color: #fff5fb; */
	background-color: #ffffff; 
	padding: 0 10px 20px 10px;
	border-radius: 15px;
}

.clientbox {
	padding: 0 10px 20px 10px;
	border-radius: 15px;
}

.entry .greybox {
	background-color: #f8f8f8;
	padding: 10px 10px 10px 10px;
	border-radius: 15px;
}

.entry .peachbox {
	background-color: #FFF5EB;
	padding: 10px 10px 10px 10px;
	border-radius: 15px;
}

.entry .peachboxsustainable {
	background-color: #FFF5EB;
	padding: 10px 10px 10px 10px;
	border-radius: 15px;
	min-height: 1400px;
}

.entry .bluebox {
	background-color: #f2faff;
	padding: 10px 10px 10px 10px;
	border-radius: 15px;
}

.entry .greenbox {
	background-color: #ebffec;
	padding: 10px 10px 10px 10px;
	border-radius: 15px;
}

.entry .pinkbox {
	background-color: #f9edff;
	padding: 10px 10px 10px 10px;
	border-radius: 15px;
}

.entry .orangebox {
	background-color: #ffecd7;
	padding: 10px 10px 10px 10px;
	border-radius: 15px;
}

.entry .yellowbox {
	background-color: #FFFFE0;
	padding: 10px 10px 10px 10px;
	border-radius: 15px;
}

.entry .blueoutlinebox {
	padding: 10px 10px 10px 10px;
	border: 1px solid #00f5d5;
}


/* GALLERY AND COLUMN LAYOUTS
-----------------------------------------------------------------------------------------------*/

.gallright {
float: right;
width: 300px;
margin: 0 -5em 0 2em;
padding: 1em 1em 1em 1em;
text-align: center;
/* display: inline; */
}

.gallleft {
float: left;
width: 300px;
margin: 0 2em 0 0;
padding: 1em 1em 1em 1em;
text-align: center;
/* display: inline; */
}

.clearer {
	clear: both;
}

#sustainableright {
/*float: right; */
/* width: 31em; */
/* margin: 0 0 0 2em; */
/* padding: -2em; */
text-align: left;
/* display: inline; */
min-height: 1700px;
}

#main_nav ul {
	margin: 0em 0 0 0;
}

.meta ul {
	margin: 1em 0 0 0;
}

.meta li {
	margin: .3em 0 0 0;
	line-height: 1.5em;
	padding: 0 0 .2em 0;
}

ul#categories li, ul#archives li {
	border-bottom: 0;
}

#content .date {
	margin: .1em 0 .65em 0;
	padding: 0;
}

.header {
	margin: 0 0 .75em 0;
}

.entry {
/*	margin: 0 0 40px 0; */
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.entry img.alignright {
	margin: 0 0 1.5em 1em;
}

.entry img.alignleft {
	margin: 0 1em 1.5em 0;
}

.offsite img {
	margin-top: 1em;
	border: 0;
}

#main_nav h1.masthead a {
	line-height: .5em;
	text-align:right;
}

dd.gallery-caption {
	font-size: 11px;
	color: #999;
	line-height: 12px;
	margin-top: 0;
}

.entry dt.gallery-icon img {
  margin-bottom: .3em;
  margin-top: .7em;
  border: 0 !important;
}

.entry .gallery {
	margin-top: 0;
	padding-top: 0;
	  clear:both;

}

.headshot {
	margin-right: 20px;	
}

/* POST AND CONTAINER CLEARFIXES
-----------------------------------------------------------------------------------------------*/

.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   visibility: hidden;
   line-height: 0;
   height: 0;
}
 
.clearfix {
   display: inline-block;
}
 
html[xmlns] .clearfix {
   display: block;
}
 
* html .clearfix {
   height: 1%;
   overflow: visible;
}


/* STICKY
-----------------------------------------------------------------------------------------------*/

#entry_content .sticky {
  padding: 15px 15px 0 15px;
  background: #fffedf;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  margin-bottom: 60px;
  border-radius: 15px;
  border: 5px solid #000;
}

#entry_content .sticky .entry {
  padding-bottom: 10px;
}

#entry_content .sticky h2 {
  border-bottom: 1px solid #CCC;
}

#entry_content p:last-child {
  margin-bottom: 0;
}


/* TYPOGRAPHY
-----------------------------------------------------------------------------------------------*/

body, .delicious-desc, #commentform textarea, .contactus, .sscaption, .archive #content, #footer {
font-family: "Lucida Grande", "Lucida Sans Unicode", arial, verdana, sans-serif;	
}

h1, h2, h3, h4, h5, #main_nav ul, .description, .ctitle, .fin, 
 	.error, .more-link, .comment-author, .comment-meta,
 	.pagination p span, #entry_content p.tags span {
	font-family: "Impact", Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans serif;
}

.contactus {
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.25em;
}

#supplementary ul {
	font-family: "Arial", sans-serif;
  	font-weight: bold;
}

h1 {
  font-size: 1.5em;
}

h2.titledefault {
  font-family: "Arial", verdana, sans-serif;
  font-size: 1.9em;
  margin: .5em 0 1em 0;
  padding-bottom: .13em;
  border-bottom: 1px solid #EEE;
  letter-spacing: -.05px;
}

h2.title {
  font-size: 3em;
  margin: 0 0 .5em 0;
  padding-bottom: .13em;
  border-bottom: 1px solid #EEE;
  color: white;
  line-height: 50px;
  text-shadow:
   	-1px -1px 0 #000,  
    	1px -1px 0 #000,
    	-1px 1px 0 #000,
     	1px 1px 0 #000;
}

h2.inline {
	display: inline !important;
}

p.inline {
	font-size: 1.2em;
	line-height: 1.5em;
	display: inline !important;
}

h2.titleacademic {
  font-size: 3em;
/*  margin: 0 0 .5em 0; */
/*  padding-bottom: .13em; */
/*  border-bottom: 1px solid #EEE; */
  color: white;
  text-shadow:
   	-1px -1px 0 #000,  
    	1px -1px 0 #000,
    	-1px 1px 0 #000,
     	1px 1px 0 #000;
}

a.subtitle {
  font-size: 1.25em;
  margin: -1em .5em 0 0;
  border-bottom: 1px solid #EEE;
}

h2.searchtitle {
  font-size: 1.9em;
  margin: .5em 0 -.5em 0;
  padding-bottom: .13em;
  border-bottom: 1px solid #EEE;
}

h2.recenttitle {
  font-size: 3em;
  margin: .2em 0 1em 0;
  padding-bottom: .13em;
  border-bottom: 1px solid #ffffff; 
/*  color: #c0c0c0; */
  color: #ffffff;
  opacity: .8;
  display: none;
}

h2.clienttitle {
  font-size: 1.9em;
  border-bottom: 1px solid #EEE;
}

h3.sscaption a {
  font-size: 130%;
  position: absolute;
  font-weight: bold;
  color: #c0c0c0;
}

h3.sscaption a:hover {
  color: #3399FF;
}

.entry h1, .entry h2, .entry h3,
.entry h4, .entry h5, .entry h6 {
  margin-top: 10px;
}

.entry h1 {
  font-size: 24px;
  font-weight: bold;
  font-variant: normal;
}

.entry h2 {
  font-size: 26px;
  line-height: 1em;
  letter-spacing: .5px;
}

.entry h3 {
  font-size: 20px;
}

.entry h4 {
  font-size: 16px;
  font-variant: normal;
}

.entry h5 {
  font-size: 14px;
}

.entry h6 {
  font-family: "Arial", verdana, sans-serif;
  font-size: 1.9em;
  margin: 0 0 0 0; 
  margin-top: 0 !important;
  line-height: 1em;
  padding-bottom: .13em;
  letter-spacing: -.05px;
}

.ftptext {
  display: inline;
}

#supplementary h3, h2.widgettitle {
  margin: 2em 0 -5px 0;
  font-size: 14px;
  border-bottom: none;
  color: #aaaaaa;
}

.widget li {
  border-bottom: 0;
}

#main_nav ul {
  text-transform: uppercase;
  font-size: 2em;
  list-style-type: none;
  text-align:right;
}

.entry {
  font-size: .9em;
  line-height: 1.5em;
/*  width: 85%; */
}

.entry .search1 {
  font-size: 1.5em;
  line-height: 1.5em;
}

#entry_content p {
/*  margin: 0 0 0 0 !important; */
}

#entry_content p.tags {
  margin: .3em 0 0 0;
}

h3#comments {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid #EEE;
}

#commentform p {
  margin: .7em 0;
}

#commentform textarea {
  background: #EEE;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border: 0;
  padding: 4px;
  width: 43.5em;
  font-size: .9em;
  color: #333;
  overflow: auto;
}

.description {
  font-size: .9em;
  color: #728aa3;
  margin: .75em 0 0 0;
  word-spacing: 4px;
  text-align:right;
}

#content .date  {
  font-size: .8em;
  color: #000;
}

.commentcount {
  color: #666;
}

#entry_content .date {
  margin: -2.3em 0 2em 0;
}

#search {
  margin: .3em 0 0 0em;
}

#wrapper .search {
	text-transform: uppercase;
	font-size: .7em;
	padding-right: .5em;
}

#searchform {
/*	display: inline; */
	position: fixed; 
	margin: .5em 0 1em 2em; 
	text-align: left;
	padding: 0 0 .6em 0;
	z-index: 10000;
	}
	
#searchform input.search {
  border: 1px solid #c0c0c0;
  width: 12em;
  height: 1.5em;
  text-transform: none;
}

#searchform input#searchsubmit {
  border: 1px solid #c0c0c0;
  padding: 2px;
  background: url(images/search.png) no-repeat center #FFFFFF;
  text-indent: -9999px;
  line-height: 0;
  width: 25px;
  height: 23px;
/*  opacity: .8; */
}

.search-no-results .entry img {
  margin: 0;
}

.entry.search-results {
  margin-bottom: 3em;
}

input {
	background: #FFFFFF;
	border: 0;
	padding: 3px;
	border-radius: 2px;
/*	opacity: .8; */
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  color: #666;
	}
	
input#submit {
  padding: 3px 5px;
  color: #FFF;
}

input#submit:hover {
  cursor: pointer;
}
	
blockquote {
	width: 75%;
	margin: 0 auto; 
	padding: 0 0 0 0; 
}

.entry img {
	display: block;
	border: 0;
/*	margin: 0 0 0 2em; */
}

.entry .wp-caption img {
  margin-bottom: 0;
}

.entry img.wp-smiley {
/*	display: inline; */
	border: 0;
	padding: 0;
	margin: 0;
}

#entry_content .caption {
	margin: -2.4em 2em 1.5em 0;
	font-size: .85em;
	color: #666;
	text-align: center;
}

#entry_content .caption a, ol.footnotes a {
	font-size: 1.0em;
}

#entry_content h3 a {
	font-weight: normal;
	font-variant: small-caps;
	color: #000;
	font-size: .75em;
}

#supplementary ul {
	list-style-type: none;
}

#supplementary ul ul ul {
  margin-left: 10px;
}

#supplementary .meta ul.children {
  margin-top: 0;
	line-height: -.5em !important;
}

#supplementary .meta ul li ul {
  margin-top: 10px;
}

#supplementary p {
  line-height: 1.5em;
}

.meta {
	margin: -2em 0 2.2em 0;
	font-size: .7em;
	line-height: 1.9em;
}

.footnotes {
	margin: 3em 0 0 0;
	padding-left: 2.2em;
	border-top: 1px dotted #999;
	font-size: .85em;
	line-height: 1.2em;
}

li.footnote {
	margin-top: .5em;
}

.wp-tag-cloud {
	padding-left: 0;
}

.highlight {
	color: #3399FF;
}

.error {
	font-size: 5em;
	text-align: center;
}

#footer p {
	font-size: .8em;
	font-weight: bold;
	margin: 0px 0 0 0;
	padding: 4px 0 0 4px;
}

#footer a {
	font-size: .9em;
	font-weight: bold;
	margin: 0px 0 0 0;
	padding: 4px 0 0 4px;
	color: #000000;
}


#footer_info {
	text-align: right;
	font-size: .8em;
	font-weight: bold;
	margin: 0px 0 0 0;
	padding: 1em 1em 1em 0;
}


#entry_content .fin {
	text-align: center;
	font-size: 1.3em;
	margin: 3em 0 4em 0;
}

.more-link .bracket {
	line-height: 5em;
	font-size: 1.5em;
}

.post_nav {
	font-size: 2em;
	float: left;
	width: 40em;
	color: #FF66CC;
}

.excerpt {
	color: #909090;
	font-size: .8em;
	line-height: 1.2em;
	text-align: left;
	font-style: italic;
}

code {
	font-size: 1.2em;
}

.navigation {
	font-size: .7em;
}

.spacer {
	height: 2em;
	background: url(./images/spacer.png) top center no-repeat;
	padding-right: 1em;
}

#entry_content .pagination p {
  margin: 0 0 15px 0;
}

#entry_content .pagination p span,
#entry_content p.tags span {
  color: #666;
  font-style: italic;
  font-size: 1.1em;
}

#entry_content p.tags span {
  padding-right: 3px;
}

#entry_content .pagination a {
  font-weight: normal;
  background: #EEE;
  padding: 2px 3px;
  margin: 0 1px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

.entry table {
  width: 100%;
}

.entry table tr th {
  text-align: left;
  background: #EEE;
  padding-left: 5px;
}

.entry table tr td {
  padding-left: 5px;
  border-bottom: 1px solid #EEE;
}

.entry pre {
  padding: 10px;
  background: #EEE;
  font-size: 12px;
}

.entry ul, .entry ol {
  margin-top: 2px;
}

.entry ul ul, .entry ol ol{
  padding-left: 20px;
}

.resumeindent {
  padding-left: 1.5em;
  text-indent:-1.5em;
}

/* LINK STYLES
-----------------------------------------------------------------------------------------------*/

input#submit {
  cursor: pointer;
}

input#searchsubmit {
  background: url(images/search.png) no-repeat center;
}

input#searchsubmit:hover {
  background: url(images/search.png) no-repeat center #3399FF !important;
  cursor: pointer;
}

.navigation a:hover, input#submit {
  background: #3399FF;
}

a {
/*	color: #666; */
	color: #728aa3 !important;
}

a:hover, a:hover span {
  color: #3399FF !important;
}

#main_nav .current_page_parent a, #main_nav li.current-page-ancestor a {
  color: #3399FF !important;
}

.entry sup a,
#main_nav .current_page_item a,
#main_nav .current_page_ancestor a
{
  color: #3399FF !important;
}

#main_nav h1.masthead a {
        font-size: 3em;
	color: #C0C0C0;
}

#main_nav h1.masthead a:hover {
    color: #3399FF !important;
	border-right: none;
}

h2 a {
	color: #aaaaaa;
}

#main_nav a {
	color: #C0C0C0;
}

img a, img a:hover {
	text-decoration: none;
}

.entry a, .navigation a {
	font-weight: bold;
	color: #aaaaaa;
}

.navigation a {
  background: #EEE;
  color: #666;
  font-weight: normal;
  padding: 3px 5px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}

.entry sup {
	font-size: 11px;
	color: #aaa;
}

.entry sup a {
	border: 0;
	margin: 0;
	font-weight: normal;
	font-size: 10px;
}

#supplementary .post_nav ul.about_nav li a, #supplementary .post_nav ul.single_post_meta a, #supplementary ul.contact_key li a {
	color: #888888;
	border-bottom: 0;
}

#supplementary ul.single_post_meta a {
  display: inline;
}

#main_nav li {
/*	border-bottom: 1px solid #EEE; */
/*	display: inline;  */
}

#main_nav a {
	display: block;
	width: 100%;
	line-height: .65em;	
	padding-top: .3em;
}

.menuspaceabove {
	margin-top: .5em;
}

#main_nav a:hover, .current_page_item, .current {
	width: 100%;
}

#supplementary a {
	color: #C0C0C0;
}

#supplementary .offsite a, .offsite a img {
	border: 0;
}

.entry h3 a {
	color: #333;
	text-decoration: none;
	border: 0;
}

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

.entry a.more-link {
	color: #666;
	font-style: italic;
	font-size: 14px;
	border: 0;
	text-align: center;
	display: block;
	margin: 0 auto 0 auto;
	text-transform: none;
	font-weight: normal;
	clear: both;
	
}


/* PLUGIN STYLES
-----------------------------------------------------------------------------------------------*/

ul.delicious {
	list-style-type: none;
}

ul.delicious li {
	margin: 1em 0;
	line-height: 1.5em;
	padding-bottom: .8em;
}

.twitter {
	margin: 0 0 4em 0;
	font-size: .7em;
	color: #999;
}

.smartarchives {
	margin: 2em 0 3em 0;
	font-size: .8em;
}

.smartarchives ul {
	margin: 0 0 1.5em 0;
	list-style-type: none;
}
	
.smartarchives h2 {
	margin: 0 0 0 0;
}

.smartarchives h2 a {
	text-decoration: none;
	color: #000;
	border: 0;
}

.smartarchives h2 a:hover {
	text-decoration: none;
	border: 0;
}

.monthly {
	clear: both;
	padding-top: 3em;
}

ul.archive_block {
	padding-left: 0;
	width: 100%;
	overflow: hidden;
	padding-bottom: 2em;
}

#content .archive_block li {
	float: left;
/*	display: inline; */
	padding: 5px 7px;
	background: #000;
	color: #FFF;
	font-size: 11px;
	margin-left: .2em;
	margin-bottom: .2em;
}

#content .archive_block li.empty {
	font-size: 11px;
	color: #333;
}

#content .smartarchives .archive_block li a {
	color: #CCC;
	font-weight: normal;
	font-size: 11px;
	border-bottom: 1px dotted #336699;
	
}

/*
 * .contactform {
	margin: 2em 0;
}

.contactform label {
	font-weight: bold;
}

.contactleft {
	margin: 1em 0 0 0;
}

#contactsubmit {
	margin: 1em 0 0 0;
}
*/

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea
{
 background-color: #ebebe0 !important;
 color: #000;
 width: 50%;
}

.ngg-slideshow, .slideshow {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* PLUGIN STYLES: SUPERSIZED
-----------------------------------------------------------------------------------------------*/

#supersized li {
	background:#fff !important;
}

#supersized img {
/*	max-width: 1200px !important; min-width: 1024 !important; position: relative !important; float: left; margin: 0 0 0 9.5em; */
/*	position: fixed !important; float: left; margin: 0 0 0 9.5em; */
float: right !important;
}


/* THREADED STYLES
-----------------------------------------------------------------------------------------------*/

ul.commentlist cite {
	font-style: normal;
	font-size: 1.1em;
}

ul.commentlist span.says {
	display: none;
}

ul.commentlist .comment-author, ul.commentlist .comment-meta {
	font-style: italic;
	color: #333;
}

.comment-author a, .comment-meta a {
  color: #aaa;
  font-weight: normal;
  font-size: 1.1em;
}

ul.commentlist .comment-meta {
	margin-top: -.5em;
}

.entry ul.commentlist .comment.bypostauthor .vcard img {
	border: 1px solid #3399FF;
}

.commentlist ul.children {
	list-style-type: none;
	overflow: hidden;
	margin-top: 1.5em;
}

h3#comments {
	margin-bottom: .7em;
	clear: both;
}

ul.commentlist .navigation {
	border: 0;
}

ul.commentlist .comment .comment-author.vcard img{
	border: 1px solid #CCC;
	padding: 2px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkig-border-radius: 2px;
}

.page p.nocomments {
  display: none;
}


/* COMMENT STYLES
-----------------------------------------------------------------------------------------------*/

ul.commentlist,
ul.commentmeta {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.commentmeta {
	margin-top: 2em;
}
img.avatar {
	margin: .3em 1em 0 0;
	float: left;
/*	display: inline; */
}
.commenttext {
	margin-left: 4.4em;
	border-bottom: 1px dotted #000;
	padding-bottom: 1.5em;
}
#comments,
#respond {
	margin: 3em 0 0 0;
	border: 0;
	clear: both;
}
.moderation {
	margin-left: 4.4em;
}
.ctitle {
	font-variant: small-caps;
}
li.comment {
	margin: 1.5em 0;
}
#entry-content .comment-body p {
	margin-bottom: 1em;
}
div.reply {
	margin: -8px 0 34px;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
#respond p {
	margin: 0;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
	padding: 4px;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 11px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 11px;
	width: auto;
}

.commentlist .comment-body p {
  margin: .7em 0 !important;
}

.commentlist #respond {
 margin-top: -2em;
}

.commentlist #respond h3 {
  margin-bottom: 0;
  margin-top: 0;
}

#respond {
  padding-top: 1em;
  border-top: 1px solid #EEE;
}


/* BETTER IMAGE SCALING IN IE
-----------------------------------------------------------------------------------------------*/

img { -ms-interpolation-mode:bicubic; }


/* REQUIRED 
-----------------------------------------------------------------------------------------------*/

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

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

#entry_content .entry p.wp-caption-text {
	font-size:.8em;
	line-height: 1.2em;
	display:block;
	color: #808080;
	text-align: center;
	margin-bottom: 1em;
}


/* WIDGET
-----------------------------------------------------------------------------------------------*/

.textwidget {
	margin-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #CCC;
}

.entry img.attachment-post-thumbnail {
  border: 0;
  float: left;
  margin: 7px 10px 0 0;
  padding: 0;
}

/* RESPONSIVENESS
-----------------------------------------------------------------------------------------------*/
@media only screen and (max-device-height: 640px) {

#main_nav ul {
    font-family: "Arial", verdana, sans-serif !important;
	font-weight: bold;
	font-size: 1.5em !important;
	padding-top: 1.2em !important;
}
	
#main_nav a {
	line-height: 1.2em;
}

h2 {
    font-family: "Arial", verdana, sans-serif !important;
	font-weight: bold;
	font-size: 2em !important;
}
	
a.subtitle {
	font-size: .9em;
	margin: .3em .1em 0 0;
	padding-top: .3em;
	border-bottom: 1px solid #EEE;
}
	
.entry {
  margin-bottom: 25px;
}

}