/* blue color scheme */
.block h3.title,.block h3.title span,.block .block-div,.block .block-div-arrow{background-image:url(images/blue/block-title.png)}
.search-form #searchfield,.search-form input.submit{background-image:url(images/blue/search.png);}
li.comment .comment-head{background-image:url(images/blue/comment-head.png);}
li.comment .comment-head.comment-author-admin,li.comment .comment-head.bypostauthor{background-color:#3873bd;}
.tabs-wrap{background-image:url(images/blue/tabs-bg.png);}
.tabs li{background-image:url(images/blue/tabs-c.png);}
.tabs li a{background-image:url(images/blue/tabs.png);}
#site-title p.headline{color:#44a1fb;}
.altText{color:#3873bd;}
.tag-cloud a:hover,.block-widget_tag_cloud a:hover{background-color:#44a1fb;}
/*********************************/
#header a.nav-extra.rss{background:transparent url(http://arcanesanctum.net/wp-content/themes/mystique/images/nav-icons.png) no-repeat right top;}
#header a.twitter{background:transparent url(http://arcanesanctum.net/wp-content/themes/mystique/images/nav-icons.png) no-repeat left top;}
body.fluid.col-2-right #primary-content{width:70%;left:0;}
body.fluid.col-2-right #sidebar{width:30%;}
.post-info.with-thumbs{margin-left:94px;}
#site-title #logo a
{
  font-family: Georgia, Sans-Serif, Verdana;
  font-weight: normal;
  font-style: italic;
  padding-left:20px;
  text-shadow: 0px 0px 10px rgba(200, 200, 255, 1);
}
#site-title #logo a:hover, .author a:hover, .comments a:hover, a:hover, .details a:hover, .single-navigation a:hover
{
  color: #1ddcff;
}
li.comment .controls a:hover
{
  background-color: #1ddcff !important;
  border-top:1px solid #1ddcff !important;
}
.title a:hover
{
  color: #1ddcff !important;
}
#site-title p.headline
{
  margin-right: -1000px;
  color:#5d99ac;
  text-shadow: 0px 0px 16px rgba(200, 200, 255, 100);
}
/* Page Width */
body.fluid .page-content{
 max-width: 1060px;
}
/* Custom featured page width and height*/
#featured-content .slide-container, #featured-content ul.slides li.slide { height:174px;
width:1060px;
}
.post-content, .page
{
  padding-left:15px !important;
  padding-right:15px !important;
}
.page .title
{
  margin-left:-15px !important;
}
.post-content img, .page img, .shadowed-image
{
  border-radius:0px;
  padding:0px;
  -moz-box-shadow: 1px 1px 8px #555;
  -webkit-box-shadow: 1px 1px 8px #555;
  box-shadow: 1px 1px 8px #555;
}
.wp-smiley
{
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
/* Move up Twitter and RSS buttons */
#header a.nav-extra {
height:50px;
}
#header p.nav-extra {
top:-38px;
}
code
{
  font-family:"Courier New",Courier,monospace;
}
#respond
{
  width: 100%;
}

::selection {
	background:#2fd0dc;
	color:#fff;
}

::-moz-selection {
	background:#2fd0dc;
	color:#fff;
}