/***** general *****/
body {
	margin:0px auto;
	font-size:12px;
	opacity:0.99;
	text-shadow: 0 0 0 #000;
	color:#FFFFFF;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	background: #000000;
}

img {
	border:0px;
	padding:0px;
	max-width: 100%; /* not working in IE6*/
}

a {color:#FFFFFF;text-decoration: none;}

a:hover {
	color: #FFFFFF;
	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 #00deff; width:90%;} */

hr {height:1px;
	border:none;
	border-top:1px;
	width:100%;
}

blockquote {
	clear: left;
	text-align: justify;
	padding: 0px 0px 0px 10px;
	margin: 20px 20px 10px 20px;
	border-left: 1px solid #00deff;
}

input {
	margin-bottom:5px;
	vertical-align: middle;
}


select{
	font-family: Arial, Verdana, 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: 50px;
	margin: 20px 20px 20px 20px;
	display: inline;
}

img.alignright {
	padding: 50px;
	margin: 20px 20px 20px 20px;
	display: inline;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.clear {clear:both;}

.spacer {height:50px;}






/***** layout *****/

#base{
	width:850px;
	margin:0px auto;
	/* background: url(images/repeater.jpg) repeat-y center; */
}

#base2{
	width:850px;
	/* background: url(images/footer.jpg) no-repeat center bottom; */
}

#header{
	position:relative;
	width: 850px;
	height: 300px;
	background:url('images/header.jpg') no-repeat center;
	margin:0 0 40px 0;
}

#container{
	position:relative;
	width:850px;
	overflow:hidden;
	/* background:url('images/container_bg.jpg') no-repeat 0 0; */
}

#content{ /*width=698px*/
	float:left;
	display:inline; 
	overflow:hidden; /*when ie6, image's with is > content width, hidden*/
	width:500px;
	min-height:614px; /*ie6 not support*/
	padding: 0px 0px 0px 0px;
	/* background:url('images/content_bg.jpg') no-repeat 567px 0px; */
}

#sidebar{ /*width=190px*/
	float:right;
	display:inline; 
	overflow:hidden;
	width: 280px;
	margin:0 0 0 0;
	padding: 0px 0px 70px 0px;
	color:#ffffff;
	font-size:12px;
	line-height: 17px;
}

#footer {
	clear:both;
	text-align: justify;
	margin:0px;
	color: #808080;
	font-size:11px;
	padding:20px 0px 20px 0px;
	/* border-top: 1px dotted #808080; */
}

#footer a {
	color: #FFFFFF;
	font-weight:normal;
}






/***** header *****/
#blogtitle {
	font-family: Arial,Verdana;
	position:absolute;
	width:80%; 
	float:right; 
	right:45px; top:90px; text-align:right; font-size:24px; color:#ffffff; font-weight:bold;}

#blogtitle a, #blogtitle a:hover {font-family: Arial,Verdana; color:#ffffff; text-decoration:none;}

#subtitle {font-family: Verdana,Arial; position:absolute; width:80%; float:right; right:45px; top:125px; text-align:right; font-size:13px; color:#90b349; font-weight:bold; font-style:italic;}

#header ul {
	position: absolute;
	height: 22px;
	float:right;
	top: 27px;
	right: 50px;
	margin:0px;

}
#header ul li {
	display: inline;
	font-size: 13px;
}

#header ul li a {
	display: block;
	float: left;
	line-height: 22px;
	color: #ffffff;
	padding: 0 15px;
	text-decoration:none;
}

#header ul li a:hover, #header ul li.current_page_item a {
	background: #6c9025;
}

#header img.home {
	
	position: absolute;
	margin:0px;
	padding:0px;
	right: 15px;
	top: 19px;
	width:35px;
	height:35px;
}






/***** content *****/

.archivetitle {
	color: #FFFFFF;
	font-size: 14px;
	font-variant: normal;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 12px 0px;
}

.title, .title a {
	color: #00deff;
	font-size: 30px;
	line-height: 35px;
	font-family: Georgia, Arial, Verdana, Helvetica, Sans-Serif;
	letter-spacing:0px
	margin-top: 30px;
	padding-top: 30px;
	/* border-top: 1px solid #00deff; */
}

.pageintro {
	padding: 50px 0px 50px 0px;
	font-family: Georgia, Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 30px;
	line-height: 35px;
	text-align: left;
	color: #005966;
}

