/* 
Theme Name: BES
*/

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;}caption, th, td {text-align:left;font-weight:normal;}table {border-collapse:separate;border-spacing:0;}blockquote:before,blockquote:after,q:before,q:after {content: "";}blockquote, q {quotes: "" "";}
* {margin:0;padding:0;}

/*
Begin CSS here
*/

body {
	font-family: Georgia, Times, Times New Roman, serif;
	color: #000;
	background: #fffbf5 url(http://contact.blackeaglestudios.com/wp-content/themes/magazine-basic/images/mainbg.jpg) no-repeat;
}

a:link, a:active, a:visited{
	text-decoration: underline;
	color: #blue;
}

a:hover{
	text-decoration: none;
	color: #3c3873;
}

ul, ol, dl, p, h1, h2, h3, h4, h5, h6 {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 0;
	padding-bottom: 0;
	}

ul ul, ul ol, ol ul, ol ol {
	/* remove margins on sub-lists */
	margin-top: 0;
	margin-bottom: 0;
	}

h1 {
	font-family: 	Palatino, Palatino Linotype, Hoefler Text, Times, Times New Roman, serif;
	font-size: 2.5em;
	font-weight: bold;
	}
h2 {
	font-family: 	Palatino, Palatino Linotype, Hoefler Text, Times, Times New Roman, serif;
	font-size: 2em;
	font-weight: bold;
	}
h3 {
	font-family: 	Palatino, Palatino Linotype, Hoefler Text, Times, Times New Roman, serif;
	font-size: 1.8em; 
	font-weight: bold;
	}
h4 {
	font-family: 	Palatino, Palatino Linotype, Hoefler Text, Times, Times New Roman, serif;
	font-size: 1.6em;
	}
h5 {
	font-family: 	Palatino, Palatino Linotype, Hoefler Text, Times, Times New Roman, serif;
	font-size: 1.2em;
	}
h6 {
	font: small-caps 0.9em Palatino, Palatino Linotype, Hoefler Text, Times, Times New Roman, serif;
}

#container {
	width: 1024px;
	text-align: justify;
	margin-right: auto;
	margin-left: auto;
}

#header {
	height: 130px;
	margin: 0 0 0 50px;
	padding: 0;
	background: url(images/smheader.png) no-repeat;
}

#navbar {
	padding-top: 50px;
	margin-right: 50px;
	margin-left: auto;
	width: 350px;
}

#content {
	padding: 10px 222px;
	min-height: 700px;
	width: 580px;
}


#post{}
#postmeta{}
#postnavigation{}
#searchform{}

#sidebar {
	float: left;
	padding: 5px 0 0;
	background: 0 none;
	margin: 80px 10px 0 25px;
}


#sidebar ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	
}

/* -----------------Forms------------------------ */

#form {
	width: 600px;
	height: 320px;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
	border-style: groove;
	border-width: 3px;
	background-image: url(images/formbg.jpg);
}

textarea {
	background: url(images/textbg.jpg);
	max-width: 96%;
	height: 110px;
	border: 2px groove #060606;
	color: black;
	font-size: 1.3em;
}

input {
	background: #fff;
	color: #000;
}
/*-----------------End Forms---------------------- */


/* ##################################################################
---------------------------------------------------------------------
---------- DROP DOWN / FLY OUT MENUS --------------------------------
Ruthsarian's rMenu http://webhost.bridgew.edu/etribou/layouts/
modified by Bytes For All http://wordpress.bytesforall.com/
---------------------------------------------------------------------
################################################################## */


/* ------------------------------------------------------------------
---------- GENERAL MENU MECHANICS -----------------------------------
------------------------------------------------------------------ */

ul.rMenu, ul.rMenu ul, ul.rMenu li, ul.rMenu a
	{
	display: block;		/* make these objects blocks so they're easier
						to deal with */
	margin: 0;
	padding: 0;
}
	
ul.rMenu, ul.rMenu li, ul.rMenu ul
	{
	list-style: none;	
	}
	
ul.rMenu ul
	{
	display: none;		/* hide the sub-menus until needed */
	}
	
ul.rMenu li
	{
	position: relative;	/* so sub-menus position relative to their 
						parent LI element */
	z-index: 1;
	}
	
ul.rMenu li:hover
	{
	z-index: 9999;
	text-decoration: none;
}
	
