/* BEGIN STANDARD HTML TAG STYLES
------------------------------------------------------------------------------*/
* {
  padding: 0;
  margin: 0;
}

body {
  text-align: center;
  background: url(http://static.corywiles.com/images/body_bg.png) #fffcde repeat-x top left;
}

hr {
  margin: auto auto 20px 10px;
  float: left;
  width: 95%;
}

a.top:link, a.top:active, a.top:visited, a.top:hover {
  color: #fff;
  text-decoration: none;
}

a.top:hover {
  text-decoration: underline overline;
}

ul {
  margin: 0 0 0 5px;
  list-style-type: none;
}

li {
  margin: 0 0 5px 5px;
}

#wrapper {
  margin: 0 auto;
  width: 665px;
  border-left: 5px solid #000;
  border-right: 5px solid #000;
  border-bottom: 5px solid #000;
}

#header {
  background: #FBFBF9;
  background: -webkit-gradient(linear, left 45%, left 90%, from(rgba(253, 251, 252, 1.0)), to(rgba(207, 204, 199, 1.0)));
  /* for FF 3.6 */
  background: -moz-linear-gradient(rgba(253, 251, 252, 1.0) 45%, rgba(207, 204, 199, 1.0) 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FDFBFC, endColorstr=#CFCCC7);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#FDFBFC, endColorstr=#CFCCC7)";
  text-align: right;
  padding: 5px 0;
}

/* BEING TOP MENU CONTAINER STYLES
------------------------------------------------------------------------------*/
#topMenuContainer {
  background-image: url(http://static.corywiles.com/images/green_bg.jpg);
  height: 132px;
  width: 665px;
  margin: -4px 0 0 0;
}

html>body #topMenuContainer {
  margin: 0;
}

#topMenu {
  margin-left: 350px;
}

html>body #topMenu {
  margin: auto auto auto 340px;
}

#topMenu ul {
  margin-top: 3px;
}

html>body #topMenu ul {
  margin-top: 0;
  padding-top: 2px;
}

#topMenu li {
  display: inline;
  list-style-type: none;
  font-family: verdana;
  font-size: .75em;
  font-weight: normal;
  text-decoration: none;
}

#topMenu li#home {
  padding-left: 5px;
}

#topMenu li#contact {
  padding: 0 25px 0 75px;
}

#topMenu li#blog {
  padding: 0 0 0 65px;
}

html>body #topMenu li#blog {
  padding: 0 0 0 55px;
}
/* END TOP MENU CONTAINER STYLES
------------------------------------------------------------------------------*/

/* BEGIN MENU STYLES
------------------------------------------------------------------------------*/
#menuContainer {
  height: 28px;
  background-color: #fff;
  width: 665px;
}

#menu {
  float: right;
  font-family: verdana, arial, sans-serif;
  letter-spacing: 2px;
  font-size: .85em;
}

#menu img {
  border: 0;
  float: left;
}

#menu a:link, #menu a:active, #menu a:visited {
  color: #414141;
  text-decoration: none;
}

#menu a:hover {
  border-top:3px solid #1580AA;
  text-decoration: none;
}

#menu ul{
  padding: 5px 0 0;
}

#menu li {
  display: inline;
  list-style-type: none;
  padding: 0 0 0 10px;
}

#menu li#services {
  padding: 0 26px 0 0;
}

/* END MENU STYLES
------------------------------------------------------------------------------*/

/* BEGIN CONTENT STYLES
------------------------------------------------------------------------------*/
#contentContainer {
  background-image: url(/images/content_bg.jpg);
  background-repeat: no-repeat;
  background-color: #000;
  float: left;
  font-family: verdana, arial, sans-serif;
  min-height: 528px;
  width: 665px;
  text-align: left;
}

html>body #contentContainer {
  border-left: 5px solid #000;
  border-right: 5px solid #000;
  margin: 0 0 0 -5px;
}

#contentContainer h3, #contentContainer h4 {
  font-family: georgia, helvetica;
  font-weight: bold;
  color: #800000;
  margin-left: 10px;
  margin-top: 3px;
}

#contentContainer h3 {
  font-size: 14pt;
}

#contentContainer h4 {
  font-size: 13pt;
}

#contentContainer #content a:link, a:active, a:visited {
  color: #00709e;
  text-decoration: underline;
}

#contentContainer #content a:hover {
  text-decoration: none;
}

