 
/* $Id: base-weblog.css 14515 2005-07-12 00:01:26Z mpaschal $ */

/* basic elements */



html
{
	margin: 0;
	/* setting border: 0 hoses ie6 win window inner well border */
	padding: 0;
}

body
{
	margin: 0;
	/* setting border: 0 hoses ie5 win window inner well border */
	padding: 0;
	font-family: verdana, 'trebuchet ms', sans-serif;
	font-size: 12px;
}

form { margin: 0; padding: 0; }
a { text-decoration: none; font-weight: bold; }
a img { border: 0; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1, h2, h3, h4, h5, h6, p, ol, pre, blockquote
{
	margin-top: 10px;
	margin-bottom: 10px;
}


blockquote
{
	color: #669933;
	margin-top: 10px;
	margin-bottom: 10px;
}


tt
{
	color: #000034;
	word-spacing: -0.2em;
}


/* standard helper classes */

.clr
{
	clear: both;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: 0 -1px -1px 0;
	border: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after
{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */


/* page layout */

body { text-align: center; } /* center on ie */

#container
{
	position: relative;
	margin: 0 auto 20px; /* center on everything else */
	width: 980px;
	text-align: left;
	background: #efefef;
}

#container2
{
	position: relative;
	margin: 0 auto; /* center on everything else */
	width: 904px;
	text-align: left;
}

#container-inner { position: static; width: auto; }
#container2-inner { position: static; width: auto; }


#main-nav {
font-size: 140%;
background: #339;
color: #fff;
padding: 20px 10px 0px 10px;
border-bottom: 7px solid #000;
font-family: 'trebuchet ms', sans-serif;
word-spacing: 1em;
}

#main-nav a{
color: #fff;
text-decoration: none;
}


#main-nav a:hover{
color: #fff;
text-decoration: underline;
}


#banner { position: relative; }
#banner-inner { position: static; }

#pagebody { position: relative; width: 100%; background: ; }
#pagebody-inner { position: static; width: 100%; background: ; }

#alpha, #beta, #gamma, #delta, #faka
{
	display: inline; /* ie win bugfix */
	position: relative;
	float: left;
	min-height: 1px;
}

#delta { float: right; }

#alpha-inner, #beta-inner, #gamma-inner, #delta-inner
{
	position: static;
}


/* banner user/photo */

.banner-user
{
	float: left;
	overflow: hidden;
	width: 64px;
	margin: 0 0px 0 0;
	border: 0;
	padding: 0;
	text-align: center;
}

.banner-user-photo
{
	display: block;
	margin: 0 0 0px 0;
	border: 0;
	padding: 0;
	background-position: center center;
	background-repeat: no-repeat;
	text-decoration: none !important;
}

.banner-user-photo img
{
	width: 64px;
	height: auto;
	margin: 0;
	border: 0;
	padding: 0;
}


/* content */

.content-nav
{
	margin: 10px;
	text-align: center;
}

.date-header,
.entry-content
{
	position: static;
	clear: both;
}

.entry,
.trackbacks,
.comments,
.archive
{
	position: static;
	overflow: hidden;
	clear: both;
	margin-bottom: 0px;
}


.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed
{
	clear: both;
}



.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more
{
	clear: both;
}

.entry-body img
{ 
border: solid 5px #eeeeee;
align: center;
}



.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content
{
	clear: both;
	margin: 5px 5px 20px 10px;
}

.comments-open label { display: block; }

#comment-author, #comment-email, #comment-url, #comment-text
{
	width: 240px;
}

#comment-bake-cookie
{
	margin-left: 0;
	vertical-align: middle;
}

#comment-post
{
	font-weight: bold;
}

img.image-full { width: 100%; }

.image-thumbnail
{
	float: left;
	width: 115px;
	margin: 0 10px 10px 0;
}

.image-thumbnail img
{
	width: 115px;
	height: 115px;
	margin: 0 0 2px 0;
}

img.logo
{ border: 5px solid #cccccc;
margin-bottom: 12px;
} 



/* modules */

.module
{
	position: relative;
	overflow: hidden;
	width: 100%;
}

.module-content
{
	position: relative;
	margin: 5px 10px 20px 10px;
}

.module-list,
.archive-list
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.module-list-item
{
	margin-top: 5px;
	margin-bottom: 5px;
}