ul.rMenu li:hover > ul	/* hide from IE5.0 because it gets confused 
						by this selector */
	{
	display: block;		/* show the sub-menu */
	position: absolute;
	text-decoration: none;
}


/* ------------------------------------------------------------------
---------- EXTENDED MENU MECHANICS ----------------------------------
------------------------------------------------------------------ */

/* These rules exist only for specific menu types, such as horizontal 
or vertical menus, right or left aligned menus. */
 
ul.rMenu-hor li
	{
	float: right;
	width: auto;
	}
	
ul.rMenu-hRight li
	{
	float: left;		/* horizontal, right menus need their LI
				   elements floated to get them over there */
	}
	
ul.rMenu-ver li
	{
	float: left;		/* clear this so vertical sub-menus that are
				   children of horizontal menus won't have
				   their LI widths set to auto. */
	border: 1px solid #a69250;			   
	}

	
	
div#menu1 ul.rMenu-ver, div#menu1 ul.rMenu-ver ul
	{
	width: 11em;
	}

div#menu2 ul.rMenu-ver, div#menu2 ul.rMenu-ver ul
	{
	width: 11em;
	}
	

	
ul.rMenu-wide
	{
	width: 100%;		/* apply this rule if you want the top-level
				   menu to go as wide as possible. this is 
				   something you might want if your top-level
				   is a vertical menu that spans the width
				   of a column which has its width 
				   pre-defined. IE/Win 5 seems to prefer
				   a value of 100% over auto. */
	}
	
ul.rMenu-vRight
	{
	float: right;		/* use this to float a vertical menu right. */
	}
	
ul.rMenu-lFloat
	{
	float: left;		/* use this to float a vertical menu left. */
	}
	
ul.rMenu-noFloat
	{
	float: none;		/* this is to cover those cases where a menu
				   is floated by default and you have a reason
				   to not float it. such as a menu on the
				   right side of the screen that you want 
				   to have drops going left but not floated.
				   to be honest, i don't think this rule is 
				   needed. the clearfix hack will resolve
				   renering issues associated with a floated
				   menu anyways. */
	}


/* ------------------------------------------------------------------
---------- EXTENDED MENU MECHANICS - Center Horizontal Menu ---------
------------------------------------------------------------------ */

div.rMenu-center ul.rMenu
	{
	float: left;
	position: relative;
	left: 50%;
	}
	
div.rMenu-center ul.rMenu li
	{
	position: relative;
	left: -50%;
	}
	
div.rMenu-center ul.rMenu li li
	{
	left: auto;
	}


/* ------------------------------------------------------------------
---------- DROP POSITIONS -------------------------------------------
------------------------------------------------------------------ */

ul.rMenu-hor ul
	{
	top: auto;		/* a value of 100% creates a problem in IE 5.0 
				   and Opera 7.23 */
	right: auto;
	left: auto;		/* typically want a value of 0 here but set to
				   auto for same reasons detailed above */
	margin-top: -1px;	/* so the top border of the dropdown menu 
				   overlaps the bottom border of its parent
				   horizontal menu. */
	}

ul.rMenu-hor ul ul
	{
	margin-top: 0;	/* reset the above for fly out menus */
	margin-left: 0px;
	}
	
ul.rMenu-ver ul
	{
	/*left: 60%;*/
	left: 100%;
	right: auto;
	top: auto;
	/*margin-top: -0.5em;*/	/* i prefer top: 80% but this creates a problem
				   in iCab so negative top margin must be used.
				   salt to taste. */
	top: 0;
	margin-top: -0.5em;
}
	
ul.rMenu-vRight ul, ul.rMenu-hRight ul.rMenu-ver ul
	{
	left: -100%;
	right: auto;
	top: auto;
	top: 0;
	margin-top: -0.5em;
	/*margin-top: -0.5em;*/	/* i prefer top: 80% but this creates a problem
				   in iCab so negative top margin must be used.
				   salt to taste. */
	}
	
ul.rMenu-hRight ul
	{
	left: auto;
	right: 0;		/* this doesn't work in Opera 7.23 but 7.5 and
				   beyond work fine. this means right-aligned
				   horizontal menus break in Opera 7.23 and
				   earlier. no workaround has been found. */
	top: auto;
	margin-top: -1px;	/* so the top border of the dropdown menu 
				   overlaps the bottom border of its parent
				   horizontal menu. */
	}


