/*
 * Theme Name: arne * Theme URI: http://www.arneindustries.com
 * Description: A theme by http://garverdesignhouse.com
 * Version: 1
 * Author: Stephen Garver
 * Author URI: http://garverdesignhouse.com
 *
 *
 */

body {
	font: 12px Helvetica, Arial, sans-serif;
	color: #000000;
	background: #fff;
	margin: 0px;
	padding: 0px 0px 40px;
   
}

img {
	border-style: none;
}

small {
	font-size: 10px;
	color: #ccc;
}

a {
	color: #ff9933;
	text-decoration: none;
}
a:visited {
	color: #ff9933;
	text-decoration: none;
}
a:hover {
	color: #cccccc;
	text-decoration: none;
}

h1 {
	
}

h2 {
	font-size: 24px;
	font-weight: normal;
	margin: 0;
}
h2 a {
	color: #000;
}
h2 a:visited {
	color: #000;
}
h2 a:hover {
	color: #ccc;
}



#logo {
    position: absolute;
    top: 100px;
    left: 66px;
	background: url(images/ai_logo.png) no-repeat left;
	margin: 0;
	width: 398px;
	height: 33px;
	
}
#logo a {
    color: #fff;
}
#logo a:visited {
    color: #fff;
}
#logo a:hover {
    color: #fff;
}


#page {
    margin:0 auto;
	width: 1120px;
	background: #fff url(images/orange_cement_tile.jpg) repeat-y right;
}


#content {
	padding: 0 56px 0 56px;
	width: 1008px;
	overflow: hidden;
}


#header {
	background: #fff url(images/header_back.jpg) no-repeat;
    height: 200px;
	position: relative;
}
#headerimg {
	position: relative;
	}
	
	
#contact_box {
	font-family: Arial, Helvetica, sans-serif;
	list-style: none;
	position: absolute;
	text-align: right;
	bottom: 55px;
	right: 110px;
	color: #fff;
}


#nav {
	list-style: none;
	margin: 0px;
	position: absolute;
	left: 15px;
    height: 36px;
	bottom: 12px;
}
#nav li {
	float: left;
	margin-left: 10px;
}
#nav a {
	color: #66cc66;
	text-decoration: none;
    font-size: 17px;
	font-weight: bold;
	display: block;
}
#nav a:visited {
	color: #66cc66;
	text-decoration: none;
}
#nav a:hover {
	color: #ffffff;
    border-bottom: 3px solid #ff9933;
}


.entry {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 180%;
	padding-right: 10px;
	padding-top: 0;
    width: 75%;
}

.proj_entry {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 180%;
	padding: 0;
    width: 85%;
	vertical-align:middle;
}

p, .entry{

}

.post_first {
    width: 966px;
	border-bottom: 2px dashed #cccccc;
	margin: 0;
}
.post {
    width: 966px;
	border-bottom: 2px dashed #cccccc;
	margin: 15px 0 0 0;
}

.proj_post_first {
    width: 966px;
	height: 500px;
	border-bottom: 2px dashed #cccccc;
	margin: 0;
}
.proj_post {
    width: 966px;
	height: 500px;
	border-bottom: 2px dashed #cccccc;
	margin: 15px 0 0 0;
}

.post-date {
	width: 45px;
	height: 49px;
	float:left;
}
.post-month {
	font-size: 11px;
	text-transform: uppercase;
	color: #cccccc;
	text-align: center;
	display:block;
	line-height: 11px;
	padding-top: 2px;
}
.post-day {
	font-size: 18px;
	text-transform: uppercase;
	color: #cccccc;
	text-align: center;
	display:block;
	line-height: 18px;
	padding-top: 7px;
	margin-left: -3px;
}
.post-title {
	float: left;
	margin-left: 10px;
	width: 430px;
}
.wp-caption-text {
	width: 100%;
	text-align: center;
	font-size: 24px;
	font-weight: normal;
	margin: 0;
}
	
	
#searchform {
    position: absolute;
    text-align: right;
	width: 225px;
	padding: 0;
    top: 152px;
    right: 110px;
}
#searchform #s {
	width: 135px;
	height: 16px;
	padding: 2px 5px 0px 5px;
	margin-right: -5px;
    border: none;
	background: #fff;
	vertical-align: middle;
}
#searchform #searchsubmit {
	background: url(images/go.png) no-repeat;
	border: none;
	width: 23px;
	height: 18px;
	font-weight: bold;
    font-size: 10px;
	color: #FFFFFF;
	vertical-align: middle;
}
#searchform label {
    font-weight: bold;
	text-transform: lowercase;
	font-family: Arial, Helvetica, sans-serif;
    padding: 2px 0 0 0;
	color: #fff;
}


/*	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 {
	position: inline;
	clear:left;
	top: 0;
	
}

img.alignleft {
	position: inline;
	clear:right;
	top: 0;
	}

.alignright {
	float: right;
	}

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


#credits {
    color: #cccccc;
    padding: 10px 36px 0 0;
    font-size: 10px;
    float: right;
}
#footer {
    margin: 0 auto;
    width: 1008px;
    height: 50px;
}

