/* Artfully masterminded by ZURB  */

/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Page Name 1
:: Page Name 2
*/


/* -----------------------------------------
   Shared Styles
----------------------------------------- */

@font-face {
    font-family: 'OpenSansRegular';
    src: url('../fonts/OpenSans-Regular-webfont.eot');
    src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

h1, h2, h3, h4 {
	font-family: "OpenSansRegular"
	}


h1, h2, h3, h4 {
	font-weight: normal;
	}
	
#hdr {
	margin-bottom: 44px;
	padding: 27px;
	color: #252553;
	background: #f2f2f2;
	}
	
h1 {
	font-size: 27px;
	}
	
h2 {
	font-size: 23px;
	}
	
h3 {
	font-size: 17px;
	}

a {
    color: #729934;
	}

a:hover {
    color: #000;
}

img {
	border: none;
	}
	
ol {
    margin-left: 20px;
}

/*
.button {
	background: #8DAB3D;
	border: 1px solid #566625;
}

.button:hover {
	background: #7f8d13;
}

.button:active { -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset; -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset; box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset; 
}

.button:focus { -webkit-box-shadow: 0 0 4px #8DAB3D, 0 1px 0 rgba(255, 255, 255, 0.5) inset; -moz-box-shadow: 0 0 4px #8DAB3D, 0 1px 0 rgba(255, 255, 255, 0.5) inset; box-shadow: 0 0 4px #8DAB3D, 0 1px 0 rgba(255, 255, 255, 0.5) inset; color: white; 
}
*/


h4 {
    color: #292560;
}

#header {
	padding-top: 14px
	}

#logo {
	margin-bottom: 27px
	}	

/*
#header .button {
	background: #2f2f6b;
	border-color: #202047;
	font-weight: normal;
}

#header .button:hover {
	background: #252553;
}
*/


.top-bar {
	background: none;
	height: 50px;
	}

.top-bar .title-area {
	margin-bottom: 7px;	
	}
	
.top-bar.expanded .title-area {
	background: none;
	}
	
.top-bar .name {
	height: 50px;
	}
	
.top-bar-section li a:not(.button) {
	background: #2F2F6B;
	font-weight: normal;
	font-size: 14px;
	}
	
.top-bar-section li a:hover:not(.button) {
	background: #252553;
	}
	
.top-bar-section > ul > .divider {
	border-right: solid 1px rgba(43,43,43,0.1) ;
	border-left: solid 1px rgba(0,0,0,0.1);
	}
	
.top-bar .toggle-topbar.menu-icon a span {
	color: #000;
    box-shadow: 0 10px 0 1px #000, 0 16px 0 1px #000, 0 22px 0 1px #000;
    }
	
.top-bar.expanded .toggle-topbar a {
	
	}
	


/*
.top-bar-section ul li a {
	background: #2F2F6B;
	}

.top-bar-section ul li > a {
	color: #e6e6e6;
	}
*/

#sidebar {
	border-left: 1px solid #e5e5e5;
	padding-left: 15px;
	}

#sidebar ul li {
	list-style: none;
	}
	
#social_nav a i {
	font-size: 50px;
	}
	
.th img:hover {
	box-shadow: 0 0 6px 1px rgba(202,218,90, .5);
	}


/* -----------------------------------------
   Home
----------------------------------------- */
#promo {
	background: #292560; /* Old browsers */
	background: -moz-linear-gradient(top, #292560 0%, #cdcaf2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#292560), color-stop(100%,#cdcaf2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #292560 0%,#cdcaf2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #292560 0%,#cdcaf2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #292560 0%,#cdcaf2 100%); /* IE10+ */
	background: linear-gradient(to bottom, #292560 0%,#cdcaf2 100%); /* W3C */
	overflow: hidden;
	padding-top: 20px;
}
#promo img {
	padding-left: 15px;
	display: block;
	}
	
#promo h2 {
	font-size: 27px;
	margin-top: 23px;
}

#promo h3 {
	font-size: 23px;
}

#promo h4 {
	font-size: 17px;
	margin-bottom: 23px
}
#promo h2, #promo h3, #promo h4 {
	color: #fff;
	
}

#home h4 {
	
}



/* -----------------------------------------
   Domain For Sale
----------------------------------------- */
#domain_for_sale h2 {
	color: #60812c;
	font-size: 23px;
	}
	
#domain_for_sale h3 {
	color: #292560;
	font-size: 17px;
	}
#domain_for_sale h4.subheader {
	font-size: 17px;
	}
	
#domain_for_sale dl {
    border-top: 1px solid #F7F7F7;
    padding: 10px 0 0 70px;
}	

#domain_for_sale dl#cash {
    background: url("../images/cash.png") no-repeat scroll 0 10px transparent;
}


#domain_for_sale dl#transfer {
    background: url("../images/transfer.png") no-repeat scroll 0 10px transparent;
}

