/* -------------------------------------------------------------------------------
	Theme Name: Ink Stain Science
	Theme URI: http://www.templatelite.com/ink-stain-free-wordpress-theme/
	Description: The purple ink stain in the header is what gives this theme an artistic look. Brought to you free by <a href="http://www.templatelite.com/">Templatelite.com</a>.
	Version: 1.00
	Author: TemplateLite.com
	Author URI: http://www.templatelite.com/
	Tags: Purple, Blue, Left Sidebar, Right Sidebar, Fixed Width, 3 columns, Widget Ready, Valid XHtml, Valid CSS
   ------------------------------------------------------------------------------- */

/***** GENERAL *****/
body{
	margin:0px auto;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color:#4A5E69;
	background:#020912 url(images/bg_repeat.jpg) repeat-y top center;
	border:0px yellow solid;
}

img {
	border:0px;
	/*padding:5px;*/
	/*max-width: 100%;*/ /* not working in IE6*/
}
a {color:#2D0C66;text-decoration: none;}
a:hover {color: #2D0C66;text-decoration: underline;}

h1 {font-size:30px;}
h2 {font-size:26px;}
h3 {font-size:21px;}
h4 {font-size:17px;}
h5 {font-size:14px;}
h6 {font-size:12px;}

p {margin: 0px 0px 12px 0px;}
hr {height:1px;border:none;border-top:1px dashed #536571; width:95%;}
del {color:red;}
ins {color:green;}

blockquote {
	clear: left;
	text-align: justify;
	padding: 0px 0px 0px 22px;
	margin: 10px 10px 10px 10px;
	border-left: 2px solid #536571;
}
input,select,textarea {
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}
code{
	font: 1.1em 'Courier New', Courier, Fixed;
}
.alignleft {float: left;}
.alignright {float: right;}
.aligncenter,div.aligncenter{
   display: block;
   margin-left: auto;
   margin-right: auto;
}
img.alignleft {
	padding: 5px;
	margin: 0 7px 2px 0;
	display: inline;
}

img.alignright {
	padding: 5px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.clear {clear:both;}
.spacer {/*height:40px;*/ height:10px;}

/********** LAYOUT **********/
#bg_top{
	position:relative;
	background:url(images/bg_top.jpg) no-repeat top center;
	margin:0;
	padding:0;
}
#bg_btm{
	background:url(images/bg_btm.jpg) no-repeat bottom center;
	margin:0;
	padding:0;
}
#bg_repeat{
	background:url(images/bg_repeat.jpg) repeat-y top center;
	margin:0;
	padding:0;
}
#base{
	background:url(images/bg_base_repeat.jpg) repeat-y top center;
	width:950px;
	margin:0px auto;
	padding:0;
}
#base_btm{
	background:url(images/bg_base_btm.jpg) no-repeat bottom center;
	width:950px;
	padding:0;
}
#header{
	position:relative;
	width: 950px;
	height: 245px;
	background:url(images/bg_header.jpg) no-repeat top center;
}

#container{
	position:relative;
	overflow:hidden;
	width:950px;
	border:0px red solid;
	background:url(images/bg_container_top.jpg) no-repeat top center;
}
#content{
	display:inline; 
	width:606px;
	margin:0 0 0 170px;
	border:0px blue solid;
}
#sidebar1{
	float:left;
	display:inline; 
	overflow:hidden;
	width:170px;/* actual is 160px */
	min-height:500px;
	margin: 40px 0 20px -776px;
	padding:0 0px 0 0;
}
#sidebar2{
	float:right;
	display:inline; 
	width:174px;
	overflow:hidden;
	margin: 35px 0px 20px 0;
	padding:0px 0 0px 0px;
	min-height:500px;
	background:url('images/bg_sb2.png') repeat-y;
}

#footer{
	position:relative;
	color:#000000;
	overflow:hidden;
	font-size:10px;
	margin:20px 0 0 185px;
	width:575px;
	padding-bottom:30px;
}


