/*   
Theme Name: 31v3 Theme
Description: The 3rd generation of the 31v.nl theme.
Template: thematic
Author: Marc Fonteijn
*/

/* =Global Elements
-------------------------------------------------------------- */

body, input, textarea {
	font-family: Verdana, sans-serif;
	color: #444;
	text-align: left;
	line-height: 1.75em;
  font-size: 12px;
}

input, textarea {
  padding: 0.1em 0.2em;
  line-height: 1.5em;
}

ul, ol {
  list-style: none;
}

h1, h2, h3, h4 {
  line-height: 1.5em;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
/*  font-family: Georgia, 'Times New Roman', Times, serif;  */
}

h1 {
  color: #FF7D00;
  font-size: 2.5em;
  padding: 0em 0 10px 0;
  margin-top: -0.25em;
  font-family: Georgia, 'Times New Roman', Times, serif;
}

h2 {
  font-size: 1.5em;
  line-height: 1.25em;
  padding: 0px 0 10px 0;
  color: #222;
}

h2.entry-title a:link, 
h2.entry-title a:visited {
/*  color: #FF7D00;*/
}

h2.entry-title a:hover, 
h2.entry-title a:active {
  color: #F00;
}

h3 {
  font-size: 1.15em;
  padding: 10px 0 5px 0;
  color: #222;
}

h4 {
/*  color: #FF7D00;*/
  color: #222;
  margin-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid #CCC;
  font-size: 1.25em;
}

p {
}

p.highlight, p.featured { 
  font-style: italic;
  font-family: Georgia, 'Times New Roman', Times, serif;
/*  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;  */
}

p.highlight {
  font-size: 2.5em;
  line-height: 1.5em;
}

p.featured {
  font-size: 1.4em;
  line-height: 1.75em;
}

em {
	font-style: italic;
}

strong {
}

small {
  font-size: 0.9em;
}

blockquote, q {
  color: #666;
  font-style: italic;
  font-size: 1.25em;
	font-family: Georgia, 'Times New Roman', Times, serif;
  line-height: 1.75em;
  padding-left: 30px;
  margin-left: 20px;
  background: 0 0 url('/wp-content/themes/31v3/images/quote.png') no-repeat;
}

a:link, a:visited {
  color: #06C;
  text-decoration: none;
}
a:active, a:hover {
  color: #F00;
/*  color: #09E;*/
/*  color: #000;*/
/*  background-color: #FFC;*/
}

img {
/*  border: 1px #CCC solid;
  padding: 2px;
*/}

hr {
  background-color: #DDD;
  clear: both;
  border: 0;
  color: #DDD;
  height: 1px;
  width: 95%;
  margin-bottom: 20px;
}

/* =Header
-------------------------------------------------------------- */

#branding {
  padding: 60px 0;
}

#blog-title a {
  background: url('images/logo.png') no-repeat top center;
  display: block;
  position: absolute;
  top: 20px;
  text-indent:-9000px;
  width: 264px;
  height: 87px;
  z-index: 2;
}

/* =Menu
-------------------------------------------------------------- */

#access {
  top: 0px;
  left: 50%;
  position: absolute;
  height: 115px;
  padding-top: 5px;
  margin-left: -200px;
  border-left: 1px dotted #ccc;
  width: 300px;
  z-index: 1;
}

#menu-primary ul {
  float: left;
  margin-left: 20px;
  font-size: 14px;
}

#menu-primary li a:hover,
#menu-primary li.current_page_item a, 
#menu-primary li.current_page_parent a {
  background-image: url('images/nav-bullet.png');
  background-repeat: no-repeat;
  background-position: 0;
  padding-left: 1em;
/*  font-weight: bold;*/
/*  border-bottom: 2px solid #FF7D00; */
}

#menu-primary li a {
  text-decoration: none;
  color: #666;
  padding-left: 5px;
  line-height: 2em;
  text-transform: lowercase;
/*  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;*/
/*  font-weight: lighter;*/
/*  letter-spacing: 1px;*/
}

#menu-secondary {
  left: 50%;
  position: absolute;
  top: 10px;
  width: 960px;
  margin-left: -480px;
}

#menu-secondary ul {
  float: right;
  margin: 0;
  list-style-position: inside;
  width: 280px;
}

#menu-secondary li {
  float: left;  
}

#menu-secondary li a {
  color: #666;
  font-size: 11px;
  margin-right: 10px;
  padding-left: 10px;
  border-left: 1px solid #CCC;
}

#menu-secondary li a:hover, 
#menu-secondary li.current_page_item a {
  border-left: 2px solid #FF7D00;
/*  font-weight: bold;*/
}

/* =Content
-------------------------------------------------------------- */

#main {
  border: 1px dotted #CCC;
  padding: 0;
}

#container {
  border-right: 1px dotted #CCC;  
  padding-top: 20px;
}

#content {
  margin: 0;
  width: 580px;
  padding-left: 20px;
  padding-right: 20px;
}

#nav-above {
  display: none;
}

.hentry {
  padding-bottom: 30px;
}

/* search results hilighting */
.hentry .hilite { 
  background-color: #FF9; 
}

.entry-meta {
  font-style: italic;
  font-size: 0.9em;
  padding: 0 0 20px 0;
}

.entry-content h1 a:link, 
.entry-content h1 a:visited {
  color: #FF7D00;
  border-bottom: 0px;
}
.entry-content h2 a:link, 
.entry-content h2 a:visited {
  color: #222;
  border-bottom: 0px;
}