#content {
  width: 600px;
  background-color: #fff;
  border: 5px solid #5C245C;
  margin: 20px 20px 10px 30px;
  opacity: .95;
  filter: alpha(opacity = 95);
}

#content p {
  font-size: 11pt;
  padding-left: 10px;
  line-height: 20px;
  margin-bottom: 10px;
}

#content p.blog {
  margin: -25px 0 0 10px;
  padding: 20px 0 10px 0;
}

html>body #content p.blog {
  margin: -15px 0 0 10px;
  padding: 8px 0 10px 0;
}

#content ol {
  margin: 5px 0 5px 40px;
}

#content ul.errors li, #content p.errors {
  color: #ff0000;
  font-size: 12pt;
  font-weight: bold;
}

#newsTimeStamp {
  margin: -10px auto auto;
}

html>body #newsTimeStamp {
  margin-top: 5px;
}

#newsTimeStamp p {
  font-size: 7.5pt;
  font-family: verdana;
  font-weight: bold;
  color: #B0B6D0;
  text-align: left;
  padding-right: 28px;
  margin-top: 0;
}

html>body #newsTimeStamp p {
  padding-right: 20px;
}

.bold {
  font-weight: bold;
  color: #858585;
}

#contentContainer #content p a.permalink:link, 
#contentContainer #content p a.permalink.active, 
#contentContainer #content p a.permalink:visited {
  color: #330099;
}

#contentContainer #content p a.permalink:hover {
  color: #fff;
  background: #36f;
}

code {
  color: #000;
  font: bold .9em 'courier new', courier, monospace;
  padding: 3px;
  width: 80%;
}

#twitterStatus {
  width: 600px;
  background: url(http://static.corywiles.com/images/tweet-it-icon.png) no-repeat 5px 5px #fff;
  border: 5px solid #5C245C;
  margin: 20px 20px 10px 30px;
  opacity: .95;
  filter: alpha(opacity = 95);
}

#twitterStatus p {
  font-size: 14px;
  padding: 5px 5px 0 70px;
  line-height: 20px;
  margin-bottom: 10px;
  font-style: italic;
}

#twitterStatus h4 {
  padding: 0 5px 0 62px;
}

/* social networking links */

#socialNetworking {
  margin: 5px;
}

#socialNetworking a img {
  border: none;
}

#socialNetworking li {
  display: inline; 
}

.errorBackground {
  background: #F0EDDA;
  font-size: 13px;
  padding: 10px 0;
  width: 95%;
  border: 1px solid #9A988A;
  color: #000;
  text-align: center; 
  margin: 10px;
}

ul.errors li {
  margin: 5px;
  padding: 5px;
}

/* END CONTENT STYLES
------------------------------------------------------------------------------*/

/* BEING RSS STYLES
------------------------------------------------------------------------------*/
#rssFeedContainer {
  background-color: #161616;
  width: 665px;
  text-align: left;
  float: left;
}

html>body #rssFeedContainer {
  border-left: 5px solid #000;
  border-right: 5px solid #000;
  margin: 0 0 0 -5px;
}

#firstFeed, #secondFeed, #thirdFeed {
  color: #fff;
  font-family: verdana;
  font-size: 10pt;
  background: transparent;
  float: left;
  width: 33%;
}

#firstFeed h2, #secondFeed h2, #thirdFeed h2 {
  font-family: georgia;
  font-size: 12px;
  margin: 4px 0 0 0;
  text-align: center;
  color: #FFFF99;
}

#firstFeed ul, #secondFeed ul, #thirdFeed ul {
  padding: 0 0 10px 5px;
}

#firstFeed li, #secondFeed li, #thirdFeed li {
  list-style-type: none;
  margin: 0 0 0 5px;
  font-size: .85em;
}

#firstFeed a:link, #firstFeed a:active, #firstFeed a:visited {
  color: #fff;
}

#secondFeed a:link, #secondFeed a:active, #secondFeed a:visited {
  color: #fff;
}

#thirdFeed a:link, #thirdFeed a:active, #thirdFeed a:visited {
  color: #fff;
}

/* END RSS STYLES
------------------------------------------------------------------------------*/

/*********** qTip *************/

#qTip {
  padding: 12px;
  border: 1px dashed #4395A3;
  display: none;
  background: #EEF8F9;
  color: #4395A3;
  font: normal 12px Arial, Verdana, Helvetica, sans-serif;
  text-align: left;
  width: auto;
  position: absolute;
  z-index: 1000;
}

#qTip img {
  border: 0;
}
