/*
Theme Name: Dropp
Theme URI: http://www.blog.mcfaul.net
Description: Blog design for Dropp
Version: 1
Author: Matt Booth www.flashtemple.com
*/



/***** general *****/
body {
	margin:0px auto;
	font-size: 12px;
	/* opacity:0.99; */
	/* text-shadow: 0 0 0 #000; */
	color:#444444;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	background: #FFFFFF url(images/repeater.jpg) repeat-x top;
}

img {
	border:0px;
	border-style: none;
	padding:0px;
	max-width: 100%; /* not working in IE6*/
}

a:link{
	/* background: #444444;
	padding: 0px 2px 0px 2px; */
	font-weight:bold;
	color: #EE2C74;
	text-decoration: none;
}

a:visited{
	/* background: #444444;
	padding: 0px 2px 0px 2px; */
	font-weight:bold;
	color: #EE2C74;
	text-decoration: none;
}

a:active{
	/* background: #444444;
	padding: 0px 2px 0px 2px; */
	font-weight:bold;
	color: #EE2C74;
	text-decoration: none;
}

a:hover{
	/* background: #EE2C74;
	padding: 0px 2px 0px 2px; */
	font-weight:bold;
	color: #EE2C74;
	text-decoration: underline;
}

h1 {
	font-size:30px;
	font-weight:normal;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
}

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: Helvetica, Arial, Verdana, 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 {
	border:0px;
	border-style: none;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	display: inline;
}

img.alignright {
	border:0px;
	border-style: none;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	display: inline;
}

img.centered {
	border:0px;
	border-style: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


.clear {clear:both;}

.spacer {height:5px;}






/***** 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{
	width: 880px;
	/* height: 126px; */
	height: 126px;
	background:url('images/header.png') no-repeat left;
	vertical-align: middle;
}

#container{
	position:relative;
	width:850px;
	overflow:hidden;
	/* background:url('images/container_bg.jpg') no-repeat 0 0; */
	padding: 0px 15px 15px 15px;
	/* background: #121212; */
	background: #FFFFFF;
}

#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; */
}



#footer {
	clear:both;
	text-align: justify;
	margin:0px;
	color: #808080;
	font-size: 10px;
	padding:20px 0px 20px 0px;
	/* border-top: 1px dotted #808080; */
}

/*#footer a {
	color: #EE2C74;
	font-weight:normal;
}*/






/***** header *****/
#blogtitle {
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	position:absolute;
	width:80%; 
	float:right; 
	right:45px; top:90px; text-align:right; font-size:24px; color:#000000; font-weight:bold;}

#blogtitle a, #blogtitle a:hover {
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	color:#000000;
	text-decoration:none;
}

#subtitle {
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	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: #000000;
	padding: 0 15px;
	text-decoration:none;
}

#header ul li a:hover, #header ul li.current_page_item a {
	background: #6c9025;
}

#header img.home {
	border:0px;
	border-style: none;
	position: absolute;
	margin:0px;
	padding:0px;
	right: 15px;
	top: 19px;
	width:35px;
	height:35px;
}






/***** content *****/


.contact {
	font-size: 11px;
	line-height: 15px;
	text-align: right;
	color: #FFFFFF;
	position:relative;
 	top:-50px;
 	right:-15px;
	/* padding: 0px 0px 35px 15px; */
}

.contact a {
	color: #EE2C74;
	text-decoration: none;
}

.contact a:hover {
	color: #EE2C74;
	text-decoration: underline;
}



.archivetitle {
	color: #000000;
	font-size: 14px;
	font-variant: normal;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 12px 0px;
}



.title {
	color: #444444;
	font-size: 25px;
	font-weight:normal;
	/* opacity:0.99; */
	/* text-shadow: 0 0 0 #000; */
	line-height: 35px;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	letter-spacing:0px
	padding: 5px 5px 5px 5px;
}

.title a {
	color: #000000;
	font-weight:normal;
	background: #EE2C74;
	padding: 5px 5px 5px 5px;
	text-decoration: none;
}

.title a:hover {
	color: #000000;
	font-weight:normal;
	background: #d4d4d4;
	padding: 5px 5px 5px 5px;
	text-decoration: none;
}





.pageintro {
	padding: 50px 0px 50px 0px;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-size: 30px;
	line-height: 35px;
	text-align: left;
	color: #005966;
}

.date {
	font-size: 11px;
	color: #000000;
	padding: 10px 0px 10px 0px;
	/* background: #003840; */
	/* border-bottom: 1px solid #00deff; */
}




.entry {
	line-height: 17px;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	/*border-bottom: 1px solid #00deff;*/
}

/*
.entry a {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	line-height: 17px;
	text-align: left;
	background: #444444;
	padding: 2px 2px 2px 2px;
	text-decoration: none;
}


.entry a:hover {
	color: #000000;
	background: #EE2C74;
	padding: 2px 2px 2px 2px;
	text-decoration: none;
}
*/





.page_entry {
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 0px 0px;
	border-top: 1px solid #444444;
	border-bottom: 1px solid #444444;
}

.info {
	line-height: 17px;
	font-size: 11px;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/* border-bottom: 1px dotted #00deff; */
}

.category {
	font-size: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/* background: url('images/category.gif') no-repeat top left transparent; */
}

.tags {
	font-size: 10px;
	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: #000000;
	margin: 0px 0px 0px 0px;
	padding: 2px 2px 2px 2px;
	/* background: url('images/bubble.gif') no-repeat top left transparent; */
}

.bubble a {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	line-height: 17px;
	text-align: left;
	background: #d4d4d4;
	padding: 2px 2px 2px 2px;
	text-decoration: none;
}


.bubble a:hover {
	color: #000000;
	background: #EE2C74;
	padding: 2px 2px 2px 2px;
	text-decoration: none;
}



