/* -----------------------------------------------------------------------

   Blueprint CSS Framework 0.7.1
   http://blueprintcss.googlecode.com

   * Copyright (c) 2007-2008. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */

/* print.css */
body {line-height:1.5;font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;color:#000;background:none;font-size:10pt;}
.container {background:none;}
hr {background:#ccc;color:#ccc;width:100%;height:2px;margin:2em 0;padding:0;border:none;}
hr.space {background:#fff;color:#fff;}
h1, h2, h3, h4, h5, h6 {font-family:"Helvetica Neue", Arial, "Lucida Grande", sans-serif;}
code {font:.9em "Courier New", Monaco, Courier, monospace;}
img {float:left;margin:1.5em 1.5em 1.5em 0;}
a img {border:none;}
p img.top {margin-top:0;}
blockquote {margin:1.5em;padding:1em;font-style:italic;font-size:.9em;}
.small {font-size:.9em;}
.large {font-size:1.1em;}
.quiet {color:#999;}
.hide {display:none;}
a:link, a:visited {background:transparent;font-weight:700;text-decoration:underline;}
a:link:after, a:visited:after {content:" (" attr(href) ") ";font-size:90%;}

/* Blueprint CSS Framework 0.7.1 */

/* TABLE OF CONTENTS 
---------------------------------
LI Styles
Reset.css
Typography.css
Grid.css
Forms.css
---------------------------------
*/


/* RESET.CSS
==============================================================  */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 104%;
  font-family: inherit;
  vertical-align: baseline;
}

body {
background-attachment:scroll;
background-color:#E8F2FF !important;
background-image:url(../images/bgtop.jpg);
background-position:center top;
background-repeat:no-repeat;
line-height:1.4;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }
    
/* LITTLE ONES STYLES
==============================================================  */

/* Page Structure
-------------------------------------------------------------- */

div#wrapper {
	min-height:100%;
	
/*
	margin: 0 auto;
	padding: 0;
	min-height: 100%;
	height: 100%;
	height: auto !important;
*/
	 }
	 
div#container {
	width: 1077px;
	margin: 0 auto;
	min-height: 500px;
}

div#content-container {
/* main content area */
	width: 800px;
	margin: 0 auto;
	background-color: #fff;
	border-right: 2px solid #ffd3e1;
	border-left: 2px solid #ffd3e1;
}

		
/* Header
-------------------------------------------------------------- */

div#main-header {}

div#header {
	background: #fff url(../images/headertop.jpg) scroll no-repeat center top;
	height: 291px;
	margin: 0 auto;
	width: 1077px;
	position: relative;
}


/* Navigation
-------------------------------------------------------------- */
div#navigation {
	width: 800px;
	float: left;
	margin-top: 198px;
	margin-right: 0px;
	margin-left: 140px;
	}

.home #navigation li.home a { background-image: url(../images/nav/home_02.gif); }
.ourstore #navigation li.ourstore a { background-image: url(../images/nav/about_02.gif); }
.sell #navigation li.sell a { background-image: url(../images/nav/sell_02.gif); }
.buy #navigation li.buy a { background-image: url(../images/nav/buy_02.gif); }
.news #navigation li.news a { background-image: url(../images/nav/news_02.gif); }
.contact #navigation li.contact a { background-image: url(../images/nav/contact_02.gif); }

#navigation ul { 
	float: left; 
	width: 800px; 
	margin: 0 0 0 10px;
	list-style-type:none;
}

#navigation li { 
	width: auto;
	float: left; 
	margin-left: 30px;
	padding-bottom: 5px; 
	background-repeat: no-repeat; }
	
#navigation li a { 
	width: auto;
	height: 52px; 
	display: block; }
	
#navigation li a span { 
	display: none; 
	}
	
#navigation li.home { background-image: url(../images/nav/home_02.gif); width: 81px;}
#navigation li.home a { background-image: url(../images/nav/home_01.gif); }
#navigation li.home a:hover { background-image: url(../images/nav/home_02.gif); }

