/*
File:			custom.css
Description:	Custom styles for the Neoclassical Theme that you define

Use:

The <body> tag has been appended with the "custom" class, like so: <body class="custom">.
You can use the "custom" class to overwrite *any* CSS declarations contained in this
theme's style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:


	.custom a, .custom a:visited { color: #090; } <--- This makes links green
	
	.custom a:hover { color: #00f; } <--- This makes links blue when you mouse over them

Why this works:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!
*/

/* 09/25/2011  added <sup>&nbsp;&reg;</sup> to header file, About page title, the About page text, the Apropos – Michele Kayal post and subtitle and title, 'by' profile nickname in each post, and email GIF file in footer */
/* 09/29/2011  removed <sup>&nbsp;&reg;</sup> from About page title, the About page text, the Apropos – Michele Kayal post and subtitle and title, 'by' profile nickname in each post */
/* 10/04/2011 changed header.php code to:  <font size="3"><sup>&nbsp;&reg;</sup></font>  */

/*  11/28/2011
original post in category Apropos -  Michele Kayal

moved that post to a new page -About Me-, with slug-  about-me-michele-kayal
add new page to nav_menu.php file
move award image underneath name at bottom of page.
removed category name:  Apropos - Michele Kayal which had slug-  michele-kayal-hyphenated-chef
*/


/* 12-13-2009 nes add this for visited links  */
	.custom .format_text { font-size: 1.3em; line-height: 1.53846em; padding: 0 10px; }
	.custom .format_text a { text-decoration: underline; }
	.custom .format_text a:visited { color: #323232; background: none; text-decoration: underline; }


	.custom .format_text a:hover { color: #c00; text-decoration: underline; }

/* 02*22-2011 nes add this for img placement */
img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}

img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}

.alignright {
padding: 4px;
margin: 0 7px 2px 0;
float: right;
}

.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
float: left;
}


/* custom css for tagging photos */
/* nes commented out 02/22/2011  */
/*
cite {
	display: block;
	margin-top: 1.25em;
	font: normal normal 1em/1.75em Verdana, sans-serif;
	text-align: center;
}
.captioned_photo {
	float: right;
	margin: .5em 0 .5em 2em;
	padding: 0;
	line-height: 1em;
	width: 240px;
}
.captioned_photo p {
	width: 100%;
	margin: 0;
	padding: 1em 0;
	font: .75em/1.75em Verdana, sans-serif;
	color: #666;
}
.captioned_photo img {
  margin: 0;
  padding: 0;
	display: block;
}
*/