/* ------------------------------------------------------------------
---------- PRESENTATION: General ------------------------------------
------------------------------------------------------------------ */

ul.rMenu
	{
	/* more  ... */
	}
/*added for darkmenu*/
ul#rmenu
	{
	/* more  ... */
	}



ul.rMenu li a
	{
		/* more  ... */	/* border around all anchor tags */
	}
/*added*/
ul#rmenu li a
	{
		/* more  ... */	/* border around all anchor tags */
	}



	
ul.rMenu-hor li
	{
	margin-bottom: -1px;	/* this is so if we apply a bottom border to 
				   the UL element it will render behind, but
				   inline with the bottom border of the LI
				   elements. Default: -1px */
	margin-top: -1px;	/* this is so if we apply a top border to 
				   the UL element it will render behind, but
				   inline with the bottom border of the LI
				   elements. Default: -1px */				
	margin-left: -1px;	/* negative borders on LIs to make borders on
				   child A elements overlap. they go here and
				   not on the A element for compatibility
				   reasons (IE6 and earlier). Default: -1px */
	}


	
ul#rmenu li
	{	
	/*margin-right: 3px;*/	/* set to 0 to remove the space between single, 
				   horizontal LI elements */
	}
ul#rmenu li ul li
	{	
	/*margin-right: 0;*/	/* without this, the 2nd level horizontal LI's would get
				   a margin-right, too. This should always be 0 */
	}


	

ul.rMenu-hor
	{
	padding-left: 1px ;	/* compensate for the 1px left jog created by
				   the above negative margin. */
	}
	
ul.rMenu-ver li
	{
	margin-left: 0;
	margin-top: -1px;	/* same thing above except for vertical
				   menus */
	}
	
	
div#menu1 ul.rMenu-ver
	{
		/* more  ... */	/* ditto */
	}

div#menu2 ul.rMenu-ver
	{
		/* more  ... */	/* ditto */
	}
	
	
ul.rMenu li a
	{
	padding: 4px 5px;	
	}
/* added for dark menu*/
ul#rmenu li a
	{
	padding: 4px 5px;	
	}


	
		
ul.rMenu li a:link, ul.rMenu li a:hover, ul.rMenu li a:visited, ul.rMenu li a:active
	{
	/* more  ... */
	margin:0;
	padding: 4px 5px;	
	}

/*added*/
ul#rmenu li a:link, ul#rmenu li a:hover, ul#rmenu li a:visited, ul#rmenu li a:active
	{
	/* more  ... */
	margin:0;
	padding: 4px 5px;	
	}


/*
ul.rMenu li.sfhover a:active,
ul.rMenu li:hover a:active
	{
	color: #fff;
	background-color: #c00;
	}
*/

	
ul.rMenu li
	{
	/* more  ... */
	}

/*added*/
ul#rmenu li
	{
	/* more  ... */
	}



	
ul.rMenu li:hover,
ul.rMenu li.sfhover
	{
		/* more  ... */	/* background color for parent menu items of
				   the current sub-menu. includes the sfhover
				   class which is used in the suckerfish hack
				   detailed later in this stylesheet. */

			   
	}
/*added for dark menu*/
ul#rmenu li:hover,
ul#rmenu li.sfhover
	{
		/* more  ... */	/* background color for parent menu items of
				   the current sub-menu. includes the sfhover
				   class which is used in the suckerfish hack
				   detailed later in this stylesheet. */
	}




/* "current" page and hover */
ul.rMenu li.current_page_item a:link, 
ul.rMenu li.current_page_item a:active, 
ul.rMenu li.current_page_item a:hover, 
ul.rMenu li.current_page_item a:visited, 
ul.rMenu li a:hover
	{
	/* more  ... */
	}
/*added*/
/* "current" category and hover */
ul#rmenu li.current-cat a:link, 
ul#rmenu li.current-cat a:active, 
ul#rmenu li.current-cat a:hover, 
ul#rmenu li.current-cat a:visited, 
ul#rmenu li a:hover
	{
	/* more  ... */
	}


/* ------------------------------------------------------------------
---------- PRESENTATION: Expand -------------------------------------
------------------------------------------------------------------ */

