/* 
Theme Name: Mountain Dawn
Theme URI: http://ulyssesonline.com/2008/01/04/the-mountain-dawn-theme/
Description: A simple single column WordPress theme.
Author: Ulysses Ronquillo
Author URI: http://ulyssesonline.com
Version: 0.3
Tags: one columns, fixed width, blue, green, orange, widgets, no sidebar, graphics free

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

*/

/* Begin Typography & Colors */

body {
	font-size: 12px;
	/*font-size: 62.5%;  Resets 1em to 10px */
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	color: #3C3C3C;
	background-color: #fff;
	}
p {
margin-top:10px;
margin-bottom:10px;
line-height:16px;
font-size: 12px;
}
p.box4 {
margin-top:0px;
margin-bottom:0px;
line-height:16px;
font-size: 12px;
}

#page {
	background-color: #fff;
	text-align: left;
        border: 0px solid #eee;
			float:left;
	position:relative;
	left:10px;
	top: 0px;
	min-width:570px;
	}

#header {
        background-color: #fff;
	}
	
#content {
	font-size: 1.1em
	}

#footer {
        background-color: #F6F6F6;
}

.widecolumn .entry p {
	font-size: 1.0em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	
	}

.narrowcolumn .entrytext, .widecolumn .entrytext {
    
        }

.widecolumn {

	}
	
.narrowcolumn .postmetadata {
	text-align: left;
	}

.alt {
	background-color: #f5f5f5;
	border: 0px solid #ddd;
	}

small {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 1em;
	line-height: 1.5em;
	}


h1 {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

h2, h3, h4 {
        font-family:  Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 3.4em;
	text-align: justify;
	text-transform: lowercase;
        letter-spacing: 0.05em;
        font-style: italic;
	}

.description {
	font-size: 1.2em;
	text-align: left;
	color:#ddd;
	}

h2 {
	font-size: 1.2em;
	}

h2.pagetitle {
	font-size: 1.2em;
	}
	
#sidebar {
        border: none;
		width: 160px;
	}
	
#sidebar h2 {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	}

h3 {
	font-size: 1.5em;
	}

h4 {
	font-size: 1.3em;
	}
	
h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: #b0b22d;
	}
	
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited, h4 {
	color: #3C3C3C;
	text-decoration: none;
	}

h2 a, h2 a:hover, h2 a:visited, h3 a, h3 a:hover, h3 a:visited, #wp-calendar caption, cite {
	text-decoration: none;
	color:#333;
	}

.entry p a:visited {
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em  Verdana, Arial, Helvetica, sans-serif;
	}
	
.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #666;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 1em;
	letter-spacing: .07em;
	}

a {
	color:#b0b22d;
	text-decoration: none;

}

h2 a:hover, h3 a:hover {
       text-decoration: underline;
	
	}

a:hover {
	color: #b0b22d;
	text-decoration: underline;
	}
	
#wp-calendar #prev a #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em  Verdana, Arial, Helvetica, sans-serif;;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

/* End Typography & Colors */


/* Begin Structure */

body {
	margin: 0;
	padding: 0 0 20px; 
	}

#page {
	margin: 0px auto;
	padding-top: 10px;
	width: 572px;
	}
	
#header {
	padding: 0;
	margin: auto;
	height: 0px;
	width: 100%;
	}

.narrowcolumn {
	float: center;
	padding: 0px 0px 0px 10px;
	margin: 0px 0 0px 0;
	width: 557px;
}

.widecolumn {
	padding: 0px 0 10px 0px;
	margin: 5px 0 0 0px;
	width: 557px;
	}

.superwidecolumn {
	padding: 0px 0 20px 0px;
	margin: 5px 0 0 0px;
	width: 557px;
	}

.pagepost {
	margin: 0 0 0px;
	text-align:left;
	}
	
.post {
	margin: 0 15px 25px 0px;
	text-align: justify;
	}

.widecolumn .post {
	margin: 5px;
	}

