/*
Theme Name: Alaska Design Forum 2.0
Description: 
Author: Mike Hondel
Author URI: http://www.clutchmedia.com/
*/


/*******************/
/* HTML */
/*******************/

a,p,ul,ol,div,h1,h2,h3,h4,h5,h6,body,img,form,input,blockquote{
	padding:0px;
	margin:0px;
	border:0px solid #fff;
}
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	background:#c7cbcd;
}

h1,h2,h3,h4,h5,h6,blockquote {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}
h1 { 
	padding-bottom: 18px;
	font-size:24px; 
	color:#000; 
}
h2 { 
	margin-top:-18px;
	padding-bottom: 18px;
	font-size:24px; 
	color:#999; 
}
h3 { 
	padding: 18px 0 18px 48px;
	font-size:18px; 
	text-transform:uppercase;
	color:#496c80; 
    background: url(images/general/icon_h3_43px.png) no-repeat 0 22px;
}
h3.ListView { 
	padding-top: 18px;
	background-position: 0 23px;
	border-top: 1px solid #DDD;
}
h4 { 
	padding: 6px 12px;
	margin-bottom: 12px;
	font-size:16px; 
	color:#FFF; 
	background:#AAA;
}
h5 { 
	padding-bottom: 18px;
	font-size:14px; 
	text-transform:uppercase;
	color:#768188; 
}

a { color:#22a3eb; }
strong, b, i { font-family: Verdana, Arial, Helvetica, sans-serif; }
img { border: none; }



/*******************/
/* UTILITY */
/*******************/

.Clearing {
	clear: both;
	height: 0px;
	margin-top:-1px;
	overflow:hidden;
}

.PrintOnly { display:none; }



/*******************/
/* FRAMING */
/*******************/

#Frame {
	width: 950px;
	margin: 0 auto;
	background: #FFF;
}



/*******************/
/* HEADER */
/*******************/

#HeaderWrap {
	width: 950px;
	height: 250px;
	overflow: hidden;
    background: #c7cbcd url(images/general/bg_header.png) no-repeat center top;
}
#Header {
	width: 950px;
	height: 150px;
	overflow: hidden;
}
#Logo {
	float:left;
	margin: 68px 0 0 25px;
}

form#Search {
	float:right;
	width:180px;
	height:22px;
	margin-top:72px;
	margin-right:20px;
}
form#Search input.text{
	width:151px;
	height:18px;
	float:right;
	padding:4px 0px 0px 2px;
	font-size:11px;
}
form#Search input.blur{
	color:#999;
}
form#Search input.button{
	float:right;
	margin: 0;
}


#NavPrimaryA {
	clear: both;
	height: 30px;
	padding: 10px 0 0 0;
	margin: 0 0 0 30px;
	font-size: 10px;
	text-align: left;
	line-height: 12px;
}
#NavPrimaryA ul {
	display: inline;
	margin: 0;
	padding: 0;
}
#NavPrimaryA li {
	display: inline;
	margin: 0 34px 0 0;
	padding: 0;
}
#NavPrimaryA a img {
	border-bottom: 1px solid #3e4448;
}
#NavPrimaryA a:hover img {
	border-bottom: 1px solid #FFF;
}


#NavPrimaryB {
	clear: both;
	height: 30px;
	padding: 9px 0 0 0;
	margin: 0 0 0 30px;
	font-size: 10px;
	text-align: left;
	line-height: 12px;
}
#NavPrimaryB ul {
	display: inline;
	margin: 0;
	padding: 0;
}
#NavPrimaryB li {
	display: inline;
	margin: 0 34px 0 0;
	padding: 0;
}
#NavPrimaryB a img {
	border-bottom: 1px solid #496c80;
}
#NavPrimaryB a:hover img {
	border-bottom: 1px solid #dbe2e6;
}



/*******************/
/* CONTENT */
/*******************/

#MainWrap {
    width: 950px;
    margin: 0 auto 25px auto;
	padding: 20px 0 0 0;
    background: #FFF;
}
#Main, #MainHome {
    float:right;
	background: #FFF;
    padding: 0;
    width: 720px;
	margin: 0;
}

#Content {
    float:left;
	width: 490px;
	padding: 0 0 20px 0;
    text-align: left;
	font-size: 12px;
	color:#3e4448;
}

#MainHome #Content { padding-top:10px; }
#MainHome #Content h1 { padding: 0; }
#MainHome #Content h2 { margin:0; padding: 0 0 4px 0; font-size:20px; }
#MainHome #Content h3 { padding: 0; }
#MainHome #Content h4 { margin: 18px 0; }
#MainHome #Content h5 { padding: 0 0 6px 0; }
#MainHome #Content p { padding-bottom: 24px; line-height: 20px; }

