body {
  margin: 0;
  color: #333;
  font: 12px Tahoma, Arial, Helvetica, sans-serif;
  background: url(../../i/bg-examples.png) repeat;
}
img {border-style:none;}
a {
  text-decoration:none;
  color: #000;
  outline:none;
}
a:hover {text-decoration:underline;}
ul {
  list-style:none;
  margin:0;
  padding:0;
}
form, fieldset {
  margin:0;
  padding:0;
  border-style:none;
}
input, textarea, select {
  vertical-align:middle;
  color:#000;
  margin:0;
  padding:0;
}
div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display:block;}
blockquote, q {quotes:none;}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content:'';
  content:none;
}
ins {
  background-color:#ff9;
  color:#000;
  text-decoration:none;
}
mark {
  background-color:#ff9;
  color:#000; 
  font-style:italic;
  font-weight:bold;
}
del {text-decoration: line-through;}
abbr[title], dfn[title] {
  border-bottom:1px dotted;
  cursor:help;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}

#wrapper {
  width:940px;
  margin:0 auto;
  padding-top:20px;
}
.row:after {
  content: '';
  display: block;
  clear: both;
}
.center {text-align: center;}

header {padding-bottom:40px;}
.logo {
  margin:0 0 30px;
  font-size:0;
  text-align:center;
}
header h2 {
  font-size:25px;
  font-weight:normal;
  margin:0 10px;
  text-align:center;
}

#main {padding-bottom:50px;}
.sites-list {
  overflow:hidden;
  margin:0 0 0 -20px;
  min-height:310px;
}
.sites-list li {
  float:left;
  width:220px;
  min-height:270px;
  background-color:#fff;
  margin:0 0 40px 20px;
}
.sites-list li img {
  display:block;
  margin:9px auto 22px;
  border:1px solid #dbdbdb;
  width:200px;
  height:146px;
}
.site-name {
  line-height:30px;
  background-color:#ffc412;
  padding:0 10px;
  text-align:center;
  overflow:hidden;
  text-overflow:ellipsis;
  color:#000;
  font-size:15px;
  white-space: nowrap;
  margin-bottom:14px;
}
.sites-list .row {text-align:center;}
.sites-list .row span {
  float:left;
  margin-top:17px;
  text-transform:uppercase;
}
.sites-list .button-small {padding:0 10px;}

.button-small {
  background: url(../../i/bg-button-small.png) repeat-x;
  line-height:30px;
  padding:0 5px;
  color:#000;
  display:inline-block;
  text-align:center;
  text-decoration:none !important;
  -webkit-border-radius:10px;
    -moz-border-radius:10px;
      -o-border-radius:10px;
        border-radius:10px;
}
.more:hover,
.button-small:hover {
  background-position:0 -20px;
  background-color:#ffcc00;
  text-decoration:none !important;
}

.more {
  display:inline-block;
  background:#FFC412  url(../../i/bg-button-small.png) repeat-x;
  line-height:30px;
  padding:0 20px;
  font-weight:bold;
  text-transform:uppercase;
  -webkit-border-radius:12px;
    -moz-border-radius:12px;
      -o-border-radius:12px;
        border-radius:12px;
}

.row.btn {text-align:center;}

.ui-widget-overlay {
  background:#000 !important;
  opacity:0.5 !important;
  filter:alpha(opacity=50) !important;
  width:100% !important;
  height:100% !important;
  position:fixed !important;
}
.css-reset .ui-widget-header {display:none;}
.css-reset.ui-dialog .ui-dialog-content,
.css-reset.ui-dialog {overflow:inherit;}
.css-reset.ui-widget-content {
  border:none;
  background:none;
  padding:0;
  top:5% !important;
}

#footer {
  line-height: 20px;
  text-align: center;
  font-size: 13px;
  padding-bottom: 85px;
}
#footer p {margin: 0 0 20px;}
#footer p a {
  color: #116699;
  text-decoration: underline;
}
#footer p a:hover {text-decoration: none;}
.create-site {
  background: url("/s/i/main/icons.png") repeat-x scroll 0 -950px #FFB500;
  border-radius: 25px 25px 25px 25px;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  padding: 12px 50px 15px;
  position: relative;
  text-decoration: none;
}
.create-site:hover {
  text-decoration: none;
  background-position: 0 -1097px;
}
.sites-list .button.h30 {
  font-size: 12px;
}