/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here 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.

*/

/* Violet Color Styles */

/*-----------------------------------------------

INDEX:

1. SETUP
-1.1 Defaults
-1.2 Hyperlinks

2. SITE STRUCTURE & APPEARANCE
-2.1 Containers
-2.2 Header
-2.3 Navigation
--2.3.1 Drop-downs
-2.4 Introduction
-2.5 Content
-2.6 Sidebar
-2.7 Footer

3. WIDGETS

4. POSTS
-4.1 Typographic Elements
-4.2 Images
-4.3 PageNavi

5. COMMENTSAREA
-5.1 Comments
-5.2 Comments Form

6. GENERAL STYLES

-----------------------------------------------*/



/*-----------------------------*/
/* 1. SETUP */
/*-----------------------------*/

/* 1.1 Defaults */

body  {
	color: #3f312e;
	background: #f4b3cc url(styles/violet/bg.png) no-repeat top center;
}

h1, h2, h3, h4, h5, h6  {
	color: #3f312e;
}

#searchform label.screen-reader-text {
display:block;
}

/* 1.2 Hyperlinks */

a:link, a:visited  { color: #ce2c8f; }

h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited,
h4 a:link, h4 a:visited, h5 a:link, h5 a:visited, h6 a:link, h6 a:visited  {
	color: #3f312e;
}

address
{
	margin-top:6px;
	font-size:18pt;
	color:#d75287;
	margin-bottom:6px;
}

.categories
{
	margin-bottom:18px;
}

/******************/
/* JOIN MENU LINK */
/******************/

#nav li:last-child a:link, #nav li:last-child a:visited
{
	color: #fff;
	border-left: 1px solid #2cbee2;
	border-top: 1px solid #2cbee2;
	border-right: 1px solid #2cbee2;
	background: #CE2C8F url(/wp-content/uploads/2010/01/menutab-join.gif) repeat-x left top;
}

td.subpages-cell
{
  padding-top:10px;
  padding-bottom:10px;
  width:280px:
}

#links p
{
width:280px;
}

input.order-text
{
	height:30px;
	width:220px;
	font-size:14pt;
}


div.order-form-title-holder
{
	padding-top:6px;
}

.xls_list
{
	font-size:14pt;
	list-style-type:none;
}

.list ul li
{
	list-style-type:none;
	padding-top:10px;	
}

.list ul li ul li
{
	list-style-type:disc;
	padding-top:8px;
	padding-left:4px;
	margin-left:10px;
	font-size:12pt;
	line-height:12pt;
}

div.Nav  {
	height: 25px;
	font-size:14pt;
	color:#CE2C8F;
}

post h2.title {
	font-size:30px;
	line-height:28px;
	margin:8px 0 12px;
}

/******************/
/* CUSTOM BUTTONS */
/******************/

.btn { display: block; position: relative; background: #aaa; padding: 5px; float: left; color: #fff; text-decoration: none; cursor: pointer; }
.btn * { font-style: normal; background-image: url(styles/violet/btn2.png); background-repeat: no-repeat; display: block; position: relative; }
.btn i { background-position: top left; position: absolute; margin-bottom: -5px;  top: 0; left: 0; width: 5px; height: 5px; }
.btn span { background-position: bottom left; left: -5px; padding: 0 0 5px 10px; margin-bottom: -5px; color:#ffffff; }
.btn span i { background-position: bottom right; margin-bottom: 0; position: absolute; left: 100%; width: 10px; height: 100%; top: 0;  color:#ffffff;}
.btn span span { background-position: top right; position: absolute; right: -10px; margin-left: 10px; top: -5px; height: 0;  color:#ffffff;}
 
* html .btn span,
* html .btn i { float: left; width: auto; background-image: none; cursor: pointer; }
 
.btn.blue { background: #2ae; }
.btn.green { background: #9d4; }
.btn.pink { background: #e1a;color:#ffffff; font-size:10pt;}
.btn:hover { background-color: #a00; }
.btn:active { background-color: #444; }
.btn[class] {  background-image: url(styles/violet/shade.png); background-position: bottom; }
 
* html .btn { border: 3px double #aaa; }
* html .btn.blue { border-color: #2ae; }
* html .btn.green { border-color: #9d4; }
* html .btn.pink { border-color: #e1a; }
* html .btn:hover { border-color: #a00; }



/*-----------------------------*/
/* 2. SITE STRUCTURE & APPEARANCE */
/*-----------------------------*/

/* 2.1 Containers */

#main  {
	background: url(/wp-content/uploads/2010/01/main.png) repeat left top;
}

#main #inside  {
	background-color: #fff;
	background-image:url(/wp-content/uploads/2010/01/content-bg1.gif);
	background-repeat:repeat-y;
}

/* 2.2 Header */

/* 2.3 Navigation */

#nav a:link, #nav a:visited {
	color: #fff;
	border-left: 1px solid #DB43A0;
	border-top: 1px solid #DB43A0;
	border-right: 1px solid #DB43A0;
	background: #CE2C8F url(styles/violet/menutab.gif) repeat-x left top;
}

#nav li.current_page_item a, #nav li a:hover  {
	color: #3f312e;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	background: #fff url(styles/violet/nav.jpg) repeat-x left top;
}

/* Style drop down list */

#nav li ul { border: 1px solid #db43a0;}
#nav li ul li {	border-bottom: 1px solid #a3184b; background: #FFF; }
#nav li ul li a { background-color: #CE2C8F!important; background-image: none!important; border: none!important;}
#nav li ul li a:hover { background: #fff url(styles/violet/nav.jpg) repeat-x left top!important; border: none!important;}

/* 2.4 Introduction */

#introduction  {
	border-bottom: none;
	background-color:#ffffff;
	padding-top:20px;
}

#about  {
	background: #bbc35f url(/wp-content/uploads/2010/02/about-welcome-bg-green.png) no-repeat top left;
}

#about h2  {
	color: #0c0c0c;
	font-size:14pt;
	padding-left:20px;
	padding-top:2px;
}

#about p  {
	color: #fff;
}

#about img  {
	border: none;}

#about .fold  {
	background: url(styles/violet/about_fold.png) no-repeat left top;
}

#connect  {
	border: 1px solid #ededed;
}

#connect ul li a  {
	color: #a3184b;
	background: url(styles/violet/connect_grad.png) repeat-x top left;
}

#connect ul li a span  {
	color: #3f312e;
}

/* 2.5 Content */

h2.result_heading  {
	border-bottom: 2px solid #3f312e;
}

/* 2.6 sidebar */

#sidebar a  {
	color: #a3184b;
}

/* 2.7 Footer */


#footer p  {
	color: #ffdce9;
}

