/* Two-column with sidebar on left from the /examples/ folder  */
@import url('examples/1c-b.css');

body {
	background-image: url('/images/bg.jpg');
	background-repeat: repeat;
	/*background-position: top center;	*/
	background-color:#000000;
	/*background-attachment:fixed;*/
	/*margin-left:50px;	*/
	margin-top:-30px;	
}
.tagline {
	float:right;
	margin-top:80px;
}
#wrapper {
	width:780px;
	color:#464646;
	font-family:"lucida grande",verdana,sans-serif;
	font-size:12px;
	line-height:18px;
	margin-left:auto;
	margin-right:auto;
}

#ie6Warning {
	background-color:#e7f5ff;
	border:1px solid #c6e5fa;
	padding:20px;
	margin-bottom:20px;
}

#container {
	background-color:#ffffff;
	padding:20px;
	border-right:1px solid #b8a080;
	border-top:5px solid #e6d9c7;
}
#header {
	height:100px;
}
#header a:hover {
	background-color:#ffffff;
}
#footer {
	margin-top:20px;
}
#comments-list ul {
	margin-left:0px;
}
#comments-list ul li{
	border-bottom:1px solid #c6e5fa;
	list-style:none;
	margin-left:0px;
	margin-bottom:20px;
}
#bottombar {
	background-color:#e7f5ff;
	border-right:1px solid #b8a080;
	border-bottom:1px solid #b8a080;
	padding:20px;
	height:50px;
}
#search {
	float:left;
	width:500px;
}
#searchform {
	float:left;
	width:300px;
}
#search h4 {
	float:left;
	width:100px;
}

#search .text {
	float:left;
}	
#search .button {
	float:left;
}	

hr {
	clear:both;
}

#rss {
	width:180px;
	float:right;
}
#rss img {
	width:30px;
	float:left;
	margin-right:10px;
}
.img {
	float:right;
	position:relative;
	right:-20px;
	margin-bottom:10px;
}
.imgNoMargin {
	float:right;
	position:relative;
	right:0px;
	margin-bottom:10px;
}
.imgLeft {
	float:left;
	margin-bottom:10px;
	margin-right:10px;
}
.imgShowOff {
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	clear:both;
	position:relative;
	margin-left:0px;
	margin-bottom:10px;
	margin-top:10px;
}
.entry-title {
	/*text-transform:uppercase;*/
}
h3 {
	/*text-transform:uppercase;*/
	font-family:georgia,serif;
}
.navigation {
	clear:both;
	height:30px;
}
.nav-previous {
	float:left;
}
.nav-next {
	float:right;
}
.entry-meta {
	/*background-color:#e7f5ff;
	padding:10px;
	border:1px solid #c6e5fa;*/
	font-size:11px;
}
a {
	font-family:georgia,serif;
	color:#ba1747;
	text-decoration:none;
}

a:hover {
	background-color:#ba1747;
	color:#ffffff;
}

.entry-meta a {
	background-color: #eeeeee;
	color:#474747;
	padding:5px;
	display:inline;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
	-khtml-border-radius:5px; 
	border-radius:5px; 
}
.entry-meta a:hover {
	background-color: #cccccc;
	color:#474747;
}
.comments-link {
	float:right;
}
a img {
text-decoration:none;
border:0px;
}