#Main #Content h5 { padding: 0; }

#Content ul { 
	padding-bottom: 12px;	
    list-style-type: none;
}
#Content li { 
	padding-left: 25px;
	padding-bottom: 12px;	
    background: url(images/general/bullet1_12px.png) no-repeat 5px 3px;
}
#Content ul.Bright li { 
    background: url(images/general/bullet2_12px.png) no-repeat 5px 3px;
}
#Content p {
	margin: 0;
	padding-bottom: 18px;
	line-height: 21px;
}
#Content img.alignright { margin: 10px 0 20px 20px; }

#Content blockquote { 
	margin: 0 0 18px 0;
	padding: 6px 25px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 21px;
	color: #666; /* #496c80 */
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
}
#Content blockquote p { 
	margin: 0;
	padding: 0;
}
#Content blockquote strong { 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color:#000;
}
#Content blockquote em { 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	font-style:normal;
	text-transform:uppercase;
	color:#999;
}
#Content blockquote a { text-decoration:none; }

/* customized */

#Content ul.Board li span { padding-right: 10px; }

#Content .InfoTable { margin-bottom: 24px; }
#Content .InfoTable td, #Content .InfoTable th {
	padding: 8px 8px 0 8px;
	font-size: 12px;
	border-bottom: 1px solid #DDD;
}
#Content .InfoTable th { width: 72px; }
#Content .InfoTable td p { line-height: 14px; padding-bottom: 8px; }

#Content .HistoryTable { margin-bottom: 24px; border-collapse:collapse; }
#Content .HistoryTable td, #Content .HistoryTable th {
	margin:0;
	padding: 8px 0 0 0;
	font-size: 12px;
	border-bottom: 1px solid #DDD;
}
#Content .HistoryTable th { 
	width: 140px; 
	vertical-align:top; 
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-weight:normal; 
	font-size:13px; 
	color: #888;
}
#Content .HistoryTable td { width: 350px; padding-left: 25px;}
#Content .HistoryTable td p { line-height: 14px; padding-bottom: 8px; }

#Content .Payment {
	padding: 40px 20px 20px 20px;
	margin: 0 0 18px 0;
	text-align:center;
	border: 1px solid #CCC;
	background:#EEE;
}
#Content .Payment table { margin: 0 0 15px 0; }
#Content .Payment td { padding: 5px 0; }

#Content ul.VideoListing {
	list-style-type:none;
}
#Content ul.VideoListing li {
	margin-top:0; margin-bottom: 4px;
	padding-top:0; padding-bottom:0;
	font-size: 11px;
	background:none;
}
#Content ul.VideoListing input {
	margin-right:5px;
}

p.PayNow { }
p.PayNow a { 
	display:block;
	width:100px;
	padding: 6px 12px;
	font-size:13px;
	text-decoration:none;
	color:#FFF;
	background:#ad9679 url("images/general/bg_btn_pay_now.png") no-repeat 80px 7px;
}
p.PayNow a:hover { text-decoration:underline; color:#d6cbbc; }


/*******************/
/* LEFT SIDEBAR */
/*******************/

#sidebarLeftWrap {
    float: left;
	width: 200px;
}
#sidebarLeft {
    float: left;
    padding:10px 0 18px 20px;
	text-align:left;
	color:#6D6D74;
}

#sidebarLeft .Grouping { padding-bottom: 10px; }

#sidebarLeft ul {
    margin:0; padding:0;
    list-style-type: none;
}
#sidebarLeft li {
	padding-bottom: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size:10px;
	text-transform:uppercase;
	color:#768188;
}
#sidebarLeft strong { 
	font-size: 12px; 
	text-transform:none; 
	font-weight: normal;
	color:#000; 
}
#sidebarLeft em { 
	font-size: 13px; 
	text-decoration:none;
	color:#000; 
	font-style:normal;	
}
#sidebarLeft a { 
	font-size: 13px; 
	text-decoration:none;
}
#sidebarLeft a:hover { color:#000; text-decoration:underline; }
	


/*******************/
/* RIGHT SIDEBAR */
/*******************/

#sidebarRightWrap {
    float: right;
	width: 200px;
}
#sidebarRight {
    padding:10px 20px 18px 0;
	text-align:left;
	font-size: 11px;
	color:#768188;
}

