/*
Theme Name: Austin Mac Works - New
*/



/* Begin Typography & Colors */
body {
	font-family: "Lucida Grande", Calibri, Verdana, Arial, sans-serif;
	color: #bfbfbf;
	font-size: 62.5%; /* Resets 1em to 10px */
	background: black url(images/bg3.jpg);
	background-repeat: repeat-x;
	text-align: center;
	}
	
a {
outline:none;
}

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

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

.widecolumn {
	line-height: 1.6em;
	}

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

.thread-alt {
	background-color: #131313;
	background-repeat: repeat-x;
	color: #bfbfbf;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.thread-even {
	background: #0c151a;
	background-repeat: repeat-x;
	color: #bfbfbf;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

h1 {
	font-size: 4em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 2.5em;
	color:#fbe5fa;
	}

#sidebar h2 {
	font-size: 1.3em;
	color:#b6c2cb;
	}

h3 {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg a {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #fbe5fa;
	}

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

.commentlist li, #commentform input, #commentform textarea {
	font-size: 0.9em;
	}
	
.commentlist li ul li {
	font-size: 1.2em;
}

.commentlist li {
	border-color: #1e1e1e;
	border-width: 1px;
	border-style: solid;
	color: #bfbfbf;
	background-color: #131313;
	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.3em;
	}

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

#commentform p {
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	}

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

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

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

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

a:hover {
	color: #fff;
}

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

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

#wp-calendar caption {
	font-weight: bold;
	font-size: 1.3em;
	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;
	}

.narrowcolumn {
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-top: 0px;
	width: 600px;
	float:left;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	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: both;
}

.clear {
	clear: both;
}

/* End Structure */



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

h2 {
	margin: 30px 0 0;
	}

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

#sidebar h2 {
	margin: 15px 0 0;
	padding: 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 {
	padding-left: 0px;
	padding-bottom: 0;
	padding-right: 0;
	padding-top: 0;
	margin-left: 0px;
	list-style: none;
	text-indent: -10px;
	}

html>body .entry li {
		padding-left: 0px;
		margin-left: 0px;
		margin-bottom: 8px;
		margin-right: 0;
		margin-top: 7px;
	}

.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;
	}

#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 10px;
	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;
	background: black url(images/search-back.jpg);
	color:#ececec;
	}

#sidebar #searchsubmit {
	padding: 2px;
	border:0;
	}

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

select {
	width: 130px;
	}

#commentform input {
	margin-left: 0px;
	border-color: #1f1f1f;
	border-width: 1px;
	border-style: solid;
	margin-bottom: 1px;
	margin-right: 5px;
	margin-top: 5px;
	color: #bfbfbf;
	background-color: #141414;
	width: 170px;
	padding: 2px;
	background-repeat: repeat-x;
	height: 1.5em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	margin-left: 0px;
	border-color: #1f1f1f;
	border-width: 1px;
	border-style: solid;
	background-color: #131313;
	width: 100%;
	padding: 10px;
	color: #bfbfbf;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	height: 3em;
	}
/* End Form Elements */



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

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 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 10px;
	width: 190px;
	color:#b6c2cb;
	margin:50px 30px 0 0;
	border-width: 1px;
	border-style: solid;
	border-color: #181818;
	font-size: 1.2em;
	float:right;
	background-color: #131313;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	}
	
#sidebar h2 { font-weight:bold;font-size:1.5em; }

#sidebar h2 a { color:#b6c2cb; }
	
#sidebar form {
	margin: 0;
	}
/* End Sidebar */



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

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

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

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

	
#pagecontainer {
	min-height: 900px;
	margin-right: auto;
	margin-left: auto;
	width: 850px;
	text-align:left;
}

.blog #pagecontainer {
	padding-left:30px;
	}

#nav ul li {
	color: #b6c2cb;
	padding-right: 4px;
	display: inline;
}

#nav ul li a  {
	font-family: "Myriad Pro", Myriad, "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 1.3em;
}

#nav small ul li {
	color: #b6c2cb;
	padding-right: 4px;
	display: inline;
}

#nav ul {
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 20px;
	margin-top: 30px;
	float: right;
}

.page #nav ul {
	margin-right: 3px;
}

#nav small ul li a  {
	font-size: 1.5em;
	letter-spacing: -.05em;
}

#headerimg {
	float: left;
}

.blog #headerimg {
	margin-left:-15px;
}

#headerimg a, #header #headerimg a:hover, #headerimg a:visited {
	outline:none;
	text-decoration:none;
	border:none;
}

#header #headerimg a img {
	border:none;
	text-decoration:none;
}

#midbar {
	clear: both;
	height: 122px;
	width: 823px;
	background-repeat: no-repeat;
	background-image: url(images/shadow_top.png);
}