/*=================== Header ===================*/
#blogtitle{
	font-family: Arial,Verdana; 
	font-size:28px; 
	font-weight:bold;
	text-align:left;
	padding:15px 0 5px 0px;
	margin:0px 170px 0px 170px;

}
#blogtitle a, #blogtitle a:hover {
	font-family: Arial,Verdana; 
	color:#ffffff; 
	text-decoration:none;
}
#subtitle {
	font-family: Arial, Verdana;
	font-size:12px; 
	font-style:italic;
	color:#ffffff;
	text-align:left;
	font-weight:normal;
	padding:0px 0 0px 0px;
	margin:0px 300px 0px 180px;
}
#header .home {
	position: absolute;
	margin:0px;
	padding:0px;
	left: 0px;
	top: 0px;
	width:950px;
	height:120px;
}
#header .rss {
	position:absolute;
	display:block;
	top:133px;
	left:711px;
	width:65px;
	height:65px;
	background:url('images/bg_rss_hover.jpg') no-repeat -100px -100px;

}
#header .rss:hover{
	background:url('images/bg_rss_hover.jpg') no-repeat 0 0;
}

#mainsearch {
	position:absolute;
	top:205px;
	left:18px;
	overflow:hidden;
	width:130px;
	height:40px;
	background:url('images/bg_search.jpg') no-repeat 0 0;	
}
#mainsearch:hover{
	background:none;
}
#mainsearchform .input {
	position:absolute;
	top:4px;
	left:40px;
	width:90px;
	height:18px;
	padding:0;
	margin:0 0 0 0;
	font-size:13px;
	font-family: Arial, Verdana, Helvetica;
	font-weight:bold;
	font-style:italic;
	color:#4D5777; 
	border:none;
	background:transparent;
}
#mainsearchform .submit{
	position:absolute;
	cursor:pointer;
	border:none;
	top:0px;
	left:0px;
	height:40px;
	width:40px;
	background:transparent;
}

/*=================== Menu ===================*/
#menu ul {
	position:absolute;
	overflow:hidden;
	top:211px;
	left:173px;
	width:600px;
	height: 25px;
	margin:0;
	padding:0;
	background:none;
}
#menu ul li {
	display:inline;
	font-size: 11px;
	font-family:Arial,Verdana;
	font-weight: bold;
	margin:0px;
}

#menu ul li a {
	float: left;
	display: block;
	overflow:hidden;
	height:25px;
	line-height:25px;
	color: #525C6A;
	padding:0px 5px 0px 5px;
	margin:0;
	text-align:left;
	text-decoration:none;
}
#menu ul li a:hover, #menu ul li.current_page_item a{
	color:#5D7989;
	background:#C2CDD7;
}


/*=================== Content ===================*/
.archivetitle {
	color: #000000;
	text-align:left;
	font-size: 12px;
	font-weight:bold;
	font-style:italic;
	line-height:12px;
	padding: 13px 25px 15px 35px;
	margin:0;
	background:url('images/bg_archivetitle.jpg') no-repeat 10px 0;	
}
.post,.page{
	overflow:hidden;
	width:595px;  /*593*/
	margin:0 0 35px 5px;
	padding:0;
}
.post_title{
	overflow:hidden;
	width:590px;
	padding:0 0 8px 5px;
	background:url('images/bg_post_title.jpg') no-repeat bottom center;	
}

.post_title a{
	color: #5D7989;
	text-decoration:none;
}
.post_title a:hover{
	text-decoration:underline;
}
.post_title h1, .post_title h2{
	font-size:18px;
	line-height:25px;
	font-weight:normal;
	margin:0;
	padding:0;	
}
.post_date{
	width:585px;
	height:15px;
	padding-left:10px;
	margin:3px 0 0px 0px;
	font-family:Arial;
	font-size:10px;
	line-height:15px;
	color:#4A5E69;
	text-align:left;
	background:url('images/bg_post_date.jpg') no-repeat top center;	
}
.post_date a{
	color:#4A5E69;
}
.sticky .post_date{
	background:url('images/bg_post_date_sticky.jpg') no-repeat top center;	
}

.entry{
	position:relative;
	overflow:hidden;
	line-height: 1.7em;
	width:575px;
	margin: 10px 10px 10px 10px;
	padding:0 0 0 0;
}

.entry a, .info a{
	color:#2D0C66;
}
.entry a, .info a:hover{
	text-decoration:underline;
}
.entry a:hover, .info a{
	text-decoration:none;
}

