/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

/* 
Tags UL Nav
---------------------
*/
#button {

 border-right: 1px solid #000;
 padding: 0 0 1em 0;
 margin-bottom: 1em;
 font-family: 'Trebuchet MS', 'Lucida Grande',
   Verdana, Lucida, Geneva, Helvetica, 
   Arial, sans-serif;
 background-color: #90bade;
 color: #333;
    -moz-column-count: 4;
    -moz-column-gap: 20px;
    -webkit-column-count: 4;
    -webkit-column-gap: 20px;
    column-count: 4;
    column-gap: 20px;
 }
 #button ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
  }
#button li {
  border-bottom: 1px solid #90bade;
  margin: 0;
  list-style: none;
  }

#button li a {
  display: block;
  padding: 5px 5px 5px 0.5em;
  border-left: 10px solid #1958b7;
  border-right: 10px solid #508fc4;
  background-color: #2175bc;
  color: #fff;
  text-decoration: none;
  width: 100%;
  } html>body #button li a {
  width: auto;
  } #button li a:hover {
  border-left: 10px solid #1c64d1;
  border-right: 10px solid #5ba3e0;
  background-color: #2586d7;
  color: #fff;
  }


/* 1.2 Hyperlinks */

a:link, a:visited  { color: #0067a5; text-decoration:none;}
a:hover {text-decoration:underline;}

.post-shortlink{font-size:12px;font-family:''Helvetica Neue'', Helvetica, Arial, sans-serif;font-weight:700;background-color:#fffff;border:2px solid #dbdbdb;padding:5px;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px;color:#2D4567;}

.styled-select select{font-size:14px;font-family:''Helvetica Neue'', Helvetica, Arial, sans-serif;background-color:#fffff;border:1px solid #dbdbdb;color:#333;width:300px;height:35px;padding:5px;}

.post-shortlink2{font-size:10px;font-family:''Helvetica Neue'', Helvetica, Arial, sans-serif;font-weight:400;background-color:#333;border:1px solid #666;padding:1px;color:#999;}

.post-shortlink-text{font-size:12px;font-family:''Helvetica Neue'', Helvetica, Arial, sans-serif;font-weight:700;padding:5px;color:#2D4567;}

.styled-select select{font-size:14px;font-family:''Helvetica Neue'', Helvetica, Arial, sans-serif;background-color:#fffff;border:1px solid #dbdbdb;color:#333;width:300px;height:35px;padding:5px;}