/*
Theme Name: Coral Raven
Theme URI: http://caramooneydesigns.com
Author: Cara Mooney
Author URI: http://www.caramooneydesigns.com
Description: 
Version: 1.0
*/
@import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:400,700,300);

body {
  background: #e6dfdf url(images/paper.jpg) repeat;
  margin: 0;
  }
#wrapper {
  background: url(images/bg-top.png) no-repeat;
  background-position: center top;
  }

/* TOP DIVS */

#header {
  margin: 0 auto;
  width: auto;
  height: 270px;
  }
#logo {
  background: url(/images/logo.png) no-repeat;
  background-position: center top; 
  height: 224px;
  width: 709px;
  margin: 0 auto;
  }
@media only screen and (min-device-width : 320px) and (max-device-width : 495) {
  background: url(/images/logo-sm1.png) no-repeat;
  background-position: center top; 
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  background: url(/images/logo-sm2.png) no-repeat;
  background-position: center top; 
}

/* NAVIGATION */

#navigation {
  width: 900px;
  margin-top: 30px;
  margin-top: 40px;
  text-align: center;
  list-style:none;
  list-style-type:none;
  list-style-image: none;
  margin: 0 auto;
  }
#navigation ul, #navigation li {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  }
#navigation a:link, #navigation a:visited { 
  float: inherit;
  display: inline;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-size: 1.8em;
  color: #3e3e3e;
  padding: 5px 25px 5px 0;
  } 
#navigation a:hover{
  color: #000000;
  text-shadow: 2px 2px #b5cdcd;
  } 

/* CONTENT DIVS */
#container {
  width: 80%;
  text-align: left;
  font-family: 'Roboto', sans-serif, "georgia", "book antiqua", "georgia";
  font-size: 1.1em;
  line-height: 125%;
  margin: 0 auto;
  }
#content-full {
  width: 100%;
  text-align: left;
  background: none;
  margin: 10px 0 0 0; 
  padding: 20px;
  }
#content {
  float: left;
  width: 69%;
  text-align: left;
  background: #fff;
  background: none;
  margin: 10px 0 0 0; 
  padding: 20px;
  }
#sidebar {
  float: right;
  width: 26%;
  background: none;
  margin: 30px 0 0 0; 
  padding: 10px 0;

  }
.left {  
  float: left; 
  width: 47%;
  padding: 0;
  }
.right { 
  float: right; 
  width: 47%;
  padding: 0;
  }
#showcase {
  margin: 0 auto;
  background: url(images/showcase.png) no-repeat;
  height: 300px;
  width: 900px;
  margin: 0;
  }
#tricol {
  background: none;
  width: 100%; 
  float: left;
  margin: 0 0 10px 0; 
  padding: 0;
  }
#col1 { 
  float: left; 
  width: 270px;
  margin: 0 10px 0 0;
  font: inherit;
  color:#000;
  text-align: left;
  }
#col2 { 
  float: left; 
  width: 270px;
  margin: 0 10px 0 0;
  font: inherit;
  color:#000;
  text-align: left;
  }
#col3 { 
  float: right; 
  width: 270px;
  margin: 0 0 0 0;
  font: inherit;
  text-align: left;
  }

/* PORTFOLIO */

#project { 
  width: 100%;
  background: #f1eded;
  margin: 0 0 18px 0;
  padding: 20px;
  font: inherit;
  text-align: left;
  clear: both;
  }
img.port-image {
  border-color: #fff;
  border-style: solid;
  border-width: 10px;
  box-shadow: 0 0 4px #888;
  margin: 2px 0 2px 10px;
  float: right;
  }
img.port-image:hover {
  border-color: #99cfcc;
  }
.port-tag a:link{ 
  color: #000;
  display: block;
  background: #efab9e;
    padding: 4px 10px;
    display: inline-block;
    line-height: 28px;
    white-space: nowrap;
    margin-right: 4px;
    margin-bottom: 4px;
  } 
.port-tag a:hover{
  color: #000;
  background: #e2929c;
  } 
#site1 {
  float: left;
  width: 305px;
  height: 250px;
  background: #f1eded;
  margin: 5px;
  padding: 10px;
  }
#site2 {
  float: left;
  width: 305px;
  height: 250px;
  background: #f1eded;
  margin: 5px;
  padding: 10px;
  }
#site3 {
  float: left;
  width: 305px;
  height: 250px;
  background: #f1eded;
  margin: 5px;
  padding: 10px;
  }
.sitename {
  float: left;
  font-family: 'Antic Slab', serif;
  margin: 0;
  padding: 5px 0 0 5px;
  }

/* EBOOKS */

#ebook {
  float: left;
  width: 95%;
  height: 320px;
  background: #f1eded;
  margin-bottom: 15px;
  padding: 25px;
  }
img.ebook {
  border: solid #fff 8px;
  box-shadow: 0 0 4px #888;
  margin: 2px 20px 2px 0;
  padding: 0;
  float: left;
  }

/* FOOTER */


#footer-wrapper {
  clear: both;
  width: 100%;
  background: #3e3e3e  url(images/bg-bottom.png) no-repeat;
  background-position: center bottom;
  clear: both;
  }
#footer {
  font-family: 'Roboto', sans-serif, "georgia", "book antiqua", "georgia";
  font-size: 1.0em;
  color: #fff;
  padding: 10px 0 0 0;
  height: 220px;
  width: 900px;
  margin: 0 auto;
  clear: both;
  }
