/*
Theme Name: Bentonville Plaza News for WordPress 2.5.x
Theme URI: http://news.bentonvilleplaza.com/
Description: Custom WordPress theme for Bentonville Plaza. Custom design by Brian Sage. See <a href="http://semaphorellc.com/">semaphorellc.com</a> for additional customizations and support.
Version: 2008
Author: Brian Sage
Author URI: http://semaphorellc.com/
Tags: fixed width, two-column, custom design
*/




/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: "Lucida Sans Unicode", 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #d5d6d7 url('images/kubrickbgcolor.jpg');
	color: #333;
	}

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}

#header {
	background: #73a0c5 url('images/kubrickheader.jpg') no-repeat bottom center;
	}

#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
	}

#content {
  padding: 12px 20px;
}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	clear: both;
	text-align: left;
	border: 1px solid #eee;
	border-width: 1px 0;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	background: #eee url('images/kubrickfooter.jpg') no-repeat top;
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	border-color: #eee;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #777;
	text-decoration: none;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	color: #777;
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #999;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, a:visited {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}i
h2 a, h3 a, h2 a:visited, h3 a:visited,  h2 a:hover, h3 a:hover {
        color: #333;
        text-decoration: none;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}

#header {
	background-color: #73a0c5;
	margin: 0 0 0 1px;
	padding: 0;
	height: 200px;
	width: 758px;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 555px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 12%;
	width: auto;
	}

.post {
	margin: 0 0 40px;
	}
.post p {
	text-align: justify;
}
.post h2 {
	text-align: left;
}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
}

#sidebar h2 {
	margin: 5px 0 2px;
	padding: 0;
  line-height: 1.2em;
  font-weight: bolder;
  letter-spacing: 0px;
  color: #999;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* 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 {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

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

.alignright {
	float: right;
	}

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



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 0;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

#content #searchform {
	text-align: center;
}



select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */




/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
/*	margin-left: 595px; */
	float: left;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */





/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}


a img {
	border: none;
	}

.navigation {
	clear: both;
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



    /* ////////////////////////////////
        N2 Publishing Portal

      Designed and Programmed by Madriska Media Group and LiveTelligence
    User Interface by LiveTelligence and Semaphore, LLC
  madriska.com  |  livetell.com  |  semaphorellc.com
//////////////////////////////// */




    /******** ******** ********
  Basic Elements
******** ******** ********/

body {
	margin: 0;
	padding: 0;
	background: #665c5d;
	font-size: 80%;
	font-weight: normal;
	font-family: "Lucida Sans Unicode", "Century Gothic", Futura, Arial, Helvetica, sans-serif;
	line-height: 110%;
	color : #666;
}
a img {
	border: none;
}
.end {
	clear: both;
	line-height: 0px;
	font-size: 0px;
	overflow: hidden;
	visibility: hidden;
	height: 1px;
}
strong, b {
	font-weight: bolder;
	color: #000;
}
em.easytext {
	font-style: normal;
	font-size: 24px;
	line-height: 24px;
}

a, a:link, a:visited {
	color: #06c;
	text-decoration: none;
}
a:hover, a:link:hover, a:visited:hover {
	text-decoration: underline;
}

h2 a, h2 a:link, h2 a:visited {
        color: #777;
        text-decoration: none;
}
h2 a:hover, h2 a:link:hover, h2 a:visited:hover {
        text-decoration: none;
}

a.easybutton80, a.easybutton80:link, a.easybutton80:visited {
	display: block;
	width: 80px;
	height: 14px;
	padding: 3px 0 0;
	text-align: center;
	color: #960;
	font-size: 11px; line-height: 11px;
	font-weight: bolder;
	text-transform: uppercase;
	text-decoration: none;
	background: transparent url(http://www.bentonvilleplaza.com/images/easybutton_80w.png) no-repeat 0 0;
}
a.easybutton80:hover, a.easybutton80:link:hover, a.easybutton80:visited:hover {
	text-decoration: underline;
}




    /******** ******** ********
  Layout Elements
******** ******** ********/

#layout_bak_vert {
	background: transparent url(http://www.bentonvilleplaza.com/images/layout_bak_vert.jpg) repeat-y center 0;
}
#layout_bak_hor {
	background: transparent url(http://www.bentonvilleplaza.com/images/layout_bak_hor.jpg) repeat-x center top;
}
#layout_bak_top {
		background: transparent url(http://www.bentonvilleplaza.com/images/layout_bak_top.jpg) no-repeat center 0;
}
#layout_bak_bottom {
		background: transparent url(http://www.bentonvilleplaza.com/images/layout_bak_bottom.jpg) no-repeat bottom;
}
#layout_container {
	margin: 0 auto;
	width: 817px;
	min-height: 522px;
}
* html #layout_container {
	height: 522px;
}
	#layout_header {
		height: 97px;
	}
		#layout_header h1 {
			float: left;
			margin: 0;
			padding: 20px 0 0 10px;
		}
		#layout_header h2 {
			margin: 0;
			padding: 0;
			float: right;
		}
	#layout_body {
		min-height: 425px;
		background: #fff;
	}
	* html #layout_body {
		height: 425px;
	}

