/*
Theme Name: BittenNailsDesign-Base WP Framework
Theme URI: http://bittennails.com
Description: This is the BittenNailsDesign css framework. Use this at your own risk, but you are free to do so!
Version: 1
Author: Apaarjeet Chopra
Author URI: http://bittennails.com
Tags: basic, layouts, grids, bittennails
*/

/*----------------------------------------------- Resets -----------------------------------------------*/

* { font-size: 100%; padding: 0; margin: 0; }

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;
font-weight: inherit; /*Debate these*/
font-style: inherit; /*Debate these*/
font-family: inherit; /*Debate these*/
}

body { line-height: 1.6em; }

ol, ul, li { list-style: none; }

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

blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }

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

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

/* 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: top; }

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

/* Global reset- re RESET - The below restores some sensible defaults */
strong { font-weight: bold }
em { font-style: italic }
a img { border:none } /* Gets rid of IE's blue borders */
a:active { outline:none }

/*----------------------------------------------- Resets end -----------------------------------------------*/


/*----------------------------------------- Typo ----------------------------------------- */

/* The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body { 
  font-size: 75%;
  color: #300000;
  font-family: "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-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.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 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 1.5em; }
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a {
	color:#630000;
	text-decoration:underline;
}
a:link,
a:visited {
	color:#630000;
	text-decoration:underline;
}
a:focus,
a:hover,
a:active {
	color:#300000;
	text-decoration:underline;
}
#sidebar a {
	color:#630000;
	text-decoration:none;
}
#sidebar a:link,
#sidebar a:visited {
	color:#630000;
	text-decoration:none;
}
#sidebar a:focus,
#sidebar a:hover,
#sidebar a:active {
	color:#300000;
	text-decoration:none;
}
.post h2 a {
	color:#630000;
	text-decoration:none;
}
.post h2 a:link,
.post h2 a:visited {
	color:#630000;
	text-decoration:none;
}
.post h2 a:focus,
.post h2 a:hover,
.post h2 a:active {
	color:#300000;
	text-decoration:none;
}
.webbox a {
	color:#630000;
	text-decoration:none;
}
.webbox a:link,
.webbox a:visited {
	color:#630000;
	text-decoration:none;
}
.webbox a:focus,
.webbox a:hover,
.webbox a:active {
	color:#300000;
	text-decoration:none;
}

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 #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

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


/* 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;}


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

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


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

.small      { font-size: /*.8em*/ 10px; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.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; }

/* Overides
-------------------------------------------------------------- */

.post h2 {
color:#300000;
font-size:18px;
font-weight: bold;
}

h2.titles {
color:#300000;
font-size:14px;
font-weight: bold;
}

#hollow h2 {
color:#300000;
font-size:12px;
font-weight: bold;
text-align: center;
}
#hollow p {
color:#300000;
font-size:11px;
text-align: center;
margin: 0 0 10px 0;
}
/*----------------------------------------- Typo ends----------------------------------------- */

/*----------------------------------------- Layout begins ----------------------------------------- */

/* Generated by WordPress:http://codex.wordpress.org/CSS */
.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }

/* You might find the following useful */
br.dirtyLittleTrick { clear:both; display:block; height:1px; margin:-1px 0 0 0 } /* Use this br class to clear your floated columns */
div, ul, li, form { position:relative } /* This will save you having to declare each div's position as 'relative' and allows you to absolutely position elements inside them */


/* Layout Clears */
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/************************************************ 
The Grid 
************************************************/

.grid-1,
.grid-2,.grid-2h,
.grid-3,
.grid-4,
.grid-5,
.grid-6,
.grid-7,
.grid-8,
.grid-9,
.grid-10 {
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

.grid-1 { width: 140px; /*outline: 1px solid #000;*/ }
.grid-2 { width: 200px; }
.grid-2h { width: 240px; }
.grid-3 { width: 300px; }
.grid-4 { width: 400px; }
.grid-5 { width: 500px; }
.grid-6 { width: 600px; }
.grid-7 { width: 700px; }
.grid-8 { width: 800px; }
.grid-9 { width: 940px; }
.grid-10 { width: 890px; }


/************************************************ 
Body and Footer Full - text in typo
************************************************/
html, body {
background-color: #01151d;
height: 100%; /* make the viewport fill up */
}

body {
	/*background-image: url(style/images/texture.jpg);
	background-repeat: repeat;*/
	margin: 0;
	padding: 0;
}

/************************************************ 
My Blocks 
************************************************/

#wrapper {
	height: 100%;
	background-image: url(style/images/texture.jpg);
	background-repeat: repeat;
	margin: 0 auto;
	/*text-align: center; Removed from V1 */
	width: 100%;
	_width: 100%;
}

