/*   
Theme Name: flashdev.ca summer 2007
Theme URI: flashdev.ca
Description: a style for summer 2007
Author: Fraser Crosbie
Author URI: flashdev.ca
Version: 1.0
*/

/* GLOBAL STYLES */

* {
	margin:0;
    padding:0;
	}	
body {
	color: #666666;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	min-width:799px;
	background-color: #000000;
	background-repeat: repeat-y;
	background-position: center;
    }	
p{
	margin: 1em 0;
	}	
a, a:visited {
	color: #ee6c0a;
	text-decoration:none;
	}
a:hover {
	text-decoration:underline;
	}
pre, blockquote {
	font-family: "Lucida Console", "Courier New", Courier, monospaced;
	font-size: 11px;
	line-height: 100%;
	padding-left: 5px;
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #CCCCCC;
	overflow:-moz-scrollbars-horizontal;
	overflow-x:scroll;
	overflow-y:hidden;
	}
h2 {
	font-size: 10px;
	text-transform: uppercase;
	}
input, textarea {
	color:#666666;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	border:1px solid;
	border-top-color:#CCCCCC;
	border-left-color:#CCCCCC;
	border-right-color:#CCCCCC;
	border-bottom-color:#CCCCCC;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	}
	
/* SPECIFIC STYLES */

/* Wrap is a container for everything, positions elements in the center of the window */
#wrap {
    margin:0 auto;
    width:799px;
    }
	
/* Contains the site title and the page links */
#header {
	padding: 10px;
	height: 12px;
    }
	
/* Site Title */
#header h1 {
	display: inline;
	float: left;
	text-transform: uppercase;
	font-size: 10px;
	}
#header h1 a{
	color:#999999;
	text-decoration:none;	
	}
#header h1 a:hover{
	color:#ee6c0a;
	}

/* Page links */
#header ul {	
	white-space: nowrap;
	list-style-type: none;
	}
#header ul li {	
	float: right;	
	}
#header ul li.current_page_item a  {
	color:#ee6c0a;	
	}
#header ul li a {	
	display: block;
	text-decoration: none;
	text-align:right;
	font-size:10px;
	padding-left:10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #999999;
	}
#header ul li a:hover {
	color: #ee6c0a;
	}

/* Contains the logo image */
#logo {
	background: url(file:///C|/Documents and Settings/casus/Impostazioni locali/Temporary Internet Files/Content.IE5/IV5FED63/images/top.png) no-repeat top;
	height: 150px;
	width: 800px;
	}

/* Contains all blog entries */
#content {
    float:left;
    width: 555px;
	padding: 10px;
	}
	
/* Contains individual entry */
.entry{
	padding-bottom: 30px;	/* Space below each entry */
	}
	
/* Entry title */
h3.entrytitle {
	margin-bottom: 4px;
	}
h3.entrytitle a, h3.entrytitle a:visited{
	color: #ee6c0a;
	text-decoration:none;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
h3.entrytitle a:hover{
	text-decoration:underline;
	}
	
/* The date and category of the entry */
.entrymeta{
	height: 16px;
	font-size: 10px;
	color: #999999;
	border-top:solid 1px #ccc;
	padding-top:3px;
	}

/* The content of the entry */
.entrybody {
	line-height: 1.5em;
	overflow: hidden;
	}
.entrybody ul {
	margin-left: 15px;
	list-style-type: none;
	}
.entrybody ul li {
	list-style:square;
	}

/* The number of comments */
.comments-link {
	background-image:url(file:///C|/Documents and Settings/casus/Impostazioni locali/Temporary Internet Files/Content.IE5/IV5FED63/images/comments.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:16px;
	}

/* Contains the comments */
#commentblock h2{
	margin-bottom:10px;
	}
#commentblock {
	float:left;
	padding-bottom: 20px;
	text-align: left;
	}
ol#commentlist {
	list-style-type: none;
}
#commentlist li  p{
	margin-bottom: 8px;
	line-height: 20px;
	}
.commentinfo{
	clear:both;
	}
.commenttext {
	clear: both;
	margin-bottom: 20px;
	padding: 15px 10px 0px;
	width:535px;
	background: #ececec url(file:///C|/Documents and Settings/casus/Impostazioni locali/Temporary Internet Files/Content.IE5/IV5FED63/images/comm.png) no-repeat top;
	overflow: hidden;
	}
.commenttext-admin {
	clear: both;	
	margin-bottom: 20px;
	padding: 15px 10px 0px;
	width:535px;
	background: #d7d7d7 url(file:///C|/Documents and Settings/casus/Impostazioni locali/Temporary Internet Files/Content.IE5/IV5FED63/images/comm-admin.png) no-repeat top;
	overflow: hidden;
	}
#commentsform form{
	text-align:left;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	}
#commentsform form textarea{
	width:535px;
	}
p.comments_link  img{
	border: none;
	}

/* Contains the sidebar which includes a search field and various links */
#sidebar {
	float:right;
    width:200px;
	padding: 10px;
    }
#sidebar h2 {
	color: #999999;
	padding-top: 2px;
	padding-bottom: 4px;
	border-bottom: 1px solid #cccccc;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	}

#sidebar ul {
	list-style: none;
	margin-bottom: 20px;
	}
#sidebar ul li {
	font-size: 10px;
	}
#sidebar li{
	list-style: none;
	}
#sidebar ul li a {
	color: #ee6c0a;
	display: block;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 25px;
	background-image: url(file:///C|/Documents and Settings/casus/Impostazioni locali/Temporary Internet Files/Content.IE5/IV5FED63/images/navbulle.gif);
	background-repeat: no-repeat;
	background-position: 10px 50%;
	}
#sidebar ul li a:hover{
	color: #666666;
	background-color: #cccccc;
	}
#searchdiv {
	margin-top: 5px;
	margin-bottom: 18px;
	}
	
/* Footer Area */
#footer {
	clear: both;
	margin:10px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;	
	}
#footer p{
	padding:10px;
	}
