/*  
Theme Name: Viewfinder Design Site Theme
Theme URI: https://viewfinderdesign.co.uk/
Description: The Viewfinder Design default theme.
Version: 5.0
Author: Lee Penney
Author URI: http://www.thedigeratipeninsula.org.uk/
*/

/* general */

body { 
  background: #fff; 
  color: #444; 
  margin: 0;
  padding: 0;
}

body, table { 
  font-family: verdana; 
  font-size: 12px; 
  line-height: 160%; 
}

h1,h2,h3,h4,h5,h6,p,pre,table,blockquote { 
  margin: 0 0 1em 0; 
  padding: 0; 
}

h1,h2,h3,h4,h5,h6 { 
  line-height: 1.1em; 
  margin-bottom: 0.5em; 
}

img {
  border: none;
}

.img-left {
  float: left;
  margin: 0 5px 5px 0;
}

.img-right {
  float: right;
  margin: 0 0 5px 5px;
}

p { 
  line-height: 160%; 
  margin-bottom: 0.8em; 
}

h1, h2 { 
  font-family: georgia,times; 
  font-weight: normal; 
}

h1, h2 { 
  font-size: 38px; 
  line-height: 40px; 
  color: #000; 
}

h2 { 
  font-size: 25px; 
  line-height: 28px; 
  color: #000; 
  margin-bottom: 0.5em; 
}

h3 { 
  font-size: 20px; 
  line-height: inherit; 
  font-weight: normal; 
  margin: 1em 0;
}

blockquote { 
  border: 1px solid #ccc; 
  background: #eee; 
  padding: 1em; 
}

/* links */

a, a:visited { 
  color: #DF1111; 
}

a:visited {
  text-decoration: none;
}

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

h1 a, h2 a { 
  text-decoration: none; 
}

h1 a:hover, h2 a:hover { 
  text-decoration: underline; 
  color: #DF1111;
}

h1 a, h1 a:visited, h2 a, h2 a:visited {
  color: #000;
}

#sidebar a:visited { 
  color: #DF1111; 
}

/* lists */

ul { 
  margin: 0; 
  padding: 0; 
  padding-left: 2em; 
  margin-bottom: 1em; 
}

ul li { 
  margin: 0; 
  padding: 0; 
}
          
ol { 
  margin: 0; 
  padding: 0; 
  padding-left: 2em; 
  margin-bottom: 1em; 
}

ol li { 
  margin: 0; 
  padding: 0; 
}

ol ol { 
  margin-bottom: 0; 
  list-style: lower-roman; 
}

ol ol li { 
  list-style-type: lower-roman; 
}


/* layout */

#container { 
  margin: 0 auto; 
  width: 760px; 
}

#header { 
  border-bottom: 1px solid #ccc; 
  margin: 20px 0 40px 0;
  padding: 0 0 10px 0;
}

#header a img { 
  float: right; 
  margin: 0; 
}

#navcontainer { 
  float: left; 
  margin: 10px 0 0 0; 
}

#content {  }

#main { 
  float: left; 
  width: 490px; 
  margin-right: 50px;
  padding: 0;  
}

#sidebar { 
  float: left; 
  width: 220px;
  padding: 0;
}

#footer { 
  margin-top: 3em; 
  padding-top: 2em; 
  padding-bottom: 2em; 
  border-top: 1px solid #ccc; 
  font-size: 10px; 
  line-height: 140%; 
  color: #999; 
  text-align: center; 
}

/* navcontainer */

#navcontainer ul { 
  margin: 0; 
  padding: 0; 
  list-style: none; 
}

#navcontainer ul li { 
  margin: 0; 
  padding: 0; 
  margin-right: 1em; 
  display: inline; 
  text-transform: lowercase;
}

#navcontainer a  { 
  color: #DF1111; 
  text-decoration: none; 
}

#navcontainer a:hover { 
  color: #DF1111; 
  text-decoration: underline; 
}

#navcontainer a.selected { 
  color: #000; 
  font-weight: bold; 
}

#navcontainer a.selected:hover { 
  color: #DF1111; 
}

body#home a#home, body#templates a#templates, body#docs a#docs, body#features a#features, body#downloads a#downloads, body#suppport a#support, body#tips a#tips, body#about a#about, body#contact a#contact, body#donate a#donate, body#hosting a#hosting {
 background: #df1111;
 color: #fff;
 font-weight: bold;
 padding: 3px;
}

/* post */

.post {
  margin: 0 0 3em 10px;
  padding: 0;
}

.date {
  font-size: 80%;
  color: #ccc;
  margin: 1em 0;
  padding: 0;
}

.page .date {
  margin: -1.8em 0 1em 0;
}

/* navigation */

.navigation {
  width: 490px;
  padding: 0;
  margin: 1em 0;
}

.alignleft {
  width: 245px;
  float: left;
  padding: 0;
  margin: 0;
}

.alignright {
  width: 245px;
  float: right;
  padding: 0;
  margin: 0;
  text-align: right;
}

/* templates */

.template {
  clear: both;
  padding: 1em 0.5em;
  margin: 0 0 3em 0;
}

.template ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.template img {
  border: 1px solid #c0c0c0;
  padding: 5px;
  margin: 0 25px 0 0;
  float: left;
}

.template img:hover {
  border: 1px solid #DF1111;
}

.template .download {
  float: left;
  width: 200px;
  padding: 0;
  margin: 0;
}

.template .gallery {
  padding: 0;
  margin: 10px 10px 10px 0;
  float: left;
  height: 130px;
  text-align: center;
}

.template .gallery img {
  float: none;
  margin: 0;
  padding: 0;
}

#main .template .gallery p {
  margin: 0;
  padding: 0;
}

#main #articles .template h4 {
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1em;
}

.template h4 {
  padding: 0;
  margin: 0;
  font-size: 1.1em;
}

.template h4 a {
  color: #000;
}

.template h4 a:hover {
  text-decoration: none;
  color: #c0c0c0;
}

.template h4 span {
  text-transform: lowercase;
  font-weight: normal;
  color: #c0c0c0;
  font-size: 0.8em;
}

.template h4 span a {
  color: #c0c0c0;
}

.template h4 span a:hover {
  color: #000;
}

/* features */

ul.featureslist, ul.reviewslist, ul.downloads-list {
  padding: 0;
  margin: 1em 0;
  list-style: none;
  list-style-type: none;
}

#main ul.featureslist li, #main ul.reviewslist li, #main  ul.downloads-list li.download-link {
  font-size: 1.3em;
  font-weight: bold;
  margin: 0 0 1em 0;
  padding: 0 0 0 23px;
  list-style: none;
  list-style-type: none;
}

#main ul.featureslist li {
  background: url(/wp-content/themes/viewfinder-new/images/feature.gif) 0 0 no-repeat;
  /*background: url(/viewfinder/current/wp-content/themes/viewfinder/images/feature.gif) bottom left no-repeat;*/
}

#main ul.reviewslist li {
  background: url(/wp-content/themes/viewfinder-new/images/review.gif) 0 0 no-repeat;
  /*background: url(/viewfinder/current/wp-content/themes/viewfinder/images/review.gif) bottom left no-repeat;*/
}

#main ul.downloads-list li.download-link {
  margin: 0;
  background: url(/wp-content/themes/viewfinder-new/images/download.gif) 0 0 no-repeat;
  /*background: url(/viewfinder/current/wp-content/themes/viewfinder-new/images/download.gif) bottom left no-repeat;*/
}

/* category posts */

#tips h2, #downloads h2, #hosting h2 {
  font-size: 1.8em;
  margin: 1.5em 0 0.5em 0;
  color: #000;
  border-bottom: 1px dotted #ccc;
}

#main ul.catposts {
  list-style-type: none;
  margin: 0 0 1em 0;
  padding: 0;
}

#main ul.catposts li {
  list-style: none;
}

/* forms */

input {
  border: 1px solid #ccc;
	background: #F7F7F7;
}

textarea {
  border: 1px solid #ccc;
	background: #F7F7F7;
}

#name, #email, #msg {
  width: 450px;
}

input.button {
  border: 1px solid #000;
}

/* sidebar */

#sidebar {
  font-size: 0.9em;
}

#sidebar ul { 
  list-style: none; 
  margin-left: 0; 
  padding-left:0; 
}

#sidebar h3 { 
  margin-bottom: 0; 
}

.sidehead {
  height: 20px;
}

#sidebar div.title {
  display: none;
}


/* misc */

.clear {
  clear: both;
  height: 0px;
  width: 0px;
}