#navigation li.ourstore { background-image: url(../images/nav/about_02.gif); width: 80px;}
#navigation li.ourstore a { background-image: url(../images/nav/about_01.gif); }
#navigation li.ourstore a:hover { background-image: url(../images/nav/about_02.gif); }

#navigation li.sell { background-image: url(../images/nav/sell_02.gif); width: 98px;}
#navigation li.sell a { background-image: url(../images/nav/sell_01.gif); }
#navigation li.sell a:hover { background-image: url(../images/nav/sell_02.gif); }

#navigation li.buy { background-image: url(../images/nav/buy_02.gif); width: 101px}
#navigation li.buy a { background-image: url(../images/nav/buy_01.gif); }
#navigation li.buy a:hover { background-image: url(../images/nav/buy_02.gif); }

#navigation li.news { background-image: url(../images/nav/news_02.gif); width: 106px; }
#navigation li.news a { background-image: url(../images/nav/news_01.gif); }
#navigation li.news a:hover { background-image: url(../images/nav/news_02.gif); }

#navigation li.contact { background-image: url(../images/nav/contact_02.gif); width: 95px;}
#navigation li.contact a { background-image: url(../images/nav/contact_01.gif); }
#navigation li.contact a:hover { background-image: url(../images/nav/contact_02.gif); }

/* Content Area
-------------------------------------------------------------- */

div#content {
	margin: 0;
	padding-top: 5px;
	padding-left: 30px;
	padding-right: 25px;
	padding-bottom: 25px;
	min-height: 500px;	
	
}

/* Top Picture
-------------------------------------------------------------- */

div#toppic {
	margin: 0 0 8px 52px;
	padding: 0;

}

/* Sidebars
-------------------------------------------------------------- */

/* ----- WP Home Page Sidebar ----- */
div#home-sidebar {
	margin: 0 0 0 2px;
	padding: 0;
	width: 309px;
	float: left;
	position: relative;
}


/* ----- WP Single Page Sidebar ----- */
div#page-sidebar {
	margin: 0;
	padding: 0;
	width: 215px;
	float: left;
	position: relative;
}

/* ----- Blog Page Sidebar ----- */
div#blog-sidebar {
	margin: 0;
	padding: 0;
	width: 210px;
	float: left;
	position: relative;
}

div#blog-sidebar h3 {
 		color: #6da006;
 		font-size: 1.2em; 
 		margin-top: 15px;
 		margin-bottom: 10px;
 		background:transparent url(../images/bullet.png) no-repeat scroll left center;
		padding-left:25px;
		border-bottom:1px solid #EEEEEE;
		padding-bottom:5px;
		padding-top:5px;
		width:100%;
		}


div#blog-sidebar ul {
	list-style: none;
	font-size: 1em;
	}

div#blog-sidebar li {
	font-size: 1em;
	list-style: none;
}

/* ----- Feature Box ----- */

div#featbox {
	margin: 0 auto;
	text-align: center;
}

div#featbox p {
	margin: 15px 45px 0px 45px;
	color: #335533;
	line-height: 1.6;
}

div#featbox h2 {
 	color: #796011;
 	font-size: 1.2em; 
 	margin-left: 26px;
 	margin-right: 40px;
 	text-align: center;
}

div#featbox .list
{
margin: 0 40px 0 45px;
padding: 0;
list-style: none;
line-height: 1.4;
}

div#featbox .list li
{
padding-left: 20px;
padding-top: 10px;
background-image: url(../images/bullet.png);
background-repeat: no-repeat;
background-position: 0 .8em;
font-style: italic;
}


/* WP Styles
==============================================================  */

/* Home Page-Content
-------------------------------------------------------------- */

div#page-content {
	margin: 0 0 0 28px;
	width: 380px;
	float: left;
	position: relative;
}

div#page-content p {
	color: #000;
	margin: 0 0 15px 0;
	padding: 0;
}