.info {
	position:relative;
	line-height: 1.7em;
	font-size: 10px;
	padding:5px 0 0 0;
	margin:0 20px 0 20px;
}
.category {
	font-size: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 4px 20px;
	background: url('images/icon_category.jpg') no-repeat top left;
}

.tags {
	font-size: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 4px 20px;
	background: url('images/icon_tag.jpg') no-repeat top left;
}

.bubble {
	font-size: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 4px 20px;
	background: url('images/icon_comment.jpg') no-repeat top left;
}

.navigation {
	clear:both;
	overflow:hidden;
	font-size: 11px;
	font-weight:normal;
	margin: 30px 20px 5px 20px;
	padding: 5px 5px 5px 5px;
	border-top:1px #4A5E69 dashed;
}
.navigation a{
	text-decoration:none;
}
.sorry {
	font-size: 11px;
	font-style: italic;
	margin: 20px 20px 0px 20px;
	padding: 10px 10px 10px 10px;
	border: 1px dashed #4A5E69;
}

/*=================== Sidebar ===================*/
#sidebar1 select,#sidebar2 select{
	margin:10px 0px 0px 15px;
	font-size:11px;
	width:120px;
	overflow:hidden;
}

/***** Sidebar 1 *****/
#sidebar1 {color:#000000; font-size:11px;}
#sidebar1 a{color:#2D0C66; text-decoration:none;}
#sidebar1 a:hover {color:#6F6178;text-decoration:underline;}

#sidebar1 ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#sidebar1 li {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 15px 0px;
}
#sidebar1 h4 {
	color: #000000;
	font-size: 12px;
	line-height:15px;
	font-weight: bold;
	letter-spacing: 0px;
	font-variant: normal;
	margin: 0;
	padding: 16px 15px 17px 15px;
	background:url('images/bg_sb_head1.png') no-repeat 0px 0;
}
#sidebar1 ul li{
	background: url('images/bg_sb_sec1.jpg') repeat-x bottom;
}
#sidebar1 ul ul li {
	line-height: 1.6em;
	list-style-type: none;
	padding: 2px 0px 0px 12px;
	background: url('images/bg_sb_arrow1.png') no-repeat 0px 7px;
}


/***** Sidebar 2 *****/
#sidebar2 {color:#000000; font-size:11px;}
#sidebar2 a{color:#435059; text-decoration:none;}
#sidebar2 a:hover {color:#803FA1; text-decoration:underline;}

#sidebar2 ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
}
#sidebar2 li {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 0px;
}
#sidebar2 h4 {
	color: #1D566C;
	font-size: 11px;
	line-height:12px;
	font-weight: bold;
	letter-spacing: 0px;
	font-variant: normal;
	margin: 0 -5px 0 0;
	padding: 6px 10px 6px 10px;
	border-bottom:1px #546471 solid;
	background: url('images/bg_sb_head2.jpg') repeat-y;
}
#sidebar2 ul ul li {
	line-height: 1.6em;
	list-style-type: none;
	margin: 0px 0px 0px 7px;
	padding: 2px 0px 0px 10px;
	background: url('images/bg_sb_arrow2.jpg') no-repeat 0px 7px;
}
#sidebar2 ul ul ul li{
	margin-left:0;
	border:0px green solid;
}


/*************** comment ***************/
#postmetadata {
	font-size: 11px;
	margin: 10px 10px 20px 10px;
	padding: 5px 15px 5px 15px;
	border:1px #536571 solid;
	border-right:5px #536571 solid;
	background:#E0E0E0;
}

.nocomments {background: none;}

#comments {
	font-size: 13px;
	text-align: left;
	font-weight: bold;
	margin: 0px 10px 0px 10px;
	padding:0;
	font-variant: normal;
	border-bottom: 3px groove #536571;
}

ol.commentlist {
	position:relative;
	list-style: none;
	margin:5px 0px ;
	padding:5px 10px 5px 10px;
	font-size:12px;
	background:none;
	border:none;
}
ol.commentlist .comment a{
	text-decoration:none;
	border-bottom: 1px #536571 dotted;
}
ol.commentlist .comment,
ol.commentlist .trackback,
ol.commentlist .pingback{
	margin:10px 0 0 0;
	padding:0;
}

ol.commentlist .children{
	list-style: none;
	padding:0;
	margin:0 0 0 15px;
}