.foot-left {
  float: left;
  width: 49%;
  padding-bottom: 5px;
  }
.foot-right {
  float: right;
  width: 49%;
  padding-bottom: 5px;
  }
#copyright {
  color: #fff;
  padding: 15px 0 10px 0;
  width:100%;
  height: 20px;
  text-align:center;
  font-family: 'Roboto', sans-serif, "georgia", "book antiqua", "georgia";
  font-size: 1.0em;
  background: #696969;
  background:rgba(0,0,0,0.4);
  margin: 0 auto;
  }
#footer a:link, #footer a:active, #footer a:visited { 
  color: #dc9ca4;
  } 
#footer a:hover  {
  color: #d9bab0;
  text-decoration: underline;
  } 
.top a:link, .top a:active, .top a:visited {
  color: #000;
  }

/* HEADERS */

h1 {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-size: 1.8em;
  font-weight: 500;
  color: #c54462;
  text-align: left;
  padding: 0;
  margin: 0;
  }
h2 { 
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-size: 1.6em;
  font-weight: 500;
  color: #57aa9e; 
  text-align: left;
  padding: 0;
  margin: 0;
  }
h3 {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-size: 1.5em;
  font-weight: 500;
  color : #58a89c;
  text-align: left; 
  padding: 0;
  margin: 0;
  }
h4 { 
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 500;
  color: #1eadc6; 
  letter-spacing: 1px;
  text-align: left;
  padding: 0;
  margin: 0;
  }
h5 { 
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-size: 1.6em;
  font-weight: 600;
  font-variant:small-caps;
  color: #fff; 
  text-align: center;
  padding: 3px 0 2px 0;
  margin: 0;
  }

/* LINKS */

a:link, a:active, a:visited {
   color: #c05959;
   text-decoration: none;
   }
a:hover {
   color: #32acc3;
   }

/* FONT APPLICATIONS */

blockquote {
  color: #000;
  background: #e2e1dd;
  border: double #000;
  padding: 8px;
  margin: 10px 25px;
  }
blockquote:hover {
  border: double #a19674;
  }
.red {
  color: #cc0008;
  text-decoration: underline;
}
blockquote.alert {
  color: #000;
  background: #e2e1dd;
  border: solid 6px #cc0008;
  padding: 10px;
  margin: 10px 25px;
  }
blockquote:hover {
  border: solid 6px #ff0000;
  }

blockquote.quote {
  color: #000;
  background: #f4f3ef url(images/quote.png) no-repeat; 
  background-position: left top;
  border-left: solid 4px #aaaaaa;
  border-right: none;
  border-top: none;
  border-bottom: none;
  padding: 25px 25px 15px 60px;
  margin: 0 0 12px 0;
  }
hr {
  background: url(images/dot.png) repeat-x;
  border: 0;
  color: #9E9E9E;
  background-color: #9E9E9E;
  height: 1px;
  width: 100%;
  text-align: left;
  }
b, strong {
  color: #000;
  font-weight: 700;
  }
i, em {
  color: #000;
  }
ins, u {
  color: #000;
  }

/* LISTS */

ul {
  list-style-image:url('images/bul-arrow.png');
  margin-left: 5px;
  }
ul.check {
  list-style-image:url('images/bul-check.png');
  margin-left: 5px;
  }
ul.services-left {
  list-style-image:url('images/bul-ff.png');
  margin: 0;
  padding: 0;
  float: left;
  width: 46%;
  }
ul.services-right {
  list-style-image:url('images/bul-ff.png');
  margin: 0;
  padding: 0;
  float: right;
  width: 46%;
  }

/* IMAGES */

img {
  border: none;
  margin: 0;
  padding: 0;
  }
img.space {
  border: none;
  margin: 12px 0 0 50px;
  padding: 3px;
  }
img.cm {
  border: solid #fff 8px;
  box-shadow: 0 0 4px #888;
  margin: 2px 10px 2px 0;
  padding: 0;
  }
img.cm:hover {
  border-color: #db7279;
  }
img.recent {
  border: solid #f2eddf 8px;
  box-shadow: 0 0 4px #888;
  margin: 2px 10px 2px 0;
  padding: 0;
  float: left;
  }
img.recent:hover {
  border-color: #fff;
  }
.center{
  text-align: center;
  }
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  }
.alignleft {
  float: left;
  text-align: left;
  width: auto;
  }
.alignright {
  float: right;
  text-align: right;
  width: auto;
  }
input, textarea, select {
  text-align: left;
  font: normal 95%/110% "georgia", "times new roman";
  color: #000;
  background: #e7e7e7;
  border: 1px solid #9a9a9a;
  padding: 5px 9px;
  }

/* TABLE */

table.hosting{
  color: #000; 
  height: 15px;
  margin: 15px;
  }
table.hosting tr {
  background: url(images/dot.png) repeat-x;
  background-position: bottom;
  margin: 0 0 5px 0;
  padding: 0 0 5px 0;
  }
table.hosting th {
  text-align: left;
  padding:5px;
  }
table.hosting th.title {
  font-weight: 700;
  }
table.hosting th.middle {
  width: 20%;
  font-weight: 700;
  padding:10px;
  text-align: left;
  }
table.hosting td, table.hosting th.middle {
  color: #000000;
  padding: 6px 6px 6px 12px;
  text-align: left;
  margin: 0;
  }
table.hosting th.plans {
  color: #000;
  font-weight: 700;
  }
table.hosting th.price{
  color: #000;
  font-weight: 700;
  }