.narrowcolumn .postmetadata {
        margin: 10px 0 5px 0;
	padding-top: 5px;
	font-size: 12px;
	line-height:12px;
	}

.widecolumn .postmetadata {
        margin: 0px 0 5px 0;
	}
	
#footer {
	padding: 0;
	margin: 0;
	width: 100%;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 10px 0 10px 0px;
	text-align: left;
        color: #eee;
	}

#footer a {
        color:#FC9D4A;
}

/* End Structure */


/*	Begin Headers */

h1 {
	padding: 0px 0 0 0px;
	margin: 0;
	}

.description {
	padding: 0 0 0 0px;
	}

h2 {
	margin: 0px 0 10px 0px;
        padding: 0;
	}

h2.pagetitle {
	margin: 0px 0 10px 0px;
        padding: 0; 
	}

#sidebar h2 {
	margin: 10px 0 0px;
	padding: 0;
	}

h3 {
	padding: 5px;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 5px;
	margin: 40px auto 0px ;
	}
	
/* End Headers */


/* Begin Sidebar */

#sidebar {
	padding:0;
	margin:0;
	width: 160px;
	}	

#sidebar form {
	margin: 0;
	}

/* End Sidebar */


/* Begin Navigation  */


#navcontainer{
        background-color:#fff ;
        padding: 8px 0;
}

#navcontainer ul .current_page_item a { 
	background-color:#C34E02;
}

ul#navlist {
	margin:0;
	padding:0 0 0 00px;
	margin:0;
	white-space: nowrap;
	text-align: left;
	font-size: 1.2em;
	font-family: Arial, Sans-Serif;
}

#navlist li {
        padding: 0 0px;
	display: inline;
	list-style-type: none;
}

#navlist a { padding: 8px 0px; }

#navlist a:link, #navlist a:visited {
	color: #fff;
	background-color: #717C8C;
	text-decoration: none;
}

#navlist a:hover {
	color: #fff;
	background-color: #588E03;
	text-decoration: none;
}

/* End of Navigation */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	margin-bottom: 10px;
	padding: 0 0 10px 5px;
	list-style: none;
	padding-left: 0px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 0 0 10px 0px;
        padding: 0 0 10px 0px;
	}

.pagepost ul li, .post ul li {
        list-style-type: none;
        }

.entry ul li:before, #sidebar ul ul li:before {
	}

.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;
	margin-bottom: 15px;
	}


/* End Entry Lists */


/* Begin Form Elements */

#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: left;
	}

#sidebar #searchform #s {
	width: 150px;
	padding: 2px;
        background-color: #eee;
        color: #333;
	}

#sidebar #searchsubmit {
	padding: 0px;
	background-color: #eee;
        color: #333;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
        color: #333;	
        background-color: #f7f7f7;
        border: 1px solid #ccc;
	}

#commentform textarea {
	width: 540px;
	padding: 2px;
        background-color: #f7f7f7;
        border: 1px solid #ccc;
        color: #333;
	}

#commentform #submit {
	margin: 0 4px 0 0;
	float: right;
        border: 1px solid #ccc;
	}

input, textarea {
        padding-left:2px;
        color: #333;
	}	

/* End Form Elements */


/* Begin Comments*/

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: left;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

/* End Comments */


/* Begin Calendar */

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: left;
	width: 100%;
        margin: 0;	
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; 
	}

#wp-calendar {
        margin: 0;
}

/* End Calendar */


/* Begin Various Tags & Classes */

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
        border-left: 1px solid #ccc;
        padding-left: 10px;
}
	
 
.center {
	text-align: center;
	}

img {
        border: 0;
}

.post img, .postpage img {
        padding: 0px;
        border: none;
	}

.entry img, .entrytext img {
	margin:0;
        padding:0px;
        border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	
.widget_search {
	padding: 0;
        margin: 30px 0 0 0;
}
	
.widget_search input {
	margin: 2px 0;
	padding: 1px;
	color: #333;
	background-color: #eee;
}

html {
        min-height: 100%;
        margin-bottom: 0px;
}

.embed {
	width:48%;
	float:center;
        padding:0 0 0 0px;
        margin:0 0 20px 0;
}

.flashmovie {
float: center;
}


#personalpic img {
        padding:0;
	margin:0 10px 0 0;
	border: none;
	float:left;
}