#domain_for_sale dl#access {
    background: url("../images/access.png") no-repeat scroll 0 10px transparent;
}


#domain_for_sale dt {
    color: #60812C;
    font-size: 14px;
    font-weight: bold;
}

#domain_for_sale .panel {
	padding-top: 14px;
	margin-top: 14px;
	}

#domain_for_sale #sidebar h3 {
	
	}

/* -----------------------------------------
   Domains
----------------------------------------- */

#domains .panel {
	margin-top: 5px;
	margin-bottom: 27px;	
	}

#domains th {
	text-align: left;
	padding: 20px 40px 20px 10px;
	}
	
#domains th.num {
	text-align: right;
	}
	
#domains td.num {
	padding-right: 60px;
	}
	
#domains table a:link {
	color: #555;	
	}
#domains table a:hover {
	color: #000;	
	}
	
#new_logos a {
	display: block;	
	line-height: 1.6;
	text-align: center;
	border-bottom: 1px dotted #e5e5e5;
	padding-bottom: 14px;
	}

/* -----------------------------------------
   Web Development
----------------------------------------- */

#web_dev #latest a {
	display: block;
	margin: 14px 0;
	}
	
/* -----------------------------------------
   Logo Design
----------------------------------------- */

#logo_gallery li {
	position: relative;
	}

.tag {
	position: absolute;
	top: 0px;
	}
/*	
.ribbon {
	background: #CADA5A;
	padding: 3px 5px;
	position: relative;
	width: 80px;
	}
	
.ribbon a {
    
	border-bottom: 8px solid transparent;
    border-left: 40px solid #CADA5A;
    border-right: 40px solid #CADA5A;
    height: 60px;
    width: 0;    
    bottom: -8px;
	left: 0;
    content: " ";
    height: 0;
    position: absolute;
    width: 0;
}
*/

.ribbon {
 position: relative;
}

.ribbon span {
	 padding-bottom: 5px;
  position:absolute;
 width: 70px;
 background:#999;
 text-align:center;
	}

.ribbon a {
     
	 padding: 10px 5px;
    color:#fff;
    text-shadow:-1px -1px 0 rgba(0, 0, 0, 0.5);
	font-size: 12px;
  }

.ribbon a:after {
     border-left: 35px solid #999;
    border-right: 35px solid #999;
    border-bottom: 8px solid transparent;
    bottom: -8px;
    content:'';
    height: 0;
    left:0;
    position:absolute;
    width: 0;
  }
	
	/* width:0;
     height:100px;
     border-right:50px solid blue;
     border-left:50px solid blue;
     border-bottom:30px solid transparent;
	 position: absolute;
	 top: 50px;
	 left: 50px */

#brewhead_promo .wrapper {
	padding: 15px;
	color: #FFD98E;
	
	background: #a35610; /* Old browsers */
  background: -moz-linear-gradient(top,  #713b0c 0%, #a35610 50%) fixed; /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#713b0c), color-stop(50%,#a35610)) fixed; /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #713b0c 0%,#a35610 50%) fixed; /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #713b0c 0%,#a35610 50%) fixed; /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #713b0c 0%,#a35610 50%) fixed; /* IE10+ */
  background: linear-gradient(to bottom,  #713b0c 0%,#a35610 30%) fixed; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#713b0c', endColorstr='#a35610',GradientType=0 ) no-repeat; /* IE6-9 */
	
	
	margin: 15px 0  50px;
	
	border: 1px solid #000;
	}

#brewhead_promo .wrapper a {	
	color: #fff;
	
	}

#brewhead_promo .wrapper p {	
	margin-bottom: 0;
	padding-top: 5px;
	}

@media only screen and (min-width: 768px) {
	
	#promo {
	background: #292560; /* Old browsers */
	background: url(../images/stars_bg.png) top left no-repeat, -moz-linear-gradient(top, #292560 0%, #cdcaf2 100%); /* FF3.6+ */
	background: url(../images/stars_bg.png) top left no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#292560), color-stop(100%,#cdcaf2)); /* Chrome,Safari4+ */
	background: url(../images/stars_bg.png) top left no-repeat, -webkit-linear-gradient(top, #292560 0%,#cdcaf2 100%); /* Chrome10+,Safari5.1+ */
	background: url(../images/stars_bg.png) top left no-repeat, -o-linear-gradient(top, #292560 0%,#cdcaf2 100%); /* Opera 11.10+ */
	background: url(../images/stars_bg.png) top left no-repeat, -ms-linear-gradient(top, #292560 0%,#cdcaf2 100%); /* IE10+ */
	background: url(../images/stars_bg.png) top left no-repeat, linear-gradient(to bottom, #292560 0%,#cdcaf2 100%); /* W3C */
	-pie-background: url(../stylesheets/images/stars_bg.png) top left no-repeat, linear-gradient(#292560, #cdcaf2); /*PIE*/
  	behavior: url(../stylesheets/javascripts/PIE.htc);
	}

}