.gsc-control {
width: auto !important;
}

/*Jinsona designs: http://web2feel.com/*/
body {
	margin:0;
	padding-top:0px;
	background:#fff url(images/body.png) repeat-x left -23px;
	font-family:Tahoma,Helvetica,Verdana,sans-serif;
	color:#222;
	font-size:13px;
	}
img {
	border:0;
}
a {
	color:#fa0000;
	text-decoration:none;
}
a:hover {
	color:#ce1b1b;
}
h1, h2, h3, h4, h5, h6 {

}
blockquote {
	padding-left:10px;
	color:#7d0000;
	padding:2px 3px 2px 3px;
}
.clear {
	clear:both;
}
.alignleft {
	float:left;
}
.alignright {
	float:right;
}

/* The Wrapper */
.wrapper {
	width:100%;
	margin:0 auto;
}

/* The Search */

.search {
	height:29px;
	top: 46px;
	right: 40px;
	position: absolute;
}
.search form {
	background:url(images/searchbg.png);
	width:233px;
	height:27px;
	padding-top:8px;
	padding-left:17px;
}
.search input {
	float:left;
}
.search input#s {
	width:180px;
	border:none;
	background:#fff;
	font-size:16px;
	color:#6f0000;
	height:20px;
}
.search input#submit {
	border:none;
	background:#fff;
	font-size:16px;
	color:#6f0000;
	height:22px;
	width:35px;
}
/* The Menu */
.menu {
	height:25px;
	background:#909090 ;
	}
.menu ul {
	list-style:none;
	margin:0;
	padding:5px 5px 0 10px;
	float:left;
	}
.menu li {
	display:inline;
	font-size:12px;
	padding:0px 5px 0px 5px;
	font-weight:bold;
	}
.menu a {
	color:#ffffff;
	text-decoration:none;
	}
.menu a:hover {
	color:#000000;
}
		
/* The Top */

.top {
	height:90px;
	margin-top:0px;
	background:url(images/top.png) no-repeat left bottom;
	position: relative;
}
.blogname {
	float:left;
	width:60%;
        padding: 14px 0 0 140px;
}
div#blogname  {
	font-size:30px;
	font-weight:normal;
	margin:5px 0 0 30px;
	color:#fff;
}
div#blogdesc {
	margin:0px 0 0 30px;
	font-size:14px;
	font-weight:normal;
	color:#fff;
	}

/* The Content */
.content {
	padding:10px 10px 25px 15px;
	background:#fff ;
}
.date {
	float:left;
	width:46px;
	height:51px;
	background:url(images/date.png);
	text-align:center;
	font-size:12px;
	line-height:23px;
	text-transform:uppercase;
	color:#fff;
}
.date .day {
	color:#fff;
	font-size:18px;
	font-weight:bold;
	padding-bottom:3px;
	line-height:15px;
}
/* The Posts */
.text {
	width:66%;
	float:left;
	text-align:justify;
}
.post {
	padding:0 20px 10px 5px;
}
.postline {
	height:33px;
	background:url(images/line.png) no-repeat;
	margin:3px auto 3px auto;
}
h1.title {
	font-size:26px;
	margin:5px 0 0 0;
	padding:3px 3px 3px 0px;
	color:#900000;
	font-weight:normal;
	border-bottom:1px solid #6f0000;
}
h1.title a {
	color:#900000;
	text-decoration:none;
}
h1.title a:hover {
	color:#000;
	background:none;
	text-decoration:none;
}
.postinfo {
	height:18px;
	background:none;
}
.postinfo a {
	color:#650000;
	font-weight:bold;
	text-decoration:none;
}
	
/* The Sidebar2 */
.sidebar2 {
	width:15%;
	float:right;
	line-height:18px;
	padding: 0px 10px 0px 0px;
}
.sidebar2 ul {
	margin:0;
	padding:5px 0 0 0;
	list-style:none;
}
.sidebar2 h2 {
	height:29px;
	padding-top:10px;
	padding-left:10px;
	font-size:15px;
	color:#fff;
	margin:5px 0;
	background:url(images/h2.png) repeat-x;
	line-height:normal;
}
.sidebar2 ul ul ul {
	padding-left:10px;
}
.sidebar2 .syndication .rss {
	width: 100px;
	height: 100px;
	position: relative;
}
.sidebar2 .syndication .rss span{
	background: url(images/rss.png) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}