.entry-content h1 a:hover, 
.entry-content h1 a:active,
.entry-content h2 a:hover, 
.entry-content h2 a:active {
  color: #F00;
}

.entry-content h2 {
  padding: 20px 0 10px 0;
}

.entry-content h3 {
}

.entry-content ol {
  list-style-type: decimal;
}

.entry-content a:link, .entry-content a:visited {
  border-bottom: 1px dotted;
}

.entry-content a:active, .entry-content a:hover {
  border: 0px;
}

.entry-content img {
  margin-bottom: 0px;
  margin-top: 5px;
}

.entry-content img.alignright {
  margin-left: 10px;
}

.entry-content img.alignleft {
  margin-right: 10px;
}

.blog .entry-content p a.more-link {
	font-family: Verdana, sans-serif;
	font-style: normal;
}

.entry-utility {
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  font-size: 0.8em;
  margin-top: 20px;
  padding: 0.25em 1em;
}

.entry-utility .meta-sep-comments-link {
  display: none;
}

.entry-utility .tag-links {
  display: block;
}

/* =Projects & SD phases & Services
-------------------------------------------------------------- */

.service {
  width: 266px;
  float: left;
  margin-top: 2em;
  margin-bottom: 1em;
  border-bottom: 1px solid #DDD;
}

.service h1 {
  line-height: 1em;
}

.service#design-research, .service#service-scenarios {
  margin-right: 4em;
}

.project h2, .sd-phase h2, .service h2 {
  display: inline;
  padding-top: 0;
}

.project br, .sd-phase br, .service br {
  display: none;
}

.project img, .sd-phase img, .service img {
  margin-top: 0;
  margin-bottom: 1em;
}

.entry-content .project a:hover {
  border-bottom: 1px dotted #FFF;
}

/* =Comments
-------------------------------------------------------------- */

#comments {
  padding-bottom: 20px;
}

#comments h3 {
  color: #FF7D00;
}

#comments ol {
  list-style-type: none;
  margin-left: 0;
  margin-top: 20px;
  margin-bottom: 0px;
}

.comment {
  padding-bottom: 10px;
  font-size: 0.9em;
  line-height: 1.5em;  
}

.comment .comment-content {
  padding-left: 1em;
}

.comment .comment-meta {
  border-bottom: 0px solid #CCC;
  margin-bottom: 5px;
  padding: 0.5em 1em;
  background-color: #F7F7F7;  
}

.form-section .form-label, 
.form-section .form-input {
  display: inline;
}

.form-section .form-label {
  width: 80px;
  float: left;
}

.form-section input {
  margin: 0 0 10px 0;
}
.form-section textarea {
    width: 99%;
}

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

#form-allowed-tags p {
    color: #666;
    font-size: 0.9em;
    margin: 0;    
}
#form-allowed-tags span {
    font-style: italic;
}
#form-allowed-tags code {
    font-size: 0.9em;
    line-height: normal;
}
.form-submit {
    padding: 20px 0 0 0;
    text-align: right;
}

/* =Asides, Sidebars & Widget-Ready Areas
-------------------------------------------------------------- */

.main-aside {
  width: 300px;
  padding-top: 20px;
  right: 20px;
  text-align: left;
  font-size: 11px;
  line-height: 2em;
}

.main-aside h3 {
  border-bottom: 1px solid #CCC;
  margin-bottom: 10px;
  padding: 0 .5em;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.main-aside input, textarea {
  font-size: 1em;
}

.aside .widgetcontainer {
  padding-bottom: 1em;
}

.aside .widgetcontainer p {
  padding-left: 1em;
  padding-right: 1em;
}

.aside ul ul {
  padding-left: 1em;
}

.aside .textwidget ul {
  padding-left: 1em;
  margin-left: 1em;
  list-style-type: none;
  list-style-position: inside;
}

.aside .textwidget ul.bullets {
  list-style-type: disc;
}

/* =Footer
-------------------------------------------------------------- */

#footer {
  padding: 10px 1em;
  font-size: 0.9em;
  text-align: left;
}

/* =Contact form
-------------------------------------------------------------- */

fieldset.CleanContact {
  width: 100%;
/*  font-size: 14px;*/
  line-height: 2em;
}

#clean_contact legend {
  display: none;
}

#clean_contact label {
/*  color: #000;*/
}

#clean_contact input[type="text"] {
  border: 0;
  border-bottom: 1px dashed #F90;
  width: auto;
  color: #000;
/*  font-style: italic;*/
  font-weight: bold;
  font-family: monospace;
  letter-spacing: 1px;
/*  background-color: #F6F6F6;*/
  font-size: 12px;  
  line-height: 2em;  
}
#clean_contact input[type="text"]:focus {
  background-color: #FFF;
  font-style: normal;
}
#clean_contact #clean_contact_msg {
  color: #F00;
}

/* =Utils
-------------------------------------------------------------- */

.noborder {
  border: 0;
}

span.required {
  color: #F00;
}

ul.bullets {
  list-style-type: disc;
}

.slideshow {
	width: 240px !important;
	height: 160px !important;
	border: 1px solid #000;
	float: left;
	margin: 6px 6px 0 0;
}

.aside #slideshow {
	width: 	240px !important;
	height: 280px !important;
	border: 0px solid #000;
	margin-top: 6px;
	margin-right: 0;
}
