.transparency {
background: rgba(223, 200, 118, .9);}

#masthead ul li {
border-top: 1px #aa8713 solid;
border-bottom: 1px #6a4d00 solid;
border-left: 1px #aa8713 solid;
border-right: 1px #6a4d00 solid;
text-shadow: 2px 2px 2px rgba(0,0,0,.8);
-webkit-border-radius: .8em;
-moz-border-radius: .8em;
border-radius: .8em;
background: -webkit-gradient(linear, left top, left bottom, from(#cba219), to(#352300));
background: -moz-linear-gradient(top,  #cba219,  #352300);}

#masthead ul li a:hover {
color: #fdde0f;}

#masthead ul li:active {
background: -webkit-gradient(linear, left top, left bottom, from(#352300), to(#cba219));
background: -moz-linear-gradient(top,  #352300,  #cba219);}

#content {
-moz-border-radius: 50px;
-webkit-border-radius: 50px;
border-radius: 50px;
-moz-box-shadow: 3px 3px 10px rgba(0,0,0,1);
-webkit-box-shadow: 3px 3px 10px rgba(0,0,0,1);
box-shadow: 3px 3px 10px rgba(0,0,0,1)}

#creative div {
-moz-box-shadow: 3px 3px 10px rgba(0,0,0,1);
-webkit-box-shadow: 3px 3px 10px rgba(0,0,0,1);
box-shadow: 3px 3px 10px rgba(0,0,0,1);}

#creative div h3 {
margin-top: 25px;
display: block;
width: 350px;
height: 20px;
text-align: right;
position: absolute;
left: -160px;
font-size: 2.3em;
font-weight: bold;
color: #cab56a;
text-shadow: 2px 2px 3px rgba(106,77,0,.4), 2px -2px 3px rgba(106,77,0,.4), -2px -2px 3px rgba(106,77,0,.4), -2px 2px 3px rgba(106,77,0,.4);
-webkit-transform: rotate(-90deg); 
-moz-transform: rotate(-90deg);
-o-transform: rotate(-90deg);}

h1 {
text-shadow: 2px 2px 5px #dcd083;
}

h2 {
text-shadow: 2px 2px 5px #666;
}

#action_button:active {  	
background: -webkit-gradient(linear, left top, left bottom, from(#a48b00), to(#ff0));
background: -moz-linear-gradient(top, #a48b00, #ff0);}

#action_button {
-webkit-border-radius: .8em;
-moz-border-radius: .8em;
border-radius: .8em;
background: -webkit-gradient(linear, left top, left bottom, from(#ff0), to(#a48b00));
background: -moz-linear-gradient(top, #ff0, #a48b00);}

.button_wrapper {
-webkit-border-radius: .8em;
-moz-border-radius: .8em;
border-radius: .8em;
-moz-box-shadow: 1px 1px 5px rgba(0,0,0,.8);
-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,.8);
box-shadow: 1px 1px 5px rgba(0,0,0,.8);}

li.comment, #commentform fieldset {
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border-radius: 20px;}

#sidebar form fieldset {
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;}

li.menu-item-type-custom a, li#archives-2 ul li a {
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;}