.date {
	font-size:11px;
	color: #808080;
	padding: 10px 0px 10px 0px;
	/* background: #003840; */
	/* border-bottom: 1px solid #00deff; */
}

.entry {
	line-height: 17px;
	text-align: left;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px dotted #00deff;
}

.entry a {
	color: #00deff;
	font-size: 13px;
	line-height: 17px;
	text-align: left;
	/* text-decoration:underline; */
}

.page_entry {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-top: 1px solid #00deff;
	border-bottom: 1px solid #00deff;
}

.info {
	line-height: 17px;
	font-size:11px;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/* border-top: 1px dotted #00deff; */
}

.category {
	font-size:11px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 16px;
	background: url('images/category.gif') no-repeat top left transparent;
}

.tags {
	font-size:11px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 4px 20px;
	/* background: url('images/tags.gif') no-repeat top left transparent; */
}

.bubble {
	font-size:11px;
	color: #808080;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 16px;
	background: url('images/bubble.gif') no-repeat top left transparent;
}


.navigation {
	font-size:12px;
	margin: 40px 0px 0px 0px;
	padding: 2px 0px 17px 0px;
	border-top: 1px solid #00deff;
	border-bottom: 1px solid #00deff;
}

.sorry {
	font-size:12px;
	font-style: italic;
	margin: 8px 0px 0px 0px;
	padding: 3px 0px 3px 0px;
	border-top: 1px solid #00deff;
	border-bottom: 1px solid #00deff;
}

#postmetadata {
	font-size:12px;
	margin: 10px 0px 20px 0px;
	padding: 5px 15px 5px 15px;
	border-top: 1px solid #00deff;
	border-bottom: 2px solid #00deff;
}

.nocomments {background: none; color: #FFFFFF;}

.commenttitle {
	color: #808080;
	font-size: 20px;
	font-family: Georgia, Arial, Verdana, Helvetica, Sans-Serif;
	text-align: left;
	font-weight: normal;
	margin: 0px 0 20px 0;
	padding: 0px 0px 20px 0px;
	font-variant: normal;
	border-bottom: 1px solid #808080;
}


.commentlist {list-style: none;}

.commentbody {
	color: #FFFFFF;
	font-size:12px;
	position: relative;
	list-style-type: none;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	/* border-bottom: 1px dotted #808080; */
}

.adminbody {
	color: #FFFFFF;
	font-size:12px;
	position: relative;
	list-style-type: none;
	margin: 0px 0px 20px 25px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #808080;
}

.commenthead {
	color: #FFFFFF;
	padding: 5px 0px 8px 0px;
	margin: 0px 0px 10px 0px;
	/* border-bottom: 1px dotted #808080; */
	/* background:#ffffff; */
}


.adminhead {
	color: #FFFFFF;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 8px 0px;
	/* border-bottom: 1px dotted #808080; */
	/* background:#ffffff; */
}

.avatar {
	position:relative;
	float: left;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	/* background:#ffffff; */
}

.commentcount {
	float: right;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Georgia, Times, 'Times New Roman', serif;
}

.authorlink {color: #FFFFFF; font-size:12px; font-weight: bold;}

.authorlink a {color: #FFFFFF; font-size:12px; font-weight: bold;}

.commentlink {font-size:11px; color: #FFFFFF;}

.trackhead {
	color: #FFFFFF;
	margin: 0px 0px 10px 0px;
	padding: 7px 0px 8px 41px;
	border-bottom: 1px dotted #808080;
	/* background: url(images/track.jpg) no-repeat top left; */
}

.trackbody {
	color: #FFFFFF;
	font-size:12px;
	position: relative;
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
	border-bottom: 1px solid #808080;
}

.trackbody p a {color: #FFFFFF;}

#commentform {
	margin:0;
	padding:20px 0 0 0;
}

#email, #author, #url {
	width:190px; 
	height:26px;
	color: #FFFFFF;
	font-size:12px;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	background: #202020;
	padding:0px 0px 0px 5px;
	vertical-align: middle;
	border: 0px;
	
}

#comment {
	width: 496px;
	color: #FFFFFF;
	font-size:12px;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	border: 0px solid #808080;
	background: #202020;
	padding: 2px 2px 2px 2px;
}

#submit {
	width: 60px;
	height: 26px;
	color: #000000;
	font-size:12px;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	background-color:#00deff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px solid #FFFFFF;
	font-weight:bold;
	vertical-align: middle;
}


/***** search *****/
#searchform{
	margin:0 0 25px 0;
	padding:0 0 0 0;
}