.module-presence img { vertical-align: middle; }
.module-powered .module-content { margin-bottom: 10px; }
.module-photo .module-content { text-align: center; }
.module-wishlist .module-content { text-align: center; }

.module-calendar .module-content table
{
	border-collapse: collapse;
}

.module-calendar .module-content th,
.module-calendar .module-content td
{
	width: 14%;
	text-align: center;
}

.typelist-thumbnailed { margin: 0 0 20px 0; }

.typelist-thumbnailed .module-list-item
{
	display: block;
	clear: both;
	margin: 0;
}

/* positioniseverything.net/easyclearing.html */
.typelist-thumbnailed .module-list-item:after
{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .typelist-thumbnailed .module-list-item { display: inline-block; }
/* no ie mac \*/
* html .typelist-thumbnailed .module-list-item { height: 1%; }
.typelist-thumbnailed .module-list-item { display: block; }
/* */

.typelist-thumbnail
{
	float: left;
	min-width: 60px;
	width: 60px;
	/* no ie mac \*/width: auto;/* */
	margin: 0 5px 0 0;
	text-align: center;
	vertical-align: middle;
}

.typelist-thumbnail img { margin: 5px; }

.module-galleries .typelist-thumbnail img { width: 50px; }

.typelist-description
{
	margin: 0;
	padding: 5px;
}

.module-featured-photo .module-content,
.module-photo .module-content
{
	margin: 0;
}

.module-featured-photo img { width: 100%; }

.module-recent-photos { margin: 0 0 15px 0; }
.module-recent-photos .module-content { margin: 0; }
.module-recent-photos .module-list
{
	display: block;
	height: 1%;
	margin: 0;
	border: 0;
	padding: 0;
	list-style: none;
}

/* positioniseverything.net/easyclearing.html */
.module-recent-photos .module-list:after
{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .module-recent-photos .module-list { display: inline-block; }
/* no ie mac \*/
* html .module-recent-photos .module-list { height: 1%; }
.module-recent-photos .module-list { display: block; }
/* */

.module-recent-photos .module-list-item
{
	display: block;
	float: left;
	/* ie win fix \*/ height: 1%; /**/
	margin: 0;
	border: 0;
	padding: 0;
}

.module-recent-photos .module-list-item a
{
	display: block;
	margin: 0;
	border: 0;
	padding: 0;
}

.module-recent-photos .module-list-item img
{
	width: 60px;
	height: 60px;
	margin: 0;
	padding: 0;
}


/* * theme * */

/* basic page elements */

body
{
	font-family: Verdana, sans-serif;
	font-size: 12px;
     font-size: .75em;
     line-height: 17px;
       margin: 0 0 5px 0;
     text-align: center;
          color: #2c2c33;
         
}

a { color: #333366; font-weight: bold; }
a:hover { color: #000099; text-decoration: underline; }
.module-content a { color: #333366; font-weight: bold; line-height: 1.5; }

#banner a { color: #ffffff; text-decoration: none; }
#banner a:hover { color: #33FF33; }

h1, h2, h3, h4, h5, h6
{
	font-family: 'trebuchet ms', verdana, helvetica, arial, sans-serif;
}

.module-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header
{
   /* ie win (5, 5.5, 6) bugfix */
   p\osition: relative;
   width: 100%;
   w\idth: auto;
	
	
	text-align: left;
   margin: 0;
border-left: 20px solid #333399;
   padding:2px;
   padding-left: 8px;
	color: #333399;
	background: #fffff0;
	font-size: medium;
font-weight:bold;   line-height: 1;
	letter-spacing: -1;
text-transform: uppercase;
}

.module-header a
{
color: #000099;
text-decoration:none;
}


.module-other-header
{
   /* ie win (5, 5.5, 6) bugfix */
   p\osition: relative;
   width: 100%;
   w\idth: auto;
		text-align: left;
   margin: 0;
border-left: 20px solid #669933;
   padding:2px;
   padding-left: 8px;
	color: #669933;
	background: #ffffff;
	font-size: medium;
font-weight:bold;   line-height: 1;
	letter-spacing: -1;
}

.module-header a:hover,
.trackbacks-header a,
.trackbacks-header a:hover,
.comments-header a,
.comments-header a:hover,
.comments-open-header a,
.comments-open-header a:hover
.archive-header a,
.archive-header a:hover
{
	color: #33FF33;
}

.entry-more-link,
.entry-footer,
.comment-footer,
.trackback-footer,
.typelist-thumbnailed
{
	font-size: px;
}


/* page layout */

body
{
	color: #333;
 background-image: url("http://avltheatre.com/img/bricksblue.jpg");	background-repeat: no repeat;	}





#container-inner
{
border-right: 0px solid #292E33;
border-bottom: 0px solid #292E33;
border-left: 0px solid #292E33;
}


#container2-inner
{
border-right: 0px solid #292E33;
border-bottom: 0px solid #292E33;
border-left: 0px solid #292E33;
}

#banner {
    width: 900px; /* necessary for ie win */
    background: #efefef;
}

#banner-inner {
    padding: 5px 5px;
    
}

.banner-user {
    width: 70px;
    margin-top: 5px;
    font-size: 10px;
}

.banner-user-photo { border: 1px solid #fff; }

#banner-header {
    margin: 0;
    color: #eee;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    text-shadow: #36414d 0 2px 3px;
}

#banner-description {
    margin-top: 5px;
    margin-bottom: 0;
    color: #fff;
    background: none;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.125;
    text-shadow: #36414d 0 1px 2px;
}


#nav {
padding:5px;
margin:0px;
background-color:#00008b;
color:#ffffff;
border-bottom: 3px solid #000066;
border-top: 3px solid #000066;
letter-spacing: .1em;
	text-align: center;
	font-family: arial;
}

#nav a {
color:#fff;
text-decoration:none;
}
#nav a:hover {
color:#c0c0c0
}


