/*
Theme Name: Boom Communications
Theme URI: http://www.boomprc.com
Description: Custom template for Boom Communications
Version: 1.0
Author: Josh Bergman
Author URI: http://www.joshbergman.com

*/

/* Custom Boom Communications */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #000000;
	text-align: center;
	background-image:url('images/boom-communications-bg.jpg');
	background-repeat:no-repeat;
	background-position: top center;
	background-color:#000000;
	font-size:13px;
	margin:0;
	padding:0;
}

#container {
	display:block;
	width:100%;
	text-align:center;
}

#main {
	display:table;
	width:980px;
	margin:auto;
	background-image:url('images/boom-communications-main-bg.png');
	background-repeat:repeat-y;
	text-align:center;
}

#main-box {
	display:table;
	width:955px;
	margin:auto;
	text-align:left;
}

#header {
	width:955px;
	height:153px;
}

#nav-bar {
	height:32px;
	width:955px;
	background-image:url('images/boom-communications-nav-bg.png');
	background-repeat:repeat-x;
	border-bottom:solid 1px #000000;
	display:table;
}

#slideshow {
	width:955px;
	height:331px;
	overflow:hidden;
	display:block;
}

#slideshow .nivo-caption p {
	font-size:20px;
	font-weight:normal;
	color:#FFFFFF;
	margin:10px 40px 10px 40px;
}

#slideshow .nivoSlider {
	margin-bottom:0;
	box-shadow:none;
}

#slideshow .nivo-controlNav {
	position:relative;
	top:-20px;
	left:780px;
	width:180px;
	height:20px;
	display:block;
	z-index:1000;
	padding:0;
}

#slideshow .nivo-control {
	margin-right:0;
	width:20px;
}

#slideshow .nivo-controlNav a {
	background-image:url('images/bullets.png');
	background-repeat:no-repeat;
}

#slideshow .nivo-controlNav a.active {
	background-image:url('images/bullets.png');
	background-repeat:no-repeate;
	background-position: 0 -22px;
}

#content-home {
	width:955px;
	background-image:url('images/boom-communications-home-bg.png');
	background-repeat:no-repeat;
	background-position:top left;
	background-color:#FFFFFF;
	text-align:left;
	display:table;
}

#main-inside {
	background-image:url('images/boom-communications-inside-bg.png');
	background-repeat:no-repeat;
	background-position:top left;
	background-color:#FFFFFF;
	display:table;
	width:955px;
}

#content-inside {
	width:955px;
	text-align:left;
	margin-bottom:20px;
	display:table;
}

.home #content-icon {
	text-align:right;
	width:955px;
	display:table;
	margin-top:-80px;
}

#content-icon {
	text-align:right;
	width:955px;
	display:block;
	margin-top:-60px;
	min-height:93px;
}

#content-icon p {
	margin:0;
	padding:0;
}

#content-icon img {
	padding:0;
	margin:0;
}

#services {
	background-color:#fec215;
	display:table;
	width:955px;
	text-align:center;
	clear:both;
	padding-top:5px;
}

#services h2.services {
	color:#fec215;
	font-size:22px;
	font-weight:bold;
	margin-top:-34px;
	[if Webkit]	margin-top:-21px;
	margin-left:15px;
	text-align:left;
	text-transform:uppercase;
	background-image:none;
	min-height:5px;
	padding:0;
}

#services h3 {
	color:#1a45a2;
	font-size:19px;
	font-weight:normal;
	margin:0;
	padding:0;
	text-transform:uppercase;
	background-image:none;
}

#services p {
	margin:2px 0 3px 0;
	color: #000000;
}

#services p img {
	border:solid 1px #464646;
}

#services a, #sevices a:hover {
	color:#000000;
	text-decoration:none;
}

#services-one {
	width:288px;
	margin:0 33px 10px 15px;
	float:left;
	text-align:left;
}

#services-two {
	width:288px;
	margin:0 33px 10px 0;
	float:left;
	text-align:left;
}

#services-three {
	width:288px;
	margin:0 0 10px 0;
	float:left;
	text-align:left;
}

#footer-definition {
	background-color:#e8e8e8;
	width:955px;
	min-height:31px;
	text-align:center;
	color:#575757;
	display:table;
}

#footer-definition p {
	margin:8px 0 8px 0;
	padding:0;
}

#footer {
	height:47px;
	width:955px;
	background-color:#6b6b6b;
	display:table;
}

#footer-info {
	float:left;
	width:695px;
	margin-left:20px;
	color:#FFFFFF;
	font-size:10px;
}

#footer-social {
	float:left;
	width:225px;
	margin-right:15px;
	text-align:right;
	color:#FFFFFF;
	font-size:10px;
}

#footer-social ul {
	list-style:none;	
}

#footer-social .socialmedia-buttons img {
	margin-right:0 !important;
	margin-left:5px;
}

#bottom-shadow {
	width:980px;
	height:13px;
	margin:auto;
}

/* Headers */

h1 {
	margin:0;
	padding:10px 0 0 19px;
	color:#1a409a;
	text-transform:uppercase;
	background-image:url('images/boom-communications-header-bg.png');
	background-repeat:no-repeat;
	min-height:38px;
 	font-weight:normal;
	font-size:20px;
}

h2 {
	margin:0;
	padding:10px 0 0 19px;
	color:#1a409a;
	text-transform:uppercase;
	background-image:url('images/boom-communications-header-bg.png');
	background-repeat:no-repeat;
	min-height:38px;
	font-weight:normal;
	font-size:20px;
}

h3#comments {
	width:880px;
	margin-left:40px;
}

/* End Headers */

/* Navigation */

#nav-bar .menu-main-menu-container {
	margin:auto;
	display:table;

}

#nav-bar ul#menu-main-menu {
	padding:0;
	margin:5px 0 0 0;
	list-style:none;
	display:block;
}

#nav-bar ul#menu-main-menu li {
	display:inline-block;
	float:left;
	color:#FFFFFF;
	text-transform:uppercase;
	font-size:18px;
	padding-right:17px;
	padding-left:17px;
	background-image:url('images/boom-communications-nav-div.png');
	background-repeat:no-repeat;
	background-position:right;
}

#nav-bar ul#menu-main-menu li:first-child {
	padding-left:0;
}

#nav-bar ul#menu-main-menu li:last-child {
	padding-right:0;
	background-image:none;
}

#nav-bar ul#menu-main-menu li a {
	color:#FFFFFF;
	text-decoration:none;
}

#nav-bar ul#menu-main-menu li a:hover {
	text-decoration:none;
	color:#CCCCCC;
}

#nav-bar ul.menu ul {
	display:none;
	list-style:none;
	z-index:100;
}

#nav-bar .sub-menu {
	background-color:#464646;
	overflow:hidden;
	position:absolute;
	padding:0;
	margin:0 0 0 -15px;
}

#nav-bar ul#menu-main-menu ul.sub-menu li {
	display:block;
	background-image:none;
	border:solid 1px #000000;
	text-align:left;
	float:none;
	padding:5px;
	min-width:80px;
	border-right:solid 1px #000000;
	text-transform:uppercase;
	white-space:nowrap;
}

#nav-bar ul#menu-main-menu ul.sub-menu li:hover {
	background-color:#797a79;
}

#nav-bar ul#menu-main-menu ul.sub-menu li a {
	font-size:13px;
}

#nav-bar ul#menu-main-menu ul.sub-menu li a:hover {
	font-size:13px;
}

/* End Navigation */

/* Content */

.post {
	margin:20px;
}

.post p {
	margin-left:20px;
	clear:both;
}

.single .post p {
	margin-left:20px;
	clear:none;
}

/* End Content */

/* Boomtown Blog */

.post small {
	margin-left:20px;
	margin-top:0;
}

/* End Boomtown Blog */

/* End Custom Boom Communications */


/* Begin Typography & Colors */


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



#content {
	font-size: 1.2em;
	}

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

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

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

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

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Arial, Helvetica, Verdana, sans-serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.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: Arial, Helvetica, Verdana, sans-serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em Arial, Helvetica, Verdana, sans-serif;
	}

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

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

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

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}
	
a:visited {
	color: #666666;
	text-decoration: underline;
}

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

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

#wp-calendar caption {
	font: bold 1.3em Arial, Helvetica, Verdana, sans-serif;
	text-align: center;
	}

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



/* Begin Structure */

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

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

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}
	
.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: both;
}

.clear {
	clear: both;
}



/* End Structure */



/* 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. */



.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 3px;
	text-align: center;
	}

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

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:left;
	}

select {
	width: 130px;
	}

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

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
	
#respond {
	width:800px;
	margin-left:40px;
}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: left;
	width:880px;
	margin-left:40px;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	
/* End Comments */



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

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



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* 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;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

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



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

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

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

.wp-caption p.wp-caption-text {
	font-size: 12px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	color:#0000ff;
}
/* End captions */


/* "Let me know if you need anything else." */
