/*
Twitter Blue Logo = #33ccff
Twitter Blue Text = #05a5da
MadTwibs Blue = #3355ff
MadTwibs Orange = #ffbb33
*/
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #333;
}
select, input, textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px; 
  color: #333;
  vertical-align: middle;
}
* {
  margin: 0;
  padding: 0; 
}
optgroup, option {
  padding: 0 8px 0 3px;
}

p {
  line-height: 13px;
  padding-bottom: 7px;
}
.logo {
  float: left;
  padding-top: 4px;
  padding-left: 9px;
}

.logo img {
  margin-bottom: 1px;
  border: none;
}

.logo a {
  border: none;
  text-decoration: none;
}

#madtwibs p {
  float: left;
  font-size: 18px;
  line-height: 60px;
  color: #3355ff;
  font-weight: bold;
  padding-top: 4px;
  padding-left: 9px;
}

#madtwibs .the-tw {
  color: #33CCFF;
}

#footer,
#main-menu {
  clear: both;
}

#footer ul,
#main-menu ul {
  list-style-type: none;
  border-top: 1px solid #bbb;
  padding: 10px 0 0 9px; 
}

#footer-frame {
  padding-top: 24px;
}

#footer li,
#main-menu li {
  float: left;
  margin-right: 20px;
}

#subfooter {
  clear: both;
}

a,
a:visited {
  text-decoration: underline;
  color: #05a5da;
}

a:hover,
a:visited:hover {
  text-decoration: none;
  color: #05a5da;
}

#viewport {
  text-align: center;
}

#page {
  margin: 0 auto;
  width: 320px;
  text-align: left;
  padding-bottom: 18px;
}
#content-frame {
  clear: both;
  padding: 18px 0 0 0;
}
#content {
  margin: 9px;
}
#goo {
  padding-top: 18px;
  text-align: center;
}
h1 {
  color: #3355ff;
  margin-top: 18px;
  font-size: 17px;
  font-family: Georgia, Times, serif;
  font-weight: normal;
  text-align: center;
}

h2 {
  color: #3355ff;
  font-size: 14px;
  font-weight: bold;
}

h3 {
  color: #3355ff;
  font-size: 13px;
  font-weight: bold;
}

.feature-wrapper, 
.publish-wrapper {
  margin-top: 18px;
  border: 1px solid #05a5da;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
}

.feature-wrapper h2, 
.publish-wrapper h2 {
  background-color: #DDFFCC;
  color: #3355ff;
  border-bottom: 1px solid #BDDCAD;
  padding: 4px 8px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;  
}

.feature, 
.publish {
  padding: 9px 9px 4px 9px;
}

.publish p {
  font-size: 17px;
  line-height: 22px;
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
}

.filled-blank {
  padding: 0 7px;
  border-bottom: 1px solid #777;
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serf;
  font-style: normal;
}

#words-frame {
  margin-top: 18px;
}
#build #words-frame {
  margin: 0;
}

.words td {
  vertical-align: top;
}
.word-inputs {
  width: 96px;
}
.words th.part-label {
  width: 131px;
}

#remain-td {
  text-align: left;
  padding-left: 6px;
}
.words th {
  padding-right: 4px;
  text-align: right;
  vertical-align: middle;
}
.words input.text {
  width: 85px;
}
td.submit {
  text-align: right;
}

select {
  border: 1px solid #05a5da;
}
textarea,
input.text {
  border: 1px solid #05a5da;
  padding: 1px 3px; 
}
.optional th {
  font-weight: normal;
}
.optional input.text {
  border: 1px solid #aaa;
}
td.author {
  text-align: right;
  padding-bottom: 3px;
  font-size: 12px;
}

td.author .value {
  font-style: italic;
}

.templateCount,
.another,
.category,
.related,
.timeline {
  margin-top: 9px;
  padding-bottom: 0;
}

.asterisk {
  font-size: 15px;
  vertical-align: top;
  font-family: "Times New Roman", Times, serif;
}
.footnote {
  margin-top: 2px;
  font-size: 11px;
  line-height: 12px;
  color: #666;
}