body > #wrapper {height: auto; min-height: 100%;}

#wrapcenter { padding-bottom: 142px; } /* must be same height as the footer */

#header {
	/*text-align: left; Removed from V1 */
	background-image: url(style/images/new-backrep.jpg);
	background-repeat: repeat-x;
	height: 184px;
	width: 100%;
}


#mast {
	background-image: url(style/images/rollingmast_back.jpg);
	background-repeat:  no-repeat;
	background-position: center 0;
	height: 184px;
	width: 100%; } 

.toppers { 
	background-image: url(style/images/topdroppers.jpg); background-repeat: repeat;
	height: 15px;
	margin: 0 0 0;
	padding: 0;
	display: block;
	width: 100%;
}

#headerimg {
	height: 184px;
	width: 100%;
}
	
#rollingmast {
	background-image: url(style/images/rollingmast_ie6.png); /* only png so far */
	background-repeat:  no-repeat;
	height: 184px;
	width: 960px;
	margin: 0 auto;
}

#toolbar { /* If I ever wanted to add the search bar in this row, right aligned, base unstyled  */
	text-align: left;
	width: 960px;
	height: 169px;
	padding-top: 79px;
	padding-left: 46px;
	overflow: hidden; }
	
#header h1 {
	display: none;
}

#headerimg .description {
	display: none;
}

#nav {
	/*border: 1px solid #000;*/
}

#wrapcolumns { 
	width: 960px;
	margin: 0 auto;
	overflow: hidden; /* Why do I need this? this breaks it/aligns left/ in ie5 mac, why? */
	clear: left;
}

#content {
	float: left;
	margin:0 0 0 50px; /*line up with nav */
}
#content-ptgs {
	float: left;
	margin:0; /*removed for ptgs pg */
}
#leftcol {
	float: left;
}
#rightcol {
	float: right;
}
/************************************************ 
hom uniques
************************************************/
#homposts {
	margin: 0;
	padding: 0; 
}
#homposts h4 {
	font-style:italic;
	font-weight: bold;
	color:#300000;
	font-size:12px;
	margin: 0 0 0 12px;
}
#homposts ul {
	list-style-type: none;
	background-image: url(style/images/home-posts-backg.png);
	background-repeat:  no-repeat;
	height: 60px;
	width: 579px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
#homposts ul li {
	float: left;
	margin: 18px 0 0 25px;
	padding: 0px;
	overflow: hidden;
	height: 20px;
}
#flashbox {
	background-image:url(style/images/flash-back.png);
	background-repeat:no-repeat;
	height:372px;
	width:579px;
	margin:0;
	padding:22px 0 0 15px;
}
#tthcfla {
background-image:url(style/images/flash-back-tthc.png);
background-repeat:no-repeat;
height:238px;
width:640px;
margin:0;
padding:15px 0 0 13px;
}

#post-2 {
}
#post-4 p {
	margin: 0;
	padding:0 0 0 12px;
}

/************************************************ 
sidebars
************************************************/

#sidebar-home {
	background-color: transparent;
	float: right;
	text-align: left;
	padding: 0;
	margin: 15px 30px 0 0;
}
#sidebar-home ul {
	text-align: left;
	list-style-type: none;
	margin: 0px;
}
#sidebar-home li {
  text-decoration: none;
  color: #630000;
}
#sidebar-home h2 {
	text-align: right;
	color: #300;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px;
	margin: 0 15px 0 0;
}
#sidebar-home a {
  text-decoration: none;
  color: #300;
}

#sidebar-home a:hover {
  color: #630000;
  text-decoration: none;
}

#sidebar {
	background-color:transparent;
	background-image:url(style/images/sidebar_sep_vert.png);
	background-repeat:no-repeat;
	float:left;
	text-align:left;
	font-size:1.1em;
	margin:5px 0 015px;
	padding:0 0 10px;
	min-height:777px;
	width: 210px
}
#sidebar ul { 
	list-style-type:none;
	margin: 0 0 0 50px;
}
#sidebar ul ul { 
	list-style-type:none;
	margin: 0;
	padding: 0 0 10px 10px;
}