div#menu1 ul.rMenu li.rMenu-expand a,
div#menu1 ul.rMenu li.rMenu-expand li.rMenu-expand a,
div#menu1 ul.rMenu li.rMenu-expand li.rMenu-expand li.rMenu-expand a,
div#menu1 ul.rMenu li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand a,
div#menu1 ul.rMenu li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand a 
	{
	padding-right: 15px;
	padding-left: 5px;
	/* more  ... */
	background-repeat: no-repeat;
	background-position: 100% 50%;
	}
/*added for dark menu*/
div#menu2 ul.rMenu li.rMenu-expand a,
div#menu2 ul.rMenu li.rMenu-expand li.rMenu-expand a,
div#menu2 ul.rMenu li.rMenu-expand li.rMenu-expand li.rMenu-expand a,
div#menu2 ul.rMenu li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand a,
div#menu2 ul.rMenu li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand a 
	{
	padding-right: 15px;
	padding-left: 5px;
	/* more  ... */
	background-repeat: no-repeat;
	background-position: 100% 50%;
	}


	
ul.rMenu-vRight li.rMenu-expand a,
ul.rMenu-vRight li.rMenu-expand li.rMenu-expand a,
ul.rMenu-vRight li.rMenu-expand li.rMenu-expand li.rMenu-expand a,
ul.rMenu-vRight li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand a,
ul.rMenu-vRight li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand a,
ul.rMenu-hRight li.rMenu-expand a,
ul.rMenu-hRight li.rMenu-expand li.rMenu-expand a,
ul.rMenu-hRight li.rMenu-expand li.rMenu-expand li.rMenu-expand a,
ul.rMenu-hRight li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand a,
ul.rMenu-hRight li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand a 
	{
	padding-right: 5px;
	padding-left: 20px;
	background: #fffbf5;
	background-repeat: no-repeat;
	background-position: -5px 50%;
	}

/* divs added for "IE6 & 2 menu styles" */	
div#menu1 ul.rMenu-hor li.rMenu-expand a
	{
	padding-left: 5px;	/* reset padding */
	padding-right: 15px;
	/* more  ... */
	background-position: 100% 50%;
	}
/*added for dark menu*/
div#menu2 ul.rMenu-hor li.rMenu-expand a
	{
	padding-left: 5px;	/* reset padding */
	padding-right: 15px;
	/* more  ... */
	background-position: 100% 50%;
	}


	
div#menu1 ul.rMenu li.rMenu-expand li a,
div#menu1 ul.rMenu li.rMenu-expand li.rMenu-expand li a,
div#menu1 ul.rMenu li.rMenu-expand li.rMenu-expand li.rMenu-expand li a,
div#menu1 ul.rMenu li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li a,
div#menu1 ul.rMenu li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li a 
	{
	padding-right: 5px;	/* reset padding */
	padding-left: 5px;
	background: #fffbf5;
}

/*added for darkmenu*/
div#menu2 ul.rMenu li.rMenu-expand li a,
div#menu2 ul.rMenu li.rMenu-expand li.rMenu-expand li a,
div#menu2 ul.rMenu li.rMenu-expand li.rMenu-expand li.rMenu-expand li a,
div#menu2 ul.rMenu li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li a,
div#menu2 ul.rMenu li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li a 
	{
	padding-right: 5px;	/* reset padding */
	padding-left: 5px;
	background: #fffbf5;
}


/* ------------------------------------------------------------------
---------- HACKS: General -------------------------------------------
------------------------------------------------------------------ */

* html ul.rMenu
	{
	display: inline-block;	/* this is for IE/Mac. it forces IE/Mac to 
				   expand the element's dimensions to contain 
				   its floating child elements without a 
				   clearing element. */
	/* \*/ display: block;	/* override above rule for every other 
				   browser using IE/Mac backslash hack */
	position: relative;	/* IE 5.0/Mac needs this or it may clip the
				   dropdown menus */
	/* \*/ position: static;/* reset position attribute for IE/Win as it
				   causes z-index problems */
	}
	
* html ul.rMenu ul
	{
	float: left;		/* IE/Mac 5.0 needs this, otherwise hidden 
				   menus are not completely removed from the
				   flow of the document. */
	/* \*/ float: none;	/* reset the rule for non-Macs */
	}
	
ul.rMenu ul
	{
	/*background-color: #fff;*/	/* IE/Win (including 7) needs this on an object 
				   that hasLayout so that it doesn't "look through"
				   the menu and let any object (text) below the 
				   menu to gain focus, causing the menu to 
				   disappear. application of this rule does not
				   cause any rendering problems with other browsers
				   as the background color is covered by the
				   menu itself. */
	}
	
