/*
Theme Name: gayle-custom

Description: A customized theme using some elements of the three-column theme: Funky-green by William Berg
Author: Gayle Herrick
*/

a:link, a:active, a:visited {
    color: #2ac6c4;
        }
a:hover {color: #000}

/*--------------------------------------------------
  		SPECIAL STYLING
  --------------------------------------------------*/

blockquote {
    border: 1px dotted #2ac6c4;
}

/*--------------------------------------------------
  		MAIN DIVS
  --------------------------------------------------*/
#header {
    background: #2ac6c4;
    background-image: url(images/gayleamy2.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    }
#pageheader {
    background: #2ac6c4;
    background-image: url(images/gayleamy2.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    }

/*--------------------------------------------------
  		ARTICLES
  --------------------------------------------------*/
.date {
    background: #2ac6c4;
}

/*--------------------------------------------------
  		COMMENTS
  --------------------------------------------------*/

td.body {
	border-right: 1px dotted #2ac6c4;
	border-bottom: 1px dotted #2ac6c4;
	border-left: 1px dotted #2ac6c4;
}
td.name {
	border-top: 1px dotted #2ac6c4;
	border-right: 1px dotted #2ac6c4;
	border-left: 1px dotted #2ac6c4;
}
/*--------------------------------------------------
  		FORMS
  --------------------------------------------------*/

.whatever input {
    border: 1px solid #2ac6c4;

}

.button input {
    color: #2ac6c4;

}
textarea {
    border: 1px solid #2ac6c4;
    scrollbar-arrow-color:#2ac6c4;
}

/*--------------------------------------------------
  		SIDEBAR-WRAPPER
  --------------------------------------------------*/

#sidebar-wrapper h2,#sidebar-left h2,#sidebar-right h2 {
	color:#2ac6c4;
}

#sidebar-wrapper h2,#sidebar-left h2 a,#sidebar-right h2 a {
	color:#2ac6c4;
}

#sidebar-wrapper ul,#sidebar-left ul,#sidebar-right ul {
	border-top:1px dotted #2ac6c4;
}


/*--------------------------------------------------
  		NAVIGATION
  --------------------------------------------------*/

#topnav li a {
    color: #e0eee0;
    background-color: #2ac6c4;
}