#midbarmain {
	background-repeat: no-repeat;
	background-image: url(images/shadow_top.png);
	clear: both;
	height: 291px;
	width: 823px;
}

#header {
	margin-top: 40px;
}

#content, #blogcontent {
	margin-top:15px;
}

#block1 {
	padding-right: 15px;
	clear: left;
	float: left;
	width: 254px;
}

#block2 {
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	width: 254px;
}

#block3 {
	padding-left: 15px;
	float: left;
	width: 254px;
}

#content p {
	font-size: 1.3em;
	line-height: 18px;
	color: #c5c5c5;
}

#content ul, #content li {
	}

#blogcontent p {
	font-size: 1.3em;
	padding-left: 5px;
	line-height: 18px;
}

#innercontent, #sitemap, #genpage {
	font-size: 1.3em;
	width: 823px;
	padding: 30px 15px;
	line-height: 18px;
}

#content h3 {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	margin-bottom: -2px;
	line-height: 24px;
	font-size: 21px;
	text-align: left;
	color: #b6c2cb;
}

#blogcontent h3 {
	font-style: normal;
	font-weight: normal;
	margin-bottom: 10px;
	line-height: 24px;
	font-size: 20px;
	text-align: left;
	color: #b6c2cb;
}

#blogcontent h3 a, #blogcontent h3 a:visited {
	font-style: normal;
	font-weight: normal;
	margin-bottom: 15px;
	font-size: 20px;
	color: #b6c2cb;
}

#blogcontent h3 a:hover {
	color: #fff;
}

.narrowcolumn small {
	font-size:1.3em;
}

#addthis {
margin-bottom:40px;
}

#innercontent h3, #innercontent h1 {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	background-position: 0 bottom;
	font-style: normal;
	font-weight: normal;
	margin-bottom: 0px;
	line-height: 24px;
	font-size: 20px;
	text-align: left;
	color: #b6c2cb;
}

#innercontent h2, #content h2 {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	padding-right: 70px;
	margin-left: 0;
	margin-bottom: 70px;
	margin-right: 0;
	margin-top: -120px;
	font-style: normal;
	font-weight: normal;
	font-size: 40px;
	text-align: right;
	color: #dee9ef;
}

#sitemap, #genpage h2 {
	padding-left: 5px;
	font-style: normal;
	font-weight: normal;
	margin-bottom: 15px;
	line-height: 26px;
	font-size: 24px;
	text-align: left;
	color: #b6c2cb;
}

#sitemap p {
display:none; /* Hides name of WordPress plugin */
}

#sitemap, #genpage h1  {
	padding-right: 50px;
	margin-left: 0;
	margin-bottom: 70px;
	margin-right: 0;
	margin-top: -170px;
	font-style: normal;
	font-weight: normal;
	font-size: 40px;
	text-align: right;
	color: #dee9ef;
}

h1.blogtitle {
	padding-right: 85px;
	margin-left: 0;
	margin-bottom: 30px;
	margin-right: 0;
	margin-top: -141px;
	font-style: normal;
	font-weight: normal;
	font-size: 40px;
	text-align: right;
	color: #dee9ef;
}

#innercontent .ddsg-wrapper h2, #content .ddsg-wrapper h2 {
	padding-left: 25px;
	font-style: normal;
	font-weight: bold;
	margin: 0 0 10px 0;
	font-size: 24px;
	text-align: left;
}

#innercontent strong.heading, #content strong.heading {
	font-size:1.3em;
	}

#blogcontent h3 {
	font-style: normal;
	font-weight: normal;
	margin: 8px 0 0 0;
	font-size: 24px;
	text-align: left;
	color: #b6c2cb;
}

strong.white {
	color: white;
}

#divider {
	height: 24px;
	margin-left: 7px;
	margin-right: 7px;
	margin-top: 50px;
	float: left;
}

#nav a {
	padding: 3px;
	color: #b6c2cb;
	text-decoration: none;

}

#nav a:hover, #nav li.current_page_item a {
	padding: 3px;
	color: #2b2e30;
	background-color: #b6c2cb;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#nav small a:hover, #nav small li.current_page_item a {
	padding: 3px;
	color: #2b2e30;
	background-color: #b6c2cb;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#footer {
	margin-top: 40px;
	background-position: 0 top;
	background-repeat: repeat-x;
	background-image: url(http://www.austinmacworks.com/hr.png);
	text-align: center;
	padding-top: 1px;
	height: 30px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

#footer ul li {
	background-color: transparent;
	padding:10px 10px 0 10px;
	font-size: 1.3em;
	text-align: center;
	display: inline;
}

#footer ul li a {
	background-color: transparent;
	padding-left: 10px;
	padding-bottom: 4px;
	padding-right: 10px;
	padding-top: 5px;
	text-align: center;
}

#footer ul li a:hover {
	color: #2b2e30;
	background-color: #b6c2cb;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
