/*
Theme Name: Blue Abyss
Theme URI: http://inkedbyerin.info/lays/?preview_theme=blue-abyss
Description: I made this theme.
Author: Erin @ InkedByErin.info
Author URI: http://inkedbyerin.info/
Version: 1.0
Tags: 2 column, blue, css3, awesome, professional
*/

body, html {background: url("http://inkedbyerin.info/wordpress/wp-content/themes/version2/background.png") repeat;
font: 15px "California";
padding: 0px;
margin: 15px;
}

/* Div Containers */
#header {font: 75px "Amanda", arial, serif;
text-shadow: 1px 1px 1px #000000;
text-align: center;
color: #87B1CD;
padding: 0px;
height: 60px;
}
#container {width: 800px;
margin: 0px auto;
border: 20px solid #1C2021;
-moz-border-radius: 30px;
-webkit-border-radius: 30px;
background-color: #DEDBD4;
padding: 5px;
}
#sidebar {width: 30%;
float: right;
margin-bottom: 15px;
padding: 5px;
}
#content {width: 66%;
float: left;
}
#footer {clear: both;
height: 50px;
padding-top: 25px;
font: 15px "Christy", verdana, arial;
text-align: center;
}


/* Links & other font customizations */
a, a:active, a:visited, a:link {color: #333;
text-decoration: none;
}
a:hover {color: #003;
border-bottom: 2px double #010101;
}

a.link, a.link:active, a.link:visited, a.link:link {color: #000000;
text-decoration: none;
display: block;
text-align: center;
border-top: 1px solid #006;
border-bottom: 0px solid transparent;
}
a.link:hover {color: #000000;
text-decoration: none;
display: block;
border-top: 1px solid #999;
border-bottom: 0px solid #999;
}

b, strong {color: #003;}
u, ins {color: #699;
border-bottom: 2px inset #600;
}
i, em {color: #699;}
s, strike, del {color: #900;}

code {font: 14px "courier new", serif;
color: #900;
}
blockquote.code {border-left: 15px solid #585F65;
border-right: 0px solid #585F65;
border-top: 0px solid #585F65;
border-bottom: 0px solid #585F65;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
background-color: transparent;
margin: 5px;
padding: 5px;
}

/* Paragraph Customizations */
blockquote {border: 15px solid #1C2021;
background-color: #585F65;
-moz-border-radius: 30px;
-webkit-border-radius: 30px;
color: #000000;
padding: 10px;
margin: 20px;
}

ul {list-style-image: url("http://inkedbyerin.info/wordpress/wp-content/themes/version2/ul.png");}


/* Headers */
h1 {text-align: center;
margin-bottom: 0px;
border-bottom: 4px solid #000;
color: #003;
height: 30px;
font: 35px "Amanda", serif;
}
h2 {margin-top: 0px;
text-align: right;
color: #696;
font: 17px "Eras Light", serif;
}
h3 {text-align: center;
color: #DEDBD4;
font: 20px "Christy", serif;
border-bottom: 3px solid #283347;
background: #407176;
}
h4 {text-align: center;
color: #003;
font: 22px "Arial bold", serif;
}
h5 {text-align: left;
border-left: 15px solid #666;
padding-left: 15px;
color: #366;
font: 22px "Eras Light", serif;
}
h6 {text-align: right;
border-right: 15px solid #666;
padding-right: 15px;
color: #366;
font: 22px "Eras Light", serif;
}

/* Form Codes */
input, select, textarea {width: 50%;
border: 10px solid #407176;
padding: 10px;
}
label {font: 14px "amanda", Geneva, sans-serif;
font-weight: bold;
}