#alpha { float:left; margin: 15px 15px 0 5px; width: ; background: #FFFFFF; }





#beta-inner,
#gamma-inner,
#delta-inner
{
   padding: 10px 10px 0 10px;
  
}


	


	

	
	#gamma-inner {
		padding: 10px 10px 0 10px;
	border-top: 2px solid #FFFFFF;
border-right: 2px solid #FFFFFF;
border-bottom: 2px solid #FFFFFF;
	
	}	



.date-header
{
	border-bottom: 1px dotted #aaaaaa;
	padding-top: 3px;
		padding-right: 3px;
		padding-bottom: 8px;
background: #fff;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-weight: bold;text-transform:uppercase;	
	padding-left: 25px;
     color: #555;
     font-size: 11px;
     text-align: left;
     margin: 0;}

.entry-header
{
	margin-top: 0px;
		margin-bottom: 0;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	text-align:left;
	color: #333399;
font-weight:bold;	
padding-left: 16px;
padding-right: 8px;
padding-bottom: 2px;
padding-top: 14px;
background: #ffffff;
border-top: #eee solid 5px;

}

.entry-header a
{
	text-decoration:none;
			margin-bottom: 0;

	font-family: 'Trebuchet MS', Verdana, sans-serif;
	text-align:left;
	color: #333399;
	font-size: x-large;
font-weight:bold;	
padding-right: 5px;

}



.entry-body{
background: #fff;
padding: 0px;
margin: 0px;

}

.entry-content,
.comment-content,
.trackback-content
{
	background: #fff;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	text-align:left;
	color: #333333;
	font-size: small;
	padding: 10px 0px 0px 0px;
	margin: 0 0 0px 0;

}

.comment-footer,
.trackback-footer
{
	background: #FFF;
	margin: 0 0 20px 0;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	text-align:right;
	color: #666666;
	font-size: x-small;
border-top: 1px solid #dae0e6;
	
}


.entry-footer
{
clear: both;
	background: #FFF;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	text-align: left;
	color: #666666;
	font-size: x-small;
	border-top: 1px dotted #bbbbbb;

}



.entry-more-link a

{
	
	color: #333399;
text-decoration: underline;

}



.entry-footer2
{
	background: #FFFFFF;
	margin: 0 0 20px 0;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	text-align:right;
	color: #666666;
	font-size: x-small;
	
}

.entry-tags
{
	background: #FFFFFF;
	margin: 0 0 0px 0;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	color: #666666;
	font-size: x-small;
	padding-right: 5px;
	float: bottom;
	
}

br.entry-tags-header
{
	background: #FFFFFF;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	text-align:right;
	color: #666666;
	font-size: x-small;
	
}



