/*
Theme Name: Community Networks
Theme URI: http://www.AdelieDesign.com/
Description: Community Networks WordPress Theme
Author: Adelie Design
Author URI: http://www.AdelieDesign.com/
Version: 4.0

*/


/* GENERAL STYLES **********************************/
@import 'reset.css';

html, body {
  height: 100%;
}

body {
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 10px;
}

#page {
  margin: 0 auto;
  min-width: 1024px;
  position: relative;
  padding-top: 198px;
}

a {
  text-decoration: none;
}

/* HEADER *****************************************/
#header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 321px;
  background-image: url(images/header-bottom-bg.jpg);
  background-position: 50% 100%;
  background-repeat: repeat-x;
}

#header h1 {
  height: 257px;
  background-image: url(images/header-bg.jpg);
  background-repeat: repeat-x;
  background-position: 50% 0;
  line-height: 66px;
  font-size: 400%;
  text-align: center;
}
#header h1 a {
  position: relative;
  top: 90px;
  left: -361px;
}

/* MAIN *******************************************/
#main {
  position: relative;
  margin: 0 auto 0;
  width: 904px;
  
}

/* NAVIGATION *************************************/
#navigation {
  position: absolute;
  top: 14px;
  right: 15px;
  width: 50%;
  font-size: 110%;
  z-index: 100;
}

#navigation ul {
  text-align: right;
}

#navigation li {
  display: inline;
  border-left: 1px solid #333333;
}
#navigation li:first-child {
  border-left: none;
}

#navigation a {
  color: #333333;
  padding: 0 6px;
}
#navigation a:hover {
  color: #FF9933;
}

/* SIDEBAR *****************************************/
#sidebar {
  float: left;
  height: 459px;
  width: 253px;
  font-size: 110%;
  background-image: url(images/main-bg.jpg);
  background-repeat: repeat-y;
  background-position: 0 0;
  position: relative;
  z-index: 50;
}

#sidebar ul {
  height: 444px;
  margin: 2px 0 7px 2px;
  border: 1px dashed #6f6d65;
  padding: 2px;
  border-right: none;
  background-image: url(images/sidebar-bg.jpg);
  background-repeat: no-repeat;
  background-position: 2px 2px;
}
#sidebar ul ul {
  background-image: none;
  border: none;
  padding: 0;
  margin: 0;
  height: auto;
}

#sidebar a:link, #sidebar a:visited {
  color: #ff9933;
}
#sidebar a:hover {
  color: #FF9933;
}
#sidebar h3 {
}

#sidebar .top-crop {
  position: absolute;
  height: 31px;
  width: 31px;
  top: -28px;
  left: -28px;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(images/crop-top-left.gif);
}
#sidebar .bottom-crop {
  position: absolute;
  height: 31px;
  width: 31px;
  bottom: -23px;
  left: -28px;
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-image: url(images/crop-bottom-left.gif);
}

#sidebar .drop-shadows {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
}
#sidebar .drop-shadows div {
  position: absolute;
  background-repeat: no-repeat;
  left: -3px;
}
#sidebar .drop-shadow-side {
  width: 3px;
  height: 100%;
  top: 0;
  background-position: 100% 0;
  background-image: url(images/shadow-left.png);
}
#sidebar .drop-shadow-bottom {
  width: 256px;
  height: 9px;
  bottom: -9px;
  background-position: 0 100%;
  background-image: url(images/shadow-bottom-left.png);
}

#sidebar .sidebar-post {
  margin: 0 18px 0 21px;
  color: #FFFFFF;
}
#sidebar .sidebar-post p {
  line-height: 1.33;
  margin: 0.5em 0;
}
#sidebar .sidebar-post h2 {
  border-bottom: 2px solid #FFFFFF;
  margin: 0 0 17px -9px;
  padding: 12px 0 18px 0;
}
#sidebar .sidebar-post h3 {
  color: #FF9933;
  font-weight: normal;
  font-style: italic;
  font-size: 109%;
  margin-bottom: 5px;
  margin-left: -9px;
}
#sidebar .sidebar-post a {
  color: #FF9933;
}

/* NEWS SIDEBAR */
#sidebar .news h2 a {
  background-image: url(images/sign-up-for-enews.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  display: block;
  text-indent: -9000px;
  outline: none;
  width: 211px;
  height: 80px;
  margin: 0 auto;
}

/* Services Sidebar */
#sidebar .services h2 a {
  background-image: url(images/make-your-mark.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  display: block;
  text-indent: -9000px;
  outline: none;
  width: 210px;
  height: 84px;
  margin: 0 auto;
}

/* Newsletter Sidebar */
#sidebar .newsletter h2 {
  border-bottom: none;
  margin-bottom: 7px;
}