.highlighted li {
        background-color:#ffe;
        border:1px solid #ddd;
}

#contact legend {
       font-size: 1.5em;
       color:#F56203;
}

table.center {
       margin-left:auto; margin-right:auto;
}

.post table {
       margin: 10px 0;
}

.post table th {
      background-color: #F56203;
}

.post table td {
      background-color: #f7f7f7;
}

.left {
      float: left;
      margin: 0 0 0 40px;
}

.right {
      float: right;
      margin: 0 40px 0 0;
}

.aligncenter, div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft {
        text-align: left;
        float: left;
}

.alignright {
        text-align: right;
        float: right;
}
	
.gravatar img {
	float:right;
	margin-top:-15px;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}

.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 Various Tags & Classes*/


div.sociable { margin: 16px 0; }

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

/* HERE'S A LOT OF CSS FROM GS.NET*/
.bannerad
{
	position:relative;
	padding: 10px 0 10px 0;
	min-width: 940 px;
	min-height: 110 px;
	background:transparent;
	}

.relaheadmain {
	position: relative;
	width: 940px;
	height: 125px;
	background: url(http://www.giantstep.net/wp-content/themes/mountain-dawn/backgroundimage/rotator.php) no-repeat center top;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	}
	
#relaheadmainlink {
background:transparent none repeat scroll 0 0;
height:125px;
left:0;
position:absolute;

width:940px;
z-index:0;

}
	
#relaheadbanner{
	
	position: relative;
	margin:0px;
	background-color:gray;
}
	
	.relahead {	
	margin:0px;
	position: relative;
	width: 940px;
	background-color:gray;
	}
	
.centereverything {
	margin: 0px;
	position: relative;
	}


#mainnavcontainer ul
{
margin-bottom: 5px;
padding-left: 0px;
padding-bottom:21px;
list-style-type: none;
text-align: left;
background-color:#575f54;
	border-color: #2D2D2D;
	border-top-width: 3px;
	border-style: solid;

}

#mainnavlist
{
padding: 8px 10px 25px 10px;
background-color:#575f54;


}

#mainnavlist ul, #mainnavlist li
{
margin: 0px;
display: inline;
list-style-type: none;
font-size:12px;
font-style: bold;

}

#mainnavlist a:link, #mainnavlist a:visited
{
float: left;
line-height: 12px;
font-weight: bold;
margin: 0 10px 0px 20px;
text-decoration: none;
color: #fff;
font-size:12px;
font-style: bold;
background-color:#575f54;
}

#mainnavlist a:link#current, #mainnavlist a:visited#current, #mainnavlist a:hover
{
background: transparent;
color: #2D2D2D;
}

#mainnavlist a:hover { color: #2D2D2D; display: inline;}

mainpart{
	position:relative;
	}

.leftcolumn {
	float:left;
	position:relative;
	left:0px;
	top: 0px;
	min-width:184px;
	max-width:184px;

}

.middlecolumn{
	float:left;
	position:relative;
	left:10px;
	top: 0px;
	min-width:570px;
}
.rightcolumn{
	float:right;
	position:relative;
	left:0px;
	top: 0px;
	min-width:160px;
	max-width:160px;
	}
	
#mainnavlist a:link#current, #mainnavlist a:visited#current
{
color: #2D2D2D;
}


/*2nd menu*/

#navcontainer2 { width: 184px; padding-bottom:5px; position:relative;}

#navcontainer2 ul
{
margin-left: 0;
padding-left: 0px;
list-style-type: none;
text-align:left;
border-bottom: 1px solid #eee;
}

#navcontainer2 li
{
border:0 none;
line-height:14px;
margin:0;
padding:0;
}

