/*   top
----------------------------------------------- */
.top {
  background: #fff;
  padding: 6px 0 6px 0;
}

/*   top user
----------------------------------------------- */
.top .user {
  text-align: right;
}
.top .user ul {
  list-style:none;
  line-height:1;
  padding:0;
  margin: 0;
  text-align: right;
  float: right;
}
.top .user a {
}
.top .user .first {border: none;}
.top .user .last {padding-right: 0;}
.top .user li { 
  float:left; 
  line-height:12px;
  margin:5px 0px 5px 0;
}
.top .user li a {
  display:block;
  line-height:12px;
  z-index:100;
  padding:0 6px;
  font-size:0.8em;
  color:#7498BF;
  text-decoration:none;
  border-left: 1px solid #6C96C0;
}
.top .user li a:hover,
.top .user li.active a {
  color:#85B652;
}



/* header
----------------------------------------------- */

.header {
  padding: 0px 0 0px 0;
}
.header div {
	position: relative;
	margin-bottom: 0px;	
	padding-bottom: 0px;
	border: none;
}

/*   header logo
----------------------------------------------- */
.header .logo a {
	text-align: right;
	margin:0;
	padding:0;
}
.header .logo img {
	margin: 16px 0 16px 0px;
	display: block;
}

@media only screen and (min-width: 321px) and (max-width: 480px) {
  .header .logo {
    width: 300px;
    margin: 0 auto;
    padding-top: 20px;
    text-align: center;
  }
  .header .logo a {
    text-align: center;
    margin:0;
    padding:0;
  }
  .header .logo img {
    margin: 0px auto 16px auto;
    display: block;
    max-width: 300px;
  }

}

@media only screen and (min-width: 120px) and (max-width: 320px) {
  .header .logo {
    width: 240px;
    margin: 0 auto;
    padding-top: 10px;
    text-align: center;
  }
  .header .logo a {
    text-align: center;
    margin:0;
    padding:0;
  }
  .header .logo img {
    margin: 0px auto 16px auto;
    display: block;
    max-width: 240px;
  }

}


