/*   
Theme Name: the fly on the net
Theme URI: http://www.flyonthenet.com/
Description: Worpress theme for flyonthenet.com layout 
Author: davidebia@flyonthenet.com
Author URI: http://www.flyonthenet.com/
Version: 1.0
.
Theme available under the Creative Commons Attribution-NonCommercial license
http://creativecommons.org/licenses/by-nc/2.5/
.
*/


BODY
{
	margin: 0;
	padding: 0;
}

.center
{
	text-align: center;
}

.right
{
	text-align: right;
}

.left
{
	text-align: left;
}

.alignleft
{
	float: left;
	margin: 0 10px 10px 0;
	padding: 0;
}

.alignright
{
	float: right;
	margin: 0 0 10px 10px;
	padding: 0;
}

#headerarea
{
	background-image: url(images/header-bg.png);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
  margin: 0;
}

#headerbanner
{
	padding: 25px 15px;
}

#todaysummary
{
	color: #FFFFFF;
	float: right;
	font-size: 0.7em;
	font-family: Arial, Helvetica, sans-serif;
  margin: 0;
	padding: 10px;
	text-align: right;
}

#headerarea HR
{
  border: 1px solid #FFFFFF;
  clear: both;
  color: #FFFFFF;
  height: 1px;
  margin: 0;
  padding: 0;
}

#main
{
	clear: both;
	border: 1px solid #FFFFFF;
}

#menu
{
  color: #FFFFFF;
  margin: 0;
  padding: 0;
}

#menu DL
{
  display: block;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

#menu DT
{
	float: left;
	display: block;
	margin: 0;
	padding: 0;
}

#menu DT STRONG
{
	display: none;
	visibility: hidden;
}

#menu DT A
{
	color: #FFFFFF;
	background-image: url(images/menubg.png);
	background-repeat: repeat-x;
	background-position: top left;
	height: 32px;
	display: block;
	float: left;
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
  margin: 0;
	padding: 5px 7px 0 7px;
	text-decoration: none;
	vertical-align: middle;
	-moz-outline: none;
}

#menu DT A:hover
{
	background-image: url(images/menubg-hover.png);
	background-repeat: repeat-x;
	background-position: top left;
}

#menu DT A:focus
{
	background-image: url(images/menubg-hover.png);
	background-repeat: repeat-x;
	background-position: top left;
}

#menu DT A.selected
{
	background-image: url(images/menubg-hover.png);
	background-repeat: repeat-x;
	background-position: top left;
}

#menu DT A IMG
{
	margin: 4px 3px 4px 3px;
	border-width: 0px;
}

#menu DD UL
{
	background-color: #F0F0F0;
	border-bottom: 2px solid #808080;
	border-left: 1px solid #808080;
	border-top: 1px solid #808080;
	border-right: 2px solid #808080;
	display: none;
	margin: 0px 0px 0px 0px;
	padding: 1px 1px 1px 1px;
	position: absolute;
	border-radius: 0px 6px 6px 6px;
	-moz-border-radius: 0px 6px 6px 6px; 
}

#menu DD UL UL
{
/*	border-top: 1px solid #808080;
	border-radius: 0px 6px 6px 6px;
	-moz-border-radius: 0px 6px 6px 6px; */
}

#menu DD UL LI
{
/*	border: 1px solid #F0F0F0; */
	display: block;
}

#menu DD UL LI A
{
	color: #05187A;
	display: block;
	font-size: 0.7em;
	font-family: Arial, Helvetica, sans-serif;
	margin: 1px 1px 1px 1px;
	padding: 2px 10px;
	text-decoration: underline; 
	white-space: nowrap;
}

#menu DD UL LI A:hover
{
	color: #EF6902;
}

#menu DD UL LI A:focus
{
	color: #EF6902;
}

#menu DD UL LI A.selected
{
	color: #EF6902;
}

#menu DD UL LI A.submenu
{
	background-image: url(images/submenu.gif);
	background-position: right center;
	background-repeat: no-repeat;
}

#menu DD UL LI A.selected.submenu
{
	background-image: url(images/submenu-hover.gif);
}

#menu DD UL LI A.submenu:hover
{
	background-image: url(images/submenu-hover.gif);
}

#menu DD UL LI A.submenu:focus
{
	background-image: url(images/submenu-hover.gif);
}

#menu DD UL LI LABEL
{
	color: #000000;
	cursor: pointer;
	display: block;
	font-size: 0.7em;
	font-family: Arial, Helvetica, sans-serif;
	margin: 1px 1px 1px 1px;
	padding: 2px 30px 2px 0px;
	text-decoration: none; 
	vertical-align: middle;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
}

#menu DD UL LI LABEL:hover
{
	background-color: #808080;
	color: #FFFFFF;
}

#menu DD UL LI LABEL:focus
{
	background-color: #808080;
	color: #FFFFFF;
}

#menu DD UL LI LABEL INPUT
{
	cursor: pointer;
	margin: 0 3px;
	padding: 0;
	vertical-align: middle;
	width: 20px;
}

#header-dx
{
	background-image: url(images/graphics/header-dx.png); 
	background-repeat: no-repeat;
	width: 84px;
	height: 32px;
}

#header-sx
{
	background-image: url(images/graphics/header-sx.png);
	background-repeat: no-repeat;
	width: 30px;
	height: 32px;
}

#rightpanels
{
	float: right;
	font-size: 0.7em;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 10px;
	width: 170px;
}

#rightpanels FORM
{
	background-color: #F0F0F0;
	border-bottom: 2px solid #808080;
	border-left: 1px solid #808080;
	border-top: 1px solid #808080;
	border-right: 2px solid #808080;
	margin: 0px 0px 10px 0px;
	padding: 5px;
  border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px 6px;
}

#rightpanels H2
{
	font-size: 1.1em;
	margin: 0 0 3px 0;
	padding: 0;
}

#rightpanels .textbox
{
	background-color: #FFFFFF;
	border: 1px solid #808080;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 3px;
	width: 150px;
}

#rightpanels INPUT.button
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin-bottom: 3px;
}