.comment-content,
.trackback-content,
.comment-footer,
.trackback-footer
{
	margin-left: 10px;
}

.content-nav { margin-top: 0; }

#trackbacks-info
{
	margin: 10px 0;
	border: 1px dashed #a3b8cc;
	padding: 0 10px;
	color: #292e33;
	font-size: 11px;
	background: #e6ecf2;
}

.comments-open-footer
{
	margin: 10px 0;
}


/* modules */

.module
{
	margin: 0 0 10px 0;
	
}



ul.feed
{

	margin-left: 0px;
	padding-left: 1px;
	

		}
	
li.feed
{
	margin-left: 15px;
	padding-left: 0px;
	padding-bottom: 2px;
	list-style: square;
	}
	
li.feed a
{
	color: #333333;
	}
	
	li.feed a:hover
{
	color: #333399;
	}
	
.list-title
{
	margin-left: 10px;
	padding-left: 0px;
text-transform: uppercase;
	}

	
.city
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: #ffffff;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	text-align:left;
	color: #000000;
	font-size: small;
border-top: 0px solid #cfd4d9;
	
}
	
.module-content
{
	margin: 0 0 0px 0;
	padding: 5px 7px 2px 7px;
	line-height: 1.2;
	background: #ffffff;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	text-align:left;
	color: #000000;
	font-size: x-small;
border-top: 0px solid #cfd4d9;
	
}

.module-del
{
margin-top: 0;
padding-top: 0;
border-bottom: 5px solid #efefef;
padding-bottom: 4px;
	
}

.module-del li
{	margin-left: 0px;
	padding-left: 0 0 5px 0 ;
	padding-bottom: 2px;
	list-style: dot;
	}