#navcontainer2 a
{
display: block;
padding: 3px 0px 3px 5px;
width: 179px;
background-color: #fff;
border-bottom: 1px solid #eee;
color: #3C3C3C;
}

#navcontainer2 a:link, #navlist2 a:visited
{
color: #3C3C3C;
text-decoration: none;
}

#navcontainer2 a:hover
{
background-color: #b0b22d;
color: #3C3C3C;
}

#googlesearch
{
float:right;
display: inline;
top:-3px;
position: relative;
}

input.image {
color: #575f54;
background: #575f54;
}

input.image2 {
background:transparent;
}

input{
color:#000;
background: #fff;
border: 1px solid #575f54;
font-size:12px;
}

input.submit{
color: #fff;
background: #575f54;
font-weight: bold;
font-size:12px;
font-style: bold;
cursor:pointer;
}

#social{
padding-left:9px;
padding-right:10px;
}

#footbanner{
float:center;
border-top:1px solid #000000;
background:transparent;
padding: 10px 0px 10px 0px;
}

/* MORE FROM THE NOOBSLIDER */



.description{padding:0px;margin:0px 0;background:#eee}

.sample{padding:0px 0px 0px 0px; margin:0px 0 0px 0; border:0px solid #575f54;}
h4 .title{color:#666;margin:0 0 0px 0}



#cont{width:940px;height:150px;margin:0px 0px 12px 0px;background:#2D2D2D;text-align:left;padding:6px 0px 6px 0px;}



/* EVEN MORE*/
/* Sample 1*/
#box1{
	position:absolute;
}
#box1 span{
	display:block;
	float:left;
}

/* Sample 2*/
#box2{
	position:absolute;
}
#box2 span{
	display:block;
	float:left;
}

/* Sample 3*/
#box3{
	position:relative;
}
#box3 span{
	display:block;
	float:left;
}

/* Sample 4*/
#box4{
	position:relative;
}
#box4 div{
	width:300px;
	height:150px;
	float:left;
	background:#2D2D2D;
	margin-right:0px;
	border-right-style:solid;
	border-right: 0px;
	border-right-color:#575F54;
	color:#575F54;
}

#box4 h3, #box4 p, #box4 ul{
	padding:0px 10px 0px 10px;
}

#box4 p{
	text-indent:0px;
	color:575F54;
	margin-top:0px;
margin-bottom:0px;
}

#box4 a{
	color:#FFF;
}

#box4 img{
	width:196px;
	height:146px;
	float:left;
	border:2px;
	border-color:black;
	border-style: solid;
	margin:0 7px 0px 0px;
}

#box4 img:hover{
border-color:#FFFFFF;
text-decoration:underline;
}

#buttons4 {
	position:relative;
	float: left;
	min-height: 150px;
	width:20px;
}

#buttons5{
	position: relative;
	min-height: 150px;
	float: right;
	width:20px;
	cursor:pointer;
}


/* Sample 5*/
#box5{
	position:absolute;
	width:240px;
}
#box5 span{
	display:block;
}
#info5{
	bottom:0;
}

/* Sample 6*/
#box6{
	position:absolute;
	width:920px;
}
#box6 span{
	display:block;
}
#handles6_1{
	float:left;
	
}
#handles6_2{
	float:left;
	margin-left:120px;
}
.mask6{
	position:absolute;
	left:50%;
	margin-left:-120px;
	width:840px;
	height:150px;
	overflow:hidden;
}
.sample6 .buttons{
	clear:both;
	text-align:center;
}

/* Sample 7*/
#box7{
	position:absolute;
}
#box7 span{
	display:block;
	float:left;
}

