/* FONT */
@font-face {
	font-family: 'TrajanRegular';
	src: url('fonts/trajan1r-webfont.eot');
	src: local('☺'), url('fonts/trajan1r-webfont.woff') format('woff'), url('fonts/trajan1r-webfont.ttf') format('truetype'), url('fonts/trajan1r-webfont.svg#webfontDDyV6BIK') format('svg');
	font-weight: normal;
	font-style: normal;
}


html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code,del, dfn, em, img, ins, kbd, q, samp,small, strong, sub, sup, var,b, i,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, figure, footer, header, hgroup, menu, nav, section, menu,time, mark, audio, video {margin:0; padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}


html,body {height: 100% !important;} /* This is to ensure the footer stays at the bottom */


blockquote, q { quotes:none; }

blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }

a { margin:0; padding:0; border:0; font-size:100%; vertical-align:baseline; background:transparent; }

ins { background-color:#ff9; color:#000; text-decoration:none; }

mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom:1px dotted #000; cursor:help; }

/* tables still need cellspacing="0" in the markup */
table { border-collapse:collapse; border-spacing:0; }

hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }

input, select { vertical-align:middle; }
/* END RESET CSS */
/* 
 * minimal base styles 
 */



/* Headers (h1,h2,etc) have no default font-size or margin,
   you'll want to define those yourself. */ 
 
/* www.aestheticallyloyal.com/public/optimize-legibility/ */ 
h1,h2,h3,h4,h5,h6 { text-rendering: optimizeLegibility; font-weight: normal; }


/* maxvoltar.com/archive/-webkit-font-smoothing */
html { -webkit-font-smoothing: antialiased; }

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:active { outline: none; }
a:focus { outline: thin dotted; }

