/*    
Layout Name: Simply Riley
Layout URI: http://simplyriley.com/ 
Description: A Riley Keough WordPress theme for <a href="http://simplyriley.com/ ">Simply Riley</a> by <a href="http://morningsundesigns.com/">Morningsun Designs</a>.  
Author: Hiuxing  
Author URI: http://morningsundesigns.com/  
Tags: morningsun designs, pink, yellow, summer, beige, 1 column  
  
	Simply Riley
	 http://simplyriley.com/  
  
	This layout was designed and built by Hiuxing Wen,  
	whose design site you will find at http://morningsundesigns.com/  
	The CSS, XHTML and design is released under GPL:  
	http://www.opensource.org/licenses/gpl-license.php  
	User must keep all the credits intact for legel use.  
  
*/  
  
			body {
				background: url(images/bg.png) #f5efe2 repeat-x; 
				margin: 0px; 
				padding: 0px; 
				font-family: Arial; 
				font-size: 11px; 
				color: #808080; 
				line-height: 12pt; 
     				text-align: justify; 
			}

			a:link, a:visited, a:active {
				text-decoration: none;
				color: #b1843f;
			} 

			a:hover {
				text-decoration: underline;
			}

			.layout {
				background: url(images/contentbg.png);
				margin: 0px auto;
				padding: 0px;
				width: 1000px;
			}

			.wm{   
				color: #9e6c6c;   
				font-family: Verdana;   
				font-size: 9px;   
				line-height: 10pt;   
				text-align: left;   
			}

			.gallery {
				padding: 0px 0px 0px 0px; 
			}      
      
			.gallery img {
				border-style: solid;
				border-width:1px;
				border-color: #d9d9d9;
				margin: 0px;
				background-color: #ffffff;
				padding: 4px;
			}

			.gallery img:hover {
				border-style: solid;
				border-width:1px;
				border-color: #d68b8b;
				margin: 0px;
				background-color: #ffffff;
				padding: 4px;
			}

			.navigation a {
				float: left;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 12px; 
				padding: 20px 20px 20px 20px;
				border-right: 1px solid #e29797;
				color: #ffffff;
				text-shadow: #b65555 1px 1px 1px;
				font-weight: bold;
				text-decoration: none;
				text-transform: uppercase;
			}

			.navigation a:hover {
				float: left;
				font-family: Arial, Helvetica, sans-serif;
				padding: 20px 20px 20px 20px;
				background-image: url(images/rollover.png);
				border-right: 1px solid #efb85c;
				color: #ffffff;
				text-shadow: #a27a22 1px 1px 1px;
				font-weight: bold;
				text-decoration: none;
			}

			.headerone {
				color: #f47473;
				font-family: arial;
				text-transform: uppercase;
				font-size: 20px;
				letter-spacing: -1px;
				font-weight: bold;
			}

			.headerone a {
				color: #f47473;
			}

			.headerone a:hover {
				color: #e7b875;
				text-decoration: none;
			}

			.content {
				color: #636363;			
				width: 935px;			
				min-height: 200px;
				margin: 20px 0px 0px 15px;
				padding: 0px 0px 0px 20px;
			}

			.entry {
				margin: 0px 0px 35px 0px;
			}

			.meta {
				background-color: #ffffff;
				border: 1px solid #cdcdcd;
				padding:4px;
				margin: 2px 0px 10px 0px;
				font-family:Tahoma;
				font-size:10px;
				color:#b0b0b0;
			}

			.navigationfix {
				margin: 0px 0px 0px 0px;
				width: 935px;
			}

			.alignright {
				float: right;
			}

			.alignleft {
				float: left;
			}

			.entry-footer {
				background: #ffffff;
				padding: 5px; 
				text-align: justify; 
				border: 1px solid #DDD; 
				width: auto; 
				-webkit-border-radius: 4px;
				-moz-border-radius: 4px;
				border-radius: 4px;
				-khtml-border-radius: 4px;
			} 

			.contentfooter {
				text-align: center;
				font-family: tahoma;			  
				color: #8d8474;
				font-size: 9px;
				line-height: 12px;
				background: url(images/contentfooter.png) transparent no-repeat;
				width: auto;
				height: 63px;
				padding: 33px 0px 0px 0px;
				clear: both;
			}
  
			input, textarea {  
				font-family: arial;  
				font-size: 11px;  
				background-color: #fff;  
				color: #808080;  
				padding: 4px; 
				border: #d5d5d5 1px solid;   
				-webkit-border-radius: 4px; 
				-moz-border-radius: 4px; 
				border-radius: 4px; 
				-khtml-border-radius: 4px; 
			}  
  
  
			option, select {  
				font-family: arial;  
				font-size: 11px;  
				background-color: #fff;  
				color: #808080;  
				padding: 5px;  
				border: #d5d5d5 1px solid;   
				-webkit-border-radius: 4px; 
				-moz-border-radius: 4px; 
				border-radius: 4px; 
				-khtml-border-radius: 4px; 
				}  

			a img {
				border-style: solid;
				border-width:1px;
				border-color: #d9d9d9;
				margin: 0px;
				background-color: #ffffff;
				padding: 4px;
			}

			a:hover img {
				border-style: solid;
				border-width:1px;
				border-color: #b1843f;
				margin: 0px;
				background-color: #ffffff;
				padding: 4px;
			}

  
			.image {  
				border-right: 1px solid  #bea999;  
				border-bottom: 1px solid  #bea999;  
				background-color: #efe6db;  
				-webkit-border-radius: 5px;  
				-moz-border-radius: 5px;  
				border-radius: 5px;  
				-khtml-border-radius: 5px;  
				padding: 5px;  
				margin: 4px;   
			}  
  
			.image:hover {  
				background-color: #f1f1f1;  
			}  
  
			.subtitle {  
				background: #e8e8e8;  
				font-family: "Lucida Sans", Arial, sans-serif;  
				font-size:11px;  
				letter-spacing:0px;  
				line-height: 15px;   
				text-transform: uppercase;  
				padding-top: 10px;  
				padding-right: 10px;  
				padding-left: 10px;  
				padding-bottom: 10px;  
				font-weight: bold;   
				text-align: left;  
				color:#80614C;  
				border-radius: 6px;  
			}  
  
			.thumb {  
				padding: 6px 6px 6px 6px;  
				margin: 0px 6px 5px 10px;  
				width: 150px;  
				font-size: 8px;  
				text-transform: uppercase;  
				font-family: Verdana, Arial, Helvetica, sans-serif;  
				border: 1px solid #b5b5b5;  
			} 

.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin-bottom: 10px;
/* optional rounded corners for browsers that support it */
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

.wp-caption img, .wp-caption img:hover {
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;
}
