/*
	Author Name	: Aldanzo L. Pratt, II
	Author Site	: http://aldanzo.com
	Style Name	: February's Son
	Style URI	: http://www.aldanzo.com/about
	Version		: 3.0
	Comments	: This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 2.5 License.
				  Images are by Aldanzo L. Pratt, II, released under the same license.
	Header Text Color: gray
	Header Width: 780px
	Header Height: 206px
*/
	


/*	----------------
Main body
----------------	*/

body
	{
	background: #cccccc;
	margin: 20px;
	}
	
#page
	{
	color: #191919;
	background: #fff;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 10px;
	padding: 0;
	border: 1px solid #000;
	position: relative;
	}
	

/*	----------------
Header
----------------	*/

#header 
	{
	height: 206px;
	margin: 0 auto;
	background: #111 url('images/headers/skyline.jpg') no-repeat scroll top center !important;
	color: #181848;
	}

#header h1
	{
	color: #181848;
	font-family: Impact, Helvetica, Arial, Sans-Serif !important;
	font-size: 36px;
	}
#header h1 a
	{
	color: #181848;
	text-decoration: none;
	font-family: Impact, Helvetica, Arial, Sans-Serif !important;
	font-size: 36px;
	}
#header .description
	{
	font-size: 16px;
	margin: 0 0 0 40px;
	color: #eee !important;
	}

	
#header .blog-title a {
	color: #181848;
	text-decoration: none;
	font-family: Impact, Helvetica, Arial, Sans-Serif !important;
	font-size: 36px;
}	


#header .description a
	{
	color: #ccc !important;
	}
	
ul.menu li a
	{
	font: 1em Verdana, Helvetica, Arial, Sans-Serif;
	text-transform: lowercase;
	color: #181848;
	background-color: #CCCCCC;}
ul.menu li a:hover
	{
	background: #636c78;
	color: #333 !important;
	text-decoration: none;}
	
ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover
	{
	background: #181848;
	color: #CCCCCC !important;
	text-decoration: none;
	}


/*	This positions the navigation menu at the top of the header.	*/
ul#menu-top
	{
	display: inline !important;	/*	This line prevents the top menu from showing up in styles that don't support it.	*/
	position: absolute;
	top: -2px;
	left: 25px;
	}
ul#menu-top li a
	{
	background: #333;
	color: #ccc !important;
	opacity:.50;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	}
ul#menu-top li a:hover
	{
	background: #000;
	color: #ccc !important;
	opacity:.60;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	}

/*	----------------
Rolling archives
----------------	*/

#rollingarchives
	{
	background: #191919 !important;
	border-color: #444 !important;
	}
div.trimmed .hentry
	{
	background-color: #292929;
	}
div.trimmed .hentry.alt
	{
	background-color: transparent;
	}

/*	----------------
Post images
----------------	*/
.entry-content img 
{
	border: 1px solid #ccc;
	background: #transparent;
	padding:8px; }

.primary img
	{
	margin-left: -5px;
	padding: 4px;
	border: 0px;
	max-width: 100%;
	}
	
img.center
	{
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
img.alignright
	{
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}
img.alignleft
	{
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
img.noborder
	{
	border: none;
	}

/*Images & Their Captions */
img.left{ float: left; border: none; padding: 6px; }
img.right{ float: right; border: none; padding: 6px; }

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 3px solid #181848;
	text-align: center;
	background-color: #CCCCCC;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/*	----------------
Titles
----------------	*/

h1, 
h2, 
h3 
	{
	font-family: Impact, Helvetica, Arial, Sans-Serif !important;
	}
	
h1, 
h1 a, 
h1 a:hover, 
h1 a:visited,
#header .description
	{
	text-decoration: none;
	text-transform: lowercase;
	color: #aaa;
	}
h2, h2 a, h2 a:visited,
h3, h3 a, h3 a:visited,
h4, h4 a, h4 a:visited
	{
	color: #000000;
	text-transform: lowercase;
	text-decoration: none;
	}


h3 a:hover {
	text-decoration: none !important;
	color: #181848;
		}

.secondary h4 {
	font-family: Helvetica, Arial, Sans-Serif !important;
	text-transform: lowercase;
	font-weight: bold;
	font-size: 16px;
	color: #181848;
	}
	
.primary h4 {
	font-family: Helvetica, Arial, Sans-Serif !important;
	text-transform: lowercase;
	font-weight: bold;
	font-size: 16px;
	color: #181848;
	}	
	
.secondary a {
	color: #000000;
		}
		
.subscribe ul li{
background: url(images/bookmark.gif) 0 6px no-repeat;
text-indent: 13px;}   
		
.subscribe a {
	color: #004DA0;
	}

h2 {text-align: left;}	
/*	----------------
Meta info
----------------	*/	
.meta-start {
	padding: 2px 0 2px 20px ;
	background: url('images/calendar.png') left top no-repeat;
	}
	
.entry-meta
	{
	font-size: 1em;
	display: block;
	color: #555;
	}

/*	I went ahead and dropped the icon for post time, since I found it annoying.	*/

.chronodata
	{
	background: none !important;
	padding: 2px 0 !important;
	}
.chronodata abbr
	{
	font: inherit;
	}
.commentslink
	{
	padding: 2px 0 2px 17px;
	margin: 0 10px 0 5px;
	}
.entry-edit a
	{
	padding: 2px 0 2px 17px;
	margin: 0;
	}

/*	----------------
Main content
----------------	*/

.entry-content
	{
	color: #000000;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 11px;
	}

a:hover,
a:visited:hover 
	{
	text-decoration: none;
	}
h2 a:hover,
h2 span a:hover
	{
	color: #ccc !important;
	}
a
	{
	color: #004DA0;
	text-decoration: none;
	}
.entry-content a:visited
	{
	color: #004DA0;
	}
.entry-content a
	{
	font-weight: normal;
	}
.entry-content a:hover
	{
	color: #004DA0;
	font-weight: normal;
	}
	
blockquote
	{
	color: #666 !important;
	}

	
/*	----------------
Quick posts
Any post with the category of "quick" will follow these styles.
----------------	*/

.category-quick h3.entry-title
	{
	font-size: 10px !important;
	display: inline;
	}
.category-quick .entry-meta
	{
	font-size: .9em;
	display: inline;
	margin-left: 10px;
	}
.category-quick .entry-category
	{
	display: none;
	}
.category-quick .entry-content
	{
	font-size: 1.1em;
	line-height: 1.3em;
	}
.category-quick .entry-content p,
.category-quick .entry-content ul,
.category-quick .entry-content ol,
.category-quick .entry-content div,
.category-quick .entry-content blockquote
	{
	margin: 8px 0;
	}

/*	 Restores normal styling to quick posts on individual pages.	*/

body.single .category-quick h3.entry-title
	{
	font-size: 2.4em !important;
	}
body.single .category-quick .entry-meta
	{
	font-size: 1em;
	display: block;
	margin-left: 0;
	}
body.single .category-quick .entry-category
	{
	display: inline;
	}
body. single .category-quick .entry-content
	{
	font-size: 1.2em;
	line-height: 1.8em;
	}
body.single .category-quick .entry-content p,
body.single .category-quick .entry-content ul,
body.single .category-quick .entry-content ol,
body.single .category-quick .entry-content div,
body.single .category-quick .entry-content blockquote
	{
	margin: 13px 0;
	}

#footer
	{
	color: #6D6C6C;
	}

	#footer a
	{
	font-weight: bold;
	color: #181848;
	text-decoration: none;
	}
#footer a:hover
	{
	color: #000000;
	}
	
/*	----------------
Comments
----------------	*/
li.byuser
	{
	background: #444;
	}

li.bypostauthor
	{
	background: #181848;	
	color: #fff;
	}
	
/* Other Stuff */

  
/* ------------------- Calendar --------------------*/

#wp-calendar {
	background-color:#F1F1EF; 		
	border-top:1px solid #FFFFFF;	
	font-size:9px;
	vertical-align:middle;
	text-align:center;
        width: 195px;
        margin-bottom: 0px;
}

#wp-calendar a {
border: 0px;
text-decoration: none;
}

#wp-calendar a:hover {
border: 0px;
text-decoration: none;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
        color: #166ACA !important;

}