.error {
  margin-top: 18px;
  border: 1px solid #da0505;
  background: #eee url(../images/error.png) no-repeat scroll 9px 9px;
  padding: 9px 9px 4px 44px;
  min-height: 29px;
}
.error h2 {
  font-size: 14px;
  color: #F84C1D;
}
.error p,
.error a,
.error a:hover,
.error a:visited {
  font-size: 13px;
  margin-top: 4px;
  color: #F84C1D;
}
.error ul {
  margin: 4px 0 3px 13px;
}
.error li {
  padding-bottom: 3px;
  color: #F84C1D;
  font-size: 13px;
  line-height: 14px;
}
.success {
  margin-top: 18px;
  border: 1px solid #1CB51B;
  background: #eee url(../images/success.png) no-repeat scroll 9px 9px;
  padding: 9px 9px 4px 44px;
  min-height: 29px;
}
.success h2 {
  font-size: 14px;
  color: #1CB51B;
}
.success p,
.success a,
.success a:hover,
.success a:visited {
  font-size: 13px;
  line-height: 14px;
  margin-top: 4px;
  color: #1CB51B;
}
.success ul {
  margin: 4px 0 3px 13px;
}
.success li {
  padding-bottom: 3px;
  color: #F84C1D;
  font-size: 13px;
  line-height: 14px;
}
.info {
  margin-top: 18px;
  border: 1px solid #DF8907;
  background: #eee url(../images/info.png) no-repeat scroll 9px 9px;
  padding: 9px 9px 4px 44px;
  min-height: 29px;
}
.info h2 {
  font-size: 14px;
  color: #DF8907;
}
.info p,
.info a,
.info a:hover,
.info a:visited {
  font-size: 13px;
  line-height: 14px;
  margin-top: 4px;
  color: #DF8907;
}
.info ul {
  margin: 4px 0 3px 13px;
}
.info li {
  padding-bottom: 3px;
  color: #F84C1D;
  font-size: 13px;
  line-height: 14px;
}
#input-category-wrapper,
#input-lookup-wrapper {
  margin-top: 20px;
}
#lookup-error {
  margin-top: 20px;
}
#lookup-error h2 {
  color: #ff0000;
}
#add .words textarea,
#add .words input.text {
  width: 215px;
}
.remain {
  font-family: Georgia, Times, serif;
  font-size: 22px;
  color: #bbb !important;
  font-weight: bold;
}
.warn {
  color: #ff0000 !important;
}
#terms ol {
  padding: 0 0 3px 18px;
}
#terms li {
  padding-bottom: 3px;
}

.qa {
  margin-top: 18px;
}

.q {
  margin-top: 9px;
  padding-bottom: 6px;
}

.a table td {
  border-top: 1px solid #aaa;
  padding: 3px 0;
}

.a table .part {
  font-weight: bold;
}
.a table .descr {
  padding-right: 6px;
  padding-left: 6px;
}
.a table .example {
  font-style: italic;
}

.feature ul,
.feature ol {
  margin-left: 14px;
  padding-bottom: 6px;
}
.pager {
  padding: 3px 0;
}
.pager .label {
  margin-right: 10px;
  color: #3355FF;
  display: block;
}
.pager .disabled {
  font-size: 10px;
  line-height: 11px;    
  padding: 1px 3px 2px 3px;
  margin-right: 1px;
  border: 1px solid #aaaaaa;
  color: #aaaaaa;
  cursor: default;
}
.pager .current {
  font-size: 10px;
  line-height: 11px;    
  padding: 2px 6px 3px 6px;
  margin-right: 1px;
  background-color: #3355FF;
  color: #ffffff;
  cursor: default;
}
.pager input {
  font-size: 10px;
  line-height: 11px;    
  padding: 1px 2px 0 2px;
  margin-right: 1px;
  border: 1px solid #3355FF;
  background-color: #ffffff;
  background-image: none;
  color: #3355FF;
  cursor: pointer;
}
.pager input:hover {
  background-color: #3355FF;
  background-image: none;
  color: #ffffff;
}
.first-el {
  margin-top: 18px;
}
.see-also {
  margin: 6px 0 0 0;
  padding: 0;
}
.see-also a {
  display: block;
  text-decoration: none;
  *height: 22px;
  min-height: 22px;
  overflow: visible;
  padding: 9px 0 0 35px;
  border: 1px solid #bbb;
  font-size: 13px;  
  line-height: 14px;
}
.see-also a:hover {
  color: #0084b0;
  border: 1px solid #a3a3a3;
}
.back a {
  background: transparent url(../images/back.png) no-repeat 4px 4px;
}
.another a {
  background: transparent url(../images/reload.png) no-repeat 4px 4px;
}
.related-tpl a {
  background: transparent url(../images/square.png) no-repeat 4px 4px;
}
.related-creator a {
  background: transparent url(../images/person-shadow.png) no-repeat 4px 4px;
}
.related-author a {
  background: transparent url(../images/speech-bubble.png) no-repeat 4px 4px;
}
.twitter a {
  background: transparent url(../images/twitter-icon.png) no-repeat 4px 4px;
}
.category a {
  background: transparent url(../images/tag.png) no-repeat 4px 4px;
}