.searchbox {
	position:relative;
	margin:0 0 0 0;
	padding:0 0 0 0;
	width:280px;
	height:26px;
}	

.search-field input {
	position:relative;
	float:left;
	top:0px;
	left:0px;
	width:190px; 
	height:26px;
	font-family:Arial, Verdana, Helvetica, Sans-Serif;
	font-size:12px; 
	font-weight:normal;
	color:#ffffff; 
	padding:0px 0px 0px 5px;
	border:0px;
	background:#202020;
	vertical-align: middle;
}

.search-but input {
	float:right;
	width: 60px;
	height:26px;
	color: #000000;
	font-size:12px;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	background-color:#f00071;
	padding:0px 0px 0px 0px;
	border: 0px solid #FFFFFF;
	font-weight:bold;
	vertical-align: middle;
}



/***** sidebar *****/

#sidebar a{color:#f00071;}

#sidebar a:hover {color:#f00071;}

#sidebar ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#sidebar p {
	padding-bottom:25px;
	margin-bottom:25px;
	border-bottom: 1px dotted #f00071;
}

#sidebar li {
	list-style-type: none;
	margin: 0px 0px 25px 0px;
	padding-bottom:25px;
	
	/* padding: 25px 0px 25px 0px; */
	border-bottom: 1px dotted #f00071;
	/* border-bottom:3px url('images/hr_pink_single.gif') repeat-x left; */
	
	/* background:url('images/hr_pink_single.gif') repeat-x 0px 5px; */
}

#sidebar ul ul li {
	color: #f00071;
	line-height: 1.6em;
	list-style-type: none;
	font-size:12px;
	font-variant: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border:0px;
	line-height: 1.5em;
	/* background:url('images/titlearrow.gif') no-repeat 0px 5px; */
}



#sidebar h1 {
	color: #ffffff;
	font-family: Georgia, Trebuchet MS, Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 0px;
	font-variant: normal;
	margin: 0px 0px 10px 0px;
	padding: px 0px 0px 0px;
	/* border-bottom: 1px dotted #f00071; */
	/* border-bottom:3px url('images/hr_pink_single.gif') repeat-x left; */
	
	/* background:url('images/sidetitle.gif') no-repeat right; */
}

#sidebar select{
	margin:5px 0px 2px 2px;
	font-size:12px;
	width:170px;
	overflow:hidden;
}



/***** widget *****/
#wp-calendar td {font-size:12px;}

#wp-calendar td a {font-weight:bold;color: #ffffff;text-decoration:underline;}

#wp-calendar {
	width: 174px;
	text-align: center;
	font-size:12px;
	border-bottom: 0px solid #00deff;}

.wp-caption { /*images caption*/
	font-size:11px;
	text-align: left;
	color:#808080;
}

.textwidget { /*text box*/
	margin:2px 0px 5px 2px;

}

#akismetwrap{
	margin:2px 0 2px 25px;
}

.rsswidget img {
	padding:1px;
	background:#ff0 fixed;
}







/* MY TWITTER */

#widgettitle {
	color: #f00071;
	line-height: 1.6em;
	list-style-type: none;
	font-size:12px;
	font-variant: normal;
	border:0px;
	line-height: 1.5em;
}

/* style for each tweet */ 
.mytwitter_tweet {
	font-size:50px;
	color: #FFFFFF;
}

/* style for each tweet time (e.g. 3 hours ago)*/
.mytwitter_tweet_time {
	font-style: italic;
}

/* style for each separator */
.mytwitter_separator {
	color: red;
}

/* style for tweet #1 -- you can add additional styles by adding #mytwitter_tweet-2, etc. */

#mytwitter_tweet-1 {
	font-size: large;
}


/* style for tweet time #1 -- you can add additional styles by adding #mytwitter_tweet_time-2, etc. */

#mytwitter_tweet_time-1 {
	font-size: large;
}

/* style for separator #1 -- you can add additional styles by adding #mytwitter_separator-2, etc. */

#mytwitter_separator-1 {
	font-size: large;
}

/* set style for "li" element of class "mytwitter" */

ul li.mytwitter {
	color: green;
}