/*
Theme Name: Hemet Valley Mall
Description: A custom theme designed especially for HVM
Version: 1.0
Author: BinaryM Inc.

*/

/* @group RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display:none;
}

.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* @end */

/* @group GLOBALS */

body {
	line-height: 1;
	font-family: arial, helvetica, sans-serif;
	font-size: 76%;
	color: #333;
	background-color: #f9f6ef;
}
	
/* @end */	

/* @group IDs */

.wrap {
    width: 980px;
    margin: 0 auto;
}	
#header {
    background:#5a3b2c url(images/bg-header.png) top center repeat-x;
    height:256px;
}
#title {
    background:transparent url(images/bg-title.png) top center repeat-x;
    height:77px;
}
#content {

}
#main {
    width:650px;
    float:left;
    margin-top:10px;
}
#main img {
	max-width:650px;
}
#mainWide {
    width:990px;
}
#sidebar {
    margin:10px 0 10px 10px;
    width:320px;
    float:left;
}	
#footer {
    background:#5a3b2c url(images/bg-footer.png) top center repeat-x;
    height:166px;
    margin: 0 auto;
    padding: 10px 0 0 0;
}
	/* @end */	

/* @group TYPOGRAPHY */
	
a {
	text-decoration: underline;
	font-weight: normal;
	color: #333; }
	
a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #666; }
	
h1 {
	font-size: 2.9em;
	font-weight: bold;
	font-style: italic;
	letter-spacing: .055em; }
	
h2 { /* posts */
	font-size: 1.8em;
	text-decoration: none;
	margin: 0em 0em .2em 0em;
	line-height: 1.2em;
	color:#42164f; }

h2 a:link, h2 a:visited { /* posts */
	text-decoration: none;
	letter-spacing: -.04em;
	font-weight: bold; }
	
h2 a:hover { /* posts */
	text-decoration: underline; }

#title h2 {
    font-size:250%;
    padding-top:15px
}

h3 {
	font-size: 1.4em;
	margin: 0 0 1.2em 0;
	font-weight: normal;
    color:#42164f;	}

h3 a {
    text-decoration:none;
    color:#42164f;
}

h4 {
	font-size: 1.2em;
	margin: 1.2em 0;
	font-weight: bold;
    color:#42164f;	}
	
h5 {
    font-size: 1.0em;
    margin: 1.2em 0;
    font-weight: bold;
    color:#E79E33;	}
	
h6 {
	font-size: 0.8em;
	margin: 1.2em 0;
	font-weight: bold;	}
	
img {
	border: 0;	}
	
ol, ul, li {
	font-size: 1.0em;
	line-height: 1.8em; 	}
	
ol, ul {
    margin:1em 3em;
}

p {
	font-size: 1.0em;
	line-height: 1.8em;
	margin: 1.2em 0;	}
	
strong, b {
	font-weight: bold;	}
	
.smalltext {
	font-size: .8em;
	color: #666; }
	
blockquote {
    margin:10px 30px;
    padding:0 10px;
    border-left:2px solid #ccc;
}


	/* @end */
	
/* @group Header */

#logo {
    margin:0;
    padding:0;
    float:left;
}
#logo a {
    background:transparent url(images/logo.png) center bottom no-repeat;
    height:250px;
    width:300px;
    display:block;
    text-indent:-1000em;
}
#header ul {
    float:right;
    list-style:none;
    margin:0;
    padding:0;
}
#header ul li {
    float:left;
}
#header ul li a {
    display:block;
    padding:9px 20px;
    color:#fff;
}
#info {
    clear:right;
    float:right;
    width:640px;
    margin-top:20px;
}
#info dl dt {
    text-transform:lowercase;
    font-size:150%;
    display:block;
    width:75px;
    float:left;
    text-align:right;
    margin-right:8px;
    color:#9a8479;
    font-style:italic;
}
#info dl dd {
    display:block;
    width:130px;
    float:left;
    font-size:90%;
}

/* @end */

	
/* @group NAV */

#nav {
    float:right;
	clear:right;
	width:650px;
}
	
#nav ul {
    list-style:none;
    margin:0;  }
  
#nav li {
 
}
  
#nav li a {
    display:block;
    height:130px;
    background:transparent url(images/nav.png);
    text-indent:-1000em;
}

#nav li.page-item-6 a {
    width:180px;
    background-position:0 0;
}
#nav li.page-item-9 a {
    width:175px;
    background-position:-220px 0;
}
#nav li.page-item-11 a {
    width:175px;
    background-position:-435px 0;
}

  	/* @end */
  	
/* @group Content */
	
div.stores {
    border-bottom:1px solid #593A2B;
    padding:10px;
    float:left;
    width:600px;
}
div.stores h3 {
    margin:0;
    padding:0;
}
ul.stores {
    list-style:none;
    margin:0 auto;
    padding:0;
    width:540px;
}
ul.stores li {
    text-align:center;
    height:115px;
    width:180px;
    float:left;
    line-height:1.2;
}
ul.stores li a img {
    border:0;
    margin:1px;
    padding:1px;
}