div#page-content p.pink {
	color: #e630b0;
	font-size: 1.1em;
	margin: 0 0 10px 0;
	padding: 0;
}

div.page-content div {
		padding-left: 5px;
		/* padding-bottom: 15px; */
		}
		
/* Single Page-Content
-------------------------------------------------------------- */

div#wpage-content {
	margin: 0 0 0 25px;
	padding-right: 15px;
	width: 470px;
	float: left;
	position: relative;
}

div#wpage-content p {
	color: #000;
	margin: 0 0 15px 0;
	padding: 0;
}

div#wpage-content p.pink {
	color: #e630b0;
	font-size: 1.1em;
	margin: 0 0 10px 0;
	padding: 0;
}

div.wpage-content div {
		padding-left: 5px;
		/* padding-bottom: 15px; */
		}
		
		
/* What We Sell Page-Content
-------------------------------------------------------------- */

div#sell-content {
	margin: 0 25px 0 25px;
	position: relative;
}

div#sell-content p {
	color: #000;
	margin: 0 0 15px 0;
	padding: 0;
}

div#sell-content p.pink {
	color: #e630b0;
	font-size: 1.1em;
	margin: 0 0 10px 0;
	padding: 0;
}

div.sell-content div {
		padding-left: 5px;
		/* padding-bottom: 15px; */
		}		
		
/* Contact Page-Content
-------------------------------------------------------------- */

div#contact-content {
	margin: 0 25px 0 25px;
	position: relative;
}

div#contact-content p {
	color: #000;
	margin: 0 0 15px 0;
	padding: 0;
}

div#contact-content p.pink {
	color: #e630b0;
	font-size: 1.1em;
	margin: 0 0 10px 0;
	padding: 0;
}

div.contact-content div {
		padding-left: 5px;
		/* padding-bottom: 15px; */
		}		
		
		
/* WP Blog Index Content
-------------------------------------------------------------- */

div#blog-content {
	margin: 0 0 0 28px;
	width: 470px;
	float: left;
	position: relative;
}

div#blog-content p {
	margin: 0 0 15px 0;
	padding: 0;
}

div#blog-content p.pink {
	color: #e630b0;
	font-size: 1.1em;
	margin: 0 0 10px 0;
	padding: 0;
}

div.blog-content div {
		/* padding-left: 5px; */
		/* padding-bottom: 15px; */
		}
		
		
div#blog-content h4 {
 		color: #6da006;
 		font-size: 1.2em; 
 		margin-top: 15px;
 		margin-bottom: 0;
 		background:transparent url(../images/bullet.png) no-repeat scroll left center;
		padding-left:25px;
		border-bottom:1px solid #EEEEEE;
		padding-top:5px;
		width:90%;
		}
		
		
div#comments h3 {
 		color: #6da006;
 		font-size: 1.2em; 
 		margin-top: 15px;
 		background:transparent url(../images/bullet.png) no-repeat scroll left center;
		padding-left:25px;
		border-bottom:1px solid #EEEEEE;
		padding-bottom:5px;
		padding-top:5px;
		width: 100%;
		}
		
div#formcontainer {
	color: #000;
	margin: 0 0 15px 0;
	padding: 0;
}

#comment-notes {
	font-size: .85em;
	color: #999;
}

.form-label { 
		color: #9f37a1;
		font-size: 1em; 
		margin:0;
		padding:0;
}

.form-textarea {
	padding-bottom: 5px;
	}
 
/* WP Heading Classes
-------------------------------------------------------------- */

h2.subtitle { 
		font:italic 20px georgia;
		margin:0px 0 10px 0;
		padding:0;
		color: #7b7b7b;
		}
		

h2.page-title {
		color: #ad05b0;
 		font-size: 1.3em; 
		margin:0 0 20px 0;
		padding: 10px 0 0 15px;
		background:transparent url(../images/pagetitlebg.jpg) no-repeat scroll left center;
		height: 58px;
		}
	

/* WP Page & Post Styles
-------------------------------------------------------------- */

