/*
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 */

/* Style quotes block in header */
p.niceQuote {
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.header-widget .widget_nqwidget {
  background-color: #000099;
  font-weight: bold;
  float: right;
  border: none;
  width: 55%;
}

/* Style logo. Moves it into the center of the header with no extra space around it. Mobile only. */
#logo {
  margin-left: 0px;
  margin-top: 0px;
  text-align: center;
}

/* Add black shadow to site title */
#logo .site-title a {
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

/* Add some breathing space above subscribe link */
p.subscribe-to-comments {
  margin-top: 8px;
}

/* Style Jim's photo in the header */
.header-widget #text-3 {
  float: right;
  margin-right: 2px;
  width: 150px;
}

/* Remove bullets from lists in the sidebar */
.widget ul {
  list-style-type: none;
}

/* Remove underlines from links */
a:link, a:visited  { text-decoration: none !important; font-weight:bold;}
a:hover { text-decoration: none! important; font-weight: bold; }

/* Make Jim's comments have a different bg colour */
#comments .comment.comment-author-admin > div {
  background-color: #F0F8FF;
}

/* Make Brandon's comments have a different bg colour */
#comments .comment.comment-author-brandon > div {
  background-color: #FFF5F0;
}

/* 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 */


/* Style logo. Moves it into position except on mobile platforms. */
#logo {
/*  width: 455px;
  height: 57px;*/
  margin-left: 75px;
  margin-top: 67px;
  text-align: left;
}


/* Make twitter widget text smaller */
.widget_woo_twitter ul li .content {
  font-size: 12px;
}

/* Make twitter widget smaller */
.widget_woo_twitter .back {
  padding: 0px;
}

/* Place social stuff on the right side of the navbar */
ul.nav.fr {
  position: absolute;
  top: 7px;
  right: 0;
}

/* Add icons to the social links */
.nav .social a {
  display: inline-block;
  background-image: url(images/ico-subscribe-social.png);
  background-repeat: no-repeat;
}

/* Display twitter icon */
.nav .social a.twitter {
  background-position: -30px 0;
}

/* Display facebook icon */
.nav .social a.facebook {
  background-position: -60px 0;
}

/* Display flickr icon */
.nav .social a.flickr {
  background-position: -120px 0;
}

/* Hover effect on social icons */
.nav .social a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* Alter positioning of rss icon in navbar */
#wrapper #navigation ul.rss {
    top: 0;
    right: 0;
    float: right;
    border: none;
    margin-bottom: 0;
    padding: 0 0 0 10px;
}

/* Remove border lines in social icons */
#navigation ul.nav li.social {
 border-right: none;
}

/* Style "Connect with Jim" text */
.connect_heading.fr {
  position: absolute;
  top: 50%;
  height:44px;
  margin-top:-8px;
  right: 125px;
}

/* Make jimbovard.com link red */
ul.nav li.menu-item-4546 a {
  color: red;
}

/* Center Jim's Book photo in sidebar */
.textwidget img {
  vertical-align: bottom;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
	
}