/********* Do not edit this file *********/
/*
My Custom CSS - Maked by Salvatore Noschese
a.k.a. DarkWolf - http://www://darkwolf.it/
*/

/* Menu */

.main-navigation a {
color: #FFFFFF !important;
}

.main-navigation ul li:hover > a {
background: #FF0099 !important;
color: #FFFFFF !important;

}

.box {
  width:130px;
  height:30px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-color:#DE25DE;
  -webkit-box-shadow: #B3B3B3 10px 10px 10px;
  -moz-box-shadow: #B3B3B3 10px 10px 10px; 
  box-shadow: #B3B3B3 10px 10px 10px;
  text-align: center; 
  position: relative;
  top: 50%;
  left: 25%;
}

/* unvisited link */
a:link,a:visited {
    color: #FFFFFF;
}

/* mouse over link */
a:hover {
    color: #FF00FF;
}

/* selected link */
a:active {
    color: #0000FF;
  
 .center {
    margin-left: auto;
    margin-right: auto;
  }
  
  12 /* Header */

header#masthead hgroup {
padding-bottom: 0px ;
padding-top: 0px ;
margin: 0;
}

.main-navigation {
margin-top: -9px !important;
}

.caption  
  { text-decoration-color: #ff00ff; }
  
  body.responsive header#masthead .hgroup .support-text, body.responsive header#masthead .hgroup #header-sidebar {
display: none !important;
}
  
  .layout-full #primary { 
	width: 60%; 
}
.layout-full #secondary { 
	width: 33%; 
}﻿

/* Vantage set sidebar width */
#primary { 
width: 100% !important; 
}