/*img {
   behavior: url("http://www.maunz.de/serendipity/index.php?/plugin/pngbehavior.htc");
}
*/
/* templates/GreenMile/style.css  */
/******************************************************/
/* Theme by Carl Galloway                             */
/* http://www.carlgalloway.com                        */
/* This is a structured and commented version         */
/* of the serendipity blog default theme.             */
/*                                                    */
/* Styles have been organised into the following      */
/* groups; general, header, footer, entry, comments   */
/* commentform, sidebar, calendar, image media, and   */
/* plugins.                                           */
/*                                                    */
/* My comments are inside the /*  */, these can       */
/* safely be deleted if you do not require them.      */
/******************************************************/




/********* General Styles  *********/

 /* used in entry/sidebar titles */
h4, h3	{
	margin: 0; }

/* the input boxes used in forms */
input, textarea, select {
	font-size: 10pt; }

/* all table headers and rows */
th, td {
	font-size: 9pt; }

/* style for lists */
li {
	list-style-position: inside; }

/* style for blockquotes inserted into posts */
blockquote {
	font-style: italic;
	color: #ddd;
	margin: 15px 30px 0 15px;
	padding-left: 15px;
	border-left: 4px solid #5e5e94;
	background: #f5f5f5; }

/* all links are blue with no underline */
a:link, a:visited, a:active {
	color: #96a3bf;
	/*color: #235587;*/
	text-decoration: none; }

/* change link color to dark blue and underline when hovered over */
a:hover {
	color: #5f90ba;
	text-decoration: underline; }

/* used when s9y needs to center something */
.serendipity_center {
	margin-left: auto;
	margin-right: auto;
	text-align: center; }

/* warning messages from s9y */
.serendipity_msg_important {
	color: red; }

/* messages letting you know something has happened eg comment saved */
.serendipity_msg_notice {
	color: green; }

/* style to temporarily change something to grey */
.grey {
	color:#999; }

/********* End of General Styles *********/




/********* Structural Styles *********/

/* preset styles for entire blog unless overruled elsewhere, page footer is here as well */
body {
	direction: ltr;
	font-size: 0.9em;
	background: #ffffff url(templates/GreenMile/img/gradient_bg.jpg);
	background-repeat: repeat-x;
	background-postion: top left;
	background-attachment: scroll;
	margin: 0;
	padding:0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
    width: 75%;
/* "trebuchet ms", "bitstream vera sans", arial, sans-serif; } */
}

/* wrapper for page */
#wrap {
	width:90%;
	margin:0 auto; }

/* container for banner */
#serendipity_banner {
	margin-top:10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	width: 842px;
	height: 100px;
	border-right:0px solid #96a3bf;
	border-left:0px solid #96a3bf;
	border-top:0px solid #96a3bf;
	background: #333754 url(templates/GreenMile/img/header_short.jpg) no-repeat; }

/* container for content and sidebar */
#mainpane {
	border-right:0px solid #96a3bf;
	border-left:0px solid #96a3bf;
	border-bottom:0px solid #96a3bf;
	margin: 0 auto;
	width: 842px;
	border-top: 0px;
	background-color: #333754; }

/* container for entries column */
#content {
	padding: 0 10px 3px 10px;
	margin: 0 10px 3px 10px;
	width: auto;
	background-color: #333754; }

/* container for right sidebar */
#serendipityRightSideBar {
	width: 170px;
	padding: 0 2px 0 2px;
	margin:0;
	vertical-align: top;
	background: #333754; }

/* container for left sidebar */
#serendipityLeftSideBar {
	width: 170px;
	padding:0 2px 0 2px;
	margin:0;
	vertical-align: top;
	background-color: #333754; }

/* container for page footer */
#footer {
	width: 852px;
	align: center;
	padding: 0px;
	margin: 0px auto; }

/********* End of Structural Styles *********/




/********* Header/Banner Styles *********/

/* the big link in the banner, blog name/entry title */
a.homelink1, a.homelink1:hover, a.homelink1:link, a.homelink1:visited, #serendipity_banner h1 {
	color: #ddd;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size : 20px;
	padding-left:15px;
	padding-top: 54px;
	margin: 0px;
	text-transform:uppercase;
	text-decoration: none; }

/* the smaller link in the banner, blog description */
a.homelink2, a.homelink2:hover, a.homelink2:link, a.homelink2:visited, #serendipity_banner h2 {
	color: #ddd;
	padding-left: 15px;
	font-size: 14px;
	margin: 0px;
	font-style:italic;
	text-transform:lowercase;
	text-decoration: none; }

/********* End of Header/Banner Styles *********/




/********* Footer Styles *********/

/* footer paragraph text */
#footer p {
	color:#ddd;
	text-transform:lowercase;
	font-size: 8pt;
	font-weight:bold;
	line-height: 1.5; }

/* make footer links blue, no underline */
#footer a {
	color:#ddd;
	text-decoration:none; }

/* underline footer links when hovered over */
#footer a:hover {
	color:#5e5e94;
	text-decoration:underline; }

/********* End of Footer Styles *********/





/********* Entry Styles *********/

/* container for the entry/post */
.serendipity_entry {
	font-family: arial, helvetica, sans-serif;
	color: #ddd;
	/*color: #ddd;*/
	font-size: 8pt;
	font-weight: normal;
	border: 0px solid #5e5e94;
	padding-top: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	background: #333754 url(templates/GreenMile/img/entrytitlebg03.png) repeat-x top;
	margin: 10px 0 40px 0; }

/* container for entry title and date */
.serendipity_Entry_Date {
	font-size:20px;
	clear:both; }

/* style for the actual date below entry title */
.serendipity_date {
	text-align:right;
	line-height: 0px;
	color: #999;
	margin: 0px 0 0 0px;
	text-transform:uppercase;
	font-size:10px;
	border-bottom: 0px solid #ddd;
	padding: 10px 0px 0px 0px; }

/* entry title */
.serendipity_title {
	font-size: 16px;
	font-weight: bold;
	margin-top: 5px;
	text-transform:uppercase;
	color: #235587; }

/* style for the meta box title */
.serendipity_meta_title {
	font-size: small;
	font-weight: bold;
	margin: 0;
	padding:0;
	color: #235587; }

/* entry title link, regular color is black */
.serendipity_title a:link, .serendipity_title a:visited {
	text-decoration: none;
	font-weight: bold;
	border: 0;
	background:none;
	color: #ddd; }


/********* End of Entry Styles *********/


/********* AM ********/

/*Space between list items:*/
li {
  margin-top: 1em;
}

hr {
  margin-top: 3em;
}

/******END AM ********/

