/*  
Theme Name: Redline
Theme URI: http://www.inmypad.com/2007/03/wordpress-themes-redline/
Description: Two/Three Columns themes with a red and white color. Widget ready with built-in plugins. Supported by <a href="http://direct.ory.in/">Add Link Directory</a>.
Version: 1.0
Author: Hardi P
Author URI: http://www.inmypad.com/
*/

body {
	font-size: 75%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Tahoma, Sans-Serif;
	background: #ffffff url('images/bg.gif') repeat-x;
	color: #555555;
	margin: 10px 0;
}

a, a:link, a:active, a:visited { text-decoration: none; }
a:hover {}
h1, h2, h3, h4, ul, ul li, form { padding: 0; margin: 0; }
small { font-size: 0.75em; }
.clear { clear: both; overflow: hidden; height: 0; }

/* Layout Style */
#page {
	width: 900px;
	margin: 0 auto;
}
#page-left {
	float: left;
	width: 500px;
	margin: 0 0 30px 0;
}
#page-right {
	float: right;
	width: 370px;
	margin: 0 0 30px 0;
}
#footer {
	clear: both;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
}
/* End Layout Style */

/* Header Style */
#header {
	height: 70px;
	background: transparent url('images/logo.png') no-repeat right center;
	/* cursor: pointer; */ 
	margin: 30px 0 10px 0;
}
#header h1 { font-size: 2em; }
#header h1 a {
	color: #cc4545;
	/* text-indent: -9000px; */
}
#header h2 { font-size: 1.4em; }
/* End Header Style */

/* Navigation Style */
#navigation {
	height: 30px;
	background: transparent url('images/bg-500.gif') repeat-x;
	line-height: 30px;
	text-align: center;
	margin: 0 0 0 0;
}
#navigation a, #navigation a:visited { color: #ffffff; text-transform: uppercase; }
#navigation a:hover {}
#navigation ul { list-style: none; }
#navigation ul li { display: inline; padding: 0 12px; }

#navigation ul li.current_page_item a, #navigation ul li.current_page_item a:visited {
	font-weight: bold;
}
/* End Navigation Style */

/* Content Style */
#content {}

