@charset "UTF-8";
/*  
Theme Name: TroyLaw.net
Theme URI: http://www.gilli.co/
Description: The theme of www.troylaw.net
Version: 2.5
Author: Adam Gillitt
Author URI: http://www.gilli.co/

	This theme was designed and built by Adam Gillitt,
	whose website you will find at http://www.gilli.co/
	Updated 9/21/10

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/
body  {
	font-family: "Helvetica Neue", "Helvetica Medium", Helvetica, Arial, Sans-Serif;
	font-size: large; 
background: #003663; /* old browsers */
background: -moz-linear-gradient(top, #003663 0%, #FFFFFF 100%); /* firefox */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#003663), color-stop(100%,#FFFFFF)); /* webkit */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003663', endColorstr='#FFFFFF',GradientType=0 ); /* ie */
	background-attachment:fixed;
	margin: 0; 
	padding: 0;
	color: #333;

}

a 		{text-decoration:none;
		color: #333; 
}
strong { font-weight:bold;
	color: #336600;
}


 h2 {   color:#336600;
	padding:5px 0px 5px 10px;
	text-transform:capitalize;
	border-bottom: 1px solid #003663;
	font-weight:heavy;
}

blockquote {
	color: #003663;
	margin: 1px 30px;
	padding: 1px 30px;
	}
a:link	{
		color: #003663;
		text-decoration:none;
		font-weight:bold;
		}

a:visited	{ 
		color: #003663; 
		text-decoration:none;
		font-weight:bold;
			}

a:active	{ 
		COLOR: #000000; 
		text-decoration:none;
		text-shadow:0px 0px 3px #990000;
		font-weight:bold;
		}

a:hover	{ 
		color: #000000;
		text-decoration:none;
		font-weight:bold;
		text-shadow:0px 0px 3px #990000;
		}


.portrait{
float:left;
padding:5px;
margin-right:10px;
border:#003663 solid 2px;
}

a:hover .portrait	{border:#336600 solid 2px;}

ul li {
 list-style-image: url(images/miniflag.gif);
 }
	
#sidebar1 ul li {
	list-style-type: disc;
	list-style-image: none;
	font-size: small; 
	}


#container { 
	z-index:1;
	width: 950px;  
	background: #FFFFFF;
	margin: 0 auto; 
	border: 1px solid #003663;
	text-align: left; 


} 
#header {
	padding: 0;
	background-color: #003663;
	border-top: 1px dotted #003333;
	line-height: 100%; 

} 
#header h1 {
	margin: 0; 
	padding: 10px 0; 
	line-height:75%;
}

#sidebar1 {
	float: left;
	width: 225px; 
	background: url(images/flaggrround.gif) repeat-y; 
	padding:0 10px 20px 5px; 
	line-height: 100%; 

}
#sidebar1 h3, #sidebar1 p {
	margin-left: 10px; 
	margin-right: 10px;
	color:#003663

}

#sidebar1 strong {font-weight:bold; color:#000000;}


#flyingflag {
	background: url(images/flag.png) no-repeat;
	position:absolute;
	z-index:1;
	background-position: top left;
	margin:8px 0 0 50px;
	padding:20px 10px 15px;
}

.imagebutton{
border:#003663 solid 2px;
padding:4px;
margin:4px;
	font-size: medium;
}

a:hover .imagebutton	{border:#336600 solid 2px;}

.notice{
border:#003663 solid 4px;
background:#FFFFFF;
padding:15px;
margin:20px 0;
font-weight:bold;
	font-size: medium; 
line-height:125%;
}

#mainContent {
	margin: 0 20px 0px 260px;
	line-height:150%; 
	padding:0 20px 0 10px;
} 
#footer { 
	padding: 0 10px; 
	margin: 0; 
	font-size: small; 
	line-height: 125%; 
}

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.navbar{
	background-color: #000;
	color:#FFFFFF;
	font-weight:bold;
	border: none;
	padding: 5px 10px;
	font-size: small; 
	}


.navbar a	{
		color: #fff;
		font-weight:bold;
		text-decoration:none;
		padding: 15px 8px 6px 9px;
	}

.navbar a:link	{
		color: #fff;
		font-weight:bold;
		text-decoration:none;
	}

.navbar a:visited	{ 
		color: #fff; 
		text-decoration:none;
		font-weight:bold;
			}

.navbar a:active	{ 
		text-decoration: none;
		COLOR: #000;
		background:#fff; 
		border:none;
		font-weight:bold;
		}

.navbar a:hover	{ 
		text-decoration: none;
		COLOR: #000; 
		background:#fff;
		border:none;
		font-weight:bold;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	border-top-left-radius: 5px;
	border-top-right-radius:5px;}
.style1 {font-size: x-large; line-height: 140%; }
.style2 {font-size: small;}
.style3 {font-size: small;}
.style7 {font-size: small; font-weight: bold; }
.style8 {font-size: small;font-weight: bold; font-style:italic;}

.tweet, .query {margin-right:0px;line-height:115%;font-size: medium;
font-weight:bold;color: #333; }
  
  .tweet .tweet_list, .query .tweet_list {
    margin-left: 20px;padding: 0; }
      
    .tweet .tweet_list li, .query .tweet_list li {
      overflow-y: auto;
      overflow-x: hidden;
      padding:5px; }
      
    .tweet .tweet_list .tweet_even, .query .tweet_list .tweet_even {
      background-color: #b8c6d6; }
      
