*
{
    margin: 0;
    padding: 0;
}

p
{
   margin-bottom: 1em;
}

body
{
    z-index: -1000;
    font-family: "MavenProRegular", "Lucida Grande", Verdana, Arial, sans-serif;
    font-size: 14px;
    color: white;
    background-color: black;
}

a
{
    color: #c4441f;
    text-decoration: none;
}

a:hover
{
    color: #f80;
}

a.aGray
{
    color: #666666;
    text-decoration: none;
}

a.aGray:hover
{
    color: #f80;
}

.gray {
	color: #666666;
}

li
{
    list-style-type: none;
}

hr
{
	color: #333333;
	background-color: #333333;
	border: 0;
	height: 1px;
}

hr.thick
{
	color: #333333;
	background-color: #333333;
	border: 0;
	height: 5px;
}

img
{
	border: 0px;
}

.wrapper
{
    text-align: center;
    min-width: 1100px;
}

.section
{
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    border-left: 1px solid #353535;
    border-right: 1px solid #353535;
    text-align: left;
}


#header
{
    background: black url('/static/images/graypixel.gif') 0 30px repeat-x;
    border-bottom: 1px solid #353535;
}

#navigation
{
    position: relative;
    padding-bottom: 15px;
}

#navigation a
{
    color: #bbb;
    text-decoration: none;
}

#navigation a
{
    font-size: 10px;
}

#navigation .submenu a
{
    font-size: 10px;
}

#navigation a:hover
{
    color: #f40;
}

#logo
{
    width: 119px;
    height: 119px;
    position: absolute;
    left: -150px;
    top: 50px;
}

#menu-wrapper
{
    padding-top: 142px;
}

#menu-wrapper a.current
{
    color: #f40;
}

#menu 
{
    margin-left: 20px;
}

#menu li
{
    list-style-type: none;
    float: left;
    padding: 5px 10px 10px;
}

#menu .submenu
{
}

#menu .submenu li
{
    clear: both;
    padding: 10px 0 0;
}

#search
{
    left: 601px;
    top: 52px;
    position: absolute;
    background: transparent url('/static/images/search-bg.gif');
    width: 169px;
    height: 24px;
    overflow: hidden;
}

#search2
{
    left: 601px;
    top: 82px;
    position: absolute;
    background: transparent url('/static/images/search-bg.gif');
    width: 169px;
    height: 24px;
    overflow: hidden;
}

#search input, #search2 input
{
    color: #888;
    width: 135px;
    border-width: 0;
    background-color: transparent;
    margin: 5px 0 0 5px;
    font-size: 11px;
}

#content
{
    background: transparent url('/static/images/bgpattern.gif') center center;
    border-bottom: 1px solid #353535;
}

#maincontent
{
    height: 484px;
    background: transparent url('/static/images/swirl-bg_clean.png') center center repeat-x;
    border-bottom: 1px solid #353535;
}

#carousel-section
{
    height: 100%;
    padding-top: 10px;
}

#promos
{
    border-bottom: 1px solid #353535;
}

#footer
{
    background: black url('/static/images/graypixel.gif') 0 155px repeat-x;
}


#footer-section
{
    height: 180px;
}

#am-logo
{
    float: left;
    margin: 15px 0 0 50px;
}


#footer-legal
{
    float: right;
    width: 500px;
    margin: 58px 20px;
}

#footer-legal p
{
    font-size: 9px;
    color: #555;
    margin-bottom: 10px;
}

#footer-legal a
{
    color: #777;
}

#footer-legal a:hover
{
    color: #aaa;
}

.clear
{
    clear: both;
}

#carousel-menu
{
    margin: 16px 30px 10px;
    float: right;
    display: none;
}

#carousel-menu a.thumb
{
    display: block;
    float: left;
    border: 1px solid #888;
    width: 15px;
    height: 10px;
    margin: 2px;
}

#carousel-menu a.thumb:hover
{
    background-color: #888;
    border-color: #ccc;
}

#carousel-menu a.active
{
    background-image: url('/static/images/carousel-active.gif');
    width: 17px;
    height: 12px;
    border-width: 0;
}

.carousel-step
{
    display: block;
    float: left;
    width: 8px;
    height: 12px;
    overflow: hidden;
    text-indent: 100px;
    margin: 3px 0px 0px 10px;
}

#carousel-next
{
    background-image: url('/static/images/carousel-next.gif');
}

