/*
Theme Name: New Design (plainscape)
Theme URI: http://srinig.com/wordpress/themes/plainscape/
Description: A plain and simple theme that just works. Fixed width, two columns, left sidebar, standards compliant.
Version: 1.0.3
Author: Matthew Rush
Tags: fixed-width, two-columns, right-sidebar, purple, threaded-comments

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* CSS Document For LWML
Colors: 
#473B69 - Dark Purple
#A295A9 - Mid Purple
#C4B8CB - Light Purple
#fff    - White
Fonts specific to this site:
- Arial - Content 

List of Universal Web Fonts:
- Arial
- sans-serif
- Verdana
- Times New Roman
- Courier
- Courier New
- Comic Sans MS
- Impact

*/
/* Reset Stylesheet **************************************************************************/
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* END Reset Stylesheet ********************************************************************/
/* LWML Tabs *******************************************************************************/

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	/*border-bottom: 1px solid #999;
	border-left: 1px solid #999;*/
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 33px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 32px; /*--Vertically aligns the text within the tab--*/
	/*border-bottom: 1px solid #A295A9;*/
	margin-right:2px;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	/*background: #F4F1F6;*/
}
ul.tabs li a {
	text-align:center;
	text-decoration: none !important;
	color: #473B69;
	display: block;
	font-size: 12px;
	padding: 0 10px;
	/*border: 1px solid #fff; --Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
	background: url(/images/lwml-tabs.jpg) left top no-repeat scroll;
}
ul.tabs li a.large {
	width:71px;
}
ul.tabs li a.medium {
	width: 44px;
	background-position: -171px 0;
	padding: 0 8px;
}
ul.tabs li a.small {
	width: 26px;
	background-position: -230px 0;
	padding: 0 13px;
}
html ul.tabs li.active a.large {
	background-position: 0px -48px;
	border-bottom: 1px solid #fff;
}
html ul.tabs li.active a.medium {
	background-position: -171px -48px;
	border-bottom: 1px solid #fff;
} 
html ul.tabs li.active a.small {
	background-position: -230px -48px;
	border-bottom: 1px solid #fff;
}	

/*html ul.tabs li.active, html ul.tabs li.active a:hover  { /*Makes sure that the active tab does not listen to the hover properties */
	/*background: #fff;*/
	/*border-bottom: 1px solid #fff; /*Makes the active tab look like it's connected with its content
}*/
.tab_container {
	border: 1px solid #A295A9;
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
	background: #fff;
	border-bottom:none;
}
.tab_btm { /*extra style to create rounded bottom on the tabs pane*/
	display:block;
	height: 29px;
	background: url(/images/lwml-tab-btm.jpg) center top no-repeat scroll;
	width:418px;
}
.tab_content {
	padding: 10px 20px;
	font-size: 12px;
	height: auto;
	background: #F4F1F6 url(/images/lwml-tabs-bg.jpg) left top repeat-x scroll;
	min-height:270px;
}
/* LWML END Tabs ****************************************************************************/
/* SUPERFISH MENU ***************************************************************************/
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
	z-index:		999;
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/** LWML Skin **/
.sf-menu {
	float:			left;
	position:		absolute;
	bottom:			0;
	font: 			bold 12px Arial, Helvetica, sans-serif;
	z-index:		999;
	
}
.sf-menu a {
	/*border-left:	1px solid #fff;*/
	padding: 		8px 24px;
	text-decoration:none;
	text-transform: uppercase;
}
.sf-menu a.noborder {
	border:			none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#473B69!important;
	text-decoration:none!important;
}
.sf-menu li {
}
.sf-menu li li {
	background:		#fff;
	font: 			12px Arial, Helvetica, sans-serif;
	border-bottom:  1px solid #C4B8CB;
}
.sf-menu li li a {
	text-transform: none;
}
.sf-menu li li li {
	background:		#fff;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:		0;
	background: #fff;
	/*color:			#5D1E29;*/
}
.sf-menu li li:hover, .sf-menu li li a:focus, .sf-menu li li a:hover, .sf-menu li li a:active,
.sf-menu li li li:hover, .sf-menu li li li a:focus, .sf-menu li li li a:hover, .sf-menu li li li a:active {
	background:		#f7f7f7;
}
/*** arrows **/
.sf-menu a.sf-with-ul {
	/*padding-right: 	2.25em; Removed to have equal space between list items*/
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('/images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('/images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
/* END SUPERFISH MENU ***********************************************************************/
/* Typography and General Styles */
body {
	background: #fff url("/images/bg.jpg") center top repeat-y scroll;
	font: 12px Arial, Helvetica, sans-serif, Georgia, "Times New Roman", Times, serif;
	color:#473B69;
}
p {
	font-size: 12px;
}
h1 {
	font-size:22px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size:16px;
}
h4 {
	font-size:14px;
}
h5 {
	font-size: 12px;
	margin: 2px;
	font-weight:normal;
}
h1, h2, h3, h4, p {
	margin-bottom:20px;
	font-weight:normal;
}
#content-main, .tab_content {
	line-height:1.5em;
}
a:link, a:active, a:visited {
	color:#473B69;
	text-decoration:none;
}
a:hover {
	color:#C4B8CB;
	text-decoration:underline;
}
#content-main a, #footer a, #sidebar a, #content-search a {
	text-decoration:underline;
}
.clearfix {
	clear:both;
}
.imgright {
	float:right;
	margin-left:10px;
}
.imgleft {
	float:left;
	margin-right:10px;
}
.pdf {
	font-style:italic;
	font-size:10px;
	color:#5b5f29;
}
.required {
	color: #ff0000;
}
/* ----------------------------------------------------------------------------- Specific Page */
/* Header */
#logo {
	position:absolute;
	left:16px;
	top:4px;
}
#top-nav {
	position:absolute;
	top:0;
	right:6px;
	background: url("/images/top-nav-bg.png") center top no-repeat scroll;
	height:36px;
	width:800px;
}
#main-nav {
	position:absolute;
	left: 34px;
	top:2px;
	z-index:998;
}
#top-search {
	position:absolute;
	right: 50px;
	top:10px;
	height:20px;
}
input#search-term {
	border:none;
	background: transparent;
	height:16px;
	padding:0;
	font-size:12px;
	color:#555;
	line-height:16px;
	width:188px;
}
input.submit_button {
	background: url("/images/submit_button.jpg") left top no-repeat scroll;
	display:block;
	height:24px;
	position:absolute;
	text-indent:-9999px!important;
	width:29px;
	cursor:pointer;
	border:none;
	right:-17px;
	top:-4px;
}
input.submit_button:hover {
	background-position: 0 -24px;
}
#top-tab-nav {
	position:absolute;
	bottom:-1px;
	width:182px;
	left:5px;
}
#top-tab-nav ul {
	height: 115px;
	width:182px;
}
#top-tab-nav ul li {
	display:block;
	float:left;
	margin-right:1px;
}
#top-tab-nav ul li a {
	display:block;
	height:115px;
	width: 31px;
	padding: 0 14px;
	background: url(/images/tab-nav-bg.jpg) left top no-repeat scroll;
	line-height:70px;
	font-weight: bold;
	color:#fff;
	text-decoration:none;
}
#top-tab-nav ul li.hometab a {
	background-position: 0 0;
}
#top-tab-nav ul li.hometab a:hover {
	background-position: 0 -115px;
}
#top-tab-nav ul li.shoptab a {
	background-position: -60px 0;
}
#top-tab-nav ul li.shoptab a:hover {
	background-position: -60px -115px;
}
#top-tab-nav ul li.logintab a {
	background-position: -121px 0;
}
#top-tab-nav ul li.logintab a:hover {
	background-position: -121px -115px;
}
#top-tab-nav ul li.logintab a:hover,
#top-tab-nav ul li.shoptab a:hover,
#top-tab-nav ul li.hometab a:hover {
	text-decoration:none;
}	
/*#wave { -- REMOVED DUE TO CONFLICT
	position:relative;
	background: url("/images/curves.png") center center no-repeat scroll;
	height:67px;
	width:970px;
	padding-top:367px;
	z-index:0;
}*/
/* Content */
#content-search { /* Search page content */
	float:left;
	overflow:hidden;
	position:relative;
	display:block;
	margin: 0 15px;
	z-index:9;
	padding-top:5px;
}
#other_pages, #powered_by {
	text-align:center;
}
/* Sidebar */
#content-slider {
	background: url(/images/slider-shadow.jpg) bottom center no-repeat scroll;
	height:290px;
	position:relative;
}
#favorites {
	position:absolute;
	top:0;
	right:-3px;
	display:block;
	height:31px;
	width:116px;
	background: url(/images/favorites.png) center top no-repeat scroll;
	z-index:100;
}
.tab_container ul, #content-main ul { /* unordered list style for both sidebar and main */
	margin-left:20px;
}
.tab_container li, #content-main li { /* unordered list style for both sidebar and main */
	list-style:disc;
	padding: 2px 5px;
}
/* Footer */
#footerbox {
	background: #473B69;
	height:340px;
	padding-left:20px;
}
#footerbox h3 a {
	color: #F4F1F6;
	font-size:16px;
	font-weight: bold;
	text-decoration:none;	
}
#footer a {
	color:#C4B8CB;
}
#footerbox .box-column {
	height:165px;
	width:170px;
	float:left;
	margin-right:20px;
	padding-top:20px;
	border-right:1px solid #655988;
}
#footerbox .box-column ul li ul {
	margin-left:15px;
}
.nomargin {
	margin:0 !important;
	border: none !important;
}
#footer .copyright {
	background: #473B69;
	padding: 10px;
	font-size: 10px;
	color: #eee;
	text-align:center;
}
#footer .copyright ul li {
	text-align:center;
}
#footer .copyright ul li.top {	
	float:right;
}	
/* ----------------------------------------------------------------------------- Page Structure */
/* Container */
#container {
    width:970px;
    margin:0 auto;
}
/* Header */
#header {
    height:251px;
    background: #fff url("/images/header-bg2.jpg") center top no-repeat scroll;
	position:relative;
	z-index:10;
}
/* Content */
#content-main {
    width:505px;
    float:left;
    overflow:hidden;
    position:relative;
    display:block;
    margin-left:15px;
	z-index:9;
	padding-top:5px;
}
/* Side Bar */
#sidebar {
   width:416px;
   float:left;
   margin-left:15px;
   padding-top:5px;
}
/* Footer */
#footer-top {
   height:43px;
   background: #fff url("/images/footer-top-bg.jpg") center top no-repeat scroll;
   width:970px;
}
#footer {
   background:#fff;
   margin: 0 5px;
}
#hmenu {
	padding:5px 20px;
}