#sidebar .newsletter h2 a {
  background-image: url(images/sign-up-for-enews.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  display: block;
  text-indent: -9000px;
  outline: none;
  width: 211px;
  height: 80px;
  margin: 0 auto;
}
#sidebar .newsletter label {
  font-size: 109%;
  display: block;
  font-style: italic;
  text-indent: -9px;
  margin: 0.75em 0 0.5em;
}
#sidebar .newsletter .form-text input {
  font-size: 82%;
  width: 90%;
}

#sidebar .newsletter .form-submit {
  margin: 20px 0 0 50px;
}

#sidebar .newsletter .form-submit input {
  display: block;
  width: 87px;
  height: 87px;
  background-color: transparent;
  background-image: url(images/send.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  padding: 87px 0 0 0;
  border: none;
  cursor: pointer;
  text-indent: -9000px;
}

/* Rotating images sidebar */
#sidebar .rotating-images {
  height: 444px;
  margin: 0 0;
  overflow: hidden;
  position: relative;
  left: -21px;
  width: 246px;
}
#sidebar .rotating-images li {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 444px;
  height: 444px;
  width: 100%;
  text-align: center;
  display: none;
}
#sidebar .rotating-images li:first-child {
  display: block;
}
#sidebar .rotating-images li img {
  vertical-align: middle;
  display: inline;
}

/* Categories Sidebar */
#sidebar .sidebar-post .categories {
  font-size: 109%;
  margin-left: -4px;
}
#sidebar .sidebar-post .categories h3 {
  font-size: 117%;
  color: #ff9933;
  font-style: italic;
  line-height: 25px;
  border-bottom: 2px solid #FFFFFF;
  margin-top: 50px;
  margin-left: 0;
}
#sidebar .sidebar-post .categories ul {
  margin-top: 5px;
}
#sidebar .sidebar-post .categories li {
  line-height: 1.5;
  margin: 0.25em 0 0;
}

/* Networking Links */
#sidebar .networking {
  text-align: center;
  position: absolute;
  bottom: -23px;
  height: 20px;
  min-height: 20px;
  background-image: none;
  border: none;
  margin: 0;
  padding: 0;
}
#sidebar .networking ul {
  height: 20px;
  min-height: 20px;
  line-height: 20px;
  background-image: none;
  border: none;
  margin: 0 0 0 2px;
  padding: 0;
  width: 248px;
  font-size: 90.9%;
}
#sidebar .networking a:link, #sidebar .networking a:visited {
  color: #666666;
  display: inline-block;
  width: 16px;
  height: 20px;
  text-indent: -9000px;
  outline: none;
}

#sidebar .networking li {
  display: inline;
  padding: 0;
  margin: 0 18px;
}
#sidebar .networking li a {
  background-position: 0 2px;
  background-repeat: no-repeat;
}
#sidebar .networking li.facebook a {
  background-image: url(images/networking/facebook.jpg);
}
#sidebar .networking li.linkedin a {
  background-image: url(images/networking/LinkedIn.jpg);
}
#sidebar .networking li.twitter a {
  background-image: url(images/networking/twitter.jpg);
}
#sidebar .networking li.rss a {
  background-image: url(images/networking/rss.jpg);
}

/* CONTENT ****************************************/
#content {
  position: relative;
  float: left;
  min-height: 459px;
  width: 646px;
  font-size: 120%;
  line-height: 1.5;
  background-image: url(images/main-bg.jpg);
  background-repeat: repeat-y;
  background-position: 100% 0;
  z-index: 20;
  color: #333333;
}
#content .top-crop {
  position: absolute;
  height: 31px;
  width: 31px;
  top: -28px;
  right: -28px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-image: url(images/crop-top-right.gif);
}
#content .top-crop-middle {
  position: absolute;
  height: 31px;
  width: 1px;
  top: -28px;
  left: 0;
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-image: url(images/crop-top-middle.gif);
}
#content .bottom-crop {
  position: absolute;
  height: 31px;
  width: 31px;
  bottom: -23px;
  right: -28px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url(images/crop-bottom-right.gif);
}
#content .bottom-crop-middle {
  position: absolute;
  height: 31px;
  width: 1px;
  bottom: -23px;
  left: 0;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url(images/crop-bottom-middle.gif);
}
#content .drop-shadows {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
#content .drop-shadows div {
  position: absolute;
  background-repeat: no-repeat;
}
#content .drop-shadow-right {
  width: 3px;
  height: 100%;
  top: 0;
  right: -3px;
  background-position: 100% 0;
  background-image: url(images/shadow-right.png);
}
#content .drop-shadow-bottom {
  width: 645px;
  height: 9px;
  position: absolute;
  bottom: -9px;
  right: -3px;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(images/shadow-bottom-right.png);
}
#content .drop-shadow-left {
  width: 3px;
  height: 100%;
  top: 0;
  left: -3px;
  background-position: 100% 0;
  background-image: url(images/shadow-left.png);
}
#content .drop-shadow-corner {
  width: 7px;
  height: 9px;
  bottom: -9px;
  left: -3px;
  background-position: 100% 0;
  background-image: url(images/shadow-corner-left.png);
}
#content .content-wrapper {
  min-height: 444px;
  margin: 2px 2px 7px 0;
  border: 1px dashed #6f6d65;
  padding: 2px;
}