.post { margin: 0 0 30px 0; }
.post-header {}
.date {
	float: left;
	width: 40px;
	height: 40px;
	color: #ffffff;
	background: transparent url('images/date-bg.gif') no-repeat;
	text-align: center;
	margin: 0 10px 0 0;
}
.date .month { font-size: 0.8em; text-transform: uppercase; padding: 4px 0 0 6px; }
.date .day { font-size: 1.4em; padding: 1px 0 0 6px; }
.post-info { height: 40px; }
.post-info .title h2 {
	font-size: 1.3em;
	padding: 2px 0 0 0;
}
.post-info .title h2 a, .post-info .title h2 a:visited {
	color: #cc4545;
}
.post-info .title h2 a:hover {}
.post-info .category {
	color: #999999;
	padding: 3px 0 0 0;
}
.post-info .category a, .post-info .category a:visited { color: #999999; }
.post-info .category a:hover {}

.entry { text-align: justify; line-height: 1.6em; }
.entry a, .entry a:visited { color: #cc4545; }
.entry a:hover { color: #ffffff; background: #cc4545; }
.entry h2, .entry h3 { margin: 0 0 -15px 0; }
html>body .entry h2, .entry h3 { margin: 0 0 -10px 0; }
.entry h2 { font-size: 1.2em; color: #cc4545; }
.entry h3 { font-size: 1.1em; color: #e4a9a9; }
.entry img { border: 0px solid #e4a9a9; padding: 6px; }
.entry a:hover img { background: #fceded; }
.entry .left { float: left; margin: 4px 6px 0 0; }
.entry .right { float: right; margin: 4px 0 0 6px; }
.entry ul { padding: 0; margin: 12px 0 16px 35px; }
.entry ol { padding: 0; margin: 12px 0 16px 42px; }
html>body .entry ol { margin: 12px 0 16px 40px; }
.entry ul li, .entry ol li { padding: 0; margin: 0; }
.entry blockquote {
	width: 100%;
	background: transparent url('images/quote.gif') no-repeat left top;
	margin: auto 0;
}
.entry blockquote p {
	background: #fceded;
	padding: 5px 10px;
	margin-left: 55px;
}
.entry pre {
	width: 478px;
	font: 1.1em 'Bitstream Vera Sans Mono', 'Andale Mono', 'LucidaTypewriter', monospace;
	background: #fef7f7;
	border: 1px solid #f7baba;
	overflow: auto;
	padding: 10px;
}

.post-footer {
	height: 30px;
	color: #ffffff;
	background: transparent url('images/post-footer-bg.gif') no-repeat;
	line-height: 30px;
	padding: 0 13px;
	overflow: hidden;
}
.post-footer a, .post-footer a:visited { color: #ffffff; }
.post-footer a:hover {}
.post-footer .post-tag { float: left; width: 70%; }
.post-footer .post-comment { float: right; width: 21%; text-align: right; }
.post-footer .post-prev { float: left; width: 45%; }
.post-footer .post-next { float: right; width: 45%; text-align: right; }

.previously { margin: 0; }
.previously h3 {
	font-size: 1.4em;
	font-weight: bold;
	font-variant: small-caps;
	color: #cc4545;
	background: transparent url('images/previously-icon.gif') no-repeat left center;
	padding: 0 0 0 30px;
	margin: 0 0 0 8px;
}
.previously ul {
	list-style: none;
	background: transparent url('images/dotted.gif') repeat-x left top;
	padding: 1px 0 0 0;
	margin: 10px 0 0 0;
}
.previously ul li { background: transparent url('images/dotted.gif') repeat-x left bottom; }
.previously ul li.pre-odd { background: #fef7f7 url('images/dotted.gif') repeat-x left bottom; }
.previously ul li a, .previously ul li a:visited { display: inline-block; }
.previously ul li a, .previously ul li a:visited {
	display: block;
	padding: 10px 10px 10px 40px;
}
.previously ul li a:hover {
	background: #fceded url('images/dotted.gif') repeat-x left bottom;
}
.pre-date {
	position: absolute;
	width: 30px;
	height: 30px;
	color: #cc4545;
	text-align: center;
	text-transform: uppercase;
	margin: 12px 0 0 0;
}
.pre-date .pre-month { display: block; font-size: 0.6em; }
.pre-date .pre-day { display: block; font-size: 1.2em; }

.previously ul li a strong { font-weight: normal; color: #cc4545; }
.previously ul li a span { color: #555555; }

.feed { text-align: right; margin: 20px 0 0 0; }
.feed a img, .feed a:visited img { border-style: none; }
/* End Content Style */

/* Page Style */
h2.pagetitle {
	height: 30px;
	font-size: 1.25em;
	font-variant: small-caps;
	color: #cc4545;
	/* background: transparent url('images/post-navi-bg.gif') no-repeat; */
	line-height: 30px;
	padding: 0 10px;
	margin: 0 0 20px 0;
}
ul#sub-page-list { list-style: none; background: transparent url('images/dotted.gif') repeat-x left top; padding: 1px 0 0 0; margin: 5px 0 0 0; }
ul#sub-page-list li { text-align: center; background: transparent url('images/dotted.gif') repeat-x left bottom; }
ul#sub-page-list li a, .imp-links-list ul li a:visited { display: inline-block; }
ul#sub-page-list li a, .imp-links-list ul li a:visited { display: block; padding: 3px 10px; }
ul#sub-page-list li a:hover { color: #cc4545; background: #fceded url('images/dotted.gif') repeat-x left bottom; }
/* End Page Style */

/* Post Navigation Style */
.post-navi {
	height: 30px;
	font-weight: bold;
	background: transparent url('images/post-navi-bg.gif') no-repeat;
	line-height: 30px;
	padding: 0 10px;
}
.post-navi a, .post-navi a:visited { color: #555555; }
.post-navi a:hover { text-decoration: underline; }
.prev { float: left; width: 45%; }
.next { float: right; width: 45%; text-align: right; }
/* End Post Navigation Style */

/* Comment Style */
#comment-template { margin: 25px 0 0 0; }
#comment-template h3#comments {
	height: 30px;
	font-size: 1.3em;
	font-weight: normal;
	font-variant: small-caps;
	color: #ffffff;
	background: transparent url('images/bg-500.gif') no-repeat;
	line-height: 30px;
	padding: 0 0 0 10px;
}
.comment-metadata { line-height: 16px; height: 16px; padding: 0 10px; margin: 10px 0 15px 0; }
.comment-metadata a, .comment-metadata a:visited { color: #555555; }
.comment-metadata a:hover {}
.comment-metadata .feed, .comment-metadata .trackback, .comment-metadata .response {
	float: left;
	padding: 0 0 0 20px;
	margin: 0 10px 0 0;
}
.comment-metadata .feed { background: transparent url('images/feed-icon-small.gif') no-repeat; }
.comment-metadata .trackback { background: transparent url('images/trackback-icon.gif') no-repeat; }
.comment-metadata .response { background: transparent url('images/response-icon.gif') no-repeat; }
ul.commentlist {
	list-style-type: none;
	margin: 0 10px;
}
ul.commentlist li {
	background: #329999;
	border: 1px solid #336699;
	line-height: 1.4em;
	padding: 10px;
	margin: 0 0 15px 0;
	color: #ffffff;
}
ul.commentlist li.alt { background: #329999; }
ul.commentlist li cite { font-style: normal; color: #cc4545; }
ul.commentlist li cite a, ul.commentlist li cite a:visited { color: #cc4545; text-decoration: underline; }
ul.commentlist li cite a:hover { color: #ffffff; background: #cc4545; }
ul.commentlist li small { display: block; border-bottom: 1px dashed #e4a9a9; padding: 3px 0 5px 0; }
ul.commentlist li small a, ul.commentlist li small a:visited { color: #555555; }
ul.commentlist li small a:hover {}

ul.commentlist li em { display: block; font-weight: bold; text-align: center; }
ul.commentlist li p { padding: 0; margin: 10px 0 0 0; }
ul.commentlist li p a, ul.commentlist li p a:visited { color: #555555; text-decoration: underline; }
ul.commentlist li p a:hover { color: #ffffff; background: #555555; }

ul.commentlist li.mycomment { border: 1px solid #cc4545; }
ul.commentlist li.mycomment cite { font-weight: bold; color: #cc4545; }

ul.trackbacklist {
	list-style: none;
	background: transparent url('images/dotted.gif') repeat-x left top;
	padding: 1px 0 0 0;
	margin: 0 10px 15px 10px;
}
ul.trackbacklist li { background: transparent url('images/dotted.gif') repeat-x left bottom; }
ul.trackbacklist li.altt { background: #fef7f7 url('images/dotted.gif') repeat-x left bottom; }
ul.trackbacklist li a, ul.trackbacklist li a:visited { display: inline-block; }
ul.trackbacklist li a, ul.trackbacklist li a:visited { display: block; color: #555555; padding: 4px 10px; }
ul.trackbacklist li a:hover { background: #fceded url('images/dotted.gif') repeat-x left bottom; }

.respond-form {
	background: #336699 url('images/response-bottom.gif') no-repeat left bottom;
	margin: 0;
	color: #ffffff;
}
.respond-form .tr {
	float: right;
	display: block;
	width: 10px;
	height: 10px;
	background: transparent url('images/response-tr.gif') no-repeat right top;
}
h3#respond {
	width: 150px;
	height: 30px;
	font-size: 1.1em;
	font-variant: small-caps;
	color: #ffffff;
	background: transparent url('images/response.gif') no-repeat left top;
	line-height: 30px;
	text-align: center;
}
.respond-form form { padding: 10px; }
.respond-form p { margin: 3px 0 2px 0; }
.respond-form a, .respond-form a:visited { color: #555555; }
.respond-form a:hover { text-decoration: underline; }

.respond-form input#author, .respond-form input#email, .respond-form input#url, .respond-form input#mcspvalue {
	width: 180px;
	font-size: 1.1em;
	color: #555555;
	background: #fef7f7;
	border: 1px solid #323299;
}
.respond-form textarea#comment {
	width: 420px;
	font: 1em Arial, Tahoma, Sans-Serif;
	color: #555555;
	background: #fef7f7;
	border: 1px solid #323299;
}
.respond-form input#submit {
	width: 160px;
	font-weight: bold;
	color: #555555;
	background: #fef7f7;
	border: 1px solid #323299;
}
p.comment-pass, p.comment-close, p.must-reg { padding: 10px; }
/* End Comment Style */

/* Side Header Style */
#side-header { height: 50px; margin: 50px 0 10px 0; }
.search {
	float: left;
	width: 200px;
	height: 30px;
	background: transparent url('images/search-bg.gif') no-repeat;
}
.style {
	float: right;
	width: 150px;
	text-align: center;
	padding: 5px 0 0 0;
}
.search input#s {
	width: 185px;
	font-size: 1.1em;
	color: #999999;
	background: transparent url('images/search.gif') no-repeat left center;
	border-width: 0px;
	letter-spacing: 1px;
	margin: 5px 0 0 7px;
}
.style a, .style a:visited { margin: 0 3px; }
.style a img, .style a:visited img { border-style: none; }
/* End Side Header Style */

/* Sidebar Style */
#sidebar {
	line-height: 1.7em;
	margin: -25px 0 0 0;
}

#sidebar h3 {
	height: 30px;
	font-size: 1.3em;
	font-weight: normal;
	font-variant: small-caps;
	color: #ffffff;
	line-height: 30px;
	padding: 0 0 0 10px;
}
#sidebar ul { list-style: none; margin: 10px 10px 0 10px; }
#sidebar ul li {}
#sidebar a, #sidebar a:visited { color: #000000; }
#sidebar a:hover { color: #ffffff; background: #555555; }
#sidebar .textwidget { margin: 10px 10px 0 10px; }
.side-left { float: left; width: 180px; }
.side-right { float: right; width: 180px; }
.side-left h3, .side-right h3 {
	background: transparent url('images/bg-180.gif') no-repeat;
	margin: 25px 0 0 0;
}

.side-bottom {}
.side-bottom h3 { background: transparent url('images/bg-370.gif') no-repeat; margin: 25px 0 0 0; }
/* End Sidebar Style */

/* Footer Style */
#footer {
	font-size: 0.9em;
	color: #ffffff;
	background: transparent url('images/footer-bg.gif') no-repeat;
	padding: 0 10px;
}
#footer a, #footer a:visited { color: #ffffff; }
#footer a:hover {}
#footer .info { float: left; width: 20%; }
#footer .copyright { float: right; width: 70%; text-align: right; }
#footer .copyright a { text-decoration: underline; }
/* End Footer Style */


/* CUSTOM BY LENNART */
/* 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 */

.twtr-widget{
position:relative;
font-size:12px!important;
font-family:"lucida grande",lucida,tahoma,helvetica,arial,sans-serif!important;zoom:1;
}
.twtr-fullscreen{
font-size:220%!important;
}
.twtr-widget .twtr-spinner{
width:14px;
height:14px;
position:absolute;
background:url(http://widgets.twimg.com/j/1/spinner.gif) no-repeat;
top:3px;
right:3px;
}
.twtr-inactive{
display:none;
}
.twtr-widget a img{
border:0!important;
}
.twtr-doc{
overflow:hidden;
width:100%;
text-align:left;
font-weight:normal;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
}
.twtr-bd{
padding:0 1px;
}
.twtr-widget .twtr-tweet-wrap{
padding:6px 8px;
overflow:hidden;
zoom:1;
}
.twtr-fullscreen .twtr-tweet-wrap{
padding:20px;
}
.twtr-widget .twtr-tweet{
border-bottom:1px dotted #ddd;
overflow:hidden;
zoom:1;
}
.twtr-widget .twtr-tweet a.twtr-reply{
visibility:hidden;
}* html 
.twtr-widget .twtr-tweet a.twtr-reply{
visibility:visible;
}
.twtr-widget .twtr-tweet:hover a.twtr-reply{
visibility:visible;
}
.twtr-widget-profile img.twtr-profile-img{
display:block;
float:left;
width:31px;
height:31px;
border:0!important;
}
.twtr-widget h3,.twtr-widget h4,.twtr-widget p{
margin:0!important;
padding:0!important;
line-height:1.2!important;
width:auto!important;
background: none;
}
.twtr-widget-profile h3,.twtr-widget-profile h4{
margin:0 0 0 40px!important;
}
.twtr-widget h3{
font-size:15px!important;
font-weight:normal!important;
}
.twtr-widget h4{
display: none;
font-size:16px!important;
}
.twtr-widget i{
font-size:9px;
font-style:normal;
display:block;
margin-top:2px;
zoom:1;
}
.twtr-hd{
padding:10px;
position:relative;
zoom:1;
overflow:hidden;
}
.twtr-fullscreen .twtr-hd{
height:0;
padding:0;
}
.twtr-timeline{
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
position:relative;
overflow:hidden;
z-index:2;
height:225px;
}
.twtr-flat .twtr-timeline{
overflow-x:hidden;
overflow-y:scroll;
}
.twtr-widget .twtr-tweet:last-child{
border-bottom-width:0;
}
.twtr-ft{
position:relative;
}
.twtr-ft div{
overflow:hidden;
padding:10px;
zoom:1;
}
.twtr-ft span{
float:right;
text-align:right;
}
.twtr-ft a{
float:left;
display:block;
}
.twtr-ft span a{
float:none;
}
.twtr-avatar{
width:40px;
height:40px;
float:left;
overflow:hidden;
display:block;
}
.twtr-fullscreen .twtr-avatar{
width:80px;
height:80px;
}
.twtr-img{
height:25px;
width:25px;
}
.twtr-img img{
width:50px;
height.50px;
}
.twtr-fullscreen .twtr-img img{
width:72px;
height:72px;
}
.twtr-fullscreen a.twtr-join-conv{
display:none;
}
.twtr-tweet-text{
margin-left:40px;
}
.twtr-fullscreen .twtr-tweet-text{
margin-left:90px;
}
.twtr-doc a{
text-decoration:none!important;
}
.twtr-doc a:hover{
text-decoration:underline!important;
}
