* {
  margin: 0;
}
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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border:0;
  font-size:100%;
  font:inherit;
  vertical-align:baseline;
  margin:0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display:block;
}

html, body { height: 100%; }
body {
  line-height:1.5em;
  font-size: 'Antic Slab', Georgia, serif;
  font-family: 'Antic Slab', Georgia, serif;
  background: #ffffff;
  color: #4a4a4a;
}
ul {
  list-style:none;
}
blockquote, q {
  quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content:none;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
  border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a{ color: #3399FF; font-weight: normal; font-style: normal; text-decoration: underline; }
a:visited{ color: #660066; font-weight: ; font-style: ; text-decoration: ; }
a:hover{ color: #3399FF; text-decoration: underline; }


.credentials a:link {
  text-decoration: none;
  color:#878787
}
.credentials a:visited {
  text-decoration: none;
  color:#878787;
  text-decoration: none;
}
.credentials a:hover, .credentials a:active, .credentials a:focus {
  color: #000;
  text-decoration: none;
}
.credentials a:hover, .credentials a:active, .credentials a:focus { color: #878787; }

/* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */
.container {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -4em;
}
.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
}
/* ~~ This is the layout information. ~~
1) Padding is only placed on the top and/or bottom of the div. The
elements within this div have padding on their sides. This saves you
from any "box model math". Keep in mind, if you add any side padding or
border to the div itself, it will be added to the width you define to
create the *total* width. You may also choose to remove the padding on
the element in the div and place a second div within it with no width
and the padding necessary for your design.
*/
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}
.content {
  display: inline-block;
  width: 100%;
}
/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
  float: right;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
  float: left;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
  clear:both;
  height:0;
  font-size: 1px;
  line-height: 0px;
}
/* ~~ sticky footer ~~ */
.footer, .push {
  height: 4em;
}
.help-inline{ display: inline-block; padding-left: 5px; vertical-align: middle; }

p{margin-bottom:14px;line-height:18px;color:#4a4a4a;}
.content p{line-height:18px;}

h1.name{margin:18px;}
h1 {
  margin:16px 0;
  color: #660066;
  font-family: 'Antic Slab', Georgia, serif;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  margin-bottom:14px;
  letter-spacing:-1px;
  line-height: 24px;
}
h2 {
  color: #4a4a4a;
  font-family: 'Antic Slab', Georgia, serif;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  margin-bottom:14px;
}
h3 {
  color: #4a4a4a;
  font-family: 'Antic Slab', Georgia, serif;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  margin-bottom:14px;
}
h4 {
  color: #4a4a4a;
  font-family: 'Antic Slab', Georgia, serif;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  margin-bottom:14px;
}
h5 {
  color: #4a4a4a;
  font-family: 'Antic Slab', Georgia, serif;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  margin-bottom:14px;
}
h6 {
  color: #4a4a4a;
  font-family: 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', Lucida, Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  margin-bottom:14px;
}
table{width:100%;background:#fff;margin-bottom:1.4em;border-collapse:separate;border:1px solid #ddd;
  border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;
  border-color:#dddddd; }
table,thead,tfoot,tbody,tr,th,td{margin:0;padding:0;}
tr{border-bottom:1px solid #ddd;
  border-color: #dddddd;}
th{font-weight:normal;text-align:left;font-size:110%;background:#e7e7e7;color:#999;
  background:#dddddd;color:#555555;}
td{color:#555;} th,td{padding:6px 10px;}
table tr.current{background-color:#EDF3FE;}
table tr.even{background-color:#f5f5f5;}
table tr.odd{background-color:#FFF;}
table tr td:last-child,table.nodividers td{border:0;}
tfoot td{font-style:italic;background:#ddd;}
/* Form Elements */
fieldset{-moz-border-radius:4px;border-radius:4px;-webkit-border-radius:4px;border:1px solid #ddd;border-top:1px solid #ddd;border-bottom:1px solid #fff;background:#F6F7FA;margin:1.2em 0 1.2em 0.3em;padding:1em 1.4em 1.4em;}
fieldset.boxless{margin:0 0 1.2em 0;padding:1em 0 1.4em 0;border:none;background:none;}
fieldset.confirm{background-color:#E0F8D1;}
legend{-moz-border-radius:4px;border-radius:4px;-webkit-border-radius:4px;margin:0 -.4em;padding:5px 15px;font-weight:bold;font-size:1.2em;background-color:#ddd;color:#333;border:1px solid #ccc;}
fieldset.tab{border-top:1px solid #f3f3f3;margin-top:0;}
label{display:block;margin-top:10px;font-size:13px;font-weight:bold;color:#555;}
label em{font-weight:normal;color:#369;}
label .support-text{font-weight:normal;color:#333;}
form {width:100%;}
.inline-label{display:inline;padding-right:8px;}
.inline-label-solo{display:inline;padding-right:20px;line-height:1.3em;}
input[type=text],input[type=password],textarea,select{border:1px solid #ccc;-moz-border-radius:4px;border-radius:4px;-webkit-border-radius:4px;font-size:1em;padding:5px;}
input[type=text],input[type=password]{width:95%;border:1px solid #ccc;background-color:#fff;}
input:focus,textarea:focus,select:focus,.field-wrapper.focus{border:1px solid #00B5D5;}
input[type=submit]:focus{border:none;}
input[type=submit]{padding:4px 8px;}
input[type=radio],input[type=checkbox]{background:transparent !important;border:0 !important;width:16px !important;}
input[type=radio]{width:13px !important;}
select{padding:4px;}
select[disabled=disabled]{color:#999;}
select[multiple]{min-width:300px;border:1px solid #ccc;}
button{outline:none;}
option[disabled]{color:#999;background:#ccc;}
input.hinted{color:#bbb;}
.wrapper {
  margin-left:200px;
  margin-right:220px;
}
.footer {
  background-color:#FFF;
  margin: 0 auto;
  width: 850px;
  box-shadow: 0px 0px 10px #888888;
  -webkit-border-radius: 10px 10px 0px 0px;
  -moz-border-radius: 10px 10px 0px 0px;
  border-radius: 10px 10px 0px 0px;
}
.footerWrapper {
  margin-left:200px;
  margin-right:220px;
}
.footerWrapper .content {
  display:block;
}
.footer p {
  float:left;
  font-size:11px;
  margin:30px;
}
.footer p span {
  color:#000;
}
.footer p.copyright {
  float:right;
}

#navigation {
  position: relative;
  float:left;
  margin-top:103px;
  width:300px;
}
#navigation ul li a {
  display: inline-block;
  position: relative;
  clear: none;
  color: #3F3F38;
  font-weight: bold;
  font-style: normal;
  text-decoration: none; 
}
#navigation>ul>li>a{
  font-family:'Antic Slab', Georgia, serif;
  font-size: 13px;
  color: #3F3F38;
  font-weight: bold;
  font-style: normal;
  text-decoration: none; 
  background-color:#DCF5FF;
  text-transform: uppercase;
  letter-spacing:.1em;
  padding: 8px 10px 8px 25px;
  margin-bottom:16px;
  box-shadow: 0px 0px 10px #888888;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
#navigation>ul>li.current>a, #navigation>ul>li.current>a:hover {background-color: #ffffff;}
#navigation>ul>li>a:hover {background-color: #DCF5FF;}
#navigation ul ul li:last-child a { padding-bottom:20px; }
#navigation ul ul li a { font-family: 'Antic Slab', Georgia, serif; font-size: 13px; font-weight: normal; font-style: normal; text-decoration: none letter-spacing:.1em; padding: 0px 10px 6px 25px; color:#660066; display: block; }
#navigation ul ul li a:hover { color:#ff5900;opacity:1; filter:alpha(opacity=100); /* For IE8 and earlier */ }

/* Notifications */
#notice{margin-top:-10px;margin-bottom:10px;}
.info,.success,.warning,.error,.validation{border-top:1px solid;border-bottom:1px solid;padding:6px 10px 6px 34px;background-repeat:no-repeat;background-position:8px 7px;text-align:left;margin-bottom:4px;line-height:1.5em;}
.info{color:#0085dd;border-color:#BEDDFF;background-color:#E2F0FF;background-image:url("https://d2ma5jma76a61i.cloudfront.net/themes/optimus_v2/assets/images/info_small.png");}
.info p{color:#0085dd;margin-bottom:4px;font-weight:bold;}
.info ul{padding:0px 20px 0px 20px;margin:4px;list-style-type:disc;}
.info ul li{color:#0085dd;}
.success{color:#4F8A10;border-color:#99cc66;background-color:#e7f5cf;background-image:url("https://d2ma5jma76a61i.cloudfront.net/themes/optimus_v2/assets/images/success_small.png");}
.success p{color:#4F8A10;margin-bottom:4px;font-weight:bold;}
.success ul{padding:0px 20px 0px 20px;margin:4px;list-style-type:disc;}
.success ul li{color:#4F8A10;}
.warning{border-color:#d9af6f;color:#9F6000;background-color:#ffffd8;background-image:url("https://d2ma5jma76a61i.cloudfront.net/themes/optimus_v2/assets/images/warning_small.png");}
.warning p{color:#9F6000;margin-bottom:4px;font-weight:bold;}
.warning ul{padding:0px 20px 0px 20px;margin:4px;list-style-type:disc;}
.warning ul li{color:#9F6000;}
.message{background-color:#D1EBF1;padding:10px 10px;margin-bottom:15px;}
.message p{margin-bottom:4px;font-weight:bold;}
.message ul{padding:0px 20px 0px 20px;margin:4px;list-style-type:disc;}
.message ul li{color:#D1EBF1;}
.grey-message{background-color:#f3f3f3;padding:10px 10px;margin-bottom:15px;}
.grey-message p{color:#D1EBF1;margin-bottom:4px;font-weight:bold;}
.grey-message ul{padding:0px 20px 0px 20px;margin:4px;list-style-type:disc;}
.grey-message ul li{color:#D1EBF1;}
.error{border-color:#ff8888;color:#D8000C;background-color:#ffe8e8;background-image:url("https://d2ma5jma76a61i.cloudfront.net/themes/optimus_v2/assets/images/error_small.png");}
.error p{color:#D8000C;margin-bottom:4px;font-weight:bold;}
.error ul{padding:0px 20px 0px 20px;margin:4px;list-style-type:disc;}
.error ul li{color:#D8000C;}
fieldset div.fieldWithErrors input,fieldset div.fieldWithErrors div.selector {border:1px solid #ff8888;}

/* MISC */
.small-meta{font-size:11px;color:#999;}
.rounded,.rounded4{-moz-border-radius:4px;-webkit-border-radius:4px;-o-border-radius:4px;border-radius:4px;}
.rounded8{-moz-border-radius:8px;-webkit-border-radius:8px;-o-border-radius:8px;border-radius:8px;}
.rounded24{-moz-border-radius:24px;-webkit-border-radius:24px;-o-border-radius:24px;border-radius:24px;}

/* Colors */
a.yellow { background: #E07500;padding: 0 3px 1px 3px; text-shadow: rgba(0,0,0,0.3) 1px 1px 1px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius:3px;color:#fff;}

/* Small links */
a.admin:link,a.admin:visited{color:#f00;font-family:verdana;font-size:11px;font-weight:normal;text-decoration:underline;}
a.admin:hover{color:#fff;background:#f00;text-decoration:none;}
a.info_link, a.info_link:visited{color:#0569ff;font-size:11px;font-family:verdana;font-weight:normal;text-decoration:underline;}
a.info_link:hover{color:#fff;background:#0569ff;text-decoration:none;}
a.add_link, a.add_link:visited{color:#339900;font-size:11px;font-family:verdana;font-weight:normal;text-decoration:underline;}
a.add_link:hover{color:#fff;background:#339900;text-decoration:none;}

/* Small Admin */
#small_admin{padding:0;margin-bottom:6px;font-size:12px;}
#small_admin h1{color:#333;font-weight:bold;font-size:18px;}
#small_admin td{padding:0 2px;}
div.small_admin_links{font-size:11px;margin-top:0;text-align:right;line-height:24px;}
div.small_admin_links select{font-size:10px;padding:0px;}

/* Teaser content */
div.teaser {display:block;float:left;width:100%;background-color:#DDD;text-decoration:none;margin-top:3px;text-indent:26px;background-image:url("https://d2ma5jma76a61i.cloudfront.net/themes/optimus_v2/assets/images/lock.gif");background-repeat:no-repeat;background-position:6px 6px;font-size:14px;border-top:1px solid;border-bottom:1px solid;border-color:#d9af6f;color:#9F6000;background-color:#ffffd8;padding:6px;}
div.teaser p{margin-bottom:0;}

/* video settings */
/*Video overlay for lightbox thumb*/
div.video-container{width:150px;margin:5px;position:relative;}
span.video-overlay{background:url("https://d2ma5jma76a61i.cloudfront.net/themes/optimus_v2/assets/images/video-overlay.png") no-repeat;position:absolute;top:26%;left:38%;height:39px;width:39px;}

/* filebox */
a.filebox span{ color: #ffffff; background: #E07500; font-size: 10px; font-weight:bold; padding: 2px 3px; text-shadow: rgba(0,0,0,0.3) 1px 1px 1px; -moz-border-radius: 2px; -webkit-border-radius: 2px; }

.download{background:url("https://d2ma5jma76a61i.cloudfront.net/themes/optimus_v2/assets/images/image/icons-grey.png") no-repeat 0 -484px;padding:4px 18px;line-height:12px;}
a.member-file{width:195px;display:block;text-decoration:none;font-weight:bold;font-size:12px;overflow:hidden;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;-webkit-box-shadow:rgba(0,0,0,0.15) 0px 1px 3px;-moz-box-shadow:rgba(0,0,0,0.15) 0px 1px 3px;box-shadow:rgba(0,0,0,0.15) 0px 1px 3px;border:solid 1px #999;background:url("https://d2ma5jma76a61i.cloudfront.net/themes/optimus_v2/assets/images/button-back.png") repeat-x 0px 0px;text-shadow:rgba(255,255,255,0.5) 0px 1px 0px;color:#666 !important;margin:5px;padding:4px 6px;line-height:1.4}
a.member-file span.filename{font-size:11px;margin-left:18px;font-weight:normal;display:block;color:#666 !important}
a.member-file:hover{text-decoration:none;}
a.member-file:active{background-position:0px bottom;}

.container {
  width: 850px;
}
#logo {
  /* background-image:url('http://www.automateyourgrowth.com/images/AYGbanner800TF.jpg'); */
  max-width: 725px;
  background-color:#FFF;
  padding-bottom:10px;
   -webkit-border-radius: 0px 0px 10px 10px;
  -moz-border-radius: 0px 0px 10px 10px;
  border-radius: 0px 0px 10px 10px;
  display:inline-block;
  min-width:50px;
  margin-bottom:20px;
  clear:both;
  background-color:#ffffff;
}
#logo img, #logo h1{ padding: 20px 30px 15px 30px;max-height:125px; }
#logo h1{ margin: 0px;}
#logo h1 a{
  text-decoration: none;
  color: #4a4a4a;
  font-family: Helvetica, Arial, 'sans-serif';
  font-size: 24px;
}

#navigation .logo {
  display:none;
}
.logo img {
  padding: 20px 30px 15px 30px;
}
.login {
  position:relative;
  float:right;
  width: 100%;
}
.login .credentials {
  position:absolute;
  bottom: 0;
  right: 0;
  margin: 0 0 20px 0;
}
.login .credentials h5, .login .credentials p {
  text-align:right;
}
.welcome {
  font-size:12px;
  text-transform:uppercase;
  margin-bottom: 8px;
  color: #878787;
}
.myAccount {
  font-size:10px;
  text-transform:lowercase;
  color: #878787;
}
.logout {
  padding-left: 15px;
}
.welcome span.userName {
  color: #000;
}
.contentItem {
  background-color:#FFF;
  box-shadow: 0px 0px 10px #888888;
  -webkit-border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  display:block;
  overflow:hidden;
}
.contentItem.lg {
  width:100%;
  clear:both;
  margin-bottom:20px;
  position:relative;
  background-color:#FFF;
}
.middleContent ul { margin-bottom:14px;list-style-type:disc; }
.middleContent li { margin-left:18px;float:none; }
#displayGroup.contentItem.lg, #headerBand.contentItem.lg {
  background-color:#000;
}
#content-wrapper .contentItem.lg {
  width:100%;
  clear:both;
  margin-bottom:20px;
  position:relative;
  display:inline-block;
}
#content-wrapper .contentItem.lg .middleContent {
  clear:both;
  -webkit-border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  margin:30px;
  display:block;
}
ul#buckets li {
  float:left;
}
ul, ol {
  padding:0px;
}
ul#buckets {
  width:100%;
  display:inline-block;
}
#buckets .contentItem.sm img {
  -webkit-border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  z-index:0;
}
#content-wrapper .contentItem.lg {
  display:block;
}
form {
  float: right;
}
form.sortForm {
  margin:35px 20px 0 0;
}
form.searchForm {
  margin:35px 50px 0 0;
}
.sort {
  display:block;
  padding-bottom:10px;
}
#btn.moduleSelection {
  float:right;
  margin-top:25px;
  margin-right:30px;
}

.contentItem { padding-bottom:30px;background-color:#ffffff; }
.middleContent ol { margin-bottom:14px; }
.middleContent ul { margin-bottom:14px;list-style-type:disc;color:#4a4a4a; }
.middleContent li { margin-left:18px;float:none;color:#4a4a4a; }