div.featurepost {
	background-color: #FAFDFF;
	padding-top: 10px;
}

div.entry-content { 
	padding-left: 15px;
	
}

h2.entry-title { 
		color: #6da006;
 		font-size: 1.2em; 
 		margin-bottom: 5px;
 		padding: 0;
}

div.entry-content h1 { 
		color: #6da006;
 		font-size: 1.3em; 
 		margin-bottom: 5px;
 		padding: 0;
}

div.entry-content h2 {
		color: #9f37a1;
		font-size: 1.2em; 
		margin:0px 0 10px 0;
		padding:0;
		}
		
div.entry-content h3 {
		color: #e630b0;
		font-size: 1.2em; 
		margin:0px 0 10px 0;
		padding:0;
		}
		
div.entry-content h4 {
 		color: #6da006;
 		font-size: 1.2em; 
 		margin-top: 15px;
 		background:transparent url(../images/bullet.png) no-repeat scroll left center;
		padding-left:25px;
		border-bottom:1px solid #EEEEEE;
		padding-bottom:5px;
		padding-top:5px;
		}
		
div.post-content p {
	margin-bottom: .5em;
	}
		
div.entry-date {
	font-style: italic;
	font-size: 1em;
	margin:0px 0 10px 0;
	padding:0;
	color: #e630b0;
	margin-right: 1em;
	}
	
div.entry-meta {
	font-size: 1em;
	margin-bottom: 1.5em;
	margin-right: 1em;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	text-align: right;
	color: #999;
	}
	
div.entry-meta a {
	font-size: 1em;
	color: #219aeb;
	}	
	
div.entry-meta a:hover {
	color: #8cc5ff;
	}	
	
/* Category:Events Styles
-------------------------------------------------------------- */

.event-title { 
		color: #6da006;
 		font-size: 1.2em; 
 		margin-bottom: 5px;
 		padding: 0;
}	

.event-date {
	font-style: italic;
	font-size: 1em;
	margin:0px 0 5px 0;
	padding:0;
	color: #e630b0;
	margin-right: 1em;
}
		
/* Footer
-------------------------------------------------------------- */

div#footcontainer {
	width: 800px;
	margin: 0 auto;
	border-bottom: 2px solid #ffd3e1;
}

div#foottop {
	background: transparent url(../images/footertop.jpg) scroll no-repeat center top;
	height: 77px;
}

div#footmid {
	background: transparent url(../images/footmid.jpg) repeat-y center top;
	min-height: 100%;
	padding: 0 0 8px 0;
}

div#footer {}

div#footer p{
	color: #fff;
	font-size: .8em;	
	text-align: center;
	margin: 0;
}

div#footer p.credit {
	color: #fffa4a;
	text-align: right;
}


