/*  
Theme Name: RockinRuby
Author URI: http://rockinthemes.com/
Version: 1.0
Author: RockinThemes.com
Description: RockinRuby is a nice, center-static theme with a beautiful color scheme, a replaceable header image, and tabs for page navigation.
The CSS, XHTML and design is released under GPL: 
http://www.opensource.org/licenses/gpl-license.php
*/

body {
	background: #444444;
	color: #000000;
	font-size: 11px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	margin: 0px;
	}
a, a:visited{
	color: #0066cc;
	text-decoration: none;
	}
	
a:hover{
	text-decoration: underline;
	}
#container { 
	width: 844px;
	display: block;
	background: #FFFFFF; 
	text-align: left; 
	margin: 0 auto;
	padding: 0px;
	}
* html #container {
	overflow: hidden;
}
#header { 
	background: #444444/*url(images/header.gif) no-repeat*/;
	height: 50px;
	width: 844px; 
	padding: 28px 0px 0px 25px;
	margin: 0px;
	position: relative;
	}
/* The title of the page, in the top left. White. */
#header .title {
	color: #ffffff;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	width: 50%;
	}

#header .title a {
	color: #ffffff;
	text-decoration: none;
	}

#header .title a:hover {
	color: #000000;
	text-decoration: none;
	}
/* the Tagline of the blog, beside the title. Black. */
#header .description {
	color: #000000;
	font-size: 25px;
	font-family: Times New Roman, Sans-Serif; 
	margin: 0px 0px 0px 75px;
	font-style: italic;
	}

#menu { 
	height: 33px;
	position: absolute;
	bottom: 6px;
	right: 50px;
	width: 844px;
	}
* html #menu {
	bottom: 0px;
}
#navlist, #navlist ul {
	height: 33px;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: right;
	float:right;
}
#navlist li {
	float: left;
	width: auto;  height: 30px;
	border: none;
	text-align: right;
	padding: 0px;
	margin: 0px 3px;
	display: inline;
}
#navlist li a {
	display: block;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	width: auto; height: 33px;
	overflow: hidden;
	text-align: center;
	line-height: 25px;
	border: none;
	padding: 12px 10px 0px 10px;
	background: #000000;
}
#navlist li a:hover {
	/* border-left: 1px solid #FFFFFF; */
	background: #FFFFFF;
	color: #000000;
}
#content { 
	width: 490px; 
	float: left; 
	margin-bottom: 20px;
	}
#content p{
	margin: 0px;
	line-height: 18px;
	padding: 0px 0px 15px 0px;
	}
	
#content p img{
	border: none;
	/* margin-right: 15px; */
	margin-bottom: 10px;
	}
#content h1 {
	color: #D03229;
	font-size: 18px;
	font-family: Geneva, Arial, Helvetica, sans-serif;;
	font-weight: normal;
	padding: 10px 10px 10px 10px;
	line-height: 150%;
	margin: 0px;
	}
	
#content h1 a  {
	color: #D03229;
	text-decoration: underline;
	}

#content h1 a:hover {
	color: #000000;
	text-decoration: none;
	}

#content h2 {
	color: #D03229;
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	margin: 0px;
	line-height: 150%;
	}
#content h2 a  {
	color: #D03229;
	text-decoration: none;

	}

#content h2 a:hover {
	color: #00285C;
	text-decoration: underline;
	}

blockquote{
	margin: 0px 0px 0px 25px;
	padding: 0px 25px 0px 10px;
	font-style: italic;
	color: #666666;
	border-left: 1px solid #cccccc;
	}
	
#content blockquote p{
	margin: 0px 0px 20px 0px;
	padding: 0px;
	}

.postspace {
	background: #FFFFFF;
	width: 440px;
	height: 32px;
	margin: 0px;
	padding: 0px;
	}
.postspace2 {
	background: #FFFFFF;
	width: 440px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	}

#sidebar { 
	width: 250px; 
	background: #cccccc;
	float: right; 
	margin: 20px;
	padding: 15px 15px 15px 15px; 
	}

#sidebar h2 {
	color: #D03229;
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	list-style: none;
	padding: 15px 0px 5px 0px;
	margin: 0px 10px 0px 0px;
	
	}

#sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	}
	
#sidebar li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar ul li {
	list-style: square inside;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	}
	
#sidebar ul li a {
	color: #000000;
	text-decoration: none;
	}

#sidebar ul li a:hover {
	color: #507AA5;
	text-decoration: underline;
	}

#footer { 
	background: #444444;
	clear: both;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	width: 844px;
	}
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#content, #footer { padding: 15px; }

/* Begin Images */
.images {
	margin: 3px;
	padding-right: 4px;
	padding-bottom: 4px;
	left: 4px;
	top: 4px;
	float: left;
}



/* End Images */

/* For Link Indication plugin */
a.liexternal { padding-right: 12px; background: url(images/icons/link-icon_external_17.gif) no-repeat right; }
a.liinternal { padding-right: 12px; background: url(images/icons/link-icon_external_17.gif) no-repeat right; }
a.liwikipedia { padding-right: 14px; background: url(images/icons/link-icon_wikipedia.gif) no-repeat right; }
a.liimdb { padding-right: 18px; background: url(images/icons/link-icon_imdb.png) no-repeat right; }
a.liftp { padding-right: 13px; background: url(images/icons/link-icon_ftp.png) no-repeat right; }
a.limailto { padding-right: 18px; background: url(images/icons/link-icon_mail.png) no-repeat right; }
a.lipdf { padding-right: 12px; background: url(images/icons/link-icon_pdf_02.png) no-repeat right;  }