#midnav {
	margin-left: 4px;
}

#midnav ul.midnav li {
	background-color: transparent;
	padding-left: 0px;
	font-size: 1.3em;
	padding-right: 20px;
	display: inline;
}

#midnav ul {
	padding-bottom: 5px;
	padding-top: 10px;
	padding-left: 10px;
}

#midnav ul li a {
	padding-left: 3px;
	padding-bottom: 1px;
	padding-right: 3px;
	padding-top: 2px;
}


#midnav ul li a:hover {
	color: #2b2e30;
	background-color: #b6c2cb;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#shadowbot {
	margin-top: -15px;
	height: 5px;
	width: 831px;
	background-repeat: no-repeat;
}

#listbg {
	margin-top: 15px;
	clear: right;
	float: right;
	height: 255px;
	width: 310px;
	background-image: url(images/listbg.png);
	background-repeat: no-repeat;
}

#listbgshadow {
	clear: right;
	float: right;
	height: 10px;
	width: 310px;
	background-image: url(images/listbgshadow.png);
	background-repeat: no-repeat;
}

span.indent {
position: absolute;
text-indent: -9999px;
}

#listbg ul li {
	color: #bed1e1;
}

#headertop {
	min-width: 1200px;
	position: fixed;
	height: 380px;
	background-image: url(images/bgtop.jpg);
	background-repeat: repeat-x;
}

div.hr {
	margin-bottom: 8px;
	margin-top: 8px;
	clear: both;
	height: 2px;
	width: 100%;
	background-repeat: repeat-x;
	background-image: url(http://www.austinmacworks.com/hr.png);
}

div.vr {
	margin-top: 75px;
	float: left;
	width: 2px;
	height: 70px;
	background-repeat: repeat-y;
	background-image: url(http://www.austinmacworks.com/vr.png);
}

#innercontent ul li {
	padding-left: 7px;
	padding-bottom: 3px;
	padding-top: 5px;
	margin-bottom: 3px;
	margin-left: 0px;
	background-color: #131313;
	list-style-position: inside;
	list-style-type: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

li {
	padding-left: 0px;
	margin-left: 0px;
}

ul {
	padding-left: 0px;
	margin-left: 0px;
}

.ddsg-wrapper li {
width:250px;
}

.ddsg-wrapper p {
display:none;
}

#listbg ul li {
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
	margin-left: 25px;
	background-color: transparent;
}

div.entry p {
	font-size: 1.2em;
	margin:10px 0;
}

#innercontent p {
	margin:10px 0;
}

#blogcontent .entry {
	padding-left: 15px;
	padding-bottom: 45px;
	padding-right: 15px;
	padding-top: 15px;
	border-width: 1px;
	border-style: solid;
	border-color: #181818;
	margin-top: 5px;
	margin-bottom: 35px;
	background-color: #131313;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

div.datestamp {
	margin-top: -10px;
	color: #ececec;
	float: right;
}

div.commentcount {
	padding-bottom: 20px;
	margin-bottom: 10px;
	float: right;
	margin-right: 0px;
	font-size:1.2em;
}

div.commentcount a {
	color: #ececec;
}

h4 {
	padding-bottom: 1px;
	margin-bottom: 1px;
	font-style: normal;
	font-weight: normal;
	font-size: 1.4em;
}

ul.two-column1 {
	float:left;
	width:180px;
}

ul.two-column2 {
	float:left;
	width:180px;
	margin-left:5px;
}

ul.two-column li {
	height: 20px;
	width: 170px;
	display: inline-block;
}

.productleft {
	margin-bottom: 10px;
	float: left;
	margin-top: 35px;
	padding: 10px;
	width: 374px;
	background-color: #141414;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.productmid {
	margin-bottom: 10px;
	width: 775px;
	clear: both;
	margin-top: 35px;
	padding: 10px;
	background-color: #141414;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.productright {
	margin-bottom: 10px;
	float: right;
	margin-top: 35px;
	padding: 10px;
	width: 374px;
	background-color: #141414;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

img.moveright {
	margin-right: -35px;
	margin-top: -35px;
}

img.moveleft {
	margin-left: -35px;
	margin-top: -35px;
}

#innercontent h2 {
text-align: left;
text-indent: -8000px;
}

#shadowtop {
	clear: both;
}

#nav {
}

.prod2{display:block}
.prod2 *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#141414}
.prod21{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #080808;
  border-right:1px solid #080808;
  background:#0f0f0f}
.prod22{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #020202;
  border-right:1px solid #020202;
  background:#101010}
.prod23{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #101010;
  border-right:1px solid #101010;}
.prod24{
  border-left:1px solid #080808;
  border-right:1px solid #080808}
.prod25{
  border-left:1px solid #0f0f0f;
  border-right:1px solid #0f0f0f}
.prod2fg{
  background:#141414}