/*   header search box
----------------------------------------------- */
.header .search {
}
.header .search form {
  position: relative;
  right: 0px;
  padding: 0 0px 0 0px;
	margin: 0px 0 0px 0px;
  
}
.header .search input {
	float: right;
	font-size: 20px; 
  height: 32px;
	line-height: 32px;
  color: #6C96C0;
	width: 65%;
	padding-left: 44px;
	padding-right: 4px;
	margin: 20px 0 20px 0px;
	border: none;
	background: #fff url(../images/search.jpg) no-repeat left 50%;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
@media only screen and (max-width: 480px) {
  .header .search {
    width: 300px;
    margin: 0 auto;
    text-align: center;
  }
  .header .search form {
    padding: 0;
    margin: 0;
  }
  .header .search input {
    float: none;
    font-size: 16px; 
    height: 26px;
    line-height: 26px;
    color: #6C96C0;
    width: 95%;
    padding-left: 44px;
    padding-right: 4px;
    margin-top: 0px;
    border: none;
    background: #fff url(../images/search.jpg) no-repeat left 50%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}

/*   nav
----------------------------------------------- */
.nav {
  padding: 2px 0 2px 0;
  margin: 4px auto 20px auto;
  border-bottom: 1px solid #93B9DD;
}



/*   top homer
----------------------------------------------- */
.nav .breadcrumb {
}
.nav .breadcrumb p {
  padding: 0;
  margin: 0;
  color:#6C96C0;
  font-size:0.8em;
}
.nav .breadcrumb a {
  padding:0px 2px 0px 2px;
  margin:0px 0px 0 0;
  color:#6C96C0;
  font-size:1em;
  line-height: 1.4em;
  text-decoration:none;
}
.nav .breadcrumb a:hover {
  color:#85B652;
}
.nav .breadcrumb .first {
  padding:0 2px 0 0px;
}

.nav .menu {
}
.nav .menu ul {
  list-style:none;
  padding: 0px 0 0 0;
  margin: 0;
  position: absolute;
  right: 10px;
}
.nav .menu a {
  display:block;
  padding:0 8px;
  margin:0;
  color:#6C96C0;
  font-size:0.8em;
  text-transform: uppercase;
  /* border-left: 1px solid #6C96C0; */
}
.nav .menu a.first {border: none;}
.nav .menu a.last {padding: 0 0 0 8px;}
.nav .menu li { 
  float:left; 
  margin:0px 0px 0px 0;
  line-height: 1.4em;
}
.nav .menu li a {
  color:#6C96C0;
  text-decoration:none;
}
.nav .menu li a:hover,
.nav .menu li.active a {
  cursor:pointer;
  color:#85B652;
}



/* menus
----------------------------------------------- */
.main .services ul {
	list-style:none;
	margin:0;
}
.main .services ul li {
	margin:0;
  display: block;
  height: 60px;
}
.main .services ul li a {
  display: block;
  padding-top: 34px;
  padding-bottom: 4px;
	border-bottom:1px dotted #93B9DD;
	color: #6C96C0;
	text-decoration: none;
	font-size: 0.9em;
	background: #f4f4f4;
	text-align: center;
  background:transparent url("../images/menu-icons.gif") no-repeat;
}
.main .services ul li a.sites {
  background-position: 50% 8px;
}
.main .services ul li a.tags {
  background-position: 50% -52px;
}
.main .services ul li a.profiles {
  background-position: 50% -112px;
}
.main .services ul li a.companies {
  background-position: 50% -172px;
}
.main .services ul li a.stats {
  background-position: 50% -232px;
}

.main .services ul li a.sites:hover {
  background-position: 50% -492px;
}
.main .services ul li a.tags:hover {
  background-position: 50% -552px;
}
.main .services ul li a.profiles:hover {
  background-position: 50% -612px;
}
.main .services ul li a.companies:hover {
  background-position: 50% -672px;
}
.main .services ul li a.stats:hover {
  background-position: 50% -732px;
}

.main .services ul li a:hover {
  color:#90AFCF;
}
.main .services ul li a:active {
}
.main .services ul li a img {
	display:block;
}




/* doublelist
----------------------------------------------- */
.doublelist li {
  float: left;
  width: 220px;
  margin-left: 15px;
}
.doublelist li a {
}
.doublelist .first {
  margin-left: 0px;
  clear: left;
}


/* user-thumbnails
----------------------------------------------- */
.user-thumbnails li {
  margin: 0 4px 5px 0;
}
.user-thumbnails li img {
  width: 40px;
  height: 40px;
}

.tags,
.user-info,
.website-list small {
  line-height: 1.2em;
}


/* sidebar
----------------------------------------------- */

.sidebar {
  font-size: 0.85em;
}


/* footer
----------------------------------------------- */

.footer {
  padding-top: 2em;
  padding-bottom: 2em;
  color: #fff;
  font-size: 0.85em;
}
.footer div {
	position: relative;
	margin-bottom: 0px;	
	padding-bottom: 0px;
	border: none;
}
.footer p {
	margin-bottom: 0px;	
	padding-bottom: 0px;
	line-height: 1.5em;
}

.footer .four a {
  padding: 0px;
}
.footer a,
.footer a:visited {
  color: #AAC9D6;
  text-decoration: none;
  outline: 0; 
}
.footer a:hover,
.footer a:focus {
  cursor:pointer;
  color: #CDB35F;
}
.footer a:active { 
  color: #AAC9D6; 
}
.footer a.first {
  padding: 1px 4px 1px 0;
}
.footer .four {
  text-align: right; 
}
.footer .twelve {
}
.footer .twelve p {
  clear: both;
}

.footer .nav {
  list-style:none;
  padding: 0;
  margin: 0 0 15px 0;
  border: none;
  float: left;
  width: 100%
}
.footer .nav li { 
  float:left; 
  margin:0px 0px 0px 0;
  line-height: 1.4em;
}

.footer .nav a, 
.footer .nav a:visited { 
  display:block;
  padding:0 8px;
  margin:0; 
  border-left: 1px solid #6089BA; 
}

.footer .nav p a, 
.footer .nav p a:visited { 
  line-height: inherit; 
}

.footer .nav a.first {
  border: none;
  padding: 0 8px 0 0;
 }
.footer .nav a.last {
  padding: 0 0 0 8px;
 }


@media only screen and (max-width: 480px) {
  
  .footer .four p {
    text-align: left; 
    padding-top: 5px;
  }
  .footer .four img {
    width: 50%;
  }
  .footer .nav li {
    float: none;
    display: block;
  }
  .footer .nav li { 
    float:none; 
    margin:0px 0px 0px 0;
    line-height: 1.4em;
    display: block;
    font-size: 1em;
    border-bottom: 1px solid #A8C9D5;
  }
  .footer .nav a, 
  .footer .nav a:visited { 
    padding: 0;
    border: none;
  }
  .footer .nav a.first {
    border: none;
    padding: 0;
   }
  .footer .nav a.last {
    padding: 0;
  }
}



/* HOME
----------------------------------------------- */

/*   home top user
----------------------------------------------- */
.home .top .menu {
}
.home .top .menu ul {
  list-style:none;
  line-height:1;
  padding:0;
  margin: 0;
}
.home .top .menu .first {border: none;}
.home .top .menu .last {padding-right: 0;}
.home .top .menu li { 
  float:left; 
  display:inline;
  line-height:12px;
  margin:5px 0px 5px 0;
}
.home .top .menu li a {
  display:block;
  line-height:12px;
  z-index:100;
  padding:0 6px;
  font-size:0.8em;
  color:#7498BF;
  text-decoration:none;
  border-left: 1px solid #6C96C0;
}
.home .top .menu li a:hover,
.home .top .menu li.active a {
  color:#85B652;
}

@media only screen and (max-width: 480px) {
    .home .top {
      padding: 6px 0 6px 0;
    }
    .home .top .menu {
      width: 98%;
      border-bottom: 1px solid #6C96C0;
    }
    .home .top .user {
      width: 98%;
      text-align: left;
    }
    .home .top .user ul {
      float: none;
    }
    .home .top .user ul li {
      display: inline;
      float:left;
      margin:5px 0px 5px 0;
    }
}

/* home header
----------------------------------------------- */

.home .header {    
  float: inherit;
  width: 100%;
  /* height: 300px; */
  padding: 0;
  margin: 0;
  text-align: center;
}

/*   home header logo
----------------------------------------------- */

.home .header .logo {
  width: 391px;
  margin: 0 auto;
  padding-top: 100px;
  text-align: center;
}
.home .header .logo a {
  margin:0;
  padding:0;
}
.home .header .logo img {
  margin: 16px 0 16px 0px;
  display: block;
}
@media only screen and (max-width: 480px) {
    .home .header .logo {
      width: 300px;
      padding-top: 20px;
    }
    .home .header .logo img {
      max-width: 300px;
    }
}

@media only screen and (max-width: 320px) {
    .home .header .logo {
      width: 240px;
      padding-top: 10px;
    }
    .home .header .logo img {
      max-width: 240px;
    }
}

/*   home header search box
----------------------------------------------- */
.home .header .search {
  width: 240px;
  margin: 0 auto;
  text-align: center;
}
.home .header .search form {
  padding: 0;
  margin: 0;
}
.home .header .search input {
  float: none;
  font-size: 16px; 
  height: 26px;
  line-height: 26px;
  color: #6C96C0;
  width: 95%;
  padding-left: 44px;
  padding-right: 4px;
  margin-top: 0px;
  border: none;
  background: #fff url(../images/search.jpg) no-repeat left 50%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/*   home header services
----------------------------------------------- */
.home .header .services {
  width: 300px;
  margin: 0 auto;
  padding: 0;
  padding-bottom: 100px;
  text-align: center;
  color: #000;
}
.home .header .services li {
  display: inline;
}
.home .header .services li a,
.home .header .services li a:visited {
  color: #AAC9D6;
  text-decoration: none;
  outline: 0; 
  padding-left: 4px;
  padding-right: 4px;
}
.home .header .services li a:hover,
.home .header .services li a:focus {
  cursor: pointer;
  color: #CDB35F;
}
.home .header .services li a:active { 
  color: #AAC9D6; 
}


@media only screen and (max-width: 480px) {
    .home .header .services {
      width: 90%;
      padding-bottom: 20px;
      font-size: 0.9em;
    }
}

@media only screen and (max-width: 320px) {
    .home .header .services {
      width: 90%;
      padding-bottom: 10px;
      font-size: 0.9em;
    }
}



/*   home other
----------------------------------------------- */
.home .row {
  border-top: 1px dotted #6C96C0;
}

@media only screen and (max-width: 480px) {
    .home .row {     
      margin-bottom: 20px;
    }
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
    .home .five .row {
      width: 23%;  
      float: left;
      margin: 0 2% 20px 0; 
      display: inline;  
    }
}

@media only screen and (max-width: 480px) {
    .home .five .one {
      width: 120px;
    }
    .home .five .four {
      width: auto;
    }
}
.home h4 { 
  font-size: 14px; 
  line-height: 20px; 
  margin: 4px 0px 4px; 
  font-weight: normal;
}

@media only screen and (max-width: 768px) {
    .home h4 {
      font-size: 16px;
    }
}
@media only screen and (max-width: 480px) {
    .home h4 {
      font-size: 16px;
    }
}

.home .main {
  padding-top: 20px;
  padding-bottom: 20px;
}

.tag-cloud {text-align: justify; padding-top:5px; line-height:1.7em}
.tag-cloud a {display:inline-block; vertical-align:middle; margin-left: 2px; margin-right: 2px;}

.header-wrapper {
  background: #6C96C0;
  margin: 0;
  border-top: 2px solid #B3C9DF;
  border-bottom: 2px solid #B3C9DF;
 }
 
.content,
h1 {
  margin-top: 0;
  padding-top: 0;  
}

.home .five .media-grid a {
  width:40px;
  height:40px;
}
@media only screen and (max-width: 768px) {
    .home .five .media-grid a {
      width:100px;
      height:100px;
    }
}
@media only screen and (max-width: 480px) {
    .home .five .media-grid a {
      width:100px;
      height:100px;
    }
}
@media only screen and (max-width: 320px) {
    .home .five .media-grid a {
      width:100px;
      height:100px;
    }
}