#wp-calendar a:hover {
	background: #ccc;
	color: #fff !important;
        text-decoration: none !important;
}

#wp-calendar caption {
	color: #333;
	font-size: 10px;
	text-align: center;
	padding: 2px;
        margin-top: 12px;
}

#wp-calendar td {
	color:#333333;
	font: normal 9px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 0px 0;
	text-align: center;
	background-color: #FFFFFF;
	line-height: 15px;
        border: 1px solid #fff;
}

#wp-calendar td.pad:hover {
	font-size:9px;
	color:#333;
	background-color: #fff;
}

#wp-calendar td:hover{
	background: #fff;
	color: #333;
}
#wp-calendar #today{
        background: #fff;
        color: #333;
        border: 1px solid #aaa !important;
    }


#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

  /*------------styling for bottomblock.php---------------*/

#glass-bottomblock a {
        color: #181848;
        text-decoration: none !important;
        }

#glass-bottomblock a:hover {
        color: #b97 ;
        text-decoration: underline !important;
        }

#glass-bottomblock { /* This is the main bottomblock container */
        display: block;
        width: 770px;
        height: 400px;
	text-align: left;
        padding: 20px 0px 30px 10px !important;
		border-top: 1px solid #181848;
        margin: 0; 
        background: #8b8ba3 top left repeat;
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif; 
        line-height: 1.5em;
        color: #666 !important;
        }
.activityentry {
	font: 'Lucida Grande', Verdana, Arial, Sans-Serif; 
        line-height: 1.5em;
	}
#glass-bottomblock h2 {
    font-family: Helvetica, Arial, Sans-Serif !important;
	font-size: 16px;
	font-weight: bold;
	display: block;
	color: #181848;
	margin: 0 0 10px 0 !important;
	padding: 0 0px 0 0;
	letter-spacing: -1px;
	text-transform: lowercase;
	background: url('images/break2.gif') bottom left repeat-x;
        text-align: left !important;
        }

/* These are the individual blocks */

.bottomblockleft { 
        width: 200px; 
        padding: 2px 10px 0px 21px !important;
        float: left;
        border:none;
        background: transparent;
        }

.bottomblockmiddle {
        width: 210px; 
        padding: 2px 10px 0px 15px !important;
        float: left;
        border:none;
        background: transparent;
        }

.bottomblockright {
        width: 233px; 
        padding: 2px 25px 0px 15px !important;
        float: left;
        border:none;
        background: transparent;
        }

.bottomblockleft, .bottomblockmiddle {
        margin-right:13px;
        }

.ft-about {
        margin-top: 0px;
        line-height: 1.5em;
		color: #ffffff;
        }
		
.ft-about li {
        list-style-image: url(images/page_red.png);
        }		

.sb-latest li {
        padding: 0 0 4px 0;
        margin-left: 0;
        list-style-type: none !important;
        }

.sb-latest h2 {
        padding-left: ;
        }

.sb-latest ul {
        margin-top: 0px;
        }

.sb-comments li {
        padding: 0px 0 7px 0;
        list-style: none !important;
        }

.sb-comments {
        margin:0px 0 0 0 !important;
        text-transform: none!important;
        }

		/* ------------------- flickrRSS --------------------*/

.flickr {
        margin-bottom: 10px !important;
        margin-left: 24px !important;
        }

.flickr ul {
	padding: 0;
	margin: 0;
	border: 0;
	display: inline;
	list-style-type: none;
	}

.flickr li {
	padding: 0;
	margin: 0 0 0 0;
	border: 0;
	display: inline;
	list-style-type: none;
	}

.flickr a {
	}

.flickr a:hover {
	}

.flickr a img {
	border: 1px solid #ccc;
	padding: 5px;
	margin: 5px 7px 5px;
	background: #efefef;
	list-style: none;
	}
	
