/*
THEME NAME: Alpha Repair
THEME URI: http://www.bryanalexis.net
DESCRIPTION: Based on Sandbox
VERSION: 1.6.1
AUTHOR: Restyled by Bryan Alexis
AUTHOR URI: http://www.bryanalexis.net
TAGS:
*/

@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #333;
}
#container {
	background-image: url(../../images/background.jpg);
	background-repeat: repeat-y;
	background-position: 50%;
	width: 800px;
	background-attachment: fixed;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#header {
	background-image: url(../../images/indexheader.png);
	height: 360px;
	position: relative;
}
#header2 {
	background-image: url(../../images/blogheader.png);
	height: 360px;
	position: relative;
}
#headerlogo {
	height: 110px;
	width: 310px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	left: 225px;
	top: 10px;
}
#nav {
	height: 360px;
	width: 165px;
	position: absolute;
	top: 265px;
	left: -40px;
	font-family: Helvetica, Arial, san-serif;
	z-index: 5;
}
#nav img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.homesize {
	font-size: 2em;
}
.blogsize {
	font-size: 2.2em;
	line-height: 1em;
}
.vaultsize {
	font-size: 1.1em;
	line-height: 1.3em;
	letter-spacing: 0.1em;
}
.kern {
	letter-spacing: -.1px;
}
.designsize {
	font-size: 1.6em;
	line-height: 1em;
}
.artsize {
	font-size: 3.15em;
	line-height: .9em;
}
.contactsize {
	font-size: 1.4em;
	line-height: 0.8em;
}
#navlogo {
	position: absolute;
	bottom: 39px;
	left: 19px;
}
#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333;
	background-image: url(../../images/contentbkg.gif);
	background-repeat: repeat-y;
	min-height: 500px;
	padding-left: 140px;
	line-height: 1.4em;
	padding-right: 250px;
	padding-top: 10px;
	position: relative;
}
#sidebar {
	width: 180px;
	padding-right: 40px;
	padding-left: 10px;
	margin-bottom: 0px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #000;
	position: absolute;
	right: 0px;
	margin-top: 0px;
	top: 0px;
	bottom: 0px;
	text-align: left;
}
#sidebar a:link , #sidebar a:visited{
	color: #000;
}
#sidebar a:hover , #sidebar a:active{
	color: #9E841A;
}
#sidebar h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sidebar ul {
	font-size: 14px;
	color: #000;
	margin-left: 0px;
	list-style-type: none;
	padding-left: 0px;
}
#sidebar li {
	font-size: 14px;
	color: #000;
	margin-left: 0px;
	padding-left: 0px;
}

#footerinfo {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CACBCD;
	padding: 5px;
	margin: 0px;
	font-size: 10px;
	text-align: center;
	color: #666;
}
#footerinfo a:link, #footerinfo a:visited {
	color: #333;
}
#footerinfo a:hover, #footerinfo a:active {
	color: #999;
}
#maincolumn {
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
#maincolumn h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #333;
	margin-top: 0px;
	padding-top: 0px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #705D00;
	padding-bottom: 5px;
}
#maincolumn a:link, #maincolumn a:visited {
	color: #726012;
}
#maincolumn a:hover, #maincolumn a:active {
	color: #9E841A;
}
#twitterfeed {
	margin-top: 0px;
	padding-top: 0px;
	margin-left: -8px;
}
.shortbottom {
	margin-bottom: 4px;
	padding-bottom: 0px;
}
#maincolumn h2 {
	font-size: 18px;
	margin-top:0px;
}

.navigation {
	margin-bottom:15px;
}

.entry-meta {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F30;
	padding-bottom:20px;
	margin-bottom:30px;
}

#maincolumn h2 a:link, #maincolumn h2 a:visited {
	color: #726012;	
	text-decoration: none;
}
#maincolumn h2 a:hover, #maincolumn h2 a:active {
	color: #9E841A;
	text-decoration: none;
}