#sidebar ul ul li { 
	list-style-type:none;
	margin: 10px 0 10px 5px;
	padding: 0;
	color:#630000;
	line-height: 13px;
	font-size:11px;
}
#sidebar ul h2 {
	color: #300000;
	font-size: 1.1em;
	font-weight: bold;
	background-image: url(style/images/sidebar_strip.png);
	background-repeat: no-repeat;
	background-position: 0 bottom;
	border-bottom: 0 solid #222;
	border-top: 0 solid #333;
	padding: 0 0 2px 0px;
	margin: 10px 0 15px 0;
}
.toppad ul li small {
line-height:14px;
margin:5px 0 0 3px;
padding:0;
font-size: 10px;
display: block;
}
.toppad ul li em {
padding-bottom:12px;
font-size: 11px;
}
.toppad {
line-height:16px;
}
.linkedin {
display:block;
padding-bottom:15px;
padding-left:0;
}

#sidebar #archives-2 select { margin: 0 0 0 15px;}

/************************************************  
	Res Pg 
************************************************/
#resumepg {}
#resumepg p {
	color:#300000;
	font-size:11px;
	margin: 0 0 7px 0;
	padding: 0 0 0 12px;
	text-align:left;
}
#resumepg h1 {
	color:#330000;
	font-size:14px;
	font-weight: bold;
	margin:25px 0 10px 0;
	text-align:left;
}
#resumepg h2 {
	color:#300000;
	font-size:12px;
	margin:20px 0 0 0;
	text-align:left;
}
#resumepg .date {
	color:#630000;
	font-size:11px;
	font-weight: bold;
	margin:0;
	text-align:left;
}
.light {
	color: #630000;
	font-size: 1em; }

/************************************************ 
Footer
************************************************/

#footer {
	clear: both;
	text-align: center;
	width: 100%;
	height: 142px;
	position: relative;  /* Needed for Safari */
	margin-top: -142px; /* negative value of footer height */
	height: 142px;
}
#footwrap {
	background-image: url(style/images/crowy.gif);
	background-repeat: no-repeat;
	background-position: center 0;
	text-align: center;
	width: 100%;
	height: 24px;
	border-bottom: 1px solid black;
}
#footwrap2 {
	clear: both;
	background-image: url(style/images/footer_back-new.gif);
	background-repeat: repeat-x;
	text-align: center;
	width: 100%;
	height: 118px;
}
#footer .inside{
	width: 960px;
	margin: 0 auto;
	padding: 0px;
	clear: left;
}
#footer .left{
	width: 475px;
	height: 118px;
	padding: 0px;
	margin: 0 0 0 50px;
	float: left;
}
#footer .right{
	width: 424px;
	height: 118px;
	padding: 0px;
	float: right;
}
#footer p {
	color: #300000;
	font-weight: normal;
	line-height: 15px;
	text-align: left;
	margin: 15px 0 0 5px;
	text-shadow: 0px 1px 2px #FFF3DF;
	filter: dropshadow(color=#FFF3DF, offx=0, offy=1);
}	
#footer a {
	color: #630000;
	text-decoration: none;
}	
#footer a:hover, #footer a:active {
	color: #300;
	text-decoration: none;
}
	
/*  Search form in footer  */
	
#search {
	text-align: right;
	margin-top: 15px;
	margin-right: 45px;
	margin-left: 3px;
	list-style-type: none;
}
#search ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#searchform {
  text-align: right;
 }
 #searchform2 {
  text-align: left;
 }
#searchform input {
	font-size: 9px;
}
#searchform #s {
	width: 120px;
	color:#eab769;
	border: inset 1px #fdd784;
	background-color: #01151d;
	padding: 2px;
}  
#searchsubmit {
	cursor:pointer;
	border:outset 1px #ccc;
	color:#4b4b4b;
	font-size: 1em;
	font-weight:bold;
	background-image: url(style/images/search-back.gif);
	background-color: #fff5e6;
	padding: 1px 2px; 
}
#searchform2 {
  text-align: left;
}   
#searchform2 input {
	font-size: 9px;
	font-weight: bold;
}
#searchform2 #s {
	width: 120px;
	color:#eab769;
	border: inset 1px #fdd784;
	background-color: #01151d;
	padding: 2px;
}


/* WebPage */


