/* Base */
@import url(/.shared/themes/common/base-weblog.css);

/* Portal */


/* Theme */
@import url(/.shared/themes/walt/theme-curves_blue.css);

/* Custom */
body  {
  background: url(http://shootq.com/blog/bg.png) #EEE repeat-x;
  font: 90% Arial, Helvetica, sans-serif !important;
  color: rgb(91, 87, 69);
  line-height: 1.5;
}
h2, h3  {
  font-family: Arial, Helvetica, sans-serif !important;
  color: rgb(91, 87, 69);
  font-size: 1.2em !important;
  color: #555 !important;
}
#pagebody a  {
  color: rgb(29, 113, 171) !important;
  text-decoration: none;
}
#pagebody a:hover  {
  color: rgb(51, 153, 204) !important;
  text-decoration: underline;
}
#container  {
  width: 900px;
  padding: 0 0 0 62px;
  margin: 0 auto 0 auto;
  top: 109px;
  background: url(http://shootq.com/blog/tl.png) top left no-repeat #E5E5E5;
}
#container-inner  {
  background: url(http://shootq.com/blog/tr.png) top right no-repeat;
}

#topnav {
  width: 900px;
  margin: 0 auto;
  position: relative;
  color: #FFF;
  font-size: 12px;
  font-family: 'Lucida Grande', arial, Helvetica;
}
#topnav span  {
  padding: 0 10px;
}
#topnav img  {
  float: left;
  padding: 0 5px;
}
#topnav a {
  color: #FFF;
}
#topnav ul {
  position: absolute;
  top: 0;
  right: 20px;
  margin-top: 7px;
}
#topnav ul li {
  list-style-type: none;
  float: left;
  padding: 0 5px;
}

ul#sq-nav  {
  margin: 0;
  float: right;
  height: 34px;
  overflow:hidden;
}
ul#sq-nav li  {
  font-size: 12px !important;
  font-family: 'Lucida Grande', arial, Helvetica;
  padding: 10px 15px;
  height: 34px;
  list-style-type: none;
  float: left;
  color: #FFF;
}
ul#sq-nav li:hover  {
  background: #013170;
}
ul#sq-nav li > a  {
  color: #FFF;
  display: block;
  text-decoration: none;
}
ul#sq-nav li > a:hover  {
  text-decoration: none;
}
ul#sq-nav li.current  {
  color: #000;
  background: #FFF;
}
ul#sq-nav li.current > a  {
  color: #000;
}
#banner, #pagebody  {
  width: 854px;
}
#banner  {
  width: 845px;
  height: 50px; 
  border-top-width: 0px;
  padding-bottom: 0px;
  background: #FFFFFF url(http://shootq.com/blog/nav.png) repeat-x scroll right top;
}
#banner-header  {
  position: absolute;
  top: -75px;
  width: 130px;
  left: -55px;
  height: 50px;
  background: url(http://shootq.com/blog/logo.png) top right no-repeat;
}
#banner-inner h1 a  {
  display: none;
}
#pagebody  {
  margin: 0 34px 0 -28px;
  padding: 10px 15px 0 25px;
}
#pagebody-inner  {
  background: #FFF !important;
}
#alpha  {
  width: 555px !important;
  overflow-x: hidden !important;
  padding-right: 35px;
}
#beta  {
  margin-left: 25px;
}

.content-nav  {
  background: #F5F5F5;
  padding: 15px;
}
.entry  {
  background-image: none;
  border-bottom: 1px solid rgb(221, 221, 221);
  margin: 0 0 3em 0;
  padding: 0 0 3em 0;
}
.entry-header  {
  font-family: Arial, Helvetica !important;
  color: rgb(0, 68, 102) !important;
  font-weight: bold;
  margin: 5px 0;
  font-size: 1.7em !important;
}
.entry-header a  {
  color: rgb(49, 133, 191) !important;
}
.date-header  {
  font-size: 0.75em;
  margin: 0 0 1.5em;
  color: rgb(153, 153, 170) !important;
  font: 90% Arial, Helvetica !important;
  padding-bottom: 10px;
  border-bottom: 1px solid #E3E3E3;
}
.entry-content  {
  font-size: 100%;
}
.entry-footer  {
  font-size: 85%;
  border-top: 0;
  margin: 10px 0 20px;
}

.entry-content,
.entry-content p,
.entry-content ul,
.entry-content ol,
.entry-content dl {
	line-height: 1.5 !important;
	margin: 0 0 .75em 0 !important;
}
 
.entry-content ul,
.entry-content ol,
.entry-content dl {
  list-style-position: inside
  margin-left: 25px;
}

.trackbacks-link  {
  padding: 15px;
  background: #FFFFCC;
  display: block;
  margin-top: 8px;
}

.module  {
  border-bottom: 1px solid #DDD;
  padding: 0 auto 1em;
  margin: 0 auto 1em;
}

.module-content  {
  font-size: .8em;
}
.module-list-item  {
  padding: 5px 0 5px 15px;
}
.module-list-item:nth-child(2n+1)  {
  background: #F5F5F5;
}

.module-categories .module-header  {
  background: url(http://app.shootq.com/images/tag_blue.png) 5px 2px no-repeat;
  padding: 0 0 0 26px;
  margin-bottom: 10px;
}

.module-syndicate .module-content  {
  height: 16px;
  background: url(http://app.shootq.com/images/feed.png) top left no-repeat;
  padding: 1px 0 0 21px;
}

.comments-open-content input, .comments-open-content textarea  {
  font-size: 16px;
  padding: 5px;
  border: 1px solid;
  border-color: rgb(185, 185, 185);
  color: #333;
  border-bottom-color: rgb(235, 235, 235) !important;
  border-right-color: rgb(235, 235, 235) !important;
  margin-left: 15px;
}

.comments-open-content label  {
  margin-bottom: 5px;
  color: #333;
}

#twitter-link  {
  margin-bottom: 15px;
  text-align: right;
  margin-top: 8px;
  font-size: 12px;
  margin-left: 10px;
}

#twitter_div .module-list-item  {
  padding: 15px;
  background: rgb(229, 240, 245);
}

#twitter_div .module-list-item span  {
  padding-bottom: 10px;
  display: block;
}
/* ph=1 */
/* nhm:from_kauri */
