/*
Theme Name: Pinkerton
Description: A simple theme 2-column theme with little functionality
Version: 1.6
Author: Mike Moss
Author Website: http://www.8bitartist.com
*/

/*MARKUP AND GENERAL STYLES*/

body {
	background: url(images/bggrad2.gif) repeat-x #ffa8df;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

.wp-caption-text {
	font-size: xx-small !important;
	color: #ccc !important;
	margin: 0 !important;
	padding: 0 !important;
	text-align: center !important;
	
}

/*MAIN DIVS*/

#container {
	width: 800px;
	margin: 0 auto;
}

/*-------------HEADER STYLES-------------*/
#header {
	width: 500px;
	float: left;
	margin-top: 10px;
}

#header img {
	border: 0;
	margin: 0;
	padding: 0;
}

#menu {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #393939;
	font-size: 9px;
	text-align: left;
	/*position: relative;
	left: -20px;
	top:-40px;*/
	width: 500px;
	float:left;
	padding-top: 10px;
	margin-top: -7px;
}


#menu ul {
	margin-left: 0;
	list-style: none;
	padding-left: 10px;
	text-indent: -1px;
	margin-bottom: 5px;
}
#menu li {
	display: inline;
	margin-right: 10px;
	list-style: none;
}

#menu li a {
	text-decoration: none;
	background: #393939;
	padding: 5px;
	color: #ffa8df;
	border: 1px solid #ffa8df;
}

#menu li a:active {
	border: 1px solid #ffa8df;
	color: #ffa8df;
}

#menu li a:hover {
	border: 1px solid #fff;
	color: #fff;
}

/*-----------END HEADER STYLES----------*/


/*---------MAIN CONTENT STYLES----------*/
#maincontent {
	width: 500px;
	text-align: left;
	float: left;
}

/*-------END MAIN CONTENT STYLES--------*/


/*------------SIDEBAR STYLES------------*/
#sidebar {
	width: 200px;
	font-size: 10px;
	text-align: left;
	float: left;
	color: #ffa8df;
	padding-left: 5px;
	padding-top: 5px;
}

#sidebar h2 {
	font-size: 10px;
	text-align: left;
	padding: 0 0 0 6px;
	margin:0;
}

#sidebar h2 a {
	color: #ffa339;
	padding: 0 0 0 6px;
	margin:0;

}

#sidebar h2 a:hover {
	color: #fff;

}

#sidebar ul {
	margin-top: 2px;
	margin-bottom: 4px;
}

#sidebar li {
	list-style-image: url(images/bullet.gif);
	margin: 6px 0 0 0;
}

#sidebar li a {
	color: #ffa8df;
	text-decoration: none;
}

#sidebar li a:hover {
	color: #fff;

}

#sidebar li a:visited {
	color: #ffc5df;

}

.sidebarcontent {
	background: #393939;
	margin-bottom: 10px;
}

.sidebarcontent img {
	text-decoration: none;
border: none;
}

.twitter {
background: url(images/twitter_comp_bg_200x179.png) no-repeat top; 
height: 179px; 
margin-bottom: 10px;
}

.twitterfeed p {
padding-top: 52px;
padding-left: 10px;
padding-right: 10px;
color: #000; 
margin-bottom: 0;
}

.twitter-link {
color: #ff00a1;
}

.twitter-user {
color: #34ccff;
}

.twitter-timestamp {
font-size: 8px;
font-style: italic;
text-decoration: none;
position: absolute; 
top: 0; 
right: 20px;
color: #666;
}

/*---------END SIDEBAR STYLES----------*/

#footer {
	font-size: 10px;
position: relative;
text-align: center;
	color: #fff;
margin: 10px 0 10px 0;
}

#footer a {
	color: #ff6fca;
}

#footer a:hover {
	color: #ffdff8;
}

/*CLASSES FOR ENTRIES*/

/*---------------BLOG------------------*/
.entry {
	background: #393939;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-top: 10px;

}

.entry p, .page p {
	color: #fff;
	font-size: 11px;
	padding: 5px;
}

.entry h1, .page h1 {
	color: #ffa8df;
	font-family: rockwell, sans-serif;
	/*font-size: 20px;*/
	letter-spacing: -1px;
	text-transform: uppercase;
	text-align: center;
	padding: 0 5px 0 5px;
	margin: 0;
	border-bottom:2px dashed #ffa8df;
	
}

.entry h1 a, .page h1 a {
	text-decoration: none;
	color: #ffa8df;
}

.entry h1 a:active, .page h1 a:active {
	text-decoration: none;
	color: #ffa8df;
}

.entry h1 a:visited, .page h1 a:visited {
	text-decoration: none;
	color: #ffdff8;
}

.entry h1 a:hover, .page h1 a:hover {
	text-decoration: none;
	color: #fff;
}