#rightpanels UL
{
	color: #C0C0C0;
	margin: 0;
	list-style-type: square;
	padding: 0 0 7px 15px;
}

#rightpanels UL LI
{
	margin: 0; 
	padding: 0;
}

#rightpanels UL LI SPAN
{
	color: #000000;
}

#rightpanels A
{
	color: #05187A;
}

#rightpanels A:hover
{
	color: #EF6902;
}

#rightpanels A:focus
{
	color: #EF6902;
}

#rightpanels UL.icons
{
	color: #000000;
	list-style-type: none;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

#rightpanels UL.icons A
{
	background-repeat: no-repeat;
	display: block;
	padding: 2px 0 2px 20px;
	text-decoration: underline;
	vertical-align: middle;
}

#rightpanels UL.icons A.mail
{
	background-image: url(images/email.png);
}

#rightpanels UL.icons A.feed
{
	background-image: url(images/feed.png);
	background-position: 2px 2px;
}

#rightpanels UL.icons A.print
{
	background-image: url(images/printer.png);
}

#rightpanels UL.icons A.firefox
{
	background-image: url(images/browser/firefox.png);
}

#rightpanels UL.icons A.delicious
{
	background-image: url(images/delicious.gif);
	background-position: 3px 3px;
}

#rightpanels P
{
	margin: 5px 0 5px 2px;
	padding: 0;
}

#rightpanels HR
{
	color: #C0C0C0;
	padding: 0;
	margin: 5px 0;
}

#logo
{
	position: absolute;
	right: 0;
	top: 80px;
	width: 67px;
	overflow: hidden;
}

#content
{
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 220px;
}

#content A
{
	color: #05187A;
}

#content A:hover
{
	color: #EF6902;
}

#content A:focus
{
	color: #EF6902;
}

#content A IMG
{
	border-width: 0;
}

#content A.external
{
	background-image: url(images/external.gif);
	background-position: center right;
	background-repeat: no-repeat;
	padding-right: 12px;
}

#content A.external:hover
{
	background-image: url(images/external-hover.gif);
}

#content A.external:focus
{
	background-image: url(images/external-hover.gif);
}

#content BLOCKQUOTE
{
	background-image: url(images/graphics/quote.png);
	background-position: top left;
	background-repeat: no-repeat;
	font-style: italic;
	margin: 10px;
	padding-left: 30px;
}

#content H1
{
	font-size: 1.6em;
	font-variant: small-caps;
	padding: 15px 0 2px 0;
	margin: 0;
}

#content H1 A
{
	color: #000000;
	text-decoration: none;
}

#content H1 A:hover
{
	color: #800000;
}

#content H1 A:focus
{
	color: #800000;
}

#content H3
{
	font-family: Tahoma, Verdana;
	border-bottom: 2px solid #EF6902;
}

#content H3.comments
{
	background-image: url(images/comments.png);
	background-repeat: no-repeat;
	padding: 8px 0 8px 40px;
}

#content DT
{
	font-style: italic;
}

#content DD
{
	margin: 0 0 10px 30px;
}

#content CODE
{
	border: 1px #808080 dotted;
	display: block;
	margin: 10px 10px 10px 0;
	padding: 10px;
}

#content HR.clear
{
	clear: both;
}

#content P.currentpath
{
	font-size: 0.8em;
	color: #C0C0C0;
	margin: 10px 0 6px 0;
	padding: 0;
}

#content P.currentpath A
{
	color: #808080;
}

#content P.currentpath A:hover
{
	color: #000000;
}

#content P.currentpath A:focus
{
	color: #000000;
}

#content P.currentpath STRONG
{
	color: #808080;
}

#content P.details
{
	margin: 0;
	padding: 0 0 5px 0;
}

#content P.details SMALL
{
	font-size: 0.7em;
	vertical-align: middle;
	white-space: nowrap;
}

#content P.details IMG
{
	vertical-align: middle;
}

#content P.details SMALL.author
{
	margin: 0 6px 0 0;
}

#content P.details SMALL.comments A
{
	background-image: url(images/comment.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 2px 0 2px 20px; 
	margin: 0 6px 0 0;
}

#content P.details SMALL.calendar A
{
	background-image: url(images/calendar.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 2px 0 2px 20px;
	margin: 0 6px 0 0;
}

#content P.details SMALL.edit A
{
	background-image: url(images/pencil.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 2px 0 2px 20px; 
	margin: 0 6px 0 0;
}

#content P.details SMALL.views A
{
	background-image: url(images/view.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 2px 0 2px 20px; 
	margin: 0 6px 0 0;
}

#content SMALL.more A
{
	background-image: url(images/next.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 2px 0 2px 20px;
}

#content TABLE TH
{
	text-align: left;
	padding-right: 15px;
}

#content TT
{
	font-family: "Lucida Console", Courier, monospace;
	font-size: 0.9em;
	padding: 0 2px;
}

#content UL
{
	list-style-type: square;
	padding: 0 0 7px 20px;
}

DIV.post
{
	background-image: url(images/graphics/post.png);
	background-position: -10px 8px;
	background-repeat: no-repeat;
	padding-left: 20px;
}

#comments
{
	background-color: #F0F0F0;
	font-size: 0.8em;
	margin: 0 0 20px 20px;
	padding: 0;
}

#comments OL
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#comments LI
{
	border: 2px solid #FFFFFF;
	list-style: none;
	margin: 0;
	padding: 0;
}

#comments DIV.comment-avatar
{
	float: left;
	padding: 8px;
}

#comments DIV.comment-content
{
	padding: 8px 0 8px 64px;
}

#comments DIV.comment-meta
{
	color: #646464;
}

#comments P
{
	margin: 0;
	padding: 0 0 10px 0;
}

#footer
{
	background-color: #06194B;
	color: #E7E8ED;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px 15px 15px 20px;
	margin: 0;
}

#footer A
{
	color: #FFFFFF;
}

#footer A:hover
{
	color: #FFFFFF;
}

#footer IMG
{
	border-width: 0;
	float: left;
	margin-right: 10px;
}

#footer P
{
	padding: 0;
	margin: 0;
}

#footer SMALL
{
	font-size: 0.7em;
}

#footer-hr
{
	clear: both;
	color: #FFFFFF;
	background-color: #FFFFFF;
	border-width: 0;
	height: 1px;
	padding: 0;
	margin: 10px 0 0 0;
}

/* fine flyonthenet */

