/*
Theme Name: Hollywood NA Area Website
Theme URI: http://hollywood.org
Author: JPF built on the good work from the people at Automattic, Toolbox Theme
Author URI: http://automattic.com/
Description: (orginal description from Automatic) A semantic, HTML5, canvas for CSS artists and an ultra-minimal set of super-clean templates for your own WordPress theme development.
Version: 1.3
License: GNU General Public License
License URI: license.txt
Tags: custom-menu, sticky-post, microformats, rtl-language-support, translation-ready, full-width-template, post-formats

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =Structure
-------------------------------------------------------------- */

#page {margin:15px auto 0 auto;width:85%;display: block;color:#666;}
#primary {float: left;margin: 0 -240px 0 0;width: 100%;}
#content {margin: 0 280px 0 0;}
#main .widget-area {float: left;overflow: hidden;}
#colophon {clear: both;display: block;width: 100%;}

/* Increase the size of the content area for templates without sidebars */
.full-width #content,
.image-attachment #content,
.error404 #content {margin: 0;}

/* Text meant only for screen readers */
.screen-reader-text,
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
.clear {clear:both;}
/* Alignment */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* =Menu in case we want a top nav with drop downs - remove the "display none"
-------------------------------------------------------------- */

#access {background: #eee;display: block;float: left;margin: 0 auto 1em;width: 100%;
DISPLAY:NONE;
}
#access ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
}
#access a {
	display: block;
	line-height: 2em;
	padding: 0 1em;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	position: absolute;
	top: 2em;
	left: 0;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #dedede;
	line-height: 1em;
	padding: .5em .5em .5em 1em;
	width: 10em;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #dedede;
}
#access ul ul a:hover {
	background: #cecece;
}
#access ul li:hover > ul {
	display: block;
}


/* =Content
-------------------------------------------------------------- */

.sticky {
}
.entry-meta {
	clear: both;
	display: block;
}
.single-author .entry-meta .byline {
	display: none;
}
#content nav {
	display: block;
	overflow: hidden;
}
#content nav .nav-previous {
	float: left;
	width: 50%;
}
#content nav .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content #nav-above {
	display: none;
}
.paged #content #nav-above,
.single #content #nav-above {
	display: block;
}
#nav-below {
	margin: 1em 0 0;
}
.page-link {
	clear: both;
	margin: 0 0 1em;
}
.page .edit-link {
	clear: both;
	display: block;
}



/* 404 page */
.error404 .widget {
	float: left;
	width: 33%;
}
.error404 .widget .widgettitle,
.error404 .widget ul {
	margin-right: 1em;
}
.error404 .widget_tag_cloud {
	clear: both;
	float: none;
	width: 100%;
}

/* Notices */
.post .notice,
.error404 #searchform {
	background: #eee;
	display: block;
	padding: 1em;
}

/* Image Attachments */
.image-attachment div.entry-meta {
	float: left;
}
.image-attachment nav {
	float: right;
	margin: 0 0 1em 0;
}
.image-attachment .entry-content {
	clear: both;
}
.image-attachment .entry-content .entry-attachment {
	background: #eee;
	margin: 0 0 1em;
	padding: 1em;
	text-align: center;
}
.image-attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}

/* Aside Posts */
.format-aside .entry-header {
	display: none;
}
.single .format-aside .entry-header {
	display: block;
}
.format-aside .entry-content,
.format-aside .entry-summary {
	padding-top: 1em;
}
.single .format-aside .entry-content,
.single .format-aside .entry-summary {
	padding-top: 0;
}

/* Gallery Posts */
.format-gallery .gallery-thumb {
	float: left;
	margin: 0 1em 0 0;
}

/* Image Posts */
.format-image .entry-header {
	display: none;
}
.single .format-image .entry-header {
	display: block;
}
.format-image .entry-content,
.format-image .entry-summary {
	padding-top: 1em;
}
.single .format-image .entry-content,
.single .format-image .entry-summary {
	padding-top: 0;
}


/* =Images
-------------------------------------------------------------- */

a img {
	border: none;
}
p img {
	margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
}
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.alignleft {
	margin-right: 1em;
}
img.alignright {
	margin-left: 1em;
}
.wp-caption {
	padding: .5em;
	text-align: center;
}
.wp-caption img {
	margin: .25em;
}
.wp-caption .wp-caption-text {
	margin: .5em;
}
.gallery-caption {
}
.wp-smiley {
	margin: 0;
}


