﻿/*  
Template: beadiful
Theme Name: beadiful
Theme URI: http://www.auxanocreative.com
Description: Custom Theme for Simply Beadiful.
Version: 1.0
Author: Susan Nelson
Author URI: http://www.auxanocreative.com/
*/
/*-------------------------------------------------
>> ::COLORS::

>> ::TOC::
	Resets
	Defaults
	Typography
	Forms
	Tables
	Template 
	Links
	Menus
	Global Classes
	Content

------------------------------------------------- */

/* ---------- ::Resets:: --------------------- */
body, address, blockquote, dl, ol, ul, li, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre {
margin:0;
padding:0;
}
fieldset, table {
border:none;
}
/* ---------- ::Document Defaults:: ---------- */
html { 
font-size:100.01%; 
height: 101%;
}
body { 
margin:0 auto;
height:100%;
font:62.5%/1.8em Georgia, "Times New Roman", serif;
background:#fefefe url("images/blueswirlbg.jpg") repeat;
color:#333;
text-align:center;
}
/* ---------- ::Typography:: ----------------- */
blockquote, address, pre { /* adjust as needed */
margin:.5em 2em;
}
h3, h4, h5, h6, p { /* adjust as needed */
margin:1em 0;
}
h1 {
font-size:2em;
font-family:Georgia, "Times New Roman", serif;
text-align:center;
}
h2 {
font-size:1.8em;
font-family:Georgia, "Times New Roman", serif;
color:#65BC45;
margin:10px;
}
h3 {
font-size:1.4em;
font-family:Georgia, "Times New Roman", serif;
color:#65BC45;
margin: 10px 0 0 10px;
}
p, li {
font-size:1.3em;
padding: 0 10px 0 10px;
}
/* ---------- ::Forms:: ---------------------- */
input, label {
vertical-align:middle;
}
label {
cursor:pointer;
}
input, select, textarea {
font-size:1em;
font-family:inherit;
font-size:inherit;
}
input, textarea {
padding:.2em;
}
textarea {
overflow:auto;
}
/* ---------- ::Template:: ------------------- */
#wrap {
width:740px;
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto;
text-align:left;
font-size:1.2em;
background:#fff;
border-right:1px solid #4ac1bd;
border-left:1px solid #4ac1bd;
}
#head {
position:relative;
width:740px;
height:213px;
margin:0 auto;
}
#head img {
position:absolute;
top:0;
left:0;
width:740px;
height:213px;
}
#columns {
width:740px;
margin:0 auto;
position:relative;
overflow:hidden;
}
#content {
width:550px;
float:right;
}
#sidebar {
width:170px;
float:left;
}
#sidebar h3 {
margin: 47px 10px 0 10px;
}
#footer {
width:740px;
height: 40px;
padding-top: 10px;
margin: -70px auto 0 auto;
}
#footer p {
padding: 0;
}
#clearfooter {
height: 140px;
}
/* ---------- ::Links:: ---------------------- */
a {
text-decoration:underline;
color:#65bd45;
}
a:visited {
color:#65bd45;
text-decoration:underline;
}
a:active, a:focus, a:hover {
text-decoration:none;
outline:none;
color:#65bd45;
}
a img {
border:none;
}
/* ----------  ::Menus:: ---------------------- */
/* ::Main Menu:: */
ul#nav1 {
width:140px;
list-style-type:none;
margin:40px 0 0 10px;
padding:0;
}
#nav1 li {
display:block;
padding: 3px 0 0 0;
}
#nav1 li a {
color:#65bd45;
text-decoration:none;
}
#nav1 li a:active, #nav1 li a:focus, #nav1 li a:hover {
color:#65bd45;
text-decoration:underline;
}
ul#nav2 {
width:140px;
list-style-type:none;
margin:20px 0 0 10px;
padding:0;
}
#nav2 ul li {
padding-left:10px;
font-size:1.1em;
}
#nav2 li {
display:block;
padding: 3px 0 0 0;
}
#nav2 li a {
color:#65bd45;
text-decoration:none;
}
#nav2 li a:active, #nav2 li a:focus, #nav2 li a:hover {
color:#65bd45;
text-decoration:underline;
}

/* ::Footer Menu:: */
#footer ul {
}
#footer li {
}
#footer li a {
}
#footer li a:active, #footer li a:focus, #footer li a:hover {
}
/* ---------- ::Global Classes:: ------------- */
.imgleft {
float:left;
padding:3px;
margin:4px 5px 0 0;
border:1px solid;
}
.imgright {
float:right;
padding:3px;
margin:5px 0 0 5px;
border:1px solid;
}
.center {
text-align:center;
}
.clear {
clear:both;
padding:0;
margin:0;
line-height:normal;
}
.floatleft {
float:left;
}
.floatright {
float:right;
}
.hidden {
display:none;
visibility:hidden;
}
.inline {
display:inline;
}
.small {
font-size:10px;
font-weight:normal;
}
.large {
font-size:20px;
font-weight:bold;
}
/* ---------- ::Content/Pages:: -------------- */

/*WORDPRESS SPECIFIC STYLES*/
.post {
padding: 0;
}
.post h2 {
font-size:1.6em;
padding: 0;
}
.post h2 a, .post h2 a:visited {
font-size: 1em;
font-weight: normal;
text-decoration: none;
color:#65bd45;
}
.post h2 a:focus, .post h2 a:hover, .post h2 a:active {
text-decoration: underline;
color: #65bd45;
}
.post img {
padding: 3px;
}
.post ol {
font-size: 1.2em;
padding: 1em 4em;
}
.post ul {
font-size: 1.2em;
padding: 0;
list-style-type: none;
}
.post ul li {
padding-left: 4em;
background-image: url(images/bullet.gif);
background-repeat: no-repeat;
background-position: 2em .1em;
}
.entry {
line-height: 18px;
}
.entry h2 {
font-size:1.6em;
padding: 0;
}
p.postmetadata {
border-top: 1px solid #4ac1bd;
margin: 10px 0 40px 0;
}
.navigation {
padding: 10px 0 0 0;
font-size: 14px;
font-weight: bold;
line-height: 1.2em;
clear:both;
}
table#wp-calendar {
width: 85%;
}
.comments-template{
margin: 10px 0 10px 0;
padding: 10px 0 0;
}
.comments-template ol{
margin: 0;
padding: 0 0 15px;
list-style: none;
}
.comments-template ol li{
margin: 10px 0 0;
line-height: 18px;
padding: 0 0 10px;
font-size:.8em;
}
.comments-template h2, .comments-template h3{
font-family: Georgia, Sans-serif;
font-size: 16px;
}
.commentmetadata{
font-size: 12px;
margin-left:10px;
}
.comments-template p.nocomments{
padding: 0;
}
.comments-template textarea{
font-family: Arial, Helvetica, Georgia, Sans-serif;
font-size: 12px;
}
/*WORDPRESS SIDEBAR*/
#sidebar h2 {
margin:10px 5px;
}
#sidebar ul {
list-style-type: none;
margin: 19px 0 0 0;
padding: 0 10px 0 5px;
}
#sidebar li a, #sidebar li a:visited {
font-size:1.12em;
text-decoration:none;
}
#sidebar li a:focus, #sidebar li a:hover, #sidebar li a:active {
text-decoration:underline;
}
#sidebar ul li {
font-size:1.3em;   /*Changes font size of main navigation*/
padding: 5px 0 0 0;
}
#sidebar ul li h2 {
font-size:1.2em;
font-family: georgia, 'times new roman', serif;
color:#4ac1bd;
padding: 0;
}
#sidebar ul ul {
margin:0;
padding:5px;
}
#sidebar ul ul li {
padding: 5px 0 2px 3px; /*Adjusts spacing between navigation items*/
line-height: 1.2em;
font-size: .9em;
}
