/*  
Theme Name: Rose 
Description: Theme developed for Rose Blackett
Version: 1
Author: Jordan Thoms
Author URI: http://jordanthoms.no-ip.info */
	
body {
	background-color: #c0eaa0;
}
#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	min-height:900px; 
	width: 960px;
	border: 1px solid #959596;
}
#sideimage {
	background-color: white;
	width: 200px;
	background-repeat: no-repeat;
	float:left;
}
#sidetext {
	position: relative; top: 300px;
	width: 200px;
}

#contentside {
	border: 1px solid #959596;
	margin-left: 200px;
}
#header {
	background-image: url(/wp-content/themes/Mii/images/header.jpg);
	background-color: white;
	height: 150px;
	text-align: center;
	background-repeat: no-repeat;
}

#sidebox {
	border: 1px solid #dddddd;
	margin: 5px;
	width: 200px;
	float: right;
	padding: 5px;
	color: #006633;
	}
#content {
	padding: 10px;
	margin-right: 10px;
	float: left, top;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

#header {
	align: center;
	}
#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}
img {
	padding: 0;
	max-width: 650px;
	width: expression(this.width > 650 ? 650: true); /* IE6 Workaround for max-width :< */
	}
	
img.centered {
	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;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;

}

#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}
#searchform #s {
	width: 115px;
	padding: 2px;
	}
	
#searchsubmit {
	padding: 1px;
	}
/* Text Definitions */
h1,h2,h3, a, a:hover, a:visited {
	margin: 0px;
}
a:visited {
	color: blue;
}
h1 { 
	padding-top: 10px;
}
a { color: blue; }
a:hover {
	color: red;
}
 /* This styles the unordered list element to remove bullets and align the text */
 ul#nav {
   position: relative; left: -35px;
   list-style-type : none;
   text-align : right;
 }

 /*
  This styles the links. It’s a block-level link and the text is positioned
  with padding. Other styles are defined: width, colors, text attributes, etc.
 */
 ul#nav a, ul#nav a.rss {
   margin-left: 0;
   background-color : #d3d3a7;
   padding : 15px 5px 2px 10px;
   margin-bottom : 10px;
   width : 180px;
   height : auto;
   color : #333;
   font-weight : bold;
   font-style : normal;
   display : block;
   text-decoration : none;
 }

 /* This gives the “rss” class link a background image */
 ul#nav a.rss {
   background : #d3d3a7 url(images/rss.jpg) no-repeat 2px 2px;
 }

 /* This is only necessary for IE6 else the link margins will collapse on hover */
 ul#nav li {
   margin-bottom : 10px;
 }

 /* This removes the default left margin (indentation) */
 ul#nav li {
   margin-left : 0;
 }

 /*
  Now to offer some hover and focus styles. Further specification of focus/active styles
  could be added but I didn’t do it in this example. I didn’t feel it was needed
 */
 ul#nav a:hover, ul#nav a:focus, ul#nav a:active {
   background-color : #669900;
   color : #fff;
 }


 /*
  This style the single state of the “current_page_item” class link. Not needed for
  the “rss” class link since that target page won’t display the menu
 */
 ul#nav li.current_page_item a, ul#nav li.current_page_item a:hover,
 ul#nav li.current_page_item a:focus, ul#nav li.current_page_item a:active {
   background-color : #9e9e55;
   color : #fff;
   cursor : default;
   text-align : left;
 }
.pagetitle {
color: #006633; 
}
div#footertext {
	color: #006633;
	text-align: center;
}
.green {
	color: #006633
}
div.dottedborder{
	border: 2px dotted #dddddd	
}
.entrytext {
	font-family:Arial;
	font-size:14px;
	line-height:1.5em;
}