#content .posts {
  min-height: 396px;
  margin: 2px;
  padding-top: 44px;
  position: relative;
  background-image: url(images/main-bg-light.jpg);
  background-repeat: repeat-y;
  background-position: -256px -7px;
}

#content .post {
  margin: 0 72px 0 70px;
}

h2 {
  font-size: 200%;
  clear: left;
}
#content h2 {
  margin-left: -10px;
  margin-right: -25px;
  color: #ff9933;
  line-height: 1.25;
  font-weight: bold;
  font-size: 116.67%;
}

#content h2.post-title {
  font-weight: normal;
  color: #fbb03b;
  font-style: italic;
  border-bottom: 1px solid #666666;
  margin-left: -24px;
  font-size: 200%;
}
#content .subnav {
  font-size: 91.67%;
  margin-left: -24px;
  line-height: 1.25;
  margin-bottom: 1.5em;
}
#content .subnav a:link, #content .subnav a:visited {
  color: #666666;
}
#content .subnav a:hover {
  color: #FF9933;
  text-decoration: none;
}

h3 {
}

#content h3 {
  font-weight: bold;
  font-style: italic;
  margin: 0.5em 0 0.5em -10px;
  line-height: 1.25;
}
h4 {
}
h5 {
}
h6 {
}

#content p {
  margin: 0.5em 0;
}
#content a:link, #content a:visited {
  color: #ff9933;
}
#content a:hover {
  text-decoration: underline;
}

#content ul, #content ol, #content dl {
  margin: 1em 0 1em 2.5em;
}
#content ul {
  list-style-type: square;
}
#content ul ul {
  list-style-type: disc;
}
#content ul ul ul {
  list-style-type: square;
}
#content ul.plain li {
  list-style-type: none;
}
#content ol {
  list-style-type: decimal;
}
#content ol ol {
  list-style-type: upper-alpha;
}
#content ol ol ol {
  list-style-type: decimal;
}
#content dt {
  font-weight: bold;
  margin-top: 0.5em;
}
#content dd {
  margin-left: 2.5em;
}
#content li {
  margin: 1em 0;
}

#content address {
  font-style: normal;
  margin-left: 2.5em;
}

.entry:after {
  content: ".";
  height: 1px;
  display: block;
  clear: both;
  overflow: hidden;
  text-indent: -9000px;
}

.post-meta {
  margin-top: 2em;
  clear: both;
}

/* Tables *****************/
table {
  border-collapse: collapse;
}
caption, thead {
}
caption a, thead a {
}
th, td {
}
tbody {
}
tbody th {
}

/* Less formatted tables*/
table.plain {
}
table.plain th {
}
table.plain td {
}

/* Image alignment ********/
.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
.aligncenter {
  float: none;
  margin: 0 1em;
}
.alignnone {
  display: block;
  clear: both;
}

div.alignleft {
  margin-left: 1em;
  margin-right: 3em;
}
div.alignleft h2, div.alignleft h3, div.alignleft h4 {
  margin-top: 0;
}

/* Post Navigation */
.post-nav {
  clear: both;
  padding: 1em 0 2em;
  margin: 0 -24px 0;
  overflow: hidden;
}
#content .post-nav p {
  margin: 0;
}
.post-nav .next-posts-link {
  float: left;
}
.post-nav .previous-posts-link {
  text-align: right;
}

/* FOOTER *****************************************/
#footer {
  font-size: 100%;
  width: 904px;
  margin: 3px auto 0;
  overflow: hidden;
  margin-bottom: 1em;
  line-height: 1.25;
  position: relative;
  padding-top: 3px;
  z-index: 40;
}

#footer, #footer a:link, #footer a:visited {
  color: #666666;
}
#footer p {
  margin: 0.25em 0;
}

#footer ul {
  text-align: center;
  height: 20px;
  line-height: 20px;
}

#footer li {
  display: inline;
  padding: 0 1em;
}


#footer .navigation {
  clear: right;
  float: right;
  width: 644px;
  margin-right: 7px;
}
#footer .navigation li.page_item {
  border-right: 1px solid #666666;
}