#thumbs7{
	position:relative;
	width:486px;
	clear:both;
	height:41px;
	overflow:hidden;
	margin-top:200px;
}
#thumbs7 .thumbs, #thumbs_handles7, #thumbs_mask7{
	position:absolute;
	top:0;
	width:100%;
	height:41px;
}
#thumbs7 .thumbs div, #thumbs_handles7 span{
	display:block;
	width:60px;
	height:41px;
	margin:0;
	float:left;
}
#thumbs7 .thumbs div img{
	width:54px;
	float:right;
}
#thumbs_handles7 span{
	cursor:pointer;
	background:url(http://dev.media.giantstep.net/globals/images/shared/noobslider/thumb_invisible.gif) no-repeat;
}
#thumbs_mask7{
	width:1200px;
	background:url(http://dev.media.giantstep.net/globals/images/shared/noobslider/thumbs_mask.gif) no-repeat center top;
cursor:pointer;
}

/* Sample 8*/
#box8{
	position:absolute;
}
#box8 div{
	width:480px;
	float:left;
}
#box8 .buttons{
	text-align:left;
}
#box8 .next{
	float:right;
}
.sample8 .buttons{
	text-align:center;
	clear:both;
}
.sample8 .mask1{
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

/* ********************************** */

.thumbs{
	width:100px;
}
.thumbs div{
	display:block;
	width:100px;
	height:41px;
	margin:3px 0;
	cursor:pointer;
}

.thumbs div img{
	display:block;
	width:100%;
	height:100%;
	border:none;
}

.info{
	width:107px;
	height:50px;
	background:#2D2D2D;
	position:absolute;
}
.info p, .info h4{
	color:#575F54;
	padding:3px 10px 0px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.info h4{
	font-size:12px;
}
.info h4 a{
	float:right;
	background:#fff;
	color:#575F54;
	font-size:12px;
	padding:0 0px;
	text-decoration:none
}

.mask1{
	position:relative;
	width:307px;
	height:150px;
	overflow:hidden;
}
.mask2{
	position:relative;
	width:307px;
	height:150px;
	overflow:hidden;
}
.mask3{
	position:relative;
	width:900px;
	height:150px;
	float:left;
	overflow:hidden;
}

span img{
	display:block;
	border:none;
}

.infoheadline p, .infoheadline a{
text-color:#FAFAFA;
}

#emailsign {
background:white;
padding: 4px 0px 6px 0px;
}

.footer {
	background: #e7a70F;
	height: 14px;
	padding: 4px 10px 2px 10px;
	text-align: right;
	background-image: url(http://media.giantstep.net/globals/images/shared/footer_corner.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

div#social_networks {
padding-bottom:0px;
padding-left:0px;
padding-top:6px;
}
div#social_networks ul {
margin-left:0px;
padding:0;
}
div#social_networks ul li {
display:inline;
margin:0;
padding-right:0px;
}
#shadow-container {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(/media.giantstep.net/globals/images/shared/side-shadow.png) repeat-y scroll 0 0;
width:950 px;
}

#text-4 {
list-style-type: none;
padding: 0;
margin-left: 0;
}

/* Submit Buttons */
.button, .wpcf7-submit{
    border-radius: 5px;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.15);
    box-shadow:
        0 0 0 1px #cf9710 inset, /* Outer bevel */
        0 0 0 2px #ffb500 inset, /* Inner bevel */
        0 30px 20px -18px rgba(255,255,255,0.65) inset, /* Inner gradient */
        1px 1px 3px rgba(0,0,0,0.2) /* Drop shadow */
    ;

    -webkit-border-radius: 5px;
    -webkit-text-shadow: 0 -1px 0 rgba(0,0,0,0.15);
    -webkit-box-shadow:
        0 0 0 1px #cf9710 inset, /* Outer bevel */
        0 0 0 2px #ffb500 inset, /* Inner bevel */
        0 30px 20px -18px rgba(255,255,255,0.65) inset, /* Inner gradient */
        1px 1px 3px rgba(0,0,0,0.2) /* Drop shadow */
    ;
}

.wpcf7-submit, .button{
    /* Disables default styling */
    border: none;
    background: #E7A80F;
    color: #fff;

    /* You need to set font, font size and cursor for buttons */
    font-size: 15px;
    font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    cursor: pointer;

    padding: 8px 13px;
    font-weight: bold;
}