.entry ul {
	color: #fff;
	font-size: 11px;
}

.entry a {
	color: #47FF47;
}

.entry img {
	border: 0;
}

.entry img.size-full, img.alignnone {
	display: block;
	margin: 0 auto;
}

.entry a img {
	border: 1px solid #393939;
	margin: 0;
	padding: 0;
	margin: 5px;
}

.entry a:hover img {
	border: 1px solid #ffa8df;
	margin: 5px;
	padding: 0;
}

/*.entry a:active img {
	border: 1px solid #393939;
}*/

.olderentries a {
	font-size: 10px;
	color: #fff;
float: left;
margin-bottom: 10px;
}

.newerentries a {
	font-size: 10px;
	color: #fff;
float: right;
margin-bottom: 10px;
}

/*--------------/BLOG------------------*/

/*PAGES*/
.page {
	background: #393939;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-top: 10px;
}

.page h1 {
	color: #ffa8df;
	font-family: rockwell, sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	
}

.page h3 a {
	color: #393939;
	font-family: Arial Black, Arial, sans-serif;
	font-size: 15px;
	text-decoration: none;
	margin-top: 10px;
	background-color: #ffa8df;
}
.page h3 {
	color: #ffa8df;
	font-family: Arial Black, Arial, sans-serif;
	font-size: 15px;
	margin-top: 10px;
}


.page img {
	width: 75px;
	height: 135px;
	float: left;
	margin: 4px;
}

.page a img {
	border: 1px solid #393939;
}

.page a:hover img {
	border: 1px solid #ffa8df;
}

.page a:active img {
	border: 1px solid #393939;
}


/*ROUNDED CORNERS*/

.topright {
	background: url(images/corner_tr.png) no-repeat top right;
	height: 10px;
	width: 100%
}

.topleft {
	background: url(images/corner_tl.png) no-repeat top left;
	height: 10px;
	width: 100%
}

.bottomright {
	background: url(images/corner_br.png) no-repeat bottom right;
	height: 10px;
	width: 100%
}

.bottomleft {
	background: url(images/corner_bl.png) no-repeat bottom left;
	height: 10px;
	width: 100%
}

/*--------------------COMMENTS-----------------------------*/
.comments {
	width: 400px;
	border: 1px solid #ffdbf2;
	padding: 15px;
	margin-top: 25px;
}
.comments textarea {
	width: 300px;
	height: 200px;
	background-color: #ffdbf2;
	border: 1px solid #fff;
}

.comments h1 {
	font-family: rockwell, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 85%;
	letter-spacing: -1px;
	margin: 0;
	padding: 0;
}

.comments a {
	color: #ffe8fa;
	text-decoration: none;
}

.comments a:active {
	color: #ffdff4;
	text-decoration: none;
}

.comments a:hover {
	color: #fff;
	text-decoration: none;
}

.comments p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.comments li {
	list-style: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #393939;
}

.comment_text {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.admincomments {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ff33b4;
	font-weight: bold;
	min-height: 65px;
}

.adminatar {
	float: left;
	padding-right: 10px;
}

.adminbyline {
	border-bottom: 2px dashed #fff;
}

.comment_author img {
	border: none;
}

.comment_author p {
	padding-top:0;
	margin-top: 0;
}

.comment_author {
	border-bottom: 2px dashed #fff;
}
/*-------------------/COMMENTS-----------------------------*/

/*AVATARS*/

.angryavatar {
	width: 108px;
	height: 70px;
	background: url(images/angry.gif) no-repeat top right;
	padding: 0;
float: right;
margin-bottom: 30px;
}

.angryavatar p {
text-align: right;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000;
padding-top: 70px;
}

.neutralavatar {
	width: 108px;
	height: 70px;
	background: url(images/neutral.gif) no-repeat top right;
	padding: 0;
float: right;
margin-bottom: 30px;
}

.neutralavatar p {
text-align: right;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000;
padding-top: 70px;
}

.itchyavatar {
	width: 108px;
	height: 70px;
	background: url(images/itchy.gif) no-repeat top right;
	padding: 0;
float: right;
margin-bottom: 30px;
}

.itchyavatar p {
text-align: right;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000;
padding-top: 70px;
}

/*POST INFO*/

.postedin {
text-align: left;
width: 300px;
float: left;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 9px;
color: #000;
}

.postedin a {
color: #f119a1;
}

.posttime {
	margin-bottom: 5px;
	text-align: right;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000;
}

/*SEARCH*/

.searchbox {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8px;
	padding-left: 12px;
}

input {
	border:1px solid #fff;
	background-color: #ffa339;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.searchbutton input {
	border:1px solid #fff;
	background-color: #000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
}

/*FLOAT CLEAR*/

.clear {
	clear: both;
}