#footer .paypal {
  position: absolute;
  right: 17px;
  top: 0;
  line-height: 20px;
}

.clear-block {
  display: block;
  clear: both;
}

/* FRONT *****************************************/
.front #content .post {
  margin: 0;
}
#content .rotating-images {
  overflow: hidden;
  width: 100%;
  margin: 0;
  position: relative;
  list-style-type: none;
}
.front #content .rotating-images {
  height: 395px;
}
#content .rotating-images li {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  text-align: center;
}
.front #content .rotating-images li {
  height: 395px;
  line-height: 395px;
}
#content .rotating-images li:first-child {
  display: block;
}
#content .rotating-images li img {
  margin: 0;
  vertical-align: middle;
  display: inline;
}

/* THE TEAM *************************************/

.team .entry {
  margin-left: 205px;
  margin-right: -40px;
}

.team .entry h2 {
  position: relative;
}
.team .entry h2 img {
  position: absolute;
  left: -205px;
  top: 0;
}

.team #content .entry p {
  margin-bottom: 3em;
}

/* News *****************************************/
.news-item {
  margin-bottom: 2em;
  line-height: 1.25;
}

/* Blog/News **********************************/
.home #content .entry, .single #content .entry {
  margin: 0 -25px 35px -24px;
  padding: 0 0 35px 24px;
}
.home #content .entry {
  border-bottom: 1px solid #666666;
}
.home #content .entry h3, .single #content .entry h3 {
  color: #FF9933;
  font-weight: normal;
}
.home #content .entry .post-body, .single #content .entry .post-body {
}
#content .entry h3 .post-time {
  margin-left: 0.5em;
}

/* Undo things for the front page */
.front #content .entry {
  margin: 0;
  padding: 0;
  border-bottom: none;
}

/* Portfolio ***********************************/
.portfolio #content .entry {
  width: 190px;
  position: relative;
  margin-left: -10px;
}
#content .portfolio-item {
  float: left;
  overflow: hidden;
  width: 39px;
  height: 39px;
  margin: 0 6px 7px 0;
}
#content .portfolio-item p {
  margin: 0;
  padding: 0;
}
#content .portfolio-item a.thumbnail {
  display: block;
  border: 1px dashed #FF9933;
  width: 37px;
  height: 37px;
  overflow: hidden;
  position: relative;
}
#content .portfolio-item a.thumbnail .blind {
  position: absolute;
  top: 0;
  left: 0;
  height: 37px;
  width: 37px;
}
#content .portfolio-item.active a.thumbnail .blind {
  display: none;
}
#content .portfolio-staging {
  position: relative;
  float: right;
  margin-right: -60px;
  top: -70px;
  width: 366px;
  font-size: 83.33%;
  line-height: 1.4;
}

#content .portfolio-staging a.thumbnail {
  display: none;
}
#content .portfolio-staging p {
  margin: 0;
  padding: 0;
}

/* Marketing **************************/

.marketing #content .entry {
  width: 180px;
  position: relative;
  left: -10px;
}

#content .marketing-items {
  list-style-type: none;
  margin: 0.5em 0;
}
#content .marketing-items li {
  margin: 0.5em 0;
}
#content .marketing-item h3.marketing-title {
  font-weight: normal;
  font-style: normal;
  margin: 0;
}
#content .marketing-item h3.marketing-title a {
  color: #333333;
}
#content .marketing-item .marketing-content {
  display: none;
}
.marketing #content .portfolio-staging p {
  margin-bottom: 0.5em;
}

.marketing #content .portfolio-staging ul.rotating-images {
  margin-bottom: 1em;
  border: 1px solid #666666;
}

.marketing h2.post-title {
  width: 210px;
}


/* Curtains ***************************/
.post-curtain {
  display: none;
  background-image: url(images/main-bg-light.jpg);
  background-repeat: repeat-y;
  background-position: -258px -51px;
  position: absolute;
  left: 0;
  top: 44px;
  height: 396px;
  width: 100%;
  z-index: 1000;
}
.sidebar-curtain {
  display: none;
  background-image: url(images/sidebar-bg.jpg);
  background-repeat: repeat-y;
  background-position: 0 0;
  position: absolute;
  left: 5px;
  top: 5px;
  height: 444px;
  width: 246px;
  z-index: 1000;
}

/* Two-Column Lists *****************/
#content div.two-column ul, #content div.two-column ol {
  width: 44%;
  list-style-type: none;
  margin-left: 0;
  margin-top: 0;
  float: left;
}
#content div.two-column li {
  margin: 0 0 0.5em 0.5em;
  text-indent: -0.5em;
  line-height: 1.25;
}
#content div.two-column ul:first-child, #content div.two-column ol:first-child {
  margin-right: 40px;
}
