/*
Theme Name: Taylor Tech Solutions
Theme URI: http://taylortechsolutions.com/
Description: This is a custom theme designed by and for Taylor Tech Solutions.
Version: 1.0
Author: Mike Taylor
Author URI: http://taylortechsolutions.com/
*/

/*
**Theme Colors**

*/

/* CSS Reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  }
ol, ul {
  list-style: none;
  }
blockquote, q {
  quotes: none;
  }
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
  }
/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
  }
del {
  text-decoration: line-through;
  }
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
  }

/* /CSS Reset */


/* Generic Presentation Styles */

h1 {
  font-size: xx-large;
  margin: 0 0 .67em ;
  }
h2 {
  font-size: x-large;
  margin: 0 0 .83em;
  }
h3 {
  font-size: large;
  margin: 0 0 1em;
  }
h4 {
  font-size: medium;
  margin: 0 0 1.33em;
  }
p {
  margin: 0 0 1em;
  }
ul {
  margin: 0 0 1em;
  padding-left: 2em;
  list-style-type: square;
  }
ul ul {
  margin: 0;
  list-style-type: circle;
  }
hr {
  height: 2px;
  margin: 5px;
  border: none;
  background-color: #000000;
  color: #000000;
  }
.center {
  text-align: center;
  }
.clearall {
  clear: both;
  margin: 0;
  padding: 0;
  height: 0;
  overflow: hidden;
  }

/* /Generic Presentation Styles */


/* Specific Page Layout Styles */

body {
  background-color: #afafaf;
  text-align: center;
  }
#page {
  width: 900px;
  margin: 0 auto;
  background: #ffffff;
  font-family: Arial,sans-serif;
  font-size: small;
  text-align: left;
  border: 1px #808080 solid;
  }
#header {
  height: 170px;
  margin: 0 25px 15px;
  background: url("/wp-content/themes/tts/images/TTS-2.png") left no-repeat;
  text-align: right;
  font-size: large;
  }
#menu {
  width: 800px;
  margin: 0 auto;
  font-size: small;
  }
#menulist {
  list-style-type: none;
  display: inline;
  }
#menulist li.page_item {
  display: inline;
  float: left;
  margin: 0px 5px;
  }
#menulist li.page_item a {
  padding: 2px 5px 5px;
  display: block;
  width: 137px;
  line-height: 1.5em;
  overflow: hidden;
  border: 1px #4ab254 solid;
  border-bottom: 0px #ffffff solid;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  color: #7d8fdf;
  background-color: #f4f1db;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  z-index: 1;
  }
#menulist li.page_item a:hover {
  color: #2645c9;
  border-color: #25592a;
  }
#menulist li.current_page_item a, #menulist li.current_page_ancestor a {
  border: 2px #25592a solid;
  border-bottom: 3px #e9e3b7 solid;
  background-color: #e9e3b7;
  cursor: default;
  color: #132365;
  position: relative;
  z-index: 3;
  }
#menulist li.current_page_item a:hover {
  color: #132365;
  border-bottom: 3px #e9e3b7 solid;
  }
#main {
  width: 900px;
  text-align: center;
  }
#content {
  width: 820px;
  margin: -3px auto 10px;
  padding: 15px;
  border: 2px #25592a solid;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  z-index: 2;
  text-align: left;
  background: #e9e3b7;
  }
#standout {
  float: right;
  clear: right;
  width: 230px;
  margin: 0 0 10px 10px;
  padding: 10px 20px;
  color: #000000;
  background-color: #bf582e;
  border: 2px #2645c9 solid;
  -moz-border-radius-topleft: 20px;
  -webkit-border-top-left-radius: 20px;
  border-top-left-radius: 20px;
  -moz-border-radius-bottomright: 20px;
  -webkit-border-bottom-right-radius: 20px;
  border-bottom-right-radius: 20px;
  }
#content a {
  color: #bf582e;
  }
#content a:hover {
  color: #602c17;
  }
#footer {
  clear: both;
  height: 2em;
  margin: 0 25px 0 25px;
  border-width: 1px 0 0 0;
  border-color: #f69d7e;
  border-style: solid;
  font-size: x-small;
  color: #000000;
  }
#sitemap {
  float: right;
  }
#copyright {
  float: left;
  }

/* /Specific Page Layout Styles */


/* Standout Presentation Styles */

#standout a {
  color: #d99b82;
  font-weight: bold;
  }

#standout ul {
  list-style-type: none;
  }
#standout li.page_item a {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  }
#standout li.page_item a:hover {
  color: #00b034;
  text-decoration: underline;
  }
#standout li.current_page_item a {
  color: #00b034;
  text-decoration: none;
  }
#standout li.current_page_item a:hover {
  cursor: normal;
  }

/* footer presentation styles */

#footer a {
  color: #000000;
  text-decoration: none;
  }
#footer a:hover {
  text-decoration: underline;
  }

/* /footer presentation styles */


/* miscellaneous */

.ddsg-wrapper h2 {
  display: none;
  }
.ddsg-wrapper div {
  display: none;
  }
.ddsg-wrapper .ddsg-xml-link {
  display: inline;
  }
.ddet_div {
  margin: 0 0 2em 2em;
  padding: 8px;
  background: #602c17;
  border: 1px solid #132365;
  width: 460px;
  color: #fff;
  }
#standout .ddet_div {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  width: 230px;
  color: #000;
  }

form.ddfm .credits {
  display: none;
  }

.ddfmwrap {
  width: 820px!important;
  }

form.ddfm {
  width: 800px!important;
  }

form.ddfm input, form.ddfm select, form.ddfm textarea {
  width: 55%!important;
  }

form.ddfm .fmverify {
  width: 46%!important;
  }

form.ddfm .submit {
  width: 83%!important;
  }

form.ddfm .submit input {
  width: auto!important;
  }

/* /miscellaneous */