.module-del-content
{
	margin: 0 0 0px 0;
	padding: 5px 7px 2px 7px;
	line-height: 1.2;
	background: #ffffff;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	text-align:left;
	color: #000000;
	font-size: x-small;
border-top: 0px solid #cfd4d9;
	
}
.module-del-content a { color: #333366; font-weight: bold; line-height: 1.5; }


.module-other-content 
{
	margin: 0 0 0px 0;
	padding: 5px 7px 2px 7px;
	line-height: 1.2;
	background: #ffffff;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	text-align:left;
	color: #333399;
	font-size: x-small;
border-top: 0px solid #cfd4d9;
	
}

.module-other-content a
{
	
	color: #111111;
	text-decoration: none;
	
	
}

.module-other-content a:hover
{
	
	
	text-decoration: underline;
	
	
}

.module-welcome-content {
	margin: 0 0 0px 0;
	padding: 5px 7px 2px 7px;
	line-height: 1.2;
	background: #333399;
	font-family: verdana, sans-serif;
	text-align:left;
	color: #fff;
	font-size: small;
	width: 95%;
border-top: 0px solid #cfd4d9;
border-bottom: 5px solid #000;
padding: 15px;
	
}



.module-welcome-content a {
color: #ee0;
}

.module-friends
{
margin-top: 0;
padding-top: 0;
border-bottom: 5px solid #efefef;
padding-bottom: 4px;
	
}


.module-calendar .module-content { margin: 5px 0 15px 0; }

.module-mmt-calendar .module-content table,
.module-calendar .module-content table
{
	font-size: 10px;
}

.module-powered { border-width: 0; }
.module-powered .module-content
{
	margin-bottom: 0;
	padding-bottom: 10px;
	background: #FFFFFF;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	text-align:left;
	color: #292e33;
	font-size: x-small;
border-top: 1px dashed a3b8cc;
border-right: 1px dashed a3b8cc;
border-bottom: 1px dashed a3b8cc;
border-left: 1px dashed a3b8cc;
	
}

.module-photo { background: none; }
.module-photo img { border: solid 1px #fff; }

.module-list
{
	margin: 0px 15px 10px 0px;
	list-style: disc;
}

.module-list .module-list
{
	margin: 0px 0 0 0;
	padding: 0px;
	list-style: circle;
}

.module-list-item
{
	margin: 0;
	color: #666;
	line-height: 1.2;
}

.module-search input { font-size: 10px; }
.module-search #search { width: 100px; }

.module-photo img { border: 3px solid #fff; }


/* comments */

textarea[id="comment-text"] { width: 80%; }

.commenter-profile img
{
	vertical-align: middle;
	border-width: 0;
}





/* three-column tweaks */

   .layout-three-column #alpha
   {
      margin-top: 15px;
      margin-right:15px;
    
      width: 290px;      background: #ffffff;
      float:right;
   }

   .layout-three-column #alpha-inner
   {
      padding: 10px 5px 0 10px;
border-right: 1px solid #ddd;
border-bottom: 1px solid #ddd;
   }


	
    .layout-three-column #beta
   {
   	float:left;
      margin: 15px 5px 0 15px;
        background: ;
        width: 635px;

   }

  #beta-inner
   {
      padding: 0 0px 0 0px;
      border-width: 0;
      background: ;

   }
      .layout-three-column #gamma
   {
      margin-top: 15px;
       width: 200px;      background: #ffffff;
      float:left;
      border-right: 0px solid #efefef;

   }

   .layout-three-column #gamma-inner
   {
      padding: 10px 0px 0px 10px;
border-left: 0px solid #ddd;
border-bottom: 0px solid #ddd;
   }   
   
    .layout-three-column #faka
   {
      margin-top: 0px;
       width: 400px;      background: #ffffff;
      float:left;
      border-right: 0px solid #efefef;

   }

   .layout-three-column #faka-inner
   {
      padding: 10px 0px 0px 10px;
border-left: 0px solid #ddd;
border-bottom: 0px solid #ddd;
   }   

 
       .layout-three-column #quote
   {
      margin-top: 30px;
      margin-left: 30px;
       width: 904px;      background: #efefef;
      border-right: 0px solid #efefef;
            float:left;


   }

.quo
{
margin: 0;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	text-align:left;
	color: #101010;
	font-size: 30px;
padding-left: 25px;
padding-right: 8px;
padding-bottom: 2px;
padding-top: 10px;
line-height: 110%;
}

.quo b
{ color: #333399;
text-transform: uppercase;}


.module-friends li
{	margin-left: 15px;
	padding-left: 0px;
	padding-bottom: 2px;
	list-style: square;
	}

.floatimgleft {
float:left;
margin-top:10px;
margin-right:10px;
margin-bottom:10px;
}

.entry-alpha{
width: 600px;
clear: both;
float: left;
margin: 0 0 0px 0px;
padding: 0 0px 0px 20px;
background: #fff;
}

#alpha .entry-alpha{
width: 260px;
clear: both;
float: left;
margin: 0 0 0px 0px;
padding: 0 0px 0px 5px;
background: #fff;
}

.entry-beta{
width: 175px;
float: right;
background: #fff;
}

#Tools {
align: right;
float: right;
text-align: left;
padding-left: 0px;
padding-right: 50px;
padding-top: 10px;
background: #fff;
margin: 0px;
}

#Tools img { padding: 0 8px 0 0; border: 0px solid #efefef;}

#share-head { padding-bottom: 1px; border-bottom: 1px dotted #444;}

#share-head img { border: 0px solid;
     }
     
     /* BLOGS DROP DOWN START */

#NYC_nav, #WEST_nav, #EAST_nav, #MW_nav, #INT_nav, #STH_nav, #ETC_nav, #hotreads_nav {
	width:979px !important;
	padding:0;
	margin:0;
	text-align:left;
	clear:both;
	background-color:#fff;
	border-width:3px 3px 3px 3px;
	border-color:#cccccc;
	border-style:solid;
	position:absolute;
	top:150px;
	left:-36px;
	z-index:1999 !important;
	visibility:hidden;
	font: x-small arial,helvetica,clean,sans-serif;
}

html>body #NYC_nav, #WEST_nav, #EAST_nav, #MW_nav, #INT_nav, #STH_nav, #ETC_nav {
	width:979px;
}


html>body #hotreads_nav {
	width:479px;
}

#WEST_nav .two-show, .three-show { border-right: 1px solid #cccccc; }

#EAST_nav .one_show, .two_show, .three_show { border-right: 1px solid #cccccc; }

#INT_nav .one_show, .two_show, .three_show { border-right: 1px solid #cccccc; }

#STH_nav .two_show { border-right: 1px solid #cccccc; }

#ETC_nav .one_show, .two-show, .three-show, .four-show { border-right: 1px solid #cccccc; }