#carousel-prev
{
    background-image: url('/static/images/carousel-prev.gif');
}

#carousel
{
    margin: 0 30px;
    height: 400px;
    border-bottom: 5px solid #c60;
}

#carousel-description
{
    width: 260px;
    position: relative;
    top: 230px;
    left: 20px;
    padding: 20px;
    background: transparent url('/static/images/carousel-desc-bg.png') repeat-y;
}

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

#carousel-description h2
{
    margin-bottom: 20px;
    font-size: 24px;
}


#carousel-description a
{
    font-size: 12px;
    text-decoration: none;
}

#carousel-description a:hover
{
}




.tri-column
{
    float: left;
    width: 33%;
    height: 350px;
}

#promo1
{
    border-right: 1px solid #353535;
}

#promo2 a
{
    text-decoration: none;
    font-size: 12px;
}

#promo2 ul
{
    margin-top: 30px;
}

#promo2 li
{
    margin-top: 5px;
    list-style-type: none;
}

#promo3
{
    float: right;
    background-color: #181818;
}

.column-content
{
    margin: 30px;
}

.column-content h2
{
    font-size: 20px;
    margin-bottom: 20px;
}


#download-link
{
    margin-top: 40px;
    display: block;
    overflow: hidden;
    text-indent: -1000px;
    width: 200px;
    height: 167px;
    background: url('/static/images/download.png') center;
}


#newspane
{
    height: 170px;
}

#newspane small
{
    color: white;
    font-size: 9px;
}

#newspane h3
{
    color: #a40;
    font-size: 13px;
    font-weight: normal;
}

#newspane p
{
    line-height: 20px;
}

#newspane .newspost
{
    border-bottom: 1px solid #333;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.scrollpane
{
    overflow: scroll;
    position: relative;
}

.scrollpane .scrollctr
{
    position: absolute;
}

.scrollpane .scrolltrack
{
    position: absolute;
    top: 0;
    width: 5px;
    background-color: #313131;
    z-index: 10;
}

.scrollpane .scrollthumb
{
    width: 5px;
    height: 32px;
    position: absolute;
    background-image: url('/static/images/scroll-thumb.gif');
}





#blogcontent
{
    background: transparent url('/static/images/column-divider-bg.gif') repeat-y;
}

.maincolumn
{
    float: left;
    width: 600px;
}


.rightcolumn
{
    float: right;
    width: 198px;
}


.rightcolumn h3
{
    padding: 11px 18px;
    font-size: 14px;
    font-weight: normal;
    border-bottom: 1px solid #353535;
	text-transform: uppercase;
}

.rightcolumn h3 a
{
	text-transform: none;
}

div.expandable li, div.justpadded li
{
    list-style-type: none;
    padding: 11px 18px;
    font-size: 13px;
    color: #808080;
}
div.justpadded
{
    list-style-type: none;
    padding: 11px 18px;
    font-size: 13px;
    color: #808080;
}

div.expandable ul
{
    border-bottom: 1px solid #353535;
}

div.expandable li.odd
{
    background-image: url('/static/images/bg-pattern-dark.gif');
}

.blogpost
{
    border-bottom: 1px solid #353535;
    padding: 30px;
    position: relative;
}

.paddedpost
{
   padding: 30px;
   position: relative;
}

.lastblogpost
{
    border-width: 0;
}


.blogpost .postextras
{
    position: absolute;
    left: -140px;
    width: 100px;
    font-size: 14px;
    color: #aaa;
    text-align: right;
}

.blogpost .postextras dt.numcomments
{
    clear: both;
    float: left;
    width: 20px;
    overflow: hidden;
    text-indent: 1000px;
    background: transparent url('images/comments-icon.gif') no-repeat;
    padding: 0;
}

.blogpost .postextras dl
{
    float: right;
}
.blogpost .postextras dd
{
    float: left;
}

.blogpost small
{
    font-size: 14px;
}

.blogpost h1
{
    font-size: 32px;
    width: 80%;
}

.blogpost cite
{
    font-style: normal;
    color: #808080;
    font-size: 16px;
}

.blogpost img.blogimage
{
    margin: 20px 0;
    border-bottom: 5px solid #c4441f;
}

.blogpost p
{
    font-size: 12px;
    line-height: 22px;
    color: #ddd;
    margin-bottom: 20px;
    text-align: justify;
}

.blogpost p.synopsis
{
    font-size: 14px;
}

.blogpost a.readmorelink
{
    font-size: 16px;
}


#pagination
{
    margin: 30px;
}

.pagination
{
    text-align: center;
}

.pagination li
{
    list-style-type: none;
    display: inline;
    padding: 3px;
}


.expandable .exp-toggle-link
{
    margin-top: 2px;
    font-size: 11px;
}


#comments
{
    border-bottom: 1px solid #353535;
}


.main-content-section
{
    padding: 0 30px;
}


.main-content-section h3
{
    margin: 11px 0;
    font-size: 20px;
}

.comment
{
    margin: 25px 0;
}

.comment small
{
    font-size: 12px;
}

.comment h4
{
    color: #aaa;
    font-size: 18px;
    font-weight: normal;
    margin: 5px 0 8px;
}

.comment h4 strong
{
    color: white;
}

.comment p
{
    font-size: 12px;
    line-height: 20px;
}


#writecomment
{
    margin-bottom: 20px;
}

.form-field
{
    background-color: #363636;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 8px 14px;
    margin: 5px 5px 5px 0;
}

input:-webkit-autofill {
    color: #2a2a2a !important; 
}
.form-field input, .form-field textarea
{
    width: 100%;
    background-color: #363636;
    border-width: 0;
    background-color: transparent;
    font-family: inherit;
    font-size: 14px;
    color: white;
}


#writecomment #name-field
{
    width: 200px;
    float: left;
}

#writecomment #email-field
{
    width: 274px;
    float: left;
}

#writecomment #comment-field
{
    clear: both;
}

#writecomment .instructions
{
    font-size: 14px;
    margin-bottom: 15px;
}


a.button
{
    display: inline-block;
    padding: 7px 20px;
    background: #e44f24 url('/static/images/button-bg-sprite.gif') repeat-x;
    background-position: 0 0;
    font-size: 14px;
    color: white;
    margin: 5px 0;
    -moz-border-radius: 2px;
    border-radius: 2px;
	line-height: 1em;
}

a.button:hover
{
    background-position: 0 -32;
}

.downloadextras {
	position: absolute;
	background: url('/static/images/downloads.png') no-repeat;
	background-repeat: no-repeat;
	background-position: right top;
	width: 600px;
	height: 378px;
	float: right;
}

.doubleColumn {
	width: 340px;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}
.justright {
	float: right;
}

.forumcat {
	padding: 15px 30px 15px 30px;
	font-size: 14px;
	background-color: #000000;
	color: #000000;
}

.featuresItem {
	padding-bottom: 10px;
}

.forumrow {
	padding: 15px 30px 15px 30px;
	font-size: 14px;
}

.forumheader {
	padding: 15px 30px 15px 30px;
	font-size: 14px;
	background-color: #000000;
	color: #FFFFFF;
}

li.team {
	padding: 5px 30px 5px 30px;
	width: 300px;
}
li.team a {
	padding: 0px 10px 0px 0px;
}

.mainforumtable p
{
    margin-bottom: 10px;
}

/* needed by jquery filter funtionality in examples page */
.examples_checkbox
{
    
}

.examples_entry
{
    
}

/* Stupid EE can't give us row numbers or Count, so we'll use this for alternating styling */
.odd, #a9, #c9, #e9, #g9, #i9, #k9, #m9, #o9, #q9, #s9, #u9, #w9, #y9 {
	background: #161616 url('/static/images/bgpattern1.gif') repeat;
}
.even, #b9, #d9, #f9, #h9, #j9, #l9, #n9, #p9, #r9, #t9, #v9, #x9, #z9 {
	background: #161616 url('/static/images/bgpattern3.gif') repeat;
}
.downloadprefab {
	position: absolute;
	background: url('/static/images/prefabpict.png') no-repeat;
	background-repeat: no-repeat;
	background-position: right top;
	width: 600px;
	height: 378px;
	float: right;
}
.downloadawaybuilder {
    position: absolute;
    background: url('/static/images/awaybuilderpict.png') no-repeat;
    background-repeat: no-repeat;
    background-position: 330px 60px;
    width: 600px;
    height: 378px;
    float: right;   
}

pre {
	background-color: #221111;
	font-family: Courier, mono, sans-serif;
	width: 520px;
	overflow: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	display:block;
	padding:10px;
	border: 1px solid gray;
}

.blogpost li {
	list-style-type: disc;
	margin: 10px;
}
.blogpost ul {
	padding-bottom: 15px;
}