/*  
Theme Name: ArtTogether
Theme URI: http://www.refueled.net/wordpress-themes/
Description: Based on "Ad Clerum" by Refueled.net <a href="http://www.refueled.net/forum/" title="Forums">Forums</a>.  
Version: 1.0
Author: Hand Spun Digital, Inc.
Author URI: http://www.handspundigital.com

This theme was re-designed and coded by Rosemary of Hand Spun Digital with thanks to Nate of Refueled Dot Net. Released under GPL. http://www.opensource.org/licenses/gpl-license.php

old blue: #455A79

*/

body {
	/**/
	background-color: #5b2811;
	background-image:url(images/bodybg.jpg);
	background-repeat:repeat;
	color: #000;
	font-size: 14px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	margin: 0px 0px 0px 0px;
	}
	
a, a:visited{
	color: #0c1012;
	text-decoration: underline;
	border: none; 
	}
	
a:hover{
	color: #005a7a;
	text-decoration: none;
	}
	
img {
	border: none;
	}

#container { 
	width: 906px; 
	background-image: url(images/containerbg.jpg);
/*	background: #f8d32f url(images/bg.jpg);
*/	text-align: left; 
	margin: 10px auto; 
	/*border: 2px solid #fff;*/
	}
	
#header { 
	background: #455A79;
	height: 176px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #f8d32f; /*gold line*/
	}
	
#header h1, #header h2 {
	display: none;
	}


#lpic {
	height: 128px;
	width: 179px;
	background-image: url(images/handwritinggrey.jpg);
	
	border-bottom: 1px solid #f8d32f; /*gold line*/
}

#rpic {
	height: 128px;
	width: 179px;
	background-image: url(images/shakehandsgrey.jpg);
	border-bottom: 1px solid #f8d32f; /*gold line*/
}
	
#menuhighermenu, #menulowermenu {
	font-size: 1em;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: bold;
	letter-spacing: .08em;
	background-color: #455A79;
	background-image:url(images/menubg.jpg);
	margin-top: 0px;
	width:902px; 
	height:27px;
	border-bottom: 1px solid #f7de7c; /*gold line*/
	border-left: 2px solid #f7de7c; /*gold line*/
	border-right: 2px solid #f7de7c; /*gold line*/

}
#menulowermenu {
}

#menuhighermenu ul, #menulowermenu ul {
	margin: 0px;
	padding: 5px;
	list-style: none;
}
#menuhighermenu ul {
	text-align: left;
}
#menulowermenu ul {
	text-align: right;
}

#menuhighermenu li, #menulowermenu li {
	display: inline;
}

#menuhighermenu a, #menulowermenu a {
	margin: 0 5px;
	padding: 2px;
	text-decoration: none;
	color: #FFFFFF;
}

#menuhighermenu a:hover, #menulowermenu a:hover {
	
	color:#ffda33;
	text-decoration: underline;
}


#content { 
	width: 500px; 
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 179px;
	margin-right: 0px;
	position:relative;
	padding: 0px 18px 15px 18px;
	text-align: left;
	}

#content.onecolumn {
	width:800px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin: 0px auto;
	background-image: none;
	}

#content img {
	border:  1px solid #f8d32f; /*gold line*/
	}

#content b{
	color: #777;
	line-height: 14px;
	}


#content p{
	margin: 0px;
	line-height: 18px;
	padding: 0px 0px 10px 0px;
	margin-top: 5px;
	}
	
#content p img{
	border: none;
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
	}
#content h1 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: normal;
	font-size: 1.75em; 
	color: #730000; 
	margin: 0px;
	line-height: 120%;
	padding-top: 10px;
	padding-bottom: 4px;
	letter-spacing: .09em;
	}

	
#content h1 a  {
	color: #455A79;
	text-decoration: underline;
	}

#content h1 a:hover {
	color: #000000;
	text-decoration: none;
	}
#content h2 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: bold;
	font-size: 1.3em; 
	color: #5c1600; 
	margin: 0px;
	line-height: 100%;
	padding-top: 4px;
	padding-bottom: 4px;
	letter-spacing: .05em;

}

#content h2 a  {
	color: #455A79;
	text-decoration: none;
	}

#content h2 a:hover {
	color: #000000;
	text-decoration: underline;
	}


#content h3 {
	font-size: 1em; 
	color: #bf5f00; 
	margin: 0px;
	line-height: 120%;
	padding-top: 10px;
	padding-bottom: 4px;
	margin-bottom: 7px;
	
	}
	
#content h3 a  {
	color: #455A79;
	text-decoration: none;
	}

#content h3 a:hover {
	color: #000000;
	text-decoration: none;
	}

#content ol {
	list-style-type: decimal;
	line-height: 18px;
	margin: 0px;
	padding: 0px 0px 0px 30px;
	}
#content ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
	
#content li {
	margin: 0px 0px 14px 0px;
	padding: 0px;
	}
	
#content ul li {
	list-style: square outside;
	margin: 0px 0px 0px 20px;
	padding: 5px 0px 0px 0px;
	}
	
#content ul li a {
	color: #0c1012;
	text-decoration: underline;
	}

#content ul li a:hover {
	color: #005a7a;
	text-decoration: none;
	}
	
#arch {
	color: #000;
	}
	
#arch ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
	
#arch li {
	margin: 0px;
	padding: 0px;
	}
	