/* TYPOGRAPHY.CSS   
==============================================================  */

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body { 
  font-size: 1em;
  color: #333; 
  font-family: Georgia,"Times New Roman",Times,serif;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111; }

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.3em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: .75em; height: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1em; }
p img       { float: left; margin: .5em 1em 0.4em 0; padding: 0; border: 8px solid #eee;}
p img.alignright { float: right; margin: .5em 0 .5em 1.5em; }

img.center	{ display: block; margin-left: auto; margin-right: auto;}
img.right   { display: block; text-align: right;}
img.border  {border: 8px solid #eee;}

li img.alignright {float: right; margin: .5em 0 0 .5em;}

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #ccc; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; } 

/* Links
-------------------------------------------------------------- */
a:focus, 
a:hover     { color: #8cc5ff; }
a           { color: #219aeb; text-decoration: underline;}

a.readmore 	{display: block; text-align: right;}

#footer a:focus, a:hover {color: #fff;}
#footer a { color: #fff; text-decoration: underline;}

/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}

/*

div#page-content ul {
		list-style-type: none;
		margin-left: 1em;
}
		
div#page-content li.main {
		background-image: url(../img/blkarrw.jpg);
		background-repeat: no-repeat;
		background-position: 0 .4em;
		padding-left: 1em;
		padding-bottom: 0;
		margin: 1em 0 1.6em 0em;
		}
*/


/* Recent Posts Mini-Loop on homepage */

	.recentlist {
		margin: 0 0 .75em .5em;
		padding:0;
		/* border-top:1px dotted #ccc; */
		}

	.recentlist li {
		list-style: none;
		border-bottom:1px dotted #ccc;
		color:#666;
		padding-left: 30px;
		padding-top: 8px;
		padding-bottom: 5px;
		background-image: url(../images/bullet.png);
		background-repeat: no-repeat;
		background-position: 0 12px;
		font-style: italic;
		
		}

/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; background: #C3D9FF; }
th,td       { padding: 4px 10px 4px 5px; }
tr.even td  { background: #E5ECF9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }
.right      {float: right;}

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }
.center		{margin: 0 auto; text-align: center;}

/* =========================================================== 
   GRID.CSS
   
   BLUEPRINT CSS
    * Filename:        grid.css
    * Version:         0.7.1 (2008-02-25) YYYY-MM-DD
    * Website:         http://code.google.com/p/blueprintcss/

   == STRUCTURE: ========================
    * Page width:            900 px
    * Number of columns:     13
    * Column width:          60 px
    * Margin width:          10 px
   ======================================

   By default, the grid is 900px wide, with 13 columns 
   spanning 60px, and a 10px margin between columns.
==============================================================  */

/* A container should group all your columns. */
.container {
}

/* Use this class on any div.span / container to see the grid. */
.showgrid { 
  background: url(src/grid.png); 
}

/* Columns
-------------------------------------------------------------- */

/* Sets up basic grid floating and margin. */
div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6, div.span-7, div.span-8, div.span-9, div.span-10, div.span-11, div.span-12, div.span-13 {float:left;margin-right: 10px;}

/* The last column in a row needs this class. */
div.last { margin-right: 0; }

/* Use these classes to set the width of a column. */
.span-1  { width: 60px;}
.span-2  { width: 130px;}
.span-3  { width: 200px;}
.span-4  { width: 270px;}
.span-5  { width: 340px;}
.span-6  { width: 410px;}
.span-7  { width: 480px;}
.span-8  { width: 550px;}
.span-9  { width: 620px;}
.span-10 { width: 690px;}
.span-11 { width: 760px;}
.span-12 { width: 830px;}
.span-13, div.span-13 { width: 900px; margin: 0; }


/* Add these to a column to append empty cols. */
.append-1  { padding-right: 70px;}
.append-2  { padding-right: 140px;}
.append-3  { padding-right: 210px;}
.append-4  { padding-right: 280px;}
.append-5  { padding-right: 350px;}
.append-6  { padding-right: 420px;}
.append-7  { padding-right: 490px;}
.append-8  { padding-right: 560px;}
.append-9  { padding-right: 630px;}
.append-10 { padding-right: 700px;}
.append-11 { padding-right: 770px;}
.append-12 { padding-right: 840px;}


/* Add these to a column to prepend empty cols. */
.prepend-1  { padding-left: 70px;}
.prepend-2  { padding-left: 140px;}
.prepend-3  { padding-left: 210px;}
.prepend-4  { padding-left: 280px;}
.prepend-5  { padding-left: 350px;}
.prepend-6  { padding-left: 420px;}
.prepend-7  { padding-left: 490px;}
.prepend-8  { padding-left: 560px;}
.prepend-9  { padding-left: 630px;}
.prepend-10 { padding-left: 700px;}
.prepend-11 { padding-left: 770px;}
.prepend-12 { padding-left: 840px;}



/* Border on right hand side of a column. */
div.border {
  padding-right:4px;
  margin-right:5px;
  border-right: 1px solid #eee;
}

/* Border with more whitespace, spans one column. */
div.colborder {
  padding-right:58px;
  margin-right:55px;
  border-right: 1px solid #eee;
}

/* Use these classes on an element to push it into the 
   next column, or to pull it into the previous column.  */

.pull-1 { margin-left: -70px;}
.pull-2 { margin-left: -140px;}
.pull-3 { margin-left: -210px;}
.pull-4 { margin-left: -280px;}
.pull-5 { margin-left: -350px;}
.pull-6 { margin-left: -420px;}
.pull-7 { margin-left: -490px;}
.pull-8 { margin-left: -560px;}
.pull-9 { margin-left: -630px;}
.pull-10 { margin-left: -700px;}
.pull-11 { margin-left: -770px;}
.pull-12 { margin-left: -840px;}
.pull-13 { margin-left: -910px;}

.pull-1, .pull-2, .pull-3, .pull-4, .pull-5, .pull-6, .pull-7, .pull-8, .pull-9, .pull-10, .pull-11, .pull-12, .pull-13 {float:left;position:relative;}


.push-1 { margin: 0 -70px 1.5em 70px;}
.push-2 { margin: 0 -140px 1.5em 140px;}
.push-3 { margin: 0 -210px 1.5em 210px;}
.push-4 { margin: 0 -280px 1.5em 280px;}
.push-5 { margin: 0 -350px 1.5em 350px;}
.push-6 { margin: 0 -420px 1.5em 420px;}
.push-7 { margin: 0 -490px 1.5em 490px;}
.push-8 { margin: 0 -560px 1.5em 560px;}
.push-9 { margin: 0 -630px 1.5em 630px;}
.push-10 { margin: 0 -700px 1.5em 700px;}
.push-11 { margin: 0 -770px 1.5em 770px;}
.push-12 { margin: 0 -840px 1.5em 840px;}
.push-13 { margin: 0 -910px 1.5em 910px;}

.push-1, .push-2, .push-3, .push-4, .push-5, .push-6, .push-7, .push-8, .push-9, .push-10, .push-11, .push-12, .push-13 {float:right;position:relative;}


/* Misc classes and elements
-------------------------------------------------------------- */

/* Use a .box to create a padded box inside a column.  */ 
.box { 
  padding: 1.5em; 
  margin-bottom: 1.5em; 
  background: #E5ECF9; 
}

/* Use this to create a horizontal ruler across a column. */
hr {
  background: #ddd; 
  color: #ddd;
  clear: both; 
  float: none; 
  width: 100%; 
  height: .1em;
  margin: 0 0 1.45em;
  border: none; 
}
hr.space {
  background: #fff;
  color: #fff;
}


/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clearfix:after, .container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix, .container {display: inline-block;}
* html .clearfix,
* html .container {height: 1%;}
.clearfix, .container {display: block;}

/* Regular clearing
   apply to column that should drop below previous ones. */

.clear { clear:both; }

/* =========================================================== 
   FORMS.CSS
   * Sets up some default styling for forms
   * Gives you classes to enhance your forms
   
   Usage:
   * For text fields, use class .title or .text
==============================================================  */

label       { font-size: 1em; }
fieldset    { padding:1.4em; margin: 0; border: 1px solid #ccc; }
legend      { font-style: italic; }

.single-text-field, .multi-text-field { width: 300px; font-family: Arial, Helvetica, sans-serif; color: #060; font-size: 14px; }
.mid-text-field {width: 125px; font-family: Arial, Helvetica, sans-serif; color: #060; font-size: 14px; height: 25px;}
.single-text-field { height: 25px; }
.multi-text-field { height: 140px; padding-bottom: 5px; }



/* Form fields
-------------------------------------------------------------- */

input.text, input.title,
textarea, select {
  margin:0.5em 0;
  border:1px solid #bbb;
}

input.text:focus, input.title:focus,
textarea:focus, select:focus {
  border:1px solid #666;
}

input.text, 
input.title   { width: 175px; padding:5px; }
input.title   { font-size:1.5em; }
textarea      { width: 390px; height: 250px; padding:5px; }


/* Success, notice and error boxes
-------------------------------------------------------------- */

.error,
.notice, 
.success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }

.error      { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }
