/*
Theme Name: PreWired Controls
Theme URI: https://prewiredcontrols.com/
Description: custom WordPress theme
Version: 1.0
Author: Matt & Jessica Beck
Tags: couldbe studios
*/


/* Defaults
------------------------*/
*{
font-family:verdana,arial,sans-serif;
color:#000;
margin:0;
padding:0;
font-size:12px;
}

body {
background:#eee;
}

a{
color:#800000;
text-decoration:none;
font-weight:bold;
}

a:hover{
color:red;
}

img{border:none;}


h1 {
font-size: 28px;
font-weight:100;
margin:10px 50px 5px 50px;
}

h1 a{
font-size: 28px;
text-decoration:none;
font-weight:100;
}


h2 {
font-size: 24px;
font-weight:100;
}


h3 {
font-size: 18px;
font-weight:100;
}



/* Layout
------------------------*/
#outer-wrapper{
width:800px;
margin:0 auto;
padding:25px 25px 25px 75px;
background:#fff;
border-left:5px solid #eaeaea;
border-right:5px solid #eaeaea;
}

#inner-wrapper {
	width:770px;
}

#new-header {
	height:100px;
	float:left;
	clear:both;
	width:750px;
	padding-top:20px;
	position: relative;
	z-index: 1;
}
	#new-header #header-left {
		float:left;
		display:block;
		width:220px;
		height:35px;
		font-weight:bold;
	}
	#new-header #logo {
		float:left;
		width:300px;
		height:50px;

	}
	#new-header #logo a{
		text-indent: -999999px;
		display:block;
		background: url('images/prewired-logo.jpg') top center no-repeat;
		height:50px;

	}
	#new-header #header-right {
		display:block;
		float: right;
		width:150px;
		height:50px;

	}
	#new-header #header-bottom {
		background:#9a0000;
		color:#fff;
		text-align:center;
		clear:both;
		height:55px;
		font-size:12px;
		font-weight:bold;
	}
		#new-header #header-bottom span {
			color:#fff;
			font-size:15px;
			line-height:21px;
			display:block;
			font-weight:bold;
			padding-top: 10px;
		}



#header{
height:275px;
}
	#header .top-contact {
		text-align: right;
		font-weight: bold;
		padding-right:60px;
	}
	
	a#header-image {
		height:120px;
		display:none;
	}

#tagline a{
display:none;
background:url(images/logo.jpg) top left no-repeat;
text-indent:-9999px;
height:49px;
width:750px;
overflow:hidden;
border-top:2px solid #800000;
border-bottom:3px solid #800000;
}


#sidebar-1{
float:left;
width:190px;
display:block;
line-height:18px;
}


#content{
position:relative;
float:right;
width:530px
}

.home h1 {
display:none;
}

.emph {
padding:20px;
border:2px solid #800000;
margin:10px;
text-align:center;
font-size:18px;
line-height:24px;
}

.emph strong {
font-size:18px;
}

.post h2{
	clear:left;
}


.entry {
margin: 10px;
}

.entry p {
padding: 10px 0;
}



img {
border:0;
}

img.alignleft {
	float:left;
}

img.alignright {
	float:right;
}

div.wp-caption {
	float:left;
	margin-top:10px;
	text-align:center;
	margin-right:10px;
	margin-bottom:10px;
	height:240px;
}

div.wp-caption img {
	border:2px solid #111;
}

div.wp-caption p.wp-caption-text {
	padding:5px 0;
	margin:0 0 5px 0;
	font-size:10px;
}

.entry ul li {
margin:5px;
}

.postmetadata {
font-size:11px;
color:#999;
margin:10px 100px;
}

blockquote {
	margin:5px 100px 5px 250px;
	color:#777;
}

/* Footer */

#footer{
clear:both;
min-height:20px;
background: #800000;
text-align:center;
padding-top:5px;
}


/* Widgets
------------------------*/

h2.widgettitle {
text-decoration:none;
font-size:18px;
padding:10px 0 5px 0;
text-align:left;
color:#777;
font-weight:200;
}

li.widget_nav_menu {
margin: 10px 0;
}

li.widget_nav_menu ul li {
line-height:24px;
}


.widgetized li{
list-style:none;
color:#aaa;
}

.widgetized li ul li {
	font-size:12px;
}

.textwidget p {
margin: 10px 0;
}

#citations, cite {
clear:both;
font-size:10px;
color:#fff;
}

#comments {
margin:10px 100px;
font-size:12px;
}

#comments h2 {
	font-size:32px;
}

#comments .myimg {
float:left;
padding:5px 10px 5px 0;
}

#comments h3 {
text-align:left;
font-size:24px;
margin:0;
color:#A6C65F;
}

#comments p {
padding: 5px 10px;
}

ol#commentlist li {
margin:25px 0;
}

#comments #submit {
border:1px solid #A6C65F;
color:#A6C65F;
padding:5px;
background:#fff;
}

#comments #submit:hover {
border:1px solid #666;
color:#666;
padding:5px;
background:#eee;
}

textarea#comment{
width:500px;
}


#recent-archives{
float:left;
width:45%;
margin-left:3%;
}
#archive-list{
float:right;
width:45%;
margin-right:3%;
}
.archive h3{
text-align:left;
margin:0;padding:0;
}
.archive li{
list-style:none;
font-size:1em;
line-height:1.4em;
}
.nivoSlider {
	float:left;
}


.nivo-controlNav {
	bottom:0;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    left: 345px;
}

.nivo-controlNav a {
	color:#aaa;
	padding:0 5px;
	font-size:10px;
	font-weight:normal;
}
	.nivo-controlNav a.active {
		font-weight:bold;
	}