#hmenu ul {
	display:inline;
	margin:0;
	padding:0;
}	
#hmenu ul li {
	padding:0;
	display:inline;
	margin:0 20px 0 0;
}

#hmenu ul li {
	font-size:1.2em;
	font-weight:bold;
	text-transform:uppercase;
}	

#hmenu ul li#hmenu_rss {
	background:url('images/rss.png') no-repeat;
	padding-left:20px;
}	

#header, #hmenu {
	background: transparent url('images/border_h.png') repeat-x bottom;
}


/* End header */

/* Post */

.post {
	margin: 0;
	padding:20px 0; 
	text-align: justify;
	overflow:hidden;
	clear:both;
	}

.post h2 {
	margin:0;
	padding:0;
	text-align:left;
}

.post h3.post-title {
	font-weight:bold;
	font-size:1.8em;
	margin:0;
	padding:0;
	text-align:left;
}	


div.archive-title {
	font-size:1.6em;
	font-weight:bold;
}

.post hr {
	display: block;
	}

.postmetadata {
	clear: both;
	font-size:1.1em;
	color:#888;
}

.clear {
	clear: both;
}

.entry {
	font-size:1.4em;
	line-height:1.4em;
	margin:20px 0;
}

.entry blockquote {
	border:1px dashed #ccc;
	font-size:0.9em;
	padding:5px 20px;
	margin:10px 0;
	background:#f8f8f8;
}

