@charset "utf-8";

.blogpost p, .grid_3 p { font-size: 100%; }

/*-----------Logo-----------*/
.logo {
	
}
/*-----------Mini Nav-----------*/
.mininav a:hover {
	color:#ffa319;
	background-color:#222;
}
/*-----------Button Styles-----------*/
.highlight.button{
	color: #ffa319;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#222', endColorstr='#000000'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#222), to(#000000)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #222,  #000000); /* for firefox 3.6+ */
	border-top: 1px #444 solid;
	border-bottom: 1px #111 solid;
	border-right: 1px #222 solid;
	border-left: 1px #222 solid;
	text-shadow: 1px 1px 0px #111;
}
.highlight.button:hover {
	color: #ffa319;
	border-top: 1px #444 solid;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#222'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#222)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #000000,  #222); /* for firefox 3.6+ */ 	
}
/*-----------Headings-----------*/
h1  {
	color:#ffa319;	
}
h2  {
	color:#ffa319;	
}
h3  {
	color:#ffa319;	
}
/*-----------Sidebar Styling-----------*/
.sidebar h2  {
	color:#ffa319;
}
/*-----------Subpage Text Styling-----------*/
.subpagetext ul li:last-child {
	color:#ffa319;
}
.backgroundgradient {
	background: -webkit-gradient(radial, right, left, from(#222), to(#000000)); /* for webkit browsers */
	background: -moz-radial-gradient(right,  #222,  #000000); /* for firefox 3.6+ */	
}
/*-----------Drop Menu-----------*/
#dropmenu {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#222', endColorstr='#000000'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#222), to(#000000)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #222,  #000000); /* for firefox 3.6+ */ 	
	border-top: 1px #444 solid;
	border-bottom: 1px #111 solid;
	border-right: 1px #222 solid;
	border-left: 1px #222 solid;
}
ul#dropmenu a{
	color:#ffa319;
}
ul#dropmenu a:hover {
	color:#ffa319;
}
ul#dropmenu a span{
	padding-left:25px;
	margin-left:5px;
	background-image:url(../images/droparrow_orange.png);
	background-repeat:no-repeat;
}
/*-----------Misc Settings-----------*/
.tip {
    color: #ffa319;
    background:#111;
}
/*-----------Twitter-----------*/
ul#twitter_update_list li a {
	color:#ffa319;
}
/*-----------Crumb Navigation-----------*/
.crumb_navigation ul a:hover{
	color:#ffa319;
	background-color:#111;
}
/*-----------Nivo Slider Caption-----------*/
.nivo-caption p {
	color:#ffa319;
}
/*-----------Galleria Slider Captions-----------*/
.galleria-info-title {
    color: #ffa319;
}
.galleria-info-description {
    color: #fff;
}
/*-----------Coin Slider Captions-----------*/
.slideshow{
	color:#ffa319;
}
/*-----------Blog-----------*/
.blogpost h5 a {
	color:#ffa319;
}
/*-----------Top Button-----------*/
.topbutton {
	text-shadow:#000 0px 1px 0px;
	color:#ffa319;
	background-color:#111;
}
/*----- YouTube -----*/
.yt {
 display:block;
 width:24px;
 height:36px;
 float:right;
 position:relative;
 z-index:30000;
 background:url(youtube.png) no-repeat;
 background-position: center 12px;
}
.yt:hover {
 background-position: center 9px;
}