.post {
    border-bottom:1px solid #E79E33;
    margin:10px 0;
}
.post h3 {
    margin-bottom:0;
}
.post h5 {
    margin-top:.2em;
}

#wp-calendar {
    width:100%;
}
#wp-calendar th {
    font-size:120%;
    background:#593a2b;
    border-bottom:2px solid #E79E33;
    color:#fff;
    vertical-align:bottom;
    padding:8px 0;
}
#wp-calendar td {
    height:90px;
    width:90px;

    border:1px solid #593a2b;
    text-align:center;
    vertical-align:middle;
}
#wp-calendar a {
	display:block;
	margin-bottom:4px;
	line-height:1.2em;
}
#today {
    background:#fbd761;
}
#wp-calendar tfoot td {
    border:0;
}
#wp-calendar #next {
    font-size:120%;
    text-align:right;
}
#wp-calendar #prev {
    font-size:120%;
    text-align:left;
}

/* @end */

/* @group Sidebar */

embed {
    display:block;
    width:300px;
    margin:10px auto;
}

#subnav {
    list-style:none;
    margin:0 10px 10px 10px;
    padding:0;
    width:260px;
}
#subnav li a {
    font-size:110%;
    display:block;
    border-bottom:2px solid #e79e33;
    margin-bottom:1px;
    padding:2px 0 2px 10px;
    color:#41154e;
    text-decoration:none;
}
#subnav li a:hover,
#subnav li.current_page_item a {
    background:#fbd761;
}
#subnav li ul {
    display:none;
    margin:4px 0 4px 20px;
    list-style:none;
}
#subnav li.current_page_item ul,
#subnav li.current_page_parent ul,
#subnav li.current_page_ancestor ul {
    display:block;
}
#subnav li ul li a,
#subnav li.current_page_item ul li a,
#subnav li.current_page_parent ul li a,
#subnav li.current_page_ancestor ul li a {
    font-size:90%;
    border-width:1px;
    background-color:#f9f6ef;
}
#subnav li ul li.current_page_item a,
#subnav li ul li a:hover,
#subnav li.current_page_item ul li a:hover,
#subnav li.current_page_parent ul li a:hover,
#subnav li.current_page_ancestor ul li a:hover  {
    background-color:#fde7a0;
}


/* @end */

/* @group Misc Elements */

.homeBox {
    width:320px;
    float:left;
}
.homeBox h3 {
    margin:0 0 10px 0;
    width:160px;
    height:45px;
    text-indent:-1000em;
    overflow:hidden;
}
.homeBox ul {
    list-style:none;
    margin:0 0 10px 10px;
    padding:0;
}
.homeBox ul li {
    margin-bottom:5px;
    font-size:90%;
}
.homeBox ul li a {
    font-size:120%;
    font-weight:bold;
    text-decoration:none;
    color:#421650;
    display:block;
}
.homeBox ul li a.last {
    font-size:100%;
    font-weight:normal;
}
#recentNews h3 {
    background:transparent url(images/bg-recentnews.png) center center no-repeat;
}
#upcomingEvents h3 {
    background:transparent url(images/bg-upcomingevents.png) center center no-repeat;
}

#newsletter {
    float:right;

    margin:0 10px 0 0;

    width:300px;
    height:75px;
    background:#FBD761;
    overflow:hidden;
}
#newsletter h4 {
    margin:0;
    padding:10px 0 5px 10px;
}
#newsletter .gform_body {
    margin:0;
    padding:0 0 0 10px;
    width:180px;
    float:left;
}
#newsletter .gform_body input {
    width:160px;
}
#newsletter .gform_footer {
    clear:none;
    margin:0;
    padding:0;
    width:90px;
    float:left;
}
#newsletter .validation_error,
#newsletter .gfield_error label {
	display:none;
}

#newsletter #gforms_confirmation_message {
    margin:0;
    padding:10px;
    background:transparent;
    font-weight:bold;
}

/* @end */

/* @group FOOTER */

	
#footer a {
    text-decoration:none;
    color:#c0b399;
}
#footer a:hover {
    text-decoration:underline;
}
	
#footer p {
    background:transparent url(images/bg-footer-icon.png) left center no-repeat;
	font-size: .9em;
	padding: 10px 0 10px 50px;
	margin: 0; }

#footer #credit {
    background-image:none;
    float:right;
}
#credit a {
    color:#ccc;
}
#credit a strong {
    color:#FBD761;
}
#credit a:hover {
    text-decoration:none;
}
	
	/* @end */

/* @group WordPress */

.textwidget {
	margin-bottom:20px;
	margin-top:20px; }
                
.clear {
	clear: both; }
	
#tags {
    margin-bottom:35px; }
    
.alignright {
	float:right;
}
.alignleft {
	float:left;
}
.aligncenter {
	display:block;
	text-align:center;
}

img.alignright {
    margin:0 0 10px 10px;
}
img.alignleft {
    margin:0 10px 10px 0;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 4px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}


/* @end */
