/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles at the end of this file 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.
*/

/* colours: light-blue #66c8d3; dark-grey: #464646 */

/* general */

a:hover {
	color: #464646;
}

/* 2.2 Navigation */

#navigation {
  position: relative;
  clear: both;
  margin-bottom: 3em;
  display: none;
  font: 300 16px/16px sans-serif;
  border: none;
  box-shadow: none;
  border-radius: 0px;
}

/* nav {
display: table;
width: 100%;
border-collapse: collapse;
border: none;
}
nav ul {
display: table-row;
}
nav li {
display: table-cell;
margin: 0;
}
*/

#main-nav {
	text-transform: uppercase;
	width: 100%;
	text-align: center;
	/*display: table;
	border-collapse: collapse;*/
	/* vertical-align: middle; */
}

#navigation ul {
	text-align: inline-block;
	/* display: table-row; */
	/* width: 100%; */
	/* vertical-align: middle; */
}

#navigation ul.nav > li  {
	/*border-right: 4px solid #ffffff;*/
	/*display: table-cell;
	vertical-align: middle;
	height: 60px;
	width: 16.43%;*/
	/* margin: 0;*/
	background-color: #66c8d3;
}

#navigation ul.nav > li li {
	text-align: left;
	font-weight: normal;
	font-size: 15px;
}

#navigation ul.nav li li a:hover {
	text-decoration: none;
	font-weight: bold;
}

#menu-item-3424{
	border-right: none;
}

/* Widgets */

.widget{
	margin: 5px;
}

.widget h3 {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
}

.widget a {
	color: #212121;
}

.widget a:hover {
	text-decoration: none;
	color: #ffffff;
}

.textwidget ul {
	list-style: none;
	line-height: 1;
}

.widget_ul_title {
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}

.widget_bottom {
	border-top: 1px solid #212121;
	padding-top: 5px;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
}

#transposh-2{
	background-color: #ffffff;
	padding: 0px;
	text-align: right;
	
}

#paypal_donations-2{
	background-color: #afafaf;
	padding-bottom: 5px;
	text-align: center;
}

#paypal_donations-2 h3{
	color: #ffffff;
}

#paypal_donations-2 form {
	width: 100%;
    opacity: 0.9;
}

#text-22{
	background-color: #afafaf;
}

#text-22 h3{
	color: #ffffff;
}

#text-21{
	background-color: #afafaf;
}

#text-21 h3{
	color: #ffffff;
}


/* Header */

#logo img {
	width: 100%;
	margin-bottom: 10px;
}


/* Content */

/*
.breadcrumb {
	display: none;
}
*/

.title {
	text-align: center;
	text-transform: uppercase;
	/*display: none;*/
}