#arch ul li {
	list-style: square inside;
	margin: 0px 0px 0px 10px;
	padding: 5px 0px 0px 0px;
	}
	
#arch ul li a {
	color: #797979;
	text-decoration: none;
	}

#arch ul li a:hover {
	color: #000;
	text-decoration: underline;
	}
	
blockquote{
	background-color: #dee8ff;
	margin: 0px;
	margin-left: 15px;
	margin-bottom: 12px;
	padding: 7px;
	width: 420px;
	font-style: italic;
	color: #453d3a;
	border: 1px solid #ffda33;
	}
	

.postspace {
	background: #fff;
	width: 440px;
	height: 32px;
	margin: 0px;
	padding: 0px;
	}
.postspace2 {
	background: #fff;
	width: 440px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	}
.postspace3 {
	background: #fff;
	width: 440px;
	height: 15px;
	margin: 0px;
	padding: 0px;
	}

#left { 
	color: #000000;
	width: 179px;
	float: left; 
	margin-top: 0px;
	margin-bottom: 20px;
	 
	}
#left p{
	margin: 0px;
	line-height: 16px;
	padding: 10px;
	}
	
#left h2 {
	color: #fff;
	background: #455A79;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: .75em;
	letter-spacing: .09em;
	list-style: none;
	padding: 6px;
	margin: 0px;
	margin-bottom: 10px;
	border-bottom: 1px solid #f8d32f; /*gold line*/
	}

#left ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	}
	
#left li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#left ul li {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
	
#left ul li a {
	display: block;
	color: #0c1012;
	text-decoration: none;
	padding-left: 12px;
	padding-right: 6px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 12px;
	}

#left ul li a:hover {
	color: #005a7a;
	text-decoration: underline;
	}


#right { 
	color: #000000;
	width: 179px;
	float: right; 
	margin-top: 0px;
	margin-bottom: 20px;
	}
	
#right p{
	margin: 0px;
	line-height: 16px;
	padding: 10px;
	}
	
#right h2 {
	color: #fff;
	background: #455A79;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: .75em;
	letter-spacing: .09em;
	list-style: none;
	padding: 6px;
	margin: 0px;
	margin-bottom: 10px;
	border-bottom: 1px solid #f8d32f; /*gold line*/
	}
#right h3 {
	color: #000;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: .75em;
	letter-spacing: .09em;
	padding: 6px;
	margin: 0px;
	}



#right ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
	
#right li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#right ul li {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
	
#right ul li a {
	display: block;
	color: #0c1012;
	text-decoration: none;
	padding-left: 12px;
	padding-right: 6px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: .9em;
	line-height: 1em;
	}

#right ul li a:hover {
	color: #005a7a;
	text-decoration: underline;
	}
	
#right h2.widgettitle {
	color: #fff;
	background: #455A79;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: .75em;
	list-style: none;
	padding: 6px;
	margin: 0px;
	margin-bottom: 10px;
	border-bottom: 1px solid #f8d32f; /*gold line*/
	}

#footer {
	background: #6380c6;
	background-image:url(images/footerbg.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	border-top: 2px solid #f7de7c; /*gold line*/
	width: 906px;
	overflow: hidden;
	font-size: .75em;
	margin: 0px auto 0px;
	padding:  9px 0px 7px 0px;
	text-align: center;
	line-height: 17px;
	clear: both;
	}
	
#footer p {
	color: #fff;
	padding: 0px;
	margin: 0px;	
	}

#footer ul {	
	list-style: none;
	text-align: center;
	margin: 0;
	padding: 0;
	}
#footer ul li {	
	display: inline;
	}

#footer a, #footer a:visited {
	color: #EAEAEA;
	text-decoration: none;
	border: none;
	border-bottom: 1px dotted #eaeaea;
	}
	
#footer a:hover {
	text-decoration: none;
	border: none;
	}

#wp-calendar {
	margin-left: 22px;
	margin-bottom: 10px;
	}

#searchform {
	margin-left: 9px;
	margin-bottom: 0px;
	}
	
#searchform input {
	font-family:Verdana, Arial, sans-serif;
	font-size: .8em;
	text-align: right;
	color: #67717E;
	border: 1px solid #ddd;
	width: 150px;
	margin-bottom: 0px;
	}
	
/* comments */
	
.entry {
	margin-bottom: 12px;
	border-bottom: 1px solid #E3E3E3;
	}	

#s,#submit {	
	background-color:#ffffff;
	border:1px solid #cccccc;
	color:#505050;
	font-size:0.9em;
	margin:0 0 16px;
	padding:4px;
	width:130px;
	}
	
#author {
	border:1px solid #cccccc;
	font-family:Verdana,Tahoma,Arial,Sans-Serif;
	font-size:1em;
	margin:0;
	padding:4px;
}

	
#email {
	border:1px solid #cccccc;
	font-family:Verdana,Tahoma,Arial,Sans-Serif;
	font-size:1em;
	margin:0;
	padding:4px;
}

#url {
	border:1px solid #cccccc;
	font-family:Verdana,Tahoma,Arial,Sans-Serif;
	font-size:1em;
	margin:0;
	padding:4px;
}

#comment  {
	width: 350px;
	border:1px solid #cccccc;
	font-family:Verdana,Tahoma,Arial,Sans-Serif;
	font-size:1em;
	margin:0;
	padding:4px;
}
.smaller {
font-size: smaller}
.boxright {
display: block;
width: 250px;
float: right;
}