* html ul.rMenu-ver li,
* html ul.rMenu-hor li ul.rMenu-ver li
	{
				/* the second selector above is there 
				   because of problems IE/Mac has with 
				   inheritance and what rules should take
				   precedence. and to serve as a reminder on
				   how to work around the issue if it's 
				   encountered again down the road. */
	width: 100%;
	float: left;
	clear: left;		/* IE likes to stick space below any LI
				   in :hover state with a sub-menu. floating
				   the LIs seems to work around this issue. But
				   note that this also triggers hasLayout 
				   because we need a width of 100% on floats. */
	}
	
*:first-child+html ul.rMenu-ver > li	/* hide from IE5.0 because 
										it gets confused by this 
										selector */
	{
	width: 100%;
	float: left;
	clear: left;		/* same as previous rule set except this is
				   for IE7 and the direct child selector 
				   make inheritence much easier and obvious */
	}
	
ul.rMenu li a
	{
	position: relative;	/* trigger hasLayout for IE on anchor 
				   elements. without hasLayout on anchors
				   they would not expand the full width 
				   of the menu. this rule may not trigger
				   hasLayour in later versions of IE and
				   if you find this system broken in new
				   versions of IE, this is probably the
				   source. */
	min-width: 0;		/* triggers hasLayout for IE 7 */
	}
	
* html ul.rMenu-hor li
	{
	width: 11em;		/* IE Mac doesn't do auto widths so specify a width 
				   for the sake of IE/Mac. Salt to taste. */
	/* \*/ width: auto;	/* now undo previous rule for non Macs by using 
				   the IE Mac backslash comment hack */
	}
	
* html div.rMenu-center
	{
	position: relative;
	z-index: 1;		/* IE 6 and earlier need a little help with
				   z-indexes on centered menus */
	}


/* ------------------------------------------------------------------
---------- HACKS: Suckerfish w/ Form Field Support (IE 5.5 & 6) -----
------------------------------------------------------------------ */

* html ul.rMenu ul
	{
	display: block;
	position: absolute;	/* ovewrite original functionality of hiding
				   element so we can hide these off screen */
	}
	
* html ul.rMenu ul,
* html ul.rMenu-hor ul,
* html ul.rMenu-ver ul,
* html ul.rMenu-vRight ul, 
* html ul.rMenu-hRight ul.rMenu-ver ul,
* html ul.rMenu-hRight ul
	{
	left: -10000px;		/* move menus off screen. note we're ovewriting
				   the dropdown position rules that use the 
				   LEFT property, thus all the selectors. */
	}
	
* html ul.rMenu li.sfhover
	{
	z-index: 999;		/* not totally needed, but keep the menu 
				   that pops above all other elements within
				   it's parent menu system */
	}
	
* html ul.rMenu li.sfhover ul
	{
	left: auto;		/* pull the menus that were off-screen back 
				   onto the screen */
	}
	
* html ul.rMenu li.sfhover ul ul, 
* html ul.rMenu li.sfhover ul ul ul,
* html ul.rMenu li.sfhover ul ul ul ul,
* html ul.rMenu li.sfhover ul ul ul ul ul,
* html ul.rMenu li.sfhover ul ul ul ul ul ul
	{ 
	display: none;		/* IE/Suckerfish alternative for browsers that
				   don't support :hover state on LI elements */
	}
	
* html ul.rMenu li.sfhover ul, 
* html ul.rMenu li li.sfhover ul, 
* html ul.rMenu li li li.sfhover ul,
* html ul.rMenu li li li li.sfhover ul,
* html ul.rMenu li li li li li.sfhover ul
	{
	display: block;		/* ^ ditto ^ */
	}

* html ul.rMenu-ver li.sfhover ul
	{
	left: 100%;		/* dropdown positioning uses the left attribute
				   for horizontal positioning. however we can't
				   use this property until the menu is being
				   displayed.

				   note that all ULs beneath the menu item 
				   currently in the hover state will get this
				   value through inheritance. however all sub-
				   menus still won't display because
				   two rule sets up we're setting the 
				   DISPLAY property to none.
				 */
	}
	
* html ul.rMenu-vRight li.sfhover ul, 
* html ul.rMenu-hRight ul.rMenu-ver li.sfhover ul
	{
	left: -100%;		/* ^ ditto ^ */
	}
	