#layout_copyright {
	margin: 0 auto;
	width: 817px;
	padding: 40px 0 0;
	height: 32px;
}

	
	
#content_header {
	padding: 10px;
}
#content_header_bak {
	background: url(http://www.bentonvilleplaza.com/images/content_bak_vert.gif) repeat-y top left;
}
#content_header_top {
	background: transparent url(http://www.bentonvilleplaza.com/images/content_bak_top.gif) no-repeat top left;
}
#content_header_bottom {
	background: transparent url(http://www.bentonvilleplaza.com/images/content_bak_bottom.gif) no-repeat bottom left;
}
#content_header_content {
	min-height: 303px;
	padding: 1px 0;
}
* html #content_header_content {
	height: 303px;
}


.content .column {
	float: left;
}	
#content_header .column.left {
	width: 494px;
}
#content_header .column.right {
	padding: 19px 0 0 31px;
	width: 233px;
}


#content_footer {
	padding: 0 10px 10px;
}
#content_footer p {
	padding: 0;
	margin: 0;
}
#content_footer_bak {
	background: url(http://www.bentonvilleplaza.com/images/content_bak_vert.gif) repeat-y top left;
}
#content_footer_bottom {
	background: transparent url(http://www.bentonvilleplaza.com/images/content_bak_bottom.gif) no-repeat bottom left;
}
.footer .column {
	float: left;
	position: relative;
	bottom: -1px;
}	
#content_footer .column.left {
	width: 201px;
}
#content_footer .column.right {
	width: 534px;
	height: 42px;
	padding: 10px 47px 0 0;
	text-align: right;
	background: transparent url(http://www.bentonvilleplaza.com/images/logomark_solpar.gif) no-repeat right 6px;
}




    /******** ******** ********
  Nav Elements
******** ******** ********/

	#nav {
		clear: both;
		height: 40px;
		background: #4c4546 url(http://www.bentonvilleplaza.com/images/nav_bak.png) repeat-x top left;
	}
	#nav * {
		list-style-type: none;
		background: transparent;
	}
	#nav ul {
		display: block;
		line-height: 0px;
		padding: 0;
		margin: 0;
	}
	#nav li {
		display: inline;
		line-height: 0px;
		font-size: 0px;
	}
	#nav a, #nav a:link, #nav a:visited {
		display: block;
		float: left;
		height: 30px;
		padding: 10px 10px 0;
		font-size: 12px;
		letter-spacing: .04em;
		line-height: 12px;
		text-decoration: none;
		text-transform: uppercase;
		white-space: nowrap;
		color: #fc0;
		background: transparent url(http://www.bentonvilleplaza.com/images/nav_divider.gif) no-repeat bottom right;
	}
	#nav a:hover, #nav a:link:hover, #nav a:visited:hover {
		color: #665c5d;
		background: #fff url(http://www.bentonvilleplaza.com/images/nav_divider.gif) no-repeat bottom right;
	}
	
	#nav a .videoicon {
		position: relative;
		display: block;
		float: left;
		width: 74px;
		height: 67px;
		margin: -31px 0 -6px -10px;
		background: url(http://www.bentonvilleplaza.com/images/icon_video.24bit.png);
	}
	* html #nav a .videoicon {
		background-image: none;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='http://www.bentonvilleplaza.com/images/icon_video.24bit.png',sizingMethod='scale');
	}
	
	td.layout {
		line-height: 0px;
	}




    /******** ******** ********
  Styled Content
******** ******** ********/

.content {
}
	.content h1 {
		font-weight: normal;
		margin: 10px 0;
		padding: 0 0 3px 0;
		text-transform: uppercase;
		border-bottom: 1px solid #fc6;
		font-size: 32px;
		line-height: 28px;
		color: #777;
		letter-spacing: -2px;
	}
	.content h2 { 
		font-weight: normal;
		margin: 10px 0;
		padding: 0 0 3px 0;
		text-transform: uppercase;
		border-bottom: 1px solid #fc6;
		font-size: 32px;
		line-height: 28px;
		color: #777;
		letter-spacing: -2px;
    }
	.content h2.subtitle {
		display: block;
		float: right;
		margin: 0;
		padding: 50px 20px 0 0;
		text-transform: uppercase;
		font-size: 12px;
		font-weight: normal;
		line-height: 12px;
		color: #999;
		letter-spacing: -1px;
		text-align: right;
	}
	.content ul {
		list-style-position: outside;
		list-style-type: disc;
		list-style-image: url(http://www.bentonvilleplaza.com/images/bullett.png);
		margin: 7px 0;
		padding: 0 0 0 19px;
	}
	.content li {
		margin: 7px 0;
		font-size: 12px;
		color: #555;
	}
	.content p {
		margin: 7px 0;
	}
	.home p {
		font-weight: bolder;
		font-size: 12px;
	}
	.home p strong {
		color: #333;
	}
	.content blockquote {
		margin: 0;
		font-size: 85%;
		font-style: italic;
		color: #555;
	}

.footer p {
	text-transform: uppercase;
}	

.copyright p {
	text-align: center;
	font-size: 90%;
	line-height: 100%;
	color: #999;
}	