/* =Forms
-------------------------------------------------------------- */

#searchform label {
	display: none;
}
#searchform input#s {
	width: 60%;
}
input[type=text],
input#s {
	margin: 0 1em 0 0;
	width: 60%;
}
textarea {
	width: 80%;
}

/* Class for labelling required form items */
.required {
	color: #cc0033;
}


/* =Comments
-------------------------------------------------------------- */

article.comment {
	display: block;
}
#respond input[type=text] {
	display: block;
	width: 60%;
}
#respond textarea {
	display: block;
	margin: 0 0 1em;
	width: 80%;
}
#respond .form-allowed-tags {
	clear: both;
	width: 80%;
}
#respond .form-allowed-tags code {
	display: block;
}


/* =Widgets
-------------------------------------------------------------- */
.textwidget {text-align:left;}
#secondary {width:20%;}
.widget {display: block;background-color:#6F9BC1;border: 8px solid #ACCDEA;margin-bottom:10px;margin-right:20px;padding:8px;12px;background-color: #6F9BC1;border: 8px solid #ACCDEA;}
.widget ul {text-align:left;list-style:none;}
h3.widget-title {text-transform:uppercase;text-align:left;}
.widget ul {list-style:inside;list-style:none;}
.widget ul li a {font-size:1em;margin:1em 0;text-decoration:none;color:#ccc;}
.widget ul li a:hover {color:#900;}
.widget ol {list-style:none;tex-align:left;}
.widget-area .widget_search {overflow: hidden;}
.widget-area .widget_search input {float: left;}
#categorisation_group_ {float:none;}


/* =Footer
-------------------------------------------------------------- */

#colophon {
	padding: 1em 0 0;
}
/* Custom Overrides */
*{margin:0; padding:0;}
body {font:100% Verdana, Arial, Helvetica, sans-serif;background-color: #8eb7da; text-align:center; line-height:1.2em; color: #333;}

#content {margin:0 0 0 20%;padding:10px 0;border: 8px solid #6F9BC1;background-color:#fff;}
#primary {margin:0 0 0 -20%;float:right;}

header#branding {margin:0;}
header#branding .header-inner {height:116px;width:100%;color: #fff;position:relative;}
header#branding #site-title {margin:0;width:600px;text-align:left;position:absolute;left:0;top:20px;}
header#branding .logo{width:116px;height:113px;display:block;background-image: url(images/NAlogo.jpg);background-repeat: no-repeat;background-position: 0 0;position:absolute;right:0;top:0;}
header#branding #site-description {display:none;}
header#branding #site-title a, header#branding #site-title a:visited{font:bold 1em georgia, times;color:#666;font-size:1.5em;letter-spacing:0.3em;text-decoration:none;}
header#branding a:hover {color:#993300;}
.entry-content {margin:0 auto;margin-top:20px;width:95%;}
.entry-content ul {margin-bottom:10px;display:block;}
.entry-content ul li {margin-left:20px;line-height:1.5em;list-style: square outside;font-size:1.1em;}
.entry-content, entry-title {text-align:left;}
.hentry {margin:0 auto;width:95%;text-align:center;}
.entry-header {margin-top:10px;}

.productdisplay input[type="text"], .productdisplay input#s {width:10%;}

hr {margin:1em 0;color:#ccc;}
p{margin:0 0 .9em 0;}
#content a{color:#930;text-decoration:none;}
#content a:hover{color:#666;}
.page-header {height:100px;padding:0 20px;background-image: url(images/beige001.jpg);color:#666;text-transform:uppercase;position:relative;font-size:1.1em;line-height:100px;}

.page-header h3 {font:bold 1.3em georgia, times; color:#39F;text-transform:capitalize;}

.home .page-header {position:relative;font-size:1em;}
.home #front-page-alerts {background-color: #FFFFFF; border: 8px solid #6F9BC1; margin: 0 0 0 300px; padding: 10px 0;}
.post {border-bottom:2px dotted #333;padding-bottom:20px;}

/* Temp syles until we figure out what to do with multi styled sidebar widgets */
aside#text-3 {color:#fff;}
#widget_wpsc_shopping_cart {width:290px;}
h1 {line-height:normal;}
.byline {display:none;}

/* Adding media queries because mobile view is completely busted... 8/6/2017 */
@media (max-width: 800px) {
  body {
    width: 800px;
  }
}
