/*
Theme Name: Gold River Flooring Gallery
Theme URI: http://
Description: Custom theme for Gold River Flooring Gallery by YNot Web
Version: 1.0
Author: YNot Web
Author URI: http://www.ynotweb.com/
*/


*
{
   padding: 0px;
   margin: 0px;

   } 

#wrapper {
   width: 870px;
   margin: 0px auto;

   }

body {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 10px;
   }

td {vertical-align: top;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 1.2em;
   line-height: 1.2em;

}
.welcome {
   padding: 5px 15px;
   color: white;
   background: #7a2026;
   font-size: 1.4em;
   font-weight: bold;
   clear: both;

   }

img {
   border: none;
   }

/* HEADER */

#header {
   padding: 10px;
   text-align: center;
   }

#header h2 {
   color: #7a2026;
   font-size: 2.2em;
   }

/* CONTENT */

#content {
   width: 701px;
   float: right;

   }

#content #post {
   padding-top: 15px;
   }

#content .entry {
   padding: 0px 15px;
  /*  min-height: 222px; */
min-height:293px;
   }

#content .entry p {
   font-size: 1.2em;
   line-height: 1.2em;
   padding-bottom: 15px;
   }
#content .entry ul {
   font-size: 1.2em;
   line-height: 1.2em;
   padding-bottom: 15px;
   }
#content .entry ul li{
margin-left:45px;
list-style-type: disc;
   }
#content h2 {
   padding: 0px 15px 15px 15px;
   font-size: 2em;
   }

#content h3 {
   font-size: 1.6em;
   }

/* SIDEBAR */

#sidebar {
   width: 168px;
   float: left;
   font-size: 1.4em;
   }

#sidebar ul {
   background: #e6c89c;
   list-style-type: none;
   padding-left: 15px;
   padding-top: 14px;
   border: 1px solid #7a2026;
   margin: 1px 0px;

   }

#sidebar ul a {
   color: #7a2026;
   text-decoration: none;
   }

#sidebar ul li {
   text-transform: uppercase;
   font-weight: bold;
   margin-bottom: 11px;
   }

#sidebar ul ul {
   border: none;
   margin: 0px 0px 0px 17px;
   padding: 0px;
   }

#sidebar ul ul li {
   list-style-image: url(images/subbullet.gif);
   text-transform: none;
   font-weight: normal;
   }

#address {
   background: #7a2026;
   color: white;
   padding: 8px 5px 9px 5px;
width: 158px;
height:100%;
   }
#spacer {
min-height:72px;
}
/* FOOTER */

#footer {
   padding: 10px 20px 10px 20px;
   font-size: 1.2em;
   }

#footer .copyright {
   float: left;
   }

#footer .credit {
   float: right;
   }
.ddfmwrap {float:left; }

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright, #content img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright, #content .alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */


