/*
Theme Name: Red Ivy
Theme URI: http://www.lindenlan.net/
Description: Linden LAN theme
Version: 1.0
Author: Brian Gibson
Author URI: http://www.lindenlan.net/
Tags: red, dark, 960, fixed width, two columns, widgets
*/

body {
  font-size: 14px;
  margin: 0 0 20px 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background: #000 url('images/side_borders.png') repeat-y top center;
  color: #fff;
}

#page {
  background: #000 url('images/page_background.png') no-repeat;
}

#header {
  height: 180px;
}

#header .blogname {
  font-family: 'Georgia', 'Times New Roman', serif;
  font-size: 45px;
  text-align: center;
  line-height: 100%;
  margin: 0px;
  margin-top: 5px;
}

#header .description {
  text-align: center;
}

#search {
  text-align: right;
}

#searchform {
  margin-top: 20px;
}

input.searchbox {
  width: 150px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  padding: 2px;
  background: transparent;
  border: 1px solid #666;
}

/* .focus class piggybacks wp-gbcf plugin otherwise use ie_focus_hack.css */
input.searchbox:focus, input.searchbox.focus {
  background: #ccc;
}

input.searchbox.hover {
  cursor:text;
}

input#searchsubmit {
  font-family: Verdana, Arial, Helvetica, sans-serif;
}



#header_space {
  height: 165px;
}

.menu_button a {
  display: block;
  width: 100px;  
  height: 57px;
  padding-top: 43px; 
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  color:#fff;  
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  letter-spacing: 1px;
  background: url('images/menu.png') no-repeat;
}

.menu_button a:hover {
  color: #fff;
}

.menu_button a:active {
  color: #b31b1b;;
}

#home_button a {
  background-position: 0px 0px;
}

#hireme_button a {
  background-position: -100px 0px;
}

#about_button a {
  background-position: -200px 0px;
}

#subscribe_button a {
  background-position: -300px 0px;
}

#portfolio_button a {
  background-position: -400px 0px;
}

#home_button a:hover {
  background-position: 0px -100px;
}

#hireme_button a:hover {
  background-position: -100px -100px;
}

#about_button a:hover {
  background-position: -200px -100px;
}

#subscribe_button a:hover {
  background-position: -300px -100px;
}

#portfolio_button a:hover {
  background-position: -400px -100px;
}

#content-top {
  height: 10px;
  background: transparent url('images/content_top.gif') no-repeat;
}

#content {
  width: 670px; /* removing this causes background image to not render in IE */
  background: transparent url('images/content_background.gif') repeat-y;
  padding: 0 15px;
}

#content-bottom {
  height: 10px;
  background: transparent url('images/content_bottom.gif') no-repeat;
}

h1, h2, h3 {
  font-family: 'Georgia', 'Times New Roman', serif;
  color: #b31b1b;
}

h1 { font-size: 2.0em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.2em; }

h1 a, h2 a, h3 a {
  color: #b31b1b;
  text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, #header .blogname a {
  text-decoration: none;
  color: #fff;
}

h2.pagetitle {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-align: center;
  color: #fff;
}

.postInfo {
  margin-bottom: 15px;
  font-size: 0.89em;
  color: #666;
}

.postInfo h1 {
  margin: 0;
}

.postCategory a, .postAuthor a, .postComments a, .postTags a {
  color: #666;
}

.entry p {
  color: #ccc;
  font-size: 14px;
  text-align: justify;
}

div.entry > p:first-child:first-letter {
  float: left;
  display: block;
  border: 1px solid #b31b1b;
  color: #b31b1b;
  font-family: Georgia,'Times New Roman',Times,serif;
  background: black url('images/dropcap.gif') no-repeat;
  font-size: 66px;
  line-height: 60px;
  padding: 5px;
  margin-top: 2px;
  margin-right: 5px;
}


a { color: #ccc; }

a:hover { color: #fff; }

a:active { color: #b31b1b; }

#sidebar h2 {
  margin:0 0 5px 0;
  font-weight:normal;
  color:#b31b1b;
}

#sidebar a {
  color:#fff;
  text-decoration:none;
}
#sidebar a:hover {
  color:#b31b1b;
}

#sidebar div.textwidget {
  padding: 0 10px;
}

#footer {
  margin: 10px 0;
  padding-top: 120px;
  background: url('images/streetsign.jpg') no-repeat top center;
  height: 20px;
  color: #999;
  font-size: 0.75em;
}

#footer p {
  text-align: center;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

/* End Structure */




/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists */
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

ol li {
	list-style: decimal outside;
	}
/* End Entry Lists */


/* Begin Sidebar */
#sidebar form {
	margin: 0;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#sidebar ul p, #sidebar ul select {
/*	margin: 5px 0 8px;*/
	}

#sidebar ul ul, #sidebar ul ol {
  margin: 5px 0 0 0px;
}

#sidebar ul ul ul, #sidebar ul ol ul {
  margin: 0 0 0 0px;
}

#sidebar ul ol li {
  list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
  margin-top: 5px;
  padding-left: 23px;
  background: url('images/bullet.png') no-repeat 0 6px;
}
/* End Sidebar */


/* Begin Form Elements */


.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 662px;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
#comments {
  margin-top: 20px
}

.alt {
	}

.commentlist {
	}

.commentlist li {
  color: #ccc;
	}

.commentlist small {
  color: #b31b1b;
}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
  display: none;
}

br.clear {
  clear: both;
}

a img {
	border: none;
	}

.navigation {
	text-align: center;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-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 */

/* Tables */
.entry table {
	border-width: 1px solid #ccc;
	border-spacing: 0px;
	border-collapse: collapse;
}
.entry table th {
	border: 1px solid #ccc;
	padding: 5px;
	-moz-border-radius: 0;
}
.entry table td {
	border: 1px solid #ccc;
	padding: 5px;
	-moz-border-radius: 0;
}
/* End tables */
