/*
Theme Name: Video Bombs over Baghdad
Theme URI: http://www.aliveinbaghdad.org
Description: The official 'Alive in' Theme
Version: 2.0
Author: Kevin Hart
Based on Contributions by: Michael Verdi, Rudy Jahchan
Author URI: http://www.gainesvillecomputer.com
*/

/* Main page properties */
body {
	font-family: "Georgia", Georgia, monospace;
	;
	color: #333333;
	text-align:center;
	font-size: 14px;
	line-height: normal;
	background-color:#EBE6D8;
	background-image:url(../../../images/bg.jpg);
	background-repeat: repeat-x;
}

/* container wraps around everything */
#container {
  margin: 0px auto;
  width: 740px;
  background-color:#FFFFFF
}

/* Header area */
#header {
width: 740px;
height: 140px;
}

/* Just the image area */
#header-img {
text-align: left;
}

/* All content for all pages will be displayed here */
#content {
 margin: 0px auto;
 text-align:left;
 padding-left: 20px;
 padding-right: 20px;
}

/* How do links look */
a {
	text-decoration: none;
}

/* How do links, visited and unvisited */
a:link, a:visited {
	color: #996600;
	font-weight: bold;
}

/* How do links look when the mouse floats over */
a:active, a:hover {
	font-weight: bold;
	color: #000000;
}

/* Blockquotes can also be stylized */
blockquote {
  margin-left: 6px;
  border-left: solid black 4px;
  padding-left: 6px;
}

/* The anchors for the header image must be changed to support the entire top */
#header #header-img a:link, #header #header-img a:visited, #header #header-img a:active, #header #header-img a:hover {
	border: 0;
  height: 64px;
  display: block;
	color: black;
}

/* Remove the image border so anchors don't look weird */
img {
  border: 0;
}

/** Style for post title */
h1.title {
	margin: 0 0 16 0;
	font-weight: bold;
	text-transform: uppercase;
/** maybe fix stevie's messup? */
	text-align: center;
	font-size: 18px;
	color: #000000;
}

/** A different title for pages (just bigger font) */
h1.page-title{
 margin: 0 0 16 0;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  font-size: 18px;
}

/* The next and prev links in the title header */
.title-nav a:link, .title-nav a:visited, .title-nav a:active, .title-nav a:hover {
	border: 0;
}

/* Make sure those next and prev links are aligned in the middle of the text */
h1.title img {
	vertical-align: middle;
}

/* The area where the links in the footer are displayed */
#links {
  padding: 4px;
}

/* The style of the footer links themselves */ 
#links a:link, #links a:visited, #links a:active, #links a:hover {
	border: 0;
	color: black;
	text-transform: none;
}

/* The navigation area that displays the previous episodes */
#navigation {
  color: black;
  clear: both;
  margin-top: 8px;
  margin-bottom: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}

/* The style of links in the navigation area */
#navigation a:link, #navigation a:visited, #navigation a:active, #navigation a:hover {
	border: 0;
	color: black;
}

/** The footer area */
#footer {
  text-align: center;
  color: black;
  height: 50px;
}

/* A single post on the archive pages */
.post-list {
  text-align: left;
  padding: 8px;
  clear: both;
}

/* The thumbnail of a post on the archive page */
.post-list-video {
  text-align: left;
  clear: none;
  float: left;
}

/* The information of a post on the archive page */
.post-list-info {
  text-align: left;
}

#searchbar {
position: relative; 
float: right;
top: 0;
}

/* Meta data posted at the bottom of a post */
#post-meta {
  padding: 8px;
}

/* Style of horizontal lines */
hr{
  border-top: 1px solid #CCCCCC;
}

/* Comments page style */
#comments {
	background: white;
  text-align: left;
}

/* Where comments are displayed */
#commentsBody {
}

/* The header area of the comments page */
#comments-header {
  padding: 4px;
  background-color: white;
}

/* Style of the links in the header area */
#comments-header a:link, #comments-header a:visited, #comments-header a:active, #comments-header a:hover {
	border: 0;
	color: black;
	text-transform: none;
}

/* title of posts on the archive page */
.post-title {
  font-weight: bold;
  font-size: 10pt;
}

/* The text area of a single post */
.post-text {
        text-align: left;
	border: 0;
}

/* Creative Commons license link styles */
#license a:link, #license a:visited, #license a:active, #license a:hover {
        color: white;
	border: 0;
}

/* Styles for socialable plugin, so its all in line */
.sociable {
	display: inline;
	margin: 0px;
}

.sociable .sociable_tagline {
	display: none;
}

.sociable ul { display: inline; margin: 0; padding: 0;}
.sociable li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.sociable img { border: 0; }

#linkz {background-color:#EBE6D8; color:#000000; text-decoration:none;}
#linkz a {color:#000000; text-decoration:none;}
#linkz a:hover {color:#000000; text-decoration:none;}
#linkz a:visited {color:#000000; text-decoration:none;}
#linkz a:active {color:#000000; text-decoration:none;}
#backgroundz {background-color:#000000; overflow:hidden;width:1px; height:1px;}