.social4i {
	margin:10px 0px -10px 0px;
}
/* 	
	These are only the default styles.
	If you wish to add your own CSS styles, it is best to amend your theme's style.css file.
*/

/* General */
.tw-content { float:center; width:100%; clear:both; list-style-type:none; background-color:#FFFFFF;}
.tabbed-widget { float:center; width:100%; clear:both; list-style-type:none; margin:10px 0px 10px 0px;}
.tabbed-widget .ui-tabs-hide { display:none; }

/* Tabs */
.tw-tabbed-nav { float:left; width:160px; clear:both; margin:0; padding:0; font-size:14px; font-family:'Helvetica Neue', Arial, Helvetica, 'Nimbus Sans L', sans-serif; border-bottom:1px solid #ddd;}
.tw-tabbed-nav li {float:left;  list-style-type:none;}
.tw-tabbed-nav a { float:left; padding:0.2em 0.5em; margin-right:1px; color:#666; background:#ddd; margin-bottom:-1px; }
ul.tw-nav-list li {font-weight:bold; list-style-type:none;}
ul.tw-nav-list a {float:left; margin-right:1sem; background:#333;  clear:both; list-style-type:none;}
.tw-tabbed-nav a:hover { text-decoration:none; color:#000; background:#ccc; }
.tw-tabs .ui-state-active a { background:#000; color:#fff; font-weight:bold; }
.tw-tabs .tw-content { float:none; width:auto; padding:0.5em 0; border-bottom:1px solid #ddd; list-style-type:none;}
.ui-tabs-panel li {list-style-type:none;}
.ui-widget-content li {list-style-type:none;}
.tw-content li {margin:0px 5px 5px 10px;}


/* Accordion */
.tw-accordion { float:left; width:100%; clear:both;  margin:0px 0px 15px 0px;}
.tw-accordion .tw-title { font-size:14px; font-weight:bold; font-family:'Helvetica Neue', Arial, Helvetica, 'Nimbus Sans L', sans-serif; outline:none; list-style-type:none; }
.tw-accordion .tw-title a { color:#FFF; outline:none; padding:2px 0.5em; }
.tw-accordion .tw-title a:hover { color:#FFF; text-decoration:none;}
.tw-accordion .ui-state-default { background-color:#000; padding: 2px 0px 2px 0px;   margin-top:5px;}
.tw-accordion .ui-state-active {  background:url(http://www.giantstep.net/wp-content/themes/mountain-dawn/pattern.png); padding: 2px 0px 2px 0px; margin-bottom:5px;}
.tw-accordion .ui-state-active a, .tw-accordion .ui-state-active a:hover { color:#fff;  background:url(http://www.giantstep.net/wp-content/themes/mountain-dawn/pattern.png); }
#main .widget-area .ui-accordion-content { padding:1.5em 0.5em 0 2.5em; background-color:#FFFFFF;}
#main .widget-area ul.ui-accordion-content { padding:0 0 5.5em 0em;  background-color:#FFFFFF;}
#main .widget-area .tw-widget-last .ui-accordion-content { background-color:#FFFFFF; }
#main .widget-area .tw-widget-last .tw-title { }

.blogroll li {list-style-type:none; background-color:#FFFFFF;}



/* The wider the #list_wrapper is, the more columns will fit in it */
#contact_wrapper{
    width: 550px
}

/* The wider this li is, the fewer columns there will be */
    ul.3-column li{
        text-align: left;
        float: left;
        list-style: none;
        height: 30px;
        width: 175px;
    }
	
p.browse{
	  background:url(http://www.giantstep.net/wp-content/themes/mountain-dawn/pattern.png); padding: 8px 0px 8px 5px; margin-bottom:5px;
	  font-size:16px; font-weight:bold; font-family:'Helvetica Neue', Arial, Helvetica, 'Nimbus Sans L', sans-serif; outline:none;list-style-type:none;
	   color:#fff; 
}
	
.leftcolumn #tabbed-widget-3 a.dsq-widget-thread{
	font-weight:normal;
}

img.rotating-img{
	margin-top:15px;
}