.hide {
	display:none;
}
.inwb {
	color:#996633;
	float:right;
	font-size:11px;
	margin:0 5px 0 15px;
	text-align:left;
}
.inwb2,
.inwb1 {
	color:#996633;
	float:left;
	font-size:11px;
	margin:0 5px;
	text-align:left;
}
.wb1 {
	float:left;
	margin:0 34px 15px 0;
	width:262px;
}
.webbox {
	margin-bottom:15px;
	text-align:left;
	width:900px;
}
/* Print Page */
#printpage {
	margin:10px 0 0 0;
}
#printpage h2 {
color:#330000;
font-size:12px;
margin:0 0 7px 7px;
text-align:left;
font-weight: bold;
}
#printpage h1 {
color:#330000;
font-size:14px;
margin:0 0 7px 7px;
text-align:left;
font-weight: bold;
}
.crowsep {
margin:25px 0 25px 0;
}
.print1 {
margin-bottom:5px;
text-align:left;
width:900px;
}
.print1 img {
float:left;
margin-left:0;
margin-right:20px;
margin-top:15px;
}
.print2 img {
float:left;
margin-left:0;
margin-right:7px;
margin-top:15px;
}
.print3 img {
float:left;
margin-left:0;
margin-right:25px;
margin-top:15px;
}
.print4 {
color:#300000;
font-size:12px;
line-height:17px;
margin-left:7px;
margin-top:15px;
padding-bottom:0;
padding-top:0;
text-align:left;
width:900px;
}
/* Ptgs Page */

#ptgspage {
	margin: 0 auto;
	text-align: center;
	width: 800px;
}
#ptgspage h2 {
	color:#300000;
	line-height:18px;
	margin:20px 0 15px 0;
	font-size: 16px;
	font-weight: bold;
}
#ptgspage p {
	color:#630000;
	line-height:18px;
	font-weight: bold;
}
#ptgspage span.sml {
	color:#630000;
	line-height:18px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
.paint1 {
	border:1px solid #000000;
	float:left;
	margin:30px 160px 50px;
	padding:0;
}
.paint2 {
	border:2px solid #000000;
	float:left;
	margin:20px 40px 50px;
	padding:0;
}
.paint3 {
	/*border:2px solid #000000;*/
	float:left;
	margin:20px 40px 50px;;
	padding:0;
}

/* flash page */


.flashleft {
color:#300000;
float:left;
width:625px
text-align:left;
font-size:11px;
line-height:17px;
margin:15px 65px 20px 7px;
padding:0;
}
.flashright {
color:#300000;
float:left;
font-size:1em;
margin-bottom:5px;
margin-top:52px;
text-align:left;
width:150px;
}
#flashpage h2 {
color:#330000;
font-size:11px;
font-style: normal;
font-weight: normal;
margin: 25px 0 7px 7px;
}
#flashpage h1 {
color:#330000;
font-size:12px;
text-align:left;
}
.flashright h3 {
	margin: 0;
	padding: 0 0 25px 0;;
	color:#330000;
	font-size:11px;
	font-style: normal;
	font-weight: normal;
}
.flashright p {
	margin: 0;
	padding: 15px 0 0 0;
	color:#330000;
	font-size:11px;
	font-style: normal;
	font-weight: normal;
}
.fla1 {
float:left;
width:300px;
}
.fla2 {
float:left;
width:300px;
}

p.infla {color:#996633;font-size:1em;margin: 2px 5px 0px 6px;text-align:left;}

#clear {clear:both;}
.infla-break p {margin: 15px 0 0 5px;}

/* Begin Comments*/

ol.commentlist {
  width: 80%;
  margin: 0 auto;
  list-style-type: none; }

ol.commentlist li {
	color: #300000;
	margin-bottom: 1.5em;
	padding: 5px;
	font-size: 1em; }
	
ol.commentlist li.alt {
  font-size: 1em;
  background-color:#ecd09a;
  padding: 5px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  }
small.commentmetadata {
  font-size: 0.9em;
  display: inline; }
  
ol.commentlist cite {
  display: inline;
  font-weight: bold;
  font-style: normal;
  font-size: 1em; }

ol.commentlist a {
	color: #630000;
	text-decoration: none; }
  
ol.commentlist a:hover {
	color: #300000;
	text-decoration: none; }

h3#respond, #comments {
	font-size: 1em;
	color: #630000;
	width: 80%;
	margin: 0 0 15px 18px; }
  
#commentform {
	width: 80%;
	margin: 0 auto;
	color:#300000; }
	