.flickr a:hover img {
	border: 1px solid #ccc;
	background: #efefef;
	}

.sb_item h2 {
        padding-bottom: 2px !important;
        }

.sb_item li{
        margin-bottom: 4px !important;
        }
		  
/* ------------------- Brian's Latest Comments -------------------*/


.sb-comments-blc ul li span a, .sb-comments ul li small a {
	color: #181848;
	font-weight: normal;
	word-spacing: -1px;
	}

.sb-comments-blc ul li {
	margin-bottom: 6px;
}

.sb-comments-blc li > a[title="Go to the comments of this entry"] {
	position: absolute;
	right:0;
	color: #651C37;
}

.activityentry {
	font-size: 1.1em;
	}

div#brians-latest-comments small {
	display: block;
	margin: 0;
	font-weight: normal;
	color: #651C37;
	line-height: 1em;
	}
	
/* Records */

/* 3 styles of blockquote blue, red, and green - default is blue, use blockquote class=green/red */	
blockquote {
	margin: 20px 5px 5px 20px;
	padding: 5px 20px 5px 50px;
	background: #419ED9 url('images/quote.gif') 0px top no-repeat;
	border: none;
	color: #fff;
	font-size: 1.2em;
	line-height: 115%;
}

.red {
	margin: 20px 5px 5px 20px;
	padding: 5px 20px 5px 50px;
	background: #ff1b29 url('images/quote_1.gif') 0px top no-repeat;
	border: none;
	color: #fff;
	font-size: 1.2em;
	line-height: 115%;
}

.green {
	margin: 20px 5px 5px 20px;
	padding: 5px 20px 5px 50px;
	background: #31bf37 url('images/quote_2.gif') 0px top no-repeat;
	border: none;
	color: #fff;
	font-size: 1.2em;
	line-height: 115%;
}

.alert {
	background: #ffcccc url('images/emblem-important.png') 10px center no-repeat;
	border-top: 2px solid #993333;
	border-bottom: 2px solid #993333;
	margin: 10px auto;
	padding: 20px 20px 20px 65px;
	text-align: center;
	font-size: 16px;
	line-height: normal;
	}
	
.blognote {
	background: #CCCCCC url('images/blog_post.png') 10px center no-repeat;
	border-top: 2px solid #181848;
	border-bottom: 2px solid #181848;
	margin: 10px auto;
	padding: 20px 20px 20px 65px;
	text-align: center;
	font-size: 16px;
	line-height: normal;
	}	

.construction {
	background: #FFF6BF url('images/applications-development.png') 10px center no-repeat;
	border-top: 2px solid #FFD324;
	border-bottom: 2px solid #FFD324;
	margin: 10px auto;
	padding: 20px 20px 20px 65px;
	text-align: center;
	font-size: 1.7em;
	line-height: normal;
	}

.callout {
	background: none;
	margin: 10px auto;
	padding: 5px 0px 5px 0px;
	text-align: justify;
	font-size: 1.7em;
	line-height: normal;
	}

.download {
	background: #CCCCCC url('images/box_download_48.png') 10px center no-repeat;
	border-top: 2px solid #342f58;
	border-bottom: 2px solid #342f58;
	margin: 10px auto;
	padding: 20px 20px 20px 65px;
	text-align: center;
	font-size: 1.7em;
	line-height: 115%;
	}

.blue_hilite {
	background: #9DD1F2 url('images/help-browser.png') 10px center no-repeat;
	border-top: 2px solid #419ED9;
	border-bottom: 2px solid #419ED9;
	margin: 10px auto;
	padding: 20px 20px 20px 65px;
	text-align: center;
	font-size: 1.7em;
	line-height: 115%;
	}

.code { /* use p class=code when you want to fake it, sometimes handy */
	background: #f2f2f2 url('images/utilities-terminal.png') 10px 20px no-repeat;
	border-top: 2px solid #CCC;
	border-bottom: 2px solid #CCC;
	margin: 10px auto;
	padding: 20px 20px 20px 70px;
	text-align: left;
	font: 1.1em 'Courier New', Courier, Fixed;
	}
	