.sidebar2 .rss .sub{
	border-bottom: none;
}

.sidebar2 .rss .sub a:hover{
	background: none;
}

	
.sidebar2 ul li a {
	/*vic: padding-left:10px;*/
	text-decoration:none;
	color:#640707;
	font-weight:normal;
	background:none
}
.sidebar2  a:hover {
	color:#000;
}

/* The Sidebar1 */
.sidebar1 {
	width:15%;
	float:left;
	line-height:18px;
	padding: 0px 18px 0px 0px;
	text-indent: 0px;
}
.sidebar1 ul {
	margin:0;
	padding:5px 0 0 0;
	list-style:none;
}
.sidebar1 h2 {
	height:29px;
	padding-top:10px;
	padding-left:10px;
	font-size:15px;
	color:#fff;
	margin:5px 0;
	background:url(images/h2.png);
	line-height:normal;
}
.sidebar1 ul ul ul {
	padding-left:10px;
}
.sidebar1 a {
	/*vic: padding-left:10px;*/
	text-decoration:none;
	color:#640707;
	font-weight:normal;
}
.sidebar1 a:hover {
	color:#000;
}

/* The Footer */
.footer {
	height:40px;
	background:#7c0000 ;
	text-align:center;
	color:#fff;
	font-size:13px;
	padding-top:15px;
}
.footer span {
	padding: 0 10px;
	display: block;
	float: right;
}
.footer a {
	color:#e4e4e4;
	text-decoration:none;
}
.footer a:hover {
	color:#666;
}

#footerbuttons {
	float: left;
	padding: 0 10px;
}

#footerbuttons div {
	float: left;
	width: 88px;
	padding: 0 5px;
}
	
/* The Navigation */
.navigation {
	height:25px;
	padding:0 20px;
}
.navigation a {
	font-weight:bold;
	text-decoration:none;
	font-size:16px;
	color:#810303;
}
.navigation a:hover {
	color:#000;
	background:#eedcbd;
}

/* The Attachment */
.contentCenter {
	text-align:center;
	}

/* The Page Title */

h2.pagetitle {
	padding:0;
	margin:0 0 20px 0;
	font-size:25px;
	text-align:center;
	}

/* The Comments */

.comments {
}
.comments form {
}
.comments textarea {
	width:90%;
	height:156px;
	background:#fff;
	border:1px solid #810303;
	color:#333;
	padding:10px;
	overflow:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
#commentform {
	padding-left:23px;
}
#commentform input {
	background:#fff;
	border:1px solid #810303;
	color:#216100;
	padding-left:10px;
}
.comments input#submit {
	padding:0;
	width:72px;
	height:29px;
}
.comments h2 {
	font-size:19px;
	line-height:30px;
	margin:24px 0 0 23px;
	padding:0;
	font-weight:normal;
}
.comments ol li p {
	padding:0;
	margin:10px 0;
}

/* vic */
div.nav-previous{text-align:left;}
div.nav-next{text-align:right;}

/* single-picture page display: next-prev links */
.imgnavblock {text-align: center;}
.imgnav {margin: 0 auto; width: 350px; height: 100px;}
.imgleft {float:left; background: url('images/imgnav-left.gif') no-repeat left 50%; padding: 0 0 0 30px;}
.imgleft img{ padding:2px; border:1px solid #ccc; height:100px; width:100px;}
.imgright {float:right; background: url('images/imgnav-right.gif') no-repeat right 50%; padding: 0 31px 0 0;}
.imgright img{ padding:2px; border:1px solid #ccc; height:100px; width:100px;}

/* navigation in the post list */

#nav-below {
	margin: 20px 0;
	width: 100%;
	background-color: #eee;
	height: 20px;
	padding: 5px 10px;
}

#nav-below td a {
	font-size: 10pt !important;
}

#frblock { text-align: center; font-size: 8pt; color: #999999; background: #f0f0f0; padding: 2px 2px 0 2px; border-top: #777777; border-left: #777777; border-right: #777777;}
#frblock a {color: #777777;}