ol.commentlist .comment div, 
ol.commentlist .trackback div, 
ol.commentlist .pingback div{
	background:#E0E0E0;
	border:1px #536571 solid;
	border-left:2px #536571 solid;
	padding:5px;
}

ol.commentlist .trackback div, 
ol.commentlist .pingback div{
	border:1px #536571 dashed;
}

ol.commentlist .comment div div,
ol.commentlist .trackback div div, 
ol.commentlist .pingback div div{
	background:none;
	padding:0;
	border:none;
}

ol.commentlist .says{
	display:none;
}
ol.commentlist .avatar{
	position:relative;
	float: left;
	margin: 0px 5px 0px 0px;
	padding: 0;
	border:none;
}

ol.commentlist .fn{ 
	font-weight:bold;
	font-size: 11px;
}
ol.commentlist .fn a{
	text-decoration:none;
	border:none;

}
ol.commentlist .fn a:hover{
	text-decoration:underline;
}

	/* can remove if set in jQuery*/
	/* ie6 not support */
ol.commentlist .bypostauthor>div>div>.fn,
ol.commentlist .bypostauthor>div>div>.fn a,
ol.commentlist .bypostauthor>div>div>.fn a:hover{
	text-decoration:underline;
	border:none;
}

ol.commentlist .comment .comment-meta,
ol.commentlist .trackback .comment-meta, 
ol.commentlist .pingback .comment-meta{
	border-bottom: 1px dashed #536571;
	margin:0 0 10px 0px;
	padding:6px 0 6px 0;
	font-size:10px;
}
ol.commentlist .comment .comment-meta a, 
ol.commentlist .trackback .comment-meta a, 
ol.commentlist .pingback .comment-meta a {
	text-decoration:none;
	border:none;
}
ol.commentlist .comment .reply{
	clear:both;
	margin:5px 0 0 0;
	padding:2px;
	font-size:10px;
	text-align:right;
}
ol.commentlist .comment .reply a{
	text-decoration:none;
}
ol.commentlist .trackback .reply, 
ol.commentlist .pingback .reply{
	display:none;
}


/**comment paging WP2.7**/
.commentnavi{
	overflow:hidden;
	font-size:11px;
	margin:0;
	padding-right:10px;
}
.commentnavi a{
	text-decoration:underline;
}
.commentpages{
	float:right;
	padding:5px 10px;

	
}
.page-numbers{
	font-weight:bold;
	padding:2px 3px 2px 3px;
}
.current{
	font-weight:bold;
}
	/*** comment form ***/
#respond {
	clear:both;
	padding:5px 10px 5px 5px;
	margin:15px 15px 0px 15px;
	font-size:11px;
	background:#E0E0E0;
	border:1px #536571 solid;
}
.commentlist #respond{
	margin-right:0;
}
#respond .cancel-comment-reply a{
	color:#ff0000;
}
#respond a, #respond a:hover{
}

#commentform {
	margin:0;
	padding:10px 0 0 0;
}
#email, #author, #url {
	font-size: 11px;
	padding-left: 2px;
	vertical-align: middle;
	border: 1px solid #536571;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}
#comment {
	width: 98%;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	border: 1px solid #536571;
	padding: 2px 2px 2px 2px;
}
#submit {
	cursor:pointer;
	height: 20px;
	color: #ffffff;
	font-weight:bold;
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	padding: 0px 15px 2px 15px;
	border: 1px solid #536571;
	background:#000000;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}



/********** WIDGET **********/
#wp-calendar td {font-size:11px;color:#333333;}
#wp-calendar td a {font-weight:bold;text-decoration:none;}
#wp-calendar {
	width: 160px;
	margin:0 0 0 0;
	text-align: center;
	font-size:11px;
	color:#333333;
}

.wp-caption {  
    text-align: center;
    color:#666666;
}
	
.textwidget {
	margin:5px 5px 0 8px;
}
#akismetwrap{
	margin:2px 0 2px 10px;
}
.rsswidget img {
	display:none;
}

#sidebar h4 a.rsswidget{
	margin-left:0px;
	overflow:hidden;
	text-decoration:none;
}
.wp-smiley{
	vertical-align:middle;
	border:0px;
	padding:0px;
}