code {
	display: block;
	background: #f2f2f2 url('images/utilities-terminal.png') 10px 20px no-repeat;
	border-top: 2px solid #CCC;
	border-bottom: 2px solid #CCC;
	margin: 10px auto;
	padding: 20px 20px 20px 70px;
	text-align: left;
	font: 1.1em 'Courier New', Courier, Fixed;
	}
	
	
.other {
	background: #ededed url('images/dialog-warning.png') 10px center no-repeat;
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	margin: 10px auto;
	padding: 20px 20px 20px 65px;
	text-align: center;
	font-size: 1.7em;
	}

.table {
	background: #CCCCCC url('images/table_48.png') 10px center no-repeat;
	border: 2px solid #181848;
	margin: 10px auto;
	padding: 20px 20px 20px 65px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	}		
	
.table a{
	font-weight: bold; }
	
.heatjournal {
	background: #f69f1b url('images/hjtwitter.png') 10px center no-repeat;
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
	margin: 10px auto;
	padding: 20px 20px 20px 65px;
	text-align: center;
	font: impact;
	font-size: 28px;
	color: #bf291b;
	}	

.productivity {
	background: #CCCCCC url('images/service.png') 10px center no-repeat;
	border-top: 2px solid #181848;
	border-bottom: 2px solid #181848;
	margin: 10px auto;
	padding: 20px 20px 20px 65px;
	text-align: center;
	font: impact;
	font-size: 28px;
	color: #bf291b;
	}		

.smurf {
	background: #fff url('images/smurf.png') 10px center no-repeat;
	border-top: 2px solid #c92b38;
	border-bottom: 2px solid #c92b38;
	margin: 10px auto;
	padding: 20px 20px 20px 65px;
	text-align: center;
	font: impact;
	font-size: 10px;
	font-weight: bold;
	color: #2175d3;
	}		
	
/* Special LInks */

.download a, .download a:visited {
	color: #ed1c24;
	text-decoration: none !important;
	border-bottom: 2px dotted #ed1c24;
}

.download a:hover  {
	color: #c90404;
	text-decoration: none !important;
	border-bottom: 2px dotted #c90404;
}


.blue_hilite a, .blue_hilite a:visited {
	color: #444;
	text-decoration: none !important;
	border-bottom: 2px dotted #FFF;
}

.blue_hilite a:hover  {
	color: #0072bc;
	text-decoration: none !important;
	border-bottom: 2px dotted #FFF;
}

.callout a, .callout a:visited {
	color: #2ece00;
	text-decoration: none !important;
	border-bottom: 2px dotted #2ece00;
}

.callout a:hover  {
	color: #8de34c;
	text-decoration: none !important;
	border-bottom: 2px dotted #8de34c;
}

blockquote a, blockquote a:visited {
	color: #FFF !important;
	border-bottom: 1px dotted #FFF;
	font-weight: bold;
	}

blockquote a:hover{
	color: #FFF !important ;
	border-bottom: 1px dotted #FFF;
	font-weight: bold;
	}

 .links li{
 list-style-image:url(images/delicious.png);
 }

.tweets li{
list-style-image:url(images/twitter.png);
}  

.fm li{
list-style-image:url(images/10.png);
}

.pdfdoc li{
list-style-image:url(images/10.png);
}

.charts li{ 
  list-style-image: url(images/page_red.png);
  margin: 10px 55px;
	}
	
.layby li{
  list-style-image: url(images/page_white_excel.png);
  margin: 10px 55px;
    }  
	
.rss li{
  list-style-image: url(images/rss_icon_glass_blue24.PNG);
  margin: 10px 55px;
  font-size: 24px;
  }
  
.subscribe li{
  list-style-image: url(images/bluerss.png);
  margin: 10px 55px;
  }
 
.subscribe p{
   color: #181848;
   }   
  
 .youtube li{
  list-style-image: url(images/youtube.png);
  margin: 10px 55px;
  } 
  
.sidebarjuice li{
  list-style-image: url(images/article_text.png);
  margin: 10px 55px;
  }
  
