/*
  FC Twente - working on an online dream
*/

/* ****************** */
/*        Main        */
/* ****************** */
* {
  margin: 0; 
  padding: 0; 
}
	
body {
	margin: 0;
	padding: 0;
	font-family: verdana;
	font-size: 12px;
}

a:link, a:visited, a:active {
  color: black;
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: underline;  
}

#sitecontainer {
	width: 614px;
	margin: 0 auto;
	padding: 20px;
}

div#header {
  text-align: center;
  margin-bottom: 30px;  
}

div#contenttop {
  width: 614px;
  height: 32px;
  background: url(http://www.fctwente.nl/blog/wp-content/themes/fctwente/images/content-top.png) no-repeat center;
}

div#contentbottom {
  width: 614px;
  height: 32px;
  background: url(http://www.fctwente.nl/blog/wp-content/themes/fctwente/images/content-bottom.png) no-repeat center;
}

div#contentcontainer {
  background: url(http://www.fctwente.nl/blog/wp-content/themes/fctwente/images/content-bg.png) repeat-y center;
}

div#content, div#contenthome {
  width: 541px;
  margin: 0px 7px 0px 7px;
  padding: 10px 32px 25px 27px;
  line-height: 150%; 
}

div.redline {
  border-left: 3px solid #ca0016; 
  padding-left: 15px;
}

div#contenthome {
  border-bottom: 1px solid #d8d8d8;
}  

div#blogcontainer {

}

.blog-entry-odd-container, .blog-entry-even-container {

}

.blog-entry-odd-container .blog-entry-content {
  background: url(http://www.fctwente.nl/blog/wp-content/themes/fctwente/images/blog-entry-odd-bg.png) repeat-y center;
}

.blog-entry-even-container .blog-entry-content {
  background: url(http://www.fctwente.nl/blog/wp-content/themes/fctwente/images/blog-entry-even-bg.png) repeat-y center;
}

.blog-entry-top {
  height: 1px;
  background: url(http://www.fctwente.nl/blog/wp-content/themes/fctwente/images/blog-entry-top-divider.png) no-repeat center;
}

.blog-entry-bottom {
  height: 1px;
  background: url(http://www.fctwente.nl/blog/wp-content/themes/fctwente/images/blog-entry-bottom-divider.png) no-repeat center;
}

.blog-entry-content {
  padding: 4px 15px 4px 15px;
}

div#menucontainer {
  position: relative;
}

div#menu {
  position: absolute;
  right: 30px;
  top: -26px;
  width: 450px;
}

.message-bullet {
  width: 40px;
  height: 28px;
  margin: 8px 15px 0px 0px;
  margin-right: 5px;
  margin-top: 8px;
  float: left;
  background: url(http://www.fctwente.nl/blog/wp-content/themes/fctwente/images/paard.png) no-repeat center;  
}

.message-textcontainer {
  padding-left: 50px;
  margin-top: 8px;
  margin-bottom: 8px;  
}

.message-title {
  font-size: 14px;
  font-weight: bold;  
}

.message-title-post {
  font-size: 20px;
  font-weight: bold;
  line-height: normal;
}

.message-subtitle {
  color: grey;
  font-size: 90%;  
}

.message-excerpt {
  margin-top: 2px;
  width: 500px;
}

.message-excerpt a {
  color: #e51837;
}

#content a:link, #content a:visited, #content a:active {
  text-decoration: underline;
  outline: none;
}

img {
  border: none;
}

/* ****************** */
/*      Tabsmenu      */
/* ****************** */
ul.cssmenu {
  list-style: none;
  padding: 0px;
}

.button-text {
  position: absolute;
  width: 110px;
  text-align: center;
  padding-top: 12px;
  font-size: 14px;
  color: #000000;   
}

ul.cssmenu li {
  float: right;
}

ul.cssmenu li a {
  display: block;
  width: 110px;
  height: 33px;
  background: url('http://www.fctwente.nl/blog/wp-content/themes/fctwente/images/menu-button.png');
  background-position: 0 0;
  cursor: pointer;
  cursor: hand;  
}

ul.cssmenu li a:hover {
  background-position: -110px;
}

ul.cssmenu li a.selected {
  background-position: -110px;
}

/* ****************** */
/*       Forms        */
/* ****************** */

#commentform input, #si_contact_form1 input {
  border: 1px solid grey;
  width: 250px;
  height: 20px;
  margin-bottom: 5px;
}

#commentform textarea, #si_contact_form1 textarea {
  border: 1px solid grey;
  height: 100px;
  margin-bottom: 8px;
}

#commentform input:hover,
#commentform textarea:hover, 
.contactform-field input:hover,
.contactform-field textarea:hover	{
	background:#eeeeee; 
}

#commentform #submit {
  width: 150px;
  height: 25px;
  font-weight: bold;
  cursor: hand;
}

/* ****************** */
/*      Comments      */
/* ****************** */

.comment-meta a {
  color: grey;
}

.comment-meta {
  float: right;
  text-align: right;
  color: #888888;
  font-size: 10px;
}

.comment-spacer {
  margin: 5px 0 5px 0;
}

h3#comments, #respond h3, #poll-header {
  font-size: 16px;
  margin-bottom: 3px;
  color: #e51837;
}

#poll-header {
  margin-top: 15px;
}

#respond {
  margin-top: 25px;
}

li.comment {
  border: 1px solid #eeeeee;
  margin-bottom: 3px;
  padding: 7px 7px 7px 10px;
  list-style-type: none;
}

.comment-author {
  font-weight: bold;
  font-size: 14px;
  color: #b2002f;
  margin-bottom: 5px;
  float: left;
}

ol.commentlist p {
  clear: left;
}

/* ****************** */
/*        Etc         */
/* ****************** */
.backtohome {
  margin-bottom: 10px;
}

.Buttons {
  width: 100px;
  height: 20px;  
  font-weight: bold;
  cursor: pointer;
}

.pButtons input:hover	{
	background:#eeeeee; 
}

.poll-link {
  margin-top: 4px;
}

.poll-link a:link, .poll-link a:visited, .poll-link a:active {
  text-decoration: underline;
}

.poll-link a:hover {
  text-decoration: none; 
}

#content ul, #content ol {
  margin-left: 20px;
}

#content ol.commentlist {
  margin-left: 0px;
}

/* Captions */

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px 0 10px 0;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