.entry blockquote blockquote {
	font-size:1em;
}

.entry fieldset {
	border:1px dashed #ccc;
}

.entry fieldset legend {
	font-weight:bold;
	text-transform:uppercase;
}

.entry table {
	border-width:0 1px 1px 0;
	border-style:solid;
	border-color:#ccc;
	font-size:0.9em;
}


.entry table tr td {
	padding:5px 10px;
	border-width:1px 0 0 1px;
	border-style:solid;
	border-color:#ccc;

}

.entry table tr th {
	border-width:1px 0 0 1px;
	border-style:solid;
	border-color:#ccc;
	padding:5px 10px;
	background:#f4f4f4;
	color:#666;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
}

.entry ol { list-style-type:decimal; }
.entry ol ol {	list-style-type:lower-alpha; }
.entry ol ol ol {	list-style-type:lower-roman; }


p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.alignright {
	padding:0;
	margin: 2px 0 5px 10px;
	display: inline;
	float:right;
	}

.alignleft {
	padding:0;
	margin: 2px 10px 5px 0;
	display: inline;
	float:left;
	}

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.navigation .alignleft {
	text-align:left;
}
.navigation .alignright {
	text-align:right;
}

.navigation {
	font-size:1.2em;
	clear:both;
	margin:20px 0;
}	


