/*
	Theme Name: Customisations to Pharse Theme


*/

/* Changes to CSS below  */

#content {
    padding: 15px 20px 15px 15px !important;
}

.logoimg {
    margin: -15px 0 0 10px !important;
}

.tagline {
/*float: right;*/
width: 250px;
}

h3.tagline   {
font-size: 1.3rem;
line-height: 1.6rem;
color: #ffffff;
}

.sidebar ul li.current-menu-item a {
    font-weight: bold;
}

#contentwrap  {
background: #F6F7EB !important;

}

table.two-col {
border-collapse: collapse;
table-layout:fixed
width: 950px;
background: #FFFFFF;
margin: 40px 0 0 0;
}

table .two-col td.col1  {
 width: 50%;
vertical-align: top;
}

table.two-col td.col2  {
 width: 50%;
vertical-align: top;
}

.button	{
    display: inline-block;
    line-height: 1em;
    padding: 6px 13px;
    margin: 0 .6rem 1.5rem 0;
    border: 1px solid #ED8B27;
    color: white !important;
    text-align: center;
    text-shadow: 0 -1px 0 hsla(0,0%,0%,.3);
    text-decoration: none !important;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 2px;
    background-color: #ED8B27;
    background: -webkit-gradient(
 linear,
 left top,
 left bottom,
 color-stop(.2, #ED8B27),
 color-stop(1, #ED8B27)
 );
 background: -moz-linear-gradient(
 center top,
 #ED8B27 20%,
 #FEB26B 100%
 );
 
}

.button:hover	{
text-shadow: 0 -1px 0 hsla(0,0%,0%,.1);
background: -webkit-gradient(
 linear,
 left top,
 left bottom,
 color-stop(.2, #f97b0c),
 color-stop(1, #f97b0c)
 );
 background: -moz-linear-gradient(
 center top,
 #f97b0c 20%,
 #f97b0c 100%
 );
}

h2 {
line-height: 1.8rem;
}
.entry   {
text-align: left !important;
}


/* desktop screen adjustments  */

@media only screen and (min-width: 768px)  {

.sidebar a:hover {
    text-decoration: none;
    color: #feae65;
}

.sidebar ul li {
   font-size: 1.0rem;
}

}

/* small screen adjustments  */

@media only screen and (max-width: 768px)  {

#header .span-18  {
 text-align: center !important;
}

.logoimg  {
 width: 60%;
}

h3.tagline   {
  font-size: 0.9rem;
  color: #000000;
  width: 182px;
     
  }

}