#commentform input {
	font-size: 0.9em;
	width: 120px;
	/*color:#eab769;  -- hidden as it overides the submit color below, instead gave the filed id's the color  */
	border: inset 1px #fdd784;
	background-color: #01151d;
	padding: 2px; }
	
#commentform small {font-size: 1em;}
	
#submit {
	cursor: pointer;
	border: inset 1px #ccc;
	color: #01151d;
	font-size: 1em;
	font-weight: bold;
	background-image: url(style/images/search-back2.gif);
	background-color: #f2d580;
	background-repeat: repeat;
	padding: 1px 2px; }
	
#author, #email, #url {color:#eab769;}

#comment{
	font-size: 1.6em;
	/* width: 450px;*/
	color:#f3f3f3;
	border: inset 1px #fdd784;
	background-color: #01151d;
	padding: 5px;

}

#commentform p {font-size: 11px;}
	
#commentform input { background-color: #01151d ! important} /* This overrides the google autofill pee yellow */
#commentform select { background-color: #01151d ! important} /* This overrides the google autofill pee yellow, may need it in txt areas too well not really as yet */



#ll {
	display: none;
}

#searchresultpg {
}

/* =PageNavi
-------------------------------------------------------------- */
 
/* Use !important to override PageNavi CSS */


.wp-pagenavi {
	display: block;
	height: 25px;
}

.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #630000 !important;
	color: #630000 !important;
	background:transparent !important;	
}
.wp-pagenavi a:visited {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #630000 !important;
	color: #630000 !important;
	background:transparent !important;	
}
.wp-pagenavi a:hover {	
	border: 1px solid #300000 !important;
	color: #300000 !important;
	background:transparent !important;
}
.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #630000 !important;
	color: #630000 !important;
	background:transparent !important;	
}
.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #300000 !important;
	border: 1px solid #300000 !important;
	background:transparent !important;
}
.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	border: 1px solid #300000 !important;
	color: #300000 !important;
	background:transparent !important;
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	border: 1px solid #300000 !important;
	color: #300000 !important;
	background:transparent !important;
}


/* sitemeter hider */
div#smfar {display: none;}

/* Simple Modal css below */
#basic-modal-content {display:none;width: 700px;height: 500px;}

/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:wait;}

/* Container */
#simplemodal-container {color:#bbb; background-color:#333; border:0px solid #444; padding:5px 5px 5px 5px;}
#simplemodal-container code {background:#141414; border-left:0px solid #65B43D; color:#bbb; display:block; margin-bottom:0px; padding:0;}
#simplemodal-container a {color:#ddd;}
#simplemodal-container a.modalCloseImg {background:url(style/images/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px;cursor:pointer;}
#simplemodal-container #basic-modal-content {padding:0px;}

/* Simple Modal css below secondarys */
#jew-content {display:none;width: 675px;height: 400px;}
#simplemodal-container #jew-content {padding:0px;}
#jew2-content {display:none;width: 675px;height: 400px;}
#simplemodal-container #jew2-content {padding:0px;}
#cmi-content {display:none;width: 600px;height: 450px;}
#simplemodal-container #cmi-content {padding:0px;}
/* Simple Modal css above ends here */

/*----------------------------------------- Layout ends ----------------------------------------- */

/*----------------------------------------- Forms -----------------------------------------*/

/*Usage:* For text fields, use class .title or .text */
label       { font-weight: bold; }
fieldset    { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend      { font-weight: bold; font-size:1.2em; }

/* 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: 300px; 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; }


/* Subscribe Form
-------------------------------------------------------------- */

#subscribe-form {
	background-image: url(style/images/subscribe-back.jpg);
	background-repeat: no-repeat;
	margin: 0 auto;
	width:300px;
	height: 116px;
	text-align: center;
}

#subscribe-text {
	padding: 15px 0 5px 0;
	margin: 0;
}

.cm-hider {
	left:-9999em !important;
	position:absolute !important;
	top:-9999em !important;
}

#subscribe-form #jjmur-jjmur {
	width:190px;
	color: #777;
}

.subscribebut {
	margin: 5px 0 0 0;
}

#subscribe-form2 {
	background-image: url(style/images/subscribe-back240.png);
	background-repeat: no-repeat;
	margin: 0 auto;
	width:240px;
	height: 116px;
	text-align: center;
}
/*----------------------------------------- Forms end ----------------------------------------- */


.tweetmeme_button {float: right; display: block;}

.fb_like_button {float: left; display: block;}