#footer ul li.current_page_item a, #footer ul li a  {
	color: #ffdce9;
}

#footer ul li a:hover  {
	color: #3f312e;
}



/*-----------------------------*/
/* 3. WIDGETS */
/*-----------------------------*/

.widget h3  {
	color: #385a12;
	background-color: #D2F283;
	padding: 5px 40px 5px 36px;
	background-image:url(styles/violet/pony-small-white.gif);
	background-repeat:no-repeat;
}

.widget h3 span.fold  {
	background: url('styles/violet/widget_fold.png') no-repeat center center;
}

.widget ul li a:link, .widget ul li a:visited  {
	border-bottom: 1px solid #e0e6e6;
	color: #6c6c6c!important;
	background: url(styles/violet/bullet.png) no-repeat 8px 13px;
}

.widget ul li a:hover  {
	color: #a3184b!important;
	background-color: #f0f0f0;
	background-image: url(styles/violet/bullet_hover.png);
}

.widget_recent_comments li  {
	border-bottom: 1px solid #e0e6e6;
	background: url(styles/violet/bullet.png) no-repeat 8px 13px;
}

.widget_recent_comments li a  {
	background: none!important;
	border: none!important;
}

#searchform #s  {
	border: 1px solid #898989;
}

#searchform .submit  {
	color: #fff;
	border: 1px solid #9f4f6c;
	background-color: #e6877e;
}

#twitter a  {
	background-image: none;
}

/*-----------------------------*/
/* 4. POSTS */
/*-----------------------------*/

.post  {
	clear:both;
	border-bottom: 0px solid #dcd6d5;
}

.post .meta  {
	color: #8a7975;
}

.post .meta .comments  {
	background: url(styles/violet/ico-comments.png) no-repeat right 1px;
}

.post .categories a  {
	color: #ce2c8f;
	background-color: #ffffff;
	text-decoration:underline;
}

.post .categories a:hover  {
	text-decoration:underline;	
	color:#385A12;
}

/* 4.1 Typographic Elements */

.entry blockquote  {
	color: #000000;
	font-size:12pt;
}

/* 4.2 Images */

.entry img  {
	border: 0px solid #dbdbdb;
	margin-top:0px;
	padding-top:0px;
}

.entry p {
margin: 0px;
padding-top:5px;
}

img.wp-smiley  {
	border: none;
}

/* 4.3 Page Navi */

.Nav strong.on  {
	color: #fff;
	background-color: #CE2C8F;
}

.Nav a:link, .Nav a:visited  {
	color: #CE2C8F;
}

/*-----------------------------*/
/* 5. COMMENTSAREA */
/*-----------------------------*/

/* 5.1 Comments */

#comments ol.commentlist  {
	border-top: 1px solid #dcd6d5;	
}

#comments ol.commentlist li {
	border-bottom: 1px solid #dcd6d5;
}

#comments ol.commentlist li .comment-head .avatar img  {
	border: 3px solid #dcd6d5;
}

#comments ol.commentlist li .comment-head .user-meta span.date  {
	color: #565656;
}

#comments ul.children {
	background: url(styles/violet/comment_reply.png) no-repeat left 11px;
}

#comments ul.children li {
	border-bottom: 0;
}

#comments .navigation .alignright, #comments .navigation .alignleft { margin:0;}
#comments .navigation a {
	color: #fff;
	background: #9F9F9F;
}

#comments .navigation a:hover {background: #888;}

#comments .commentlist #respond #form_wrap {
	border:0;
}

/* 5.2 Comments Form */

#commentform input.txt  {
	border: 1px solid #898989;
}

#commentform textarea  {
	background-color: #f4f4f4;
	border: 1px solid #898989;
}

#commentform #submit  {
	color: #fff;
	border: 1px solid #9f4f6c;
	background-color: #e6877e;
}

/*-----------------------------*/
/* 6. GENERAL STYLES */
/*-----------------------------*/



/**FIX THE EXTRA CONTAINER CELL THAT SHOULDN'T BE THERE when logged in*/

#main #inside #container {width: auto;}