.blog-post {
   border-bottom: 1px solid #aaaaaa;
   padding-top: 10px;
}
/* image thumbnails (i.e. bentobox)
----------------------------------------------- */
#shirtDetail {
     min-height: 650px;
}

#shirtDetail img {
     margin-right: 10px;
}

#bentobox img { 
     padding-right: 2px;
     padding-bottom: 2px;
}


/* base
----------------------------------------------- */
html {
        height:100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif, "Trebuchet MS";
	color: #666666;
	background-color: #959683;
        font-size: 0.95em;
        line-height: 1.4em;
        height:100%;
}

h3, li {
	padding-right: 10px;
	padding-left: 10px;
	font-size: 0.8em;
	line-height: 1.6em;
}

blockquote {
	margin-right: 0;
	margin-left: 20px;
        margin-top: 0;
}

h1, h2, h3 {
	margin: 0 0 15px 0;
	font-weight: normal;
}

h1, h2 {
	font-family: Georgia, "Times New Roman", Times, serif, "Trebuchet MS";
        font-weight: bold;
}

h1 {
	font-size: 1.3em;
}

h2 {
	font-size: 1em;
	font-style: italic;
}

h6 {
	font-size: 0.9em;
        line-height: 1.2em;
	font-weight: normal;
}

hr {
	margin: 2em auto;
	width: 370px;
	height: 1px;
	color: #7a7e7d;
	background-color: #7a7e7d;
	border: none;
}

small, .small {
	font-size: 0.8em;
}

/* links
----------------------------------------------- */

a {
	color: #000;
	
}

a img {
	border: none;
}

h1 a, h2 a, h3 a {
	border: none;
}

h3 a {
	font: 1.5em;
        font-family: Georgia, "Times New Roman", Times, serif, "Trebuchet MS";
}

#site-name a {
	border: none;
}

#sidebar-2 a, #sidebar-1 a {
	color: #c00;
	border: none;
}

/* menu
----------------------------------------------- */

#menubar {
	margin: 0 0 0 20px;
	float:left;
	}

#menubar hr {
	width:160px;
	height:1px;
	color: #d4cabe;
	background-color: #d4cabe;
	padding:0;
	margin:0;
	}
	
#menubar ul {
	width:160px;
	margin:0;
	padding:0;
	/*border-bottom:1px solid #d4cabe;*/
	list-style:none;
	font-size:20px;
        letter-spacing: 2px;
	}

#menubar li {
	position:relative;
	}
	
#menubar a {
	display:block;
	width:160px;
	padding:3px 0px;
	background-color:#FFF;
	color:#836646;
	text-decoration:none;
        font-family: Georgia, "Times New Roman", Times, serif, "Trebuchet MS";
	border-bottom: 1px solid #d4cabe;
	}

#menubar a:hover {
	color:#d5a000;
	}

ul#mainmenu ul {
	/*width:160px;
	position:absolute;
	display:none;
	top:0;
	left:159px;
	z-index:99;*/
	}

ul#mainmenu li ul li a {
	font-size:14px;
	text-indent: 15px;	
        letter-spacing: 0px;
	}

ul#mainmenu li:hover ul,
ul#mainmenu li li:hover ul,
ul#mainmenu li li li:hover ul,
ul#mainmenu li.over ul,
ul#mainmenu li li.over ul,
ul#mainmenu li li li.over ul {
	display:block;
	}

/* Fix IE/Win, hide from IE/Mac \*/
* html ul#mainmenu li { float: left; height: 1%; }
* html ul#mainmenu li a { height: 1%; }
/* End */


/* layout
----------------------------------------------- */

#accessibility {
	position: absolute;
	top: -10000px;
}

#container {
        position: relative;
        margin: 0 auto;
	width: 900px;
	background-color: #FFF;
        height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */ 
}

#head {
	text-align: center;
}

#site-name {
	margin: 15px 0;
	font: 3em Arial, Helvetica, sans-serif;
}

#site-slogan {
	font: italic 1em Arial, Helvetica, sans-serif;
}

#sidebar-1 {
	padding-top: 30px;
    padding-left: 15px;
	width: 225px;
	float: left;
}

#sidebar-2 {
	padding-top: 30px;
	margin-left: 5px;
	float: right;
}

.section_list {
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
}

.section_list li {
	margin: 0 10px 2px 0;
	padding: 0;
}

#content {
    margin-left: 240px;
    padding-top: 35px;
    padding-bottom: 40px;
    width: 598px;
    min-height: 650px;
}

#foot {
        width: 900px;
	position:absolute;
	bottom:0; /* stick to bottom */
        background-color:#686868;
    clear: both;
}

div#footer p {
	padding:0.5em;
	margin:0;
}

.entry-content img {
       padding-right: 20px;
       text-align: left;
}

.shopOption (
       width: 150px;
       padding-bottom: 5px;
}

/* box model hacks
http://archivist.incutio.com/viewlist/css-discuss/48386
----------------------------------------------- */

#container {
	\width: 900px;
	w\idth: 900px;
}

#sidebar-1 {
\width: 225px;
w\idth: 225px;
}

#sidebar-2 {
\width: 62px;
w\idth: 62px;
}

/* overrides
----------------------------------------------- */

#sidebar-2 p, #sidebar-1 p {
	font-size: 0.8em;
	line-height: 1.5em;
}

.caps {
	font-size: 0.9em;
	letter-spacing: 0.1em;
}

div.divider {
	margin: 2em 0;
	text-align: center;
}

/* articles
----------------------------------------------- */

.directory {
	list-style-type: circle;
}

.author {
	font-style: normal;
	font-size: 0.8em;
}

.published {
	font-size: 0.6em;
}

/* comments
----------------------------------------------- */

.comments_error {
	color: #000;
	background-color: #fff4f4;
}

ul.comments_error {
	padding : 0.3em;
	list-style-type: circle;
	list-style-position: inside;
	border: 2px solid #fdd;
}

div#cpreview {
	color: #000;
	background-color: #f1f1f1;
	border: 2px solid #ddd;
}

form#txpCommentInputForm td {
	vertical-align: top;
}

#comments-help {
	margin: 2px 0 15px 0;
	font-size: 0.7em;
}


/* error page
----------------------------------------------- */

.error-status {
	font: 1.3em Arial, Helvetica, sans-serif;
}

