/*
Theme Name: Fountain Theme
Theme URI: http://fountainporter.com/
Description: fountain theme 2012
author: greg
template: twentyeleven
*/

@import url("../twentyeleven/style.css");

#access 
{
	display: none
}
/* navbar text color
#access a {
color: #f6e3a1;
display: block;
line-height: 3.333em;
padding-bottom: 0;
padding-left: 1.2125em;
padding-right: 1.2125em;
padding-top: 0;
text-decoration: none;
font-weight: bold
}


/* nav hover color 
#access li:hover > a,
#access a:focus {
background: #4182bc; /* Show a solid color for older browsers */
background: -moz-linear-gradient(#818cc2, #818cc2);
background: -o-linear-gradient(#f9f9f9, #e5e5e5);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5)); /* Older webkit syntax */
background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
color: #4182bc;
}
*/

/* navbar color
#access {
background-image: -moz-linear-gradient(#808dc2, #808dc2);
box-shadow: none;
border-width: thin;
border-left-style: none;
border-bottom-style: solid;
border-right-style: none;
border-top-style: none;
border-bottom-color: #527dc2;
}
*/

#site-generator {
background: none;
border-top-color:#5179bf;
}


body {
	background: #818cc2;
	line-height: 1.5;
	border-top: none;
}

/* right dotted line 

#content {
border-right: 1px dotted;
margin: 0 20% 0 0.6%;
padding-right: 11px;
width: 67%;
color: #4e7fb9;
}

*/


#branding {
border-top: none;
}

#branding #searchform {
display:none;
}

/* no post date */
.entry-meta {
clear: both;
color: #666666;
display: none;
font-size: 12px;
line-height: 18px;
}

/* post title */
.entry-title, .entry-title a {
color: #fde6c7;
font-family: Arial;
font-size: 1.3em;
text-decoration: none;
}

.entry-content  {
font-family: Arial;
color: #fde6c7;
font-size: 1em;
}

/* widgets */

/* widget bullet color*/
.widget ul li {
color: #527dc2;
}

.widget-title {
color: #4e7fb9;
font-family: Arial;
font-size: 11px;
font-weight: bolder;
letter-spacing: 0.1em;
line-height: 2.6em;
text-transform: uppercase;
}

.widget {
color: #f5e5b1;
font-weight: bold;
}

#page {
background-color: #808dc2;


#comments {
display: none;
}