* html ul.rMenu iframe
{
	/*filter:progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0); */
				/* the above rule is now applied in the 
				   javascript used to generate the IFRAME this
				   is applied to. it allows the CSS to validate
				   while keeping the original functionality. */
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;		/* this is the IFRAME that's placed behind
				   dropdown menus so that form elements don't
				   show through the menus. they are not set
				   programatically via javascript because
				   doing so generates some lag in the display
				   of the dropdown menu. */
}

/* ie6 fixes */

* html ul.rMenu
{
	margin-left: 1px;
}

* html ul.rMenu ul, 
* html ul.rMenu ul ul,
* html ul.rMenu ul ul ul,
* html ul.rMenu ul ul ul ul
{
	margin-left: 0;
}



/* ------------------------------------------------------------------
---------- HACKS: Clearfix & others ---------------------------------
------------------------------------------------------------------ */

.clearfix:after
	{
    	content: "."; 
    	display: block; 
    	height: 0; 
    	clear: both; 
    	visibility: hidden;
	}
	
.clearfix
	{
	min-width: 0;		/* trigger hasLayout for IE7 */
	display: inline-block;
	/* \*/	display: block;	/* Hide from IE Mac */
	}
	
* html .clearfix
	{
	/* \*/  height: 1%;	/* Hide from IE Mac */ 
	}

/* Chrome and Safari don't like clearfix in some cases.
Also, adding height and font-size for IE6 */
.clearboth {
	clear: both;
	height: 1%;
	font-size: 1%;
	line-height: 1%;
	display: block;
	padding: 0;
	margin: 0;
	}
img.wp-smiley {
float: none ; /* don't float smilies */
border: none; /* no borders */
margin: 0 3px; /* 0 top/bottom, 3px left/right
salt to taste */
}


/* ------------------------------------------------------------------
---------- FORMS ----------------------------------------------------
------------------------------------------------------------------ */

form, .feedburner-email-form {
	margin: 0; 
	padding: 0; 
	}

fieldset {
	border: 2px inset #cccccc; 
	width: 50%; 
	padding: 0.35em 0.625em 0.75em;
	display: block;
	background-color: #eae1d3;
}
	
legend { 
	color: #000000; 
	background: #f9e550; 
	border: 2px outset #cccccc; 
	padding: 2px 6px; 
	margin-bottom: 15px; 
	}
	
form p {
	margin: 5px 0 0 0; 
	padding: 0; 
	}
	
label {
	margin-right: 0.5em; 
	font-family: arial;
	cursor: pointer; 
	}

/* input.TextField for WP-Email */
input.text, 
input.password, 
input.file,
input.TextField, 
textarea {
	padding: 3px;
	/* more  ... */
	}

textarea {
	width: 98%; 
	}


input.inputblur {
	color: #777777;
	width: 95%;
	}

input.inputfocus {
	color: #000000;
	width: 95%;
	}	
	
input.highlight, textarea.highlight {
	/* more  ... */
	}

/* .Button for WP-Email */
.button, .Button {
	padding: 0 2px;
	height: 24px;
	line-height: 16px;
	/* more  ... */
	}
	
.buttonhover {
	padding: 0 2px;
	cursor: pointer;
	/* more  ... */
	}

/* comment submit button */
form#commentform input#submit	{
	/* more  ... */
	}
	
/* ------------------------------------------------------------------
---------- BLOCKQUOTES ----------------------------------------------
------------------------------------------------------------------ */

#quote {
	height: 1%;
	display: block;
	clear: both;
	border-style: inset;
	background-color: #e5ded3;
	border-width: 2px;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
	
#blockquote {
	height: 1%;
	display: block;
	clear: both;
	background-color: #fffdfa;
	border-style: outset;
	border-width: 2px;
	padding: 5px;
	margin: 5px;
}


/* -----------Images------------------ */

img.alignleft {
	float: left;
	margin: 7px;
}

img.alignright {
	float: right;
	margin: 7px;
}

#caption {
	max-width: 96%;
	width: auto 100%;
	height: auto; 
	display: block;
	text-align: center;
	background-color: #f9f9f9;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 5px;
	border-width: 2px;
	border-style: inset;
}

* html #caption {
	height: 100%; 
	}


#caption img {
   	margin: 0 !important;
   	padding: 0 !important;
   	border: 0 none !important;
}

#caption p#caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions & aligment */