#NavSecondary ul { 
    margin:0 0 36px 0; padding:0;
    list-style-type: none;
	border-bottom: 1px solid #EEE;
}
#NavSecondary li { 
	padding: 6px 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size:10px;
	text-transform:uppercase;
	color:#768188;
	border-top: 1px solid #EEE;
}
#NavSecondary ul ul { 
	margin: 0 0 0 20px;
	border-bottom: none;
}
#NavSecondary li li { 
	margin: 6px 0 0 0;
	padding:6px 0 0 0;
}

#NavSecondary a { text-decoration:none; }
#NavSecondary a:hover { color:#000; text-decoration:underline; }
#NavSecondary h5 a { color:#768188; }
#NavSecondary h5 a:hover { color:#000; text-decoration:underline; }

#sidebarRight .Item {
	padding: 14px 0;
}
#sidebarRight p {
	padding: 0 0 18px 0;
}

#sidebarRight #SocMed { margin: 0 20px; padding: 20px 0; }
#sidebarRight #SocMed p { margin:0; padding: 0 0 15px 20px; line-height: 15px; }
#sidebarRight #SocMed p#Facebook { background:url("http://www.facebook.com/favicon.ico") top left no-repeat; }
#sidebarRight #SocMed p#Twitter { background:url("http://www.twitter.com/favicon.ico") top left no-repeat; }
#sidebarRight #SocMed  a { /* color:#888; text-decoration:none; */ }
#sidebarRight #SocMed  a:hover { /* color:#9a4176; text-decoration:underline; */ }



/*******************/
/* FOOTER */
/*******************/

#Footer {
	margin: 0 0 0 0;
	padding: 15px 25px;
    clear: both;
    text-align: left;
    color: #FFF;
    background: #7D7D84;
}

#Footer p {
	margin: 0;
	font-size: 10px;
	line-height: 13px;
	color: #BBB; 
}
#Footer p.Support {
	float:left;
	width: 400px;
}
#Footer p.Credits {
	text-align:right; 
}
#Footer img { margin:0 30px 10px 0; }
#Footer a { text-decoration:none; color: #BBB; }
#Footer a:hover { text-decoration:underline; color: #FFF; }



/*******************/
/* GENERAL */
/*******************/

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft { float: left; }
.alignright { float: right; }



/*******************/
/* FORMS */
/*******************/

#Content .Form {
}
#Content .Form fieldset {
	margin-top:10px;
	padding:25px;
	background:#EEE;
	border-color:#ECECEC #ADADAD #ADADAD #ECECEC;
	border-style:solid;
	border-width:1px;
}
#Content .Form legend {
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-weight:normal; 
	font-size:18px; 
	color: #888;
}

#Content .Form ol {
    list-style-type: none;
}
#Content .Form li {
    padding: 0 0 18px 0;
	line-height:24px;
	background-image:none;
}
#Content .Form li.Button {
	padding:0;
	text-align:right;
} 

#Content .Form input.Text, {
	width:250px;
	height:20px;
	padding:4px 0px 0px 2px;
	font-size:12px;
	border:1px solid #ADADAD;
}
#Content .Form input.Submit {
	padding:6px 12px;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	background:#22a3eb;
	border:1px solid #666;
}

#Content .Form span.label,
#Content .Form span.spacer,
#Content .Form span.multiple span {width:120px;float:left;} 
#Content .Form span.multiple {float:left;} 



/*******************/
/* PAYPAL */
/*******************/

.PayPalBuyNow {
	float:right;
	width: 180px;
	text-align:right;
}


/*******************/
/* MISC. */
/*******************/

#PromoWrapHome { float:right; }
#PromoWrapHome .Promo { padding-left:30px; }
.Promo { padding: 0 0 30px 0; }

.wp-pagenavi {
	padding-top:18px;
	border-top: 1px dashed #DDD;
}


.meta {
    color: #6D6D74;
    font-size: 11px;
    margin: 0;
}

.entry {
    padding-bottom: 25px;
    background: url(images/entry-separate.gif) no-repeat center bottom;
}

.commentbox {
    border: 1px solid #6D6D74;
    margin: 5px 2px;
    padding: 5px;
}

.skiplink {
   display: inline-block; 
   opacity: 0.0; 
   filter: alpha(opacity=0); 
}

.searchbutton
{
   font-family:Arial,sans-serif;
   font-size: 10px;
   font-weight:bold;
   color:#6D6D74;
   background-color:#ffffff;
   border-style:solid;
   border-color:#6D6D74;
   border-width:1px;
}

.textfield {
   font-size: 10px;
   font-family: arial;
   border: 1px solid #6D6D74;
}

.formlabel {
  cursor: pointer;
  font-size: 10px;
  color: #6D6D74;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -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;
}