#NYC_nav_column { 
	width:190px;
	float:left;
	padding-left:0px;
	padding-top:14px;
	padding-bottom:14px;
	margin-bottom:0px;
	line-height:16px;
}

html>body #NYC_nav_column { width:190px; }


.column_hdr {color: #339; padding-left:5px;}

#NYC_nav_column a { color: #333; text-decoration: none; float:left; padding-left:10px; padding-bottom:2px; font-weight:700; width:177px; }


#NYC_nav_column a:hover { color: #000; background: #C5C5FE; }

html>body #NYC_nav_column a { text-decoration: none; float:left; padding-left:10px; padding-bottom:2px; font-weight:700; width:177px; }


a.xnect:link { color: #333; }
a.xnect:active { color: #333; }
a.xnect:visited { color: #333; }
a.xnect:hover { color: #000; background: #C5C5FE; }

.menu-city {color: #67e541; text-transform: uppercase; padding-left: 9px; }


.size12 {font-size:12px;}
.verdana {font-family:Verdana, Arial, Helvetica, sans-serif;}
.arial {font-family:Arial, Helvetica, sans-serif;}

/* BLOGS DROP DOWN END */

/*tube*/
.tube-entry-header{
margin: 0 0 0px 0;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	text-align:left;
	color: #000;
	font-size: 30px;
font-weight:bold;	
padding-left: 10px;
padding-right: 8px;
padding-bottom: 12px;
padding-top: 12px;
background: #fff;
letter-spacing: -1px;
border-bottom: 2px solid #ddd;
}

.tube-entry-header a{
text-decoration:none;
	
	color: #000;
}

.archives-list-list {
padding: 0 0 0 0px;
margin: 0 0 0 0px;
}

.archives-list-list li 
{
padding: 1px 0px 2px 10px;
list-style: disc;

}

/*sub sums*/


   
   #subthree { float:right; width: 275px;  margin: 10px 5px 20px 0px; background: #eee;}

 #subthree-inner
   {
      padding: 0;
      border-width: 0;
   }
   
   
/* sum */

.sum-entry-body
	{background: #fff;
	margin-bottom: 5px;
	padding-bottom: 3px;
	padding-top: 4px;
	border-bottom: 1px solid #aaa;
		border-top: 1px dotted #565656;


	}


.sum-entry
{
	position: static;
	overflow: hidden;
	clear: both;
margin: 0 0 0 0px;
}

.sum-entry-content
{
	clear: both;
	padding-bottom: 1px;
	margin-bottom: 7px;
	border-bottom: 1px solid #eee;

}

.sum-entry-header{
margin-top: 0;
		margin-bottom: 0;

	font-family: 'Trebuchet MS', Verdana, sans-serif;
	text-align:left;
	color: #000;
	font-size: 14px;
font-weight:bold;	
padding-left: 10px;
padding-right: 8px;
padding-bottom: 0px;
padding-top: 7px;
background: #fff;
letter-spacing: -1px;
}

.sum-entry-header a{
text-decoration:none;
			margin: 0 0 0 0;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	text-align:left;
	color: #006;
	font-size: 14px;
font-weight:bold;	
padding: 0 5px 0 0;
}

.sum-entry-content
{
background: #fff;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	text-align:left;
	color: #111;
	font-size: 12px;
	padding-right: 10px;
		padding-left: 10px;
		padding-top: 5px;
	}
	
	
	
	.sum-entry-more-link a
	{
	color: #006;
text-decoration: none;
padding: 0px;
margin: 0px;
}

.sum-date-header
{
	padding-top: 0px;
		padding-left: 3px;
		padding-right: 3px;
		padding-bottom: 2px;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-weight: bold;text-transform:uppercase;	
	padding-left: 10px;
     color: #333;
     font-size: 10px;
     line-height: 10px;
     text-align: left;
     margin: 0;
     background: #fff;
}

.sum-date-header a {
color: #6666cb;

}

 #region-head{
	padding-top: 13px;
		padding-left: 10px;
		padding-right: 3px;
		padding-bottom: 2px;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-weight: bold;
	text-transform: uppercase;	
     color: #000;
     font-size: large;
     margin: 0 0 6px 0;
   }

#boxxee {
background: #fff;
margin: 0px;
padding: 0px;
}

 
     #cment {
     	
     	color: black;
     	font-size: x-large;
     }
     
     #social {padding: 10px 4px 4px 24px;}
