/*
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles in 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. */


/* GLOBAL STYLES
----------------
Add styles beneath this line that you want to be applied across your entire site */

/* 
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.
*/

#logo { float: none; margin: 0 auto; width: 406px; }

.nav a, #navigation ul.rss a {
    text-transform: uppercase;
}

#navigation {
position: relative;
}
#main-nav {
clear: left;
float: left;
list-style: none;
margin: 0;
padding: 0;
position: relative;
left: 50%;
text-align: center;
}
.nav li {
display: block;
float: left;
list-style: none;
margin: 0;
padding: 0;
position: relative;
right: 50%;
}
.nav li:hover, .nav li.hover {
position: relative;
}
.nav li ul li {
left: 0;
}


.post .title, .page .title, .post .title a:link, .post .title a:visited, .page .title a:link, .page .title a:visited {
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase !important;
}

.post-meta a:link, .post-meta a:visited, .post p.tags a:link, .post p.tags a:visited {
    color: #888888;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}

.post-meta {
    margin: -1em 0 1.5em;
    text-align: center;
}

.post-meta a:hover {
    color: #99c0af;
}

.post-meta .small {
    text-transform: uppercase;
}

abbr {
    border-bottom: 0px dashed #999999;
    cursor: help;
}

.entry img, img.thumbnail {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
    border: 0px solid #E6E6E6;
    padding: 0px;
}

.widget ul {
    list-style-type: none;
}


/*
.textwidget { text-align: left !important; }
*/
 
/* ADD SPACE BELOW POST */
.entry, .entry p {
    margin-bottom: 10px;
}

.widget h3 {
    text-align: left;
}

.widget {
    border-bottom: 0px solid #DDDDDD;
    margin: 0 0;
    padding-bottom: 20px;
    text-align: left;
} 


a:link, a:visited {
    color: #99c0af;
}

a:hover {
    color: #99c0af;
    text-decoration: underline;
}

.nav-entries, .wp-pagenavi, .woo-pagination {
    border-bottom: 1px solid #E6E6E6;
    border-top: 1px solid #E6E6E6;
    padding: 12px 0;
}

/* Twitter Widget */

.widget_woo_twitter ul li .content {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}


/* DESKTOP STYLES
-----------------
Add styles inside the media query below that you only want to be applied to the desktop layout of your site */
@media only screen and (min-width: 768px) {
	/* Desktop styles go below this line */


	
}