a, a:active, a:visited { color: #444; }
a:hover { color:#2D0C02; }


ul { margin-left:25px; }
ol { margin-left:25px; list-style-type: decimal; }

small { font-size:85%; }
strong, th { font-weight: bold; }

td, td img { vertical-align:top; } 

sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }

pre { 
  padding: 15px; 
  
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; /* CSS2 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word; /* IE */
}

/* align checkboxes, radios, text inputs with their label
   by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; *vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

/* hand cursor on clickable input elements */
label, input[type=button], input[type=submit], button { cursor: pointer; }


/* These selection declarations have to be separate.
   No text-shadow: twitter.com/miketaylr/status/12228805301 
   Also: hot pink. */
::-moz-selection{ background: #ffec31; color:#000; text-shadow: none; }
::selection { background:#ffec31; color:#000; text-shadow: none; } 

/*  j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #FF5E99; } 


/* always force a scrollbar in non-IE */
html { overflow-y: scroll; }

/* make buttons play nice in IE:    
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }
 
/* bicubic resizing for non-native sized IMG: 
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }



/* 
 * Non-semantic helper classes 
 */

/* for image replacement */
.ir { display:block; text-indent:-999px; overflow:hidden; background-repeat: none; }

/* Hide for both screenreaders and browsers
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display:none; visibility:hidden; } 

/* Hide only visually, but have it available for screenreaders 
   www.webaim.org/techniques/css/invisiblecontent/ 
   Solution from: j.mp/visuallyhidden - Thanks Jonathan Neal! */
.visuallyhidden { position:absolute !important;    
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* >> The Magnificent CLEARFIX << */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; } /* Hides from IE-mac \*/
.clearfix { display: block; }





 /* Primary Styles
    Author: Silverink
 */

a { text-decoration: none;}
a:link {} 
a:visited {} 
a:active {}
a:hover {}
a:focus, a:active {}

blockquote.testimonial {padding: 0px 10px 0px 0px; font-style: oblique; text-align: right; font-size: 12px; color: #5F1400; border-right: 1px dashed #DFDDD1;}
	.testimonial .author {font-style: normal; font-weight: bold; margin-top: 5px; padding-top: 5px;}

body {background: url(bg.gif) repeat top left; font-family: Nobile, Arial, sans-serif; font-size: 14px; color: #444;}
#BotShadow {width: 100%; height:5px; position: relative; top: 0px; left: 0px; background-color: rgb(136,36,5); background-color: rgba(136,36,5,0.8); margin-top: 10px; clear: both;}

#categorySelect {margin: 10px 0px;}

#chosenItemHTML { text-align: center;}
	#chosenItemHTML h1 {font-size: 36px; font-family: TrajanRegular; font-weight: 100; color: #912300; text-shadow: -1px -1px 0 #bbb, 2px 2px 0 #fff;}
	#chosenItemHTML a {font-size: 20px; font-family: TrajanRegular; font-weight: 800; color: #912300; text-shadow: -1px -1px 0 #bbb, 2px 2px 0 #fff;}
	#chosenItemHTML a:hover {font-size: 20px; font-family: TrajanRegular; font-weight: 800; color: #000; text-shadow: -2px -2px 0 #fff, 1px 1px 0 #bbb;}


	#chosenItemHTML p {width: 700px; margin: auto; line-height: 140%; font-size: 16px;}

.flow {position: absolute; top: 10px;}



#contentFlowContainer {}
#commentsDiv {}
	#commentsDiv form {}
	#commentsDiv blockquote {}
	#commentsDiv .inputBlock {}
	#commentsDiv label  {}
	#commentsDiv label.error  {}
	#commentsDiv input[type="text"] {}
	#commentsDiv textarea {}
	.commentfooter {}

	.commentDivrow, .commentDivaltrow {}
	.commentDivrow {}
	.commentDivaltrow {}
	.commenter {}
	.commentDate {}

.copyright {}

#currentTagList { clear: both; margin: 50px 0px;}
	#currentTagList .title {display: none;}
	#currentTagList .currentTagSpan {background: rgb(234, 230, 228); background: rgba(223, 213, 209,0.2); padding: 5px; margin: 5px; font-size: 11px;}

#DateDiv {display: none;}

#dynContent {width: 980px; margin: auto;}


#easilogo {position: absolute; bottom: 5px; right: 5px;}

.emailinput {}

#fancybox-title {font-size: 12px; font-weight: bold;}
	.p {font-weight: normal;}

#footer {position: relative; width:100%; background: url("footerBg.gif") repeat-x #320d02; color: #988a84; font-size: 11px; border-top: 1px solid #7c2f19;}
#footer:before { content: "."; display: block; height: 0; clear: both; visibility: hidden;}
	#footer { height:210px; overflow: hidden; clear: both;  /* Height of the footer */}
	.push { height:210px;   /* Height of the footer */ }
	
	#footer .footerUl {list-style-type: none; list-style-image: none; width: 980px; margin: 10px auto;}
	#footer ul li a:link {color: #AFA7A4;}
	#footer ul li a:visited {color: #AFA7A4;}
	#footer ul li a:hover {color: #fff;}
	#footer ul li a:active {color: #AFA7A4;}
	
	#footer ul li.col1, li.col2, li.col3 {float: left; margin: 10px; width: 30%; margin-right: 1%;}
	#footer ul li.col1 {padding-right: 1%; border-right: 1px solid #3f2219;}
	#footer ul li.col2 {padding-right: 1%; border-right: 1px solid #3f2219;}
	#footer ul li.col3 {}
	#footer ul li ul li.article {background: url("footBullet.gif") no-repeat 0px center; padding-left: 20px;}
	li.col3 ul li.article {background: none !important; padding: 0 !important;}
	#footer ul li.col1 ul li.header {background: url("col1HeadBg.gif") no-repeat 0px center; }
	#footer ul li.col2 ul li.header {background: url("col2HeadBg.gif") no-repeat 0px center;}
	#footer ul li.col3 ul li.header {background: url("col3HeadBg.gif") no-repeat 0px center;}
	#footer ul li ul {margin: 0; padding: 0;}
	#footer ul li ul {padding: 0; margin: 0; list-style-type: none;}
	#footer ul li ul li.header {font: 15px TrajanRegular; margin-bottom: 10px; padding-left: 30px;}
	.tweet_list {margin: 0; padding: 0;}
	.tweet_list li {background: url("footBullet.gif") no-repeat 0px 5px; padding-left: 20px; margin: 10px;}
form .error {}

.GalleryItems {margin-left: 35px; margin-top: 50px; text-align: center; height: 520px;}
.galItems {margin-left: 50px; margin-bottom: 50px; text-align: center;}
.galItems img {width: 150px; -moz-box-shadow: 0 4px 10px #888; -webkit-box-shadow: 0 4px 10px #888; box-shadow: 0 4px 10px #888; border: 1px solid #4F1100;}
.imageTitle {margin-left: 50px; margin-bottom: 30px;}


#galleryList {list-style-type: none; margin: 0; padding: 0; }
	#galleryList li {float: left; margin-right: 20px; margin-bottom: 0; padding: 0;}
		#galleryList li img { -moz-box-shadow: 0px 1px 5px #4F1100;}
		#galleryList li div.imageTitle {text-align: center; font-size: 10px; padding: 5px;}


		#home3Cols {width: 980px; height:120px; margin-left: auto; margin-right: auto;}
		#homeCol1, #homeCol2  {float: left; margin-top: 25px; margin-left: 25px; width: 30%; margin-right: 1%; }
		#homeCol3 {float: left; margin-top: 25px; margin-left: 25px; width: 30%;}
		
#homeContentTop {background: url("coverflow_bg.gif") repeat-x; height: 600px; position: relative; width: 100%; display: none; }


#maincontainer {margin: 0 auto -210px auto;min-height: 100%; height: auto !important; height: 100%;}

.mainContentContain {}
	.mainContentContain a {} 

#maincontent .subMain {}
#maincontent .subMain .top {}
#maincontent .subMain .mid {}
#maincontent .subMain .bot {clear: both;}

#maincontentwide {width: 980px; margin: auto; padding-top: 40px;}
	.bodyHOME #maincontentwide {width: 100% !important; padding-top: 0px !important;} /* HOME PAGE MUST BE FULL WIDTH*/

#maincontentwide .top {}
#maincontentwide .mid {}
#maincontentwide .bot {clear: both;}

#map_canvas {width: 500px; height: 300px; margin-bottom: 10px; -moz-box-shadow: 0 4px 10px #888; -webkit-box-shadow: 0 4px 10px #888; box-shadow: 0 4px 10px #888; border: 1px solid #4F1100;}

.mid h1, .mid h3  {}

.mid ul li {margin-bottom: 5px;}
h1 {font-size: 26px; font-family: Nobile; font-weight: 800; color: #6F1700; margin-bottom: 10px;}
h2 {font-size: 22px; font-family: Nobile; font-weight: 100; color: #000; margin-bottom: 10px;}
h3 {font-size: 18px; font-weight: bold; margin-bottom: 10px;}
h4 {font-size: 16px; font-weight: bold; margin-bottom: 10px;}

p {margin-bottom: 1em;}

.screenshot {position: relative;}
.screenshot img {width: 740px; -moz-box-shadow: 0 4px 10px #888; -webkit-box-shadow: 0 4px 10px #888; box-shadow: 0 4px 10px #888; border: 1px solid #4F1100;}
.screenshotsmall img {width: 350px; -moz-box-shadow: 0 4px 10px #888; -webkit-box-shadow: 0 4px 10px #888; box-shadow: 0 4px 10px #888; border: 1px solid #4F1100;}
.screenshotMed img {width: 425px; -moz-box-shadow: 0 4px 10px #888; -webkit-box-shadow: 0 4px 10px #888; box-shadow: 0 4px 10px #888; border: 1px solid #4F1100;}

	.summary {width: 220px; float: right; text-align: right; margin-top: 25px;}
	.summary h3 {font-size: 11px; color: #444;}
	.screenshotDesc {width: 500px; margin-left: 20px; padding-top: 20px; float: right;}

.subContentWrapper {width: 980px; margin:  40px auto 10px auto;}

#submenu { width: 200px; float: left; height: 100% !important; margin-right: 20px;}
.subMain {width: 740px; float: left; padding-left: 20px; margin-bottom: 20px;}

.subBot {}

.subContainer {}

.subHeader {}
	.subHeader h2 {}

.SubMenuHeadingSpan {border-bottom: 1px dashed #6F1700;}
	.SubMenuHeadingSpan a, .SubMenuHeadingSpanWide a { text-decoration: none; color: #6F1700; padding-right: 5px; font-weight: bold; font-size: 18px;}


.SubMenuHeadingSpanWide {border-bottom: 1px dashed #6F1700;}

.bodyHOME .SubMenuHeadingSpanWide {display: none;}

#SubMenuFooter {}

#SubmenuHTML {}

#SubMenuUl {list-style-type: none; margin-top: 5px; margin-left: 0; padding-left: 0;}
#SubMenuUl li {margin-bottom: 5px; padding-bottom: 5px; font-size: 12px; border-bottom: 3px double #AFAFAF;}
	#SubMenuUl li a {text-decoration: none; padding: 5px; display: block;}
	#SubMenuUl li.selected a {background: rgb(223, 213, 209); background: rgba(223, 213, 209,0.4); padding: 5px;}

	#SubMenuUl li a:hover {background: rgb(234, 230, 228); background: rgba(223, 213, 209,0.2); padding: 5px;}
	#SubMenuUl li.level3 {margin-left: 10px;}
	
.subMid {}
	.subMid ul,.mid ul, .middle ul {}
	.subMid ul li, .mid ul li, .middle ul li  {}
	
#topbanner {height: 63px; width: 100%; background: url("topbanner.jpg") repeat; position: absolute; top: 0px; left: 0px; z-index: 1 !important;}
	
#topbannerSub {width: 980px; margin: auto; z-index: 10; position: relative; top: 5px; height: 63px;}
	#topbannerSub #logo {position: absolute; top: 15px; left: 10px; z-index: 1000;}
#TopMenu {width: 980px; margin: auto; text-align: right; font-family: Nobile, sans-serif; font-weight: 400; font-size: 14px;}
#TopMenu ul {position: absolute; top: 20px; right: 10px;}
#TopMenu ul li {display: inline; margin-left: 20px;}
	#TopMenuSpan a { color: #fff;text-shadow: 1px 1px 3px #000; text-decoration: none;}
	#TopMenuSpan a:hover {text-shadow: #fff 0px 0px 3px;}
	#TopMenuSpan li.selected a {text-shadow: #fff 0px 0px 3px;}

#TopShadow {width: 100%; height:2px; position: absolute; top: 63px; left: 0px; background-color: rgb(136,36,5); background-color: rgba(0,0,0,0.3); z-index: 9;}

.tweet_list {margin: 0; padding: 0; list-style-type: none;}

/* 
 * print styles
 * inlined to avoid required HTTP connection www.phpied.com/delay-loading-your-print-css/ 
 */
@media print {
  * { background: transparent !important; color: #444 !important; text-shadow: none; margin: 0; padding: 0;}
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a:after { content: " (" attr(href) ")"; } 
  abbr:after { content: " (" attr(title) ")"; }
  .ir a:after { content: ""; }  /* Don't show links for images */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

/* Media queries for responsive design */
@media all and (orientation:portrait) { 
  /* Style adjustments for portrait mode goes here */
}

@media all and (orientation:landscape) { 
  /* Style adjustments for landscape mode goes here */
}

/* Grade-A Mobile Browsers (Opera Mobile, iPhone Safari, Android Chrome)  
   Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {
  /* Prevent iOS, WinMobile from adjusting font size */
  html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } 
}