.wp-caption {
	border: 1px solid #ccc;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
}


.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 1.1em;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.searchbox {
	padding:20px;
	text-align:center;
	clear:both;
}
.search_button {
	margin: 0;
	padding: 0;
	}
.center {
	text-align: center;
	}

.hidden {
	display: none;
	}


/* Comments*/

#comments {
	font-size:1.4em;
	line-height:1.4em;
}

.commentlist {
	margin:20px 0;
	padding:0 0 1px 0;
	background:url('images/border_h.png') repeat-x bottom;
}

.commentlist li {
	list-style:none;
	margin:0;
	padding:0;
	background:url('images/border_h.png') repeat-x top;
}

li.comment div, li.pingback div {
	padding:20px;
	overflow:auto;
}

li.comment div div, li.pingback div div {
	padding:0;
	overflow:visible;
}

.commentlist li.even {
	background-color:#fafafa;
}

.commentlist li.odd {
	background-color:#f6f6f6;
}

ul.children li {
	list-style:none;
}

img.avatar {
	float:right;
	border:1px solid #eee;
	padding:2px;
	margin:0;
	background:#fff;
}

.comment-meta, .reply {
	margin:0;
	padding:0;
	font-size:0.8em;
}

.comment-author cite {
	font-style:normal;
	font-weight:bold;
}


textarea#comment {
	width:100%;

}

#comments div.navigation {
	font-size:0.8em;
}

/* Sidebar */

#sidebar {
	font: 1.2em 'Lucida Grande', Arial, Sans-Serif;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Sans-Serif;
	font-size: 1.2em;
	}

#sidebar h2 {
	padding: 0;
	background:url('images/border_h.png') repeat-x bottom;
	}


#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	margin:0;
	padding:0;
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 20px;
	}


#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 0;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 20px;
	}

#sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
	
/* Calendar */
#wp-calendar {
	empty-cells: show;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	font-weight:bold;
	}

#wp-calendar caption {
	font-weight:bold;
	text-transform:uppercase;
	text-align:left;
	margin:0 0 5px 8px;
	color:#666;
	}

#wp-calendar td {
	padding: 3px 5px;
	text-align: center;
	}
	
#wp-calendar td#today {
	background:#eee;
}	

#wp-calendar td#prev a {
	padding: 0;
	text-align:left;
	font-weight:normal;
}

#wp-calendar td#next a {
	padding: 0;
	text-align:right;
	font-weight:normal;
}


/* End Calendar */


/* Footer Not used	

#footer {
	color: #ffffff;
	font-size: 1.1em;
	font-family: "Arial", "Helvetica", "sans-serif";
	text-align: center;
	clear: both;
}
/* Custom */


