/*
Theme Name: Shrink-Wrapped
Theme URI: http://www.shrink-wrapped.net
Description: Monochrome theme for shrink-wrapped.net
Version: 1.0
Author: Adam Mencarini
Author URI: http://www.shrink-wrapped.net
Tags: 


*/


A:link {text-decoration: underline; color: #000000}
A:active {text-decoration: underline; color: #AAAAAA}
A:visited {text-decoration: underline; color: #666666}

/*A:hover {text-decoration: underline; color: #000000; border-bottom:1px solid #FF0000;}*/

A.pictures:link {text-decoration: underline; color: #FFFFFF}
A.pictures:active {text-decoration: underline; color: #AAAAAA}
A.pictures:visited {text-decoration: underline; color: #CCCCCC}
A.pictures:hover {text-decoration: underline; color: #FFFFFF; border-bottom:1px solid #FF0000;}

A.bare:link {text-decoration: none; }
A.bare:active {text-decoration: none;}
A.bare:visited {text-decoration: none;}
A.bare:hover {text-decoration: none; border:none}

A.attachment {text-decoration: none; border:none}

BODY {
  scrollbar-face-color: #222222;
	scrollbar-shadow-color: #111111;
	scrollbar-highlight-color: #111111;
	scrollbar-3dlight-color: #CCCCCC;
	scrollbar-darkshadow-color: #555555;
	scrollbar-track-color: #AAAAAA;
	scrollbar-arrow-color: #FFFFFF;
  font-family:  Arial, Trebuchet MS, Helvetica, sans-serif;
  font-size:12px;
  color:#000000;
  background:#777777;
}

TD {
  font-family:  Arial, Trebuchet MS, Helvetica, sans-serif;
  font-size:13px;
  color:#000000;
}

.subtext {
  font-family: Arial, Trebuchet MS, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
}

.picturelist {
  font-family: Arial, Trebuchet MS, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
}

.title {
  font-family: Arial, Trebuchet MS, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
}

.commentleft{
  background:#BBBBBB;
  padding: 5px;
  text-align: center;
  vertical-align:top;
  border-left:1px solid #000000;
  border-top:1px solid #000000;
  border-bottom:1px solid #000000; 
  font-family: Arial, Trebuchet MS, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
}

.commentright{
  background:#F5F5F5;
  padding-left:5px;
  padding-top:5px;
  padding-bottom:5px;
  text-align: left;
  vertical-align:top;
  border:1px solid #000000;
  font-family: Arial, Trebuchet MS, Helvetica, sans-serif;
	font-size: 13px;
}

.graybox{
  background:#BBBBBB;
  border-top:1px solid #000000;
  border-left:1px solid #000000;
  border-bottom:1px solid #000000;
}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

#sidebar ul{ list-style-type:none; padding:0px }
#sidebar h2{ margin-top:0px;margin-bottom:5px;font-size:18px;font-variant: small-caps;color:#FFFFFF;border-bottom:1px solid #000000; }
#sidebar li{ margin-bottom:15px; }

#commentlist
{
        background:#FDFDFD;
        border: 1px solid #000000
}

#commentlist li
{
  border: 1px solid #000000;
  padding: 5px;
  margin: 5px;
  background: #DDDDDD;
}

#commentlist ul
{
  list-style-type: none;
}

#commentlist p
{
   background: #FFFFFF;
   border: 1px solid #000000;
   padding: 5px;
}

#commentlist cite
{
        font-size: 130%;
}



.comment
{
}

.comment-meta
{
        font-size: 75%;
}


#commentlist .avatar {
	float: left;
	border: 1px dotted #ccc;
	padding: 2px;
}