.navigation {
	font-size: 11px;
	margin: 40px 0px 0px 0px;
	padding: 2px 0px 17px 0px;
	border-top: 1px solid #102910;
	border-bottom: 1px solid #102910;
}

.sorry {
	font-size: 11px;
	font-style: italic;
	margin: 8px 0px 0px 0px;
	padding: 3px 0px 3px 0px;
	border-top: 1px solid #102910;
	border-bottom: 1px solid #102910;
}

#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: #000000;}

.commenttitle {
	color: #808080;
	font-size: 20px;
	font-family: Helvetica, Arial, Verdana, 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: #000000;
	font-size: 11px;
	position: relative;
	list-style-type: none;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	/* border-bottom: 1px dotted #808080; */
}

.adminbody {
	color: #000000;
	font-size: 11px;
	position: relative;
	list-style-type: none;
	margin: 0px 0px 20px 25px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #808080;
}

.commenthead {
	color: #000000;
	padding: 5px 0px 8px 0px;
	margin: 0px 0px 10px 0px;
	/* border-bottom: 1px dotted #808080; */
	/* background:#000000; */
}


.adminhead {
	color: #000000;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 8px 0px;
	/* border-bottom: 1px dotted #808080; */
	/* background:#000000; */
}

.avatar {
	position:relative;
	float: left;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	/* background:#000000; */
}

.commentcount {
	float: right;
	color: #000000;
	font-size: 20px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
}

.authorlink {color: #000000; font-size: 11px; font-weight: bold;}

.authorlink a {color: #000000; font-size: 11px; font-weight: bold;}

.commentlink {font-size: 10px; color: #000000;}

.trackhead {
	color: #000000;
	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: #000000;
	font-size: 11px;
	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: #000000;}

#commentform {
	margin:0;
	padding:20px 0 0 0;
}

#commentform input,
#commentform textarea  {
	color:#eeeeee;
}

#email, #author, #url {
	width:190px; 
	height:26px;
	color: #000000;
	font-size: 12px;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	background: #202020;
	padding:0px 0px 0px 5px;
	vertical-align: middle;
	border: 0px;
	
}

#comment {
	width: 496px;
	color: #000000;
	font-size: 12px;
	font-family: Helvetica, Arial, Verdana, 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: Helvetica, Arial, Verdana, Sans-Serif;
	background-color:#EE2C74;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px solid #000000;
	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: Helvetica, Arial, Verdana, Sans-Serif;
	font-size:12px; 
	font-weight:normal;
	color:#000000; 
	padding:0px 0px 0px 5px;
	border:0px;
	background:#d4d4d4;
	vertical-align: middle;
}

.search-but input {
	float:right;
	width: 60px;
	height:26px;
	color: #000000;
	font-size: 12px;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	background-color:#EE2C74;
	padding:0px 0px 0px 0px;
	border: 0px solid #000000;
	font-weight:bold;
	vertical-align: middle;
}
















/***** sidebar *****/
#sidebar{ /*width=190px*/
	float:right;
	display:block; 
	overflow:hidden;
	width: 280px;
	margin:0 0 0 0;
	padding: 0px 0px 70px 0px;
	color:#000000;
	/*border-bottom: 1px solid #102910;*/
	font-size: 12px;
	line-height: 17px;
}

#sidebar a{
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	line-height: 17px;
	text-align: left;
	/* background: #444444; */
	padding: 2px;
	margin-bottom:4px;
	text-decoration: none;
}

#sidebar a:hover {
	color: #000000;
	/* background: #EE2C74; */
	background: #d4d4d4;
	padding:2px;
	margin-bottom:4px;
	text-decoration: none;
}

#sidebar ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#sidebar p {
	padding-bottom:25px;
	margin-bottom:25px;
}

#sidebar li {
	list-style-type: none;
	margin: 0px 0px 25px 0px;
	padding-bottom:25px;
	border-bottom: 1px solid #102910;
}

#sidebar ul ul li {
	color: #EE2C74;
	line-height: 17px;
	list-style-type: none;
	font-size:11px;
	font-variant: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border:0px;
	display:block;
}

#sidebar h1 {
	color: #444444;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-size: 24px;
	font-weight: normal;
	opacity:1; /* 0.99; */
	/* text-shadow: 0 0 0 #000; */
	letter-spacing: 0px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
}

#sidebar select{
	margin:5px 0px 2px 2px;
	font-size:11px;
	width:170px;
	overflow:hidden;
}









/***** widget *****/
#wp-calendar td {font-size:11px;}

#wp-calendar td a {font-weight:bold;color: #000000;text-decoration:underline;}

#wp-calendar {
	width: 174px;
	text-align: center;
	font-size:11px;
	border-bottom: 0px solid #00deff;}

.wp-caption { /*images caption*/
	font-size: 10px;
	text-align: left;
	color:#808080;
}




.textwidget { /*text box*/
	margin:2px 0px 5px 2px;
}

#sidebar .textwidget img {
	float: none
}Ê

#sidebar .textwidget a {
	float: left;
	background: none;
}Ê

#sidebar .textwidget a:hover {
	background: none;
}Ê




#akismetwrap{
	margin:2px 0 2px 25px;
}

.rsswidget img {
	border:0px;
	border-style: none;
	padding:1px;
	background:#ff0 fixed;
}







/* copy/edit the CSS below and add to your stylesheet to customize the style for MyTwitter -- highly recommend editing it first because these colors are for example only and not well coordinated */
/* To edit your stylesheet in WP, go to Presentation -> Theme Editor -> Stylesheet (applies to most themes)*/
/* style for each tweet */ 
.mytwitter_tweet {
	color: #000000;
}

/* 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;
}
