/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles at the end of this file instead 
of style.css so it is easier to update the theme. 
Simply copy an existing style from style.css to this file, 
and modify it to your liking.
*/

@import "functions/css/shortcodes.css";

@font-face {
	font-family: Carolingia;  
	src: local('Carolus FG'), 
		url("Fonts/Carof___.ttf") format('truetype');  
	font-weight: normal;  
}

/*AA Defaults*/

span.dropcap { font-size: 300%; font-weight: bold; color: #c96041; float: left; position: relative; margin:5px 7px 0 0; line-height: 0.8em; }

p.aa-sm-li { font-size: 0.85em; color: #796538; }


/* 1.1 Defaults */

body  { font: 14px/20px Arial,Helvetica,Sans-serif; color: #555; background-color: #fff; }

h1, h2, h3, h4, h5, h6  { margin: 0; font-family:Georgia, serif; color: #c96041; font-weight:normal; }
h1  {font-size: 2em } h2  {font-size: 1.8em;} h3  {font-size: 1.6em;} h4  {font-size: 1.2em;} h5  {font-size: 1em;} h6  {font-size: 0.8em;}

/*
h1 {font-family: Carolingia}
*/

p {margin: 0; font:16px/24px Georgia, serif; }

hr { background-color: #e6e6e6;	border:0; height: 1px; margin-bottom: 20px; }

input, textarea { padding: 5px; border-color: #ccc #efefef #efefef #ccc; border-width:1px; border-style:solid; margin-bottom:10px;}

.hide { display: none; }

/*More font customazitaon*/

.breadcrumbs { margin-bottom: 1.5em; font-size: 0.9em;} 


/* 2.2.1 Drop-down menus */
	.nav li ul  { background: #FFF; position: absolute; left: -999em; width: 180px; border: 1px solid #dbdbdb; border-width:1px 1px 0; z-index:999; }
	.nav li ul li  { background:#ccc; border-top:1px solid #fff; border-bottom:1px solid #dbdbdb;}
	.nav li ul li a  { width:160px; color:#555; font-size:0.8em; line-height:18px; }
	.nav li ul li a.sf-with-ul { padding:5px 10px; }
	.nav li ul li a:hover, .nav li.sfHover ul li a.sf-with-ul { background:#FCF8ED;}
	.nav li ul ul  { margin: -30px 0 0 180px; }
	.nav li ul ul li a  {  }
	.nav li ul li ul li a  {  }
	
	.nav li:hover,.nav li.hover  { position:static; }
	.nav li:hover ul ul, .nav li.sfhover ul ul,
	.nav li:hover ul ul ul, .nav li.sfhover ul ul ul,
	.nav li:hover ul ul ul ul, .nav li.sfhover ul ul ul ul { left:-999em; }
	.nav li:hover ul, .nav li.sfhover ul,
	.nav li li:hover ul, .nav li li.sfhover ul,
	.nav li li li:hover ul, .nav li li li.sfhover ul,
	.nav li li li li:hover ul, .nav li li li li.sfhover ul  { left:auto; }
	
	.nav .sf-sub-indicator {background:	url(images/arrow-superfish.png) no-repeat;position:absolute;display:block;right:0.4em;top:40%;width:10px;height:10px;text-indent:-999em;overflow:hidden;}
	.nav li ul .sf-sub-indicator {background:url(images/arrow-superfish-right.png) no-repeat;}

/* 2.3 Header */
#header {
    height: 95px;
    padding: 4px;
}

/* 3. Posts*/

.breadcrumbs { margin-bottom: 1.5em; }

.post-meta {margin: 1em 0 1.5em 0;font:1em/1em sans-serif;color:#999; font:11px/11px "Trebuchet MS", Arial, Helvetica, sans-serif; text-transform: none; }
.post-meta .small {text-transform:lowercase;}
.post-meta .author {text-transform: capitalize;}
.post-more { clear:both; text-transform:none; border:1px solid #e6e6e6; border-width:4px 0 1px; padding:10px 0; font:11px/16px sans-serif;}
.post p.tags{color:#999; background:url(images/ico-tag.gif) no-repeat center left;padding-left:25px;width:100%;clear:both;margin-bottom:20px;}
.post-meta a:link, .post-meta a:visited, .post p.tags a:link, .post p.tags a:visited { text-decoration: underline; color:#888; }
.post-more a:hover, .post-meta a:hover, .post p.tags a:hover { text-decoration:underline; color:red;}


/*Necessary to overrule some setting I can't find*/
.widget h3  { margin: 0 0 20px 0; padding:0 0 15px; text-transform:none; font: bold italic 18px 'PT Serif', Arial, Helvetica, sans-serif; color:#c96041; border-bottom:3px solid #e6e6e6; }

/* Optional images with no borders */
.customImage img {
padding: 0px;
border: none;
background-color: transparent;
-moz-border-radius: 0px;
-khtml-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
} 



div. updated, .login .message {
  color: #574626;
  background-color: #FFFFE0;
  border-color: #E6DB55;
}
div. updated, .message {
    color: #574626;
    width: 275px;
}

/*=========defaults for shortcodes aa========== */

.aa-hr3 {
	clear:both; 
	display:block;
	margin-bottom:10px;
	padding-top:10px;
	width:100%;
	border-bottom:3px solid #e6e6e6;
}




	