.gogo li{
  list-style-image: url(images/arrow_right_blue_round.png);
  margin: 10px 55px;
  } 
  
.list li{
  list-style-image: url(images/arrow_000_small.png);
  margin: 10px 55px;
  }   
  
 .basketball li{
  list-style-image: url(images/sport_basketball.png);
  margin: 10px 55px;
  }   
  
.football li{
  list-style-image: url(images/sport_football.png);
  margin: 10px 55px;
  }  
  
.microphone li{
  list-style-image: url(images/microphone.png);
  margin: 10px 55px;
  }  	

/* ---------------- fin ---------------- */

li.delicious-item {
background: url(images/delicious.png) 0 3px no-repeat;
text-indent: 15px;}  

.delicious-timestamp {
	color: #0050a9;
	}

li.lastfm-item {
background: url(images/lastfm.png) 0 3px no-repeat;
text-indent: 15px;}  

.lastfm-timestamp {
	color: #9c0b08;
		}

.twitter ul li {
padding: 15px;
background: #181848;
font-size: 12px;
color: #cccccc;
}

li.twitter-item {
background: url(images/twitter.png) 0 0px no-repeat;
text-indent: 15px;}   	

.twitter-timestamp {
	color: #c2c2c2;
		}
		
a.twitter-link {
	color: #bf5100;
	} 

.srssfetcher ul li {
padding: 8px;
background: #ffe171;
font-size: 12px;
color: #cccccc;
}

li.srssfetcher-item {
background: url(images/posterous.png) 0 0px no-repeat;
text-indent: 15px;}   	

.srssfetcher-timestamp {
	color: #c2c2c2;
		}
		
a.srssfetcher-link {
	color: #bf5100;
	} 	
	
.aktt_tweets ul li {
	background: url(images/twitter.png) 0 0px no-repeat;
	text-indent: 15px;}  

p.aktt_username { color: #181848;}

.aktt_more_updates a{color: #004DA0;}

.aktt_more_updates ul li {
	background: none;}  
	
.aktt_more_updates a {
	background: none;}  	
	
p.wpdopplr_status {
background: url(images/dopplr.png) 0 3px no-repeat;
text-indent: 15px;}   

.rssfeed li ul{
background: url(images/feedburner.png) 0 0px no-repeat;
text-indent: 15px;}  

/*headerblock */

.headerReplacement {
text-indent: -9999px
width: 198px;
height: 50px;
background: url('images/headerblock.png') #cccccc no-repeat; }

/* Business Links */

.business {
	background: #CCCCCC url('images/browntie.png') 10px center no-repeat;
	border: 2px solid #181848;
	margin: 10px auto;
	padding: 20px 20px 20px 150px;
	text-align: left;
	font-size: 9px;
	color: #181848;
	}	
	
.time {
	background: #CCCCCC url('images/wordpress.png') 10px center no-repeat;
	border: 2px solid #181848;
	margin: 10px auto;
	padding: 20px 20px 20px 150px;
	text-align: left;
	font-size: 9px;
	color: #181848;
	}	

.proof {
	background: #ffffff url('images/proof.png') 10px center no-repeat;
	border: 2px solid #001860;
	margin: 10px auto;
	padding: 20px 20px 20px 150px;
	text-align: left;
	font-size: 9px;
	color: #001860;
	}	

.hymnal {
	background: #EEEEEE url('images/songbook.png') 10px center no-repeat;
	border: 2px solid #181848;
	margin: 10px auto;
	padding: 20px 20px 20px 150px;
	text-align: left;
	font-size: 12px;
	color: #000000;
	}	

.nacama {
	background: #ded6b4 url('images/mediaguide.png') 10px center no-repeat;
	border: 2px solid #181848;
	margin: 10px auto;
	padding: 20px 20px 20px 150px;
	text-align: left;
	font-size: 12px;
	color: #181848;
	}		
	
/*
.twitter {
  background: #181848;
  width: 780px;
  list-style: none;
  color: #cccccc;
  font-size: 10px;
  text-align: left;
  padding:4px;
  }	*/