/*   
Theme Name: Cymone
Theme URI: http://projects.alejandroleal.com
Description: A photo driven Wordpress theme.
Author: Alejandro A. Leal
Author URI: http://alejandroleal.com
Version: 1.0
.
All rights reserved.  
.
*/

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on May 22, 2010 */

@font-face {
	font-family: 'AniversRegular';
	src: url('fonts/anivers_regular-webfont.eot');
	src: local('☺'), url('fonts/anivers_regular-webfont.woff') format('woff'), url('fonts/anivers_regular-webfont.ttf') format('truetype'), url('fonts/anivers_regular-webfont.svg#webfont5i1YoJbh') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'SansumiRegular';
	src: url('fonts/sansumi-regular-webfont.eot');
	src: local('☺'), url('fonts/sansumi-regular-webfont.woff') format('woff'), url('fonts/sansumi-regular-webfont.ttf') format('truetype'), url('fonts/sansumi-regular-webfont.svg#webfontTz3ROmtz') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'SansumiBold';
	src: url('fonts/sansumi-bold-webfont.eot');
	src: local('☺'), url('fonts/sansumi-bold-webfont.woff') format('woff'), url('fonts/sansumi-bold-webfont.ttf') format('truetype'), url('fonts/sansumi-bold-webfont.svg#webfontpYoW4o1z') format('svg');
	font-weight: normal;
	font-style: normal;
}


body {
	width:930px;
	margin:0 auto;
	background:#000000;
	min-height:750px;
	/* background-image:url(images/asphalt.jpg); */
	background-repeat:repeat;
	background-attachment:scroll;
	background-position:bottom;
	background-color:#000;
}



#wrapper {
	display:block;
	min-width:930px;
	min-height:750px;
	padding:0 10px;
	background-image:url(images/wrapperbackground.png);
	background-repeat:repeat;
}


#header {
	display:block;
	height:60px;
	margin:0 0 5px 0;
/*	border-bottom: 1px solid #D010B1; */
	padding:4px 0 0 6px;
	clear:both;
}

#mainPhoto {
	z-index: -1;
}

#mainPhoto img {

}

#sidePhoto {
	z-index: -1;
}

#mainPhotoContainer {
	margin:10px 0 0 0;
	width:924px;
	height:550px;
	display:block;
	border:4px #fff solid;	
}

img#lcLogo {
	width:45px;
	margin:0 auto;
	
}

img#lynnecymoneLogo {
	float:right;
	position:relative;
}


#navMenuHome {
	display: block;
	position: relative;
	bottom:60px;
	left:2px;
	width:670px;
	z-index:2;
}

#navMenuBlog {
	display:block;
	width:auto;
	margin:0 0 30px 0;
	height:51px;
	clear:both;
	float:left;
	border:#383838 2px solid;
	background-color:#000000;
}

ul#navTopMenu { 
  font-family: 'SansumiBold', "Lucida Grande","Lucida Sans Unicode", sans-serif;
  font-size: 0.8em;
  font-style: normal;
  font-weight: 100;
  text-shadow: none;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0;
  word-spacing: 0;
  line-height: 1;
}
ul#navTopMenu a
{
	text-decoration: none;
	/* background-image: url('images/menu.png');  */
	background-repeat: repeat-x;
	border-top: 1px solid #181818;
	border-bottom: 1px solid #181818;
	display: block;
	width:auto;
}

ul#navTopMenu, ul#navTopMenu ul, ul#navTopMenu li
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

ul#navTopMenu li { 
	float: left; 
}

ul#navTopMenu li a {
	color:#ffffff;
	background-color: #000;
	display:block;
	padding:17px 18px;
}

ul#navTopMenu li a:last {
	border-right: 1px solid #ccc;
}

ul#navTopMenu li a:hover
{
	color: #ffffff;
	/* background-color: #D010B1; */
	background-image: url('images/menu-hover.png');
}


ul#navTopMenu ul.children { display: none; }
ul#navTopMenu ul.children li { float: none; }

ul#navTopMenu ul { display: none; }
ul#navTopMenu ul li { float: none; }


ul#navTopMenu ul li a
{
	padding: 0px;
	margin: 0px;
}

ul#navTopMenu li:hover ul
{
	display: block;
	position: absolute;
	padding-top: 5px;
	background-color: #303030;
	border:#383838 1px solid;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	z-index:5;
}


ul#navTopMenu li:hover ul li 
{
	font-family: 'SansumiRegular', "Lucida Grande","Lucida Sans Unicode", sans-serif;
	display: block;
	width: auto;
}

ul#navTopMenu li:hover ul li a
{
	border: none;
	padding: 3px 12px 5px 12px;
	font-size:11px;
	background-image: none;
	background-color: #303030;
	color:#fff;
}


ul#navTopMenu li:hover ul li a:hover {
	background-color: #D010B1;
	color:#000000;
}


ul#navTopMenu li:hover ul li a:after { 
	content: " » "; 
}

/* category sub nav below */

ul.children li a
{
	padding: 0px;
	margin: 0px;
}

ul#navTopMenu li:hover ul.children
{
	display: block;
	position: absolute;
	padding-top: 5px;
	background-color: #303030;
	border:#383838 1px solid;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}


ul#navTopMenu li:hover ul.children li 
{
	display: block;
	width: auto;
}

ul#navTopMenu li:hover ul.children li a
{
	border: none;
	padding: 3px 12px 5px 12px;
	font-size:11px;
	background-image: none;
	background-color: #303030;
	color:#fff;
}


ul#navTopMenu li:hover ul.children li a:hover {
	background-color: #D010B1;
	color:#000000;
}


ul#navTopMenu li:hover ul.children li a:after { 
	content: " » "; 
}


/* navigation end */

#contentPage {
		display:block;
}



#contentBody {
	display: block;
	min-width:600px;
	color:#fff;	
	float:left;
	margin:0 0 20px 0;
}

#contentBodyBlog {
	display: block;
	color:#fff;	
	float:left;
}

#postWell {
	display: block;
	padding:0;
	margin:0;
	clear:both;
	overflow:hidden;
}

.post, div#commentBlock {
		display: block;
		padding:0px 10px;
		margin:0 20px 20px 0;
		width:628px;
}

.postWide {
		display: block;
		padding:0px 10px;
		margin:0 0 20px 0;
		min-width:600px;
		max-width:925px;
		overflow:hidden;
}

.post h1, .postArchive h1, .postWide h1 {
	font-family: 'SansumiBold', Helvetica, sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	text-shadow: none;
	text-decoration: none;
	word-spacing: 0;
	line-height: 1;
	letter-spacing: -0.5px;
	padding:5px 0;
	margin:3px 0;
	clear:both;
}

#commentBlock h3 {
	font-family: 'SansumiBold', "Nobile", Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	text-shadow: none;
	text-decoration: none;
	word-spacing: 0;
	line-height: 1;
	letter-spacing: -0.5px;
	padding:5px 0;
	margin:3px 0;
	clear:both;
}

.postCell h2 {
	font-family: 'SansumiBold', "Nobile", Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	text-shadow: none;
	text-decoration: none;
	word-spacing: 0;
	line-height: 1;
	letter-spacing: -0.5px;
	padding:5px 0;
	margin:0;
	clear:both;
	display:block;
	width:275px;
}

.post h1 a, .postArchive h1 a, .postWide h1 a, .postCell h2 a, #commentBlock h3 {
	color:#fff;
	text-decoration:none;
}

.post h1 a:hover, .postArchive h1 a:hover, .post h1 a:hover, .postCell h2 a:hover {
	color:#D010B1;
}

#commentBlock a {
	color:#D010B1;
	text-decoration:none;
}

#commentBlock a:hover {
	color:#C8C8C8;
}

.comment-body {
	border-bottom:#383838 solid 1px;
}

.postBody {
/*	border-top: 1px solid #D010B1; 
	border-bottom: 1px solid #383838; */
	display: block;
	min-width:600px;
	height:auto;
	color:#fff;
}

.postBodyArchive {
	border-top: 1px solid #D010B1;
	border-bottom: 1px solid #181818;
	display:block;
	width:350px;
	height:auto;
	color:#fff;
}

.postBody img {
	border:none;
}

.postBody p, .postBodyArchive p, #commentBlock {
	font: normal normal lighter 13px/1.5em Arial, sans-serif;
	color:#C8C8C8;
	font-weight:lighter;
}


.postBody p.first:first-letter {
	display:block;
	margin:0 6px 0 0;
	padding:0 0 0 0;
	font: normal normal normal 36px/1.1em 'SansumiBold', Verdana, sans-serif;
	color:#D010B1;
	float:left;
}

.postMeta {
	font: normal normal normal 12px/1.4em 'SansumiBold', Verdana, sans-serif;
	display: block;
	padding:5px 0;
	clear:both;
	text-transform:uppercase;
	color:#ffffff;
}

.postMetaArchive {
	font: normal normal normal 12px/1.4em 'SansumiBold', Verdana, sans-serif;
	padding:5px 0;
	
}

.postMeta a, .postMetaArchive a {
	text-transform: uppercase;
}

.postBody a, .postMeta a, .postMetaArchive a, .navigation a {
	color:#D010B1;
	text-decoration:none;
}

.postBody a:hover, .postMeta a:hover, .postMetaArchive a:hover, .navigation a:hover {
	color:#E0E0E0;
	text-decoration:underline;
}

.postTags {
	display:block;
	padding:2px 6px;
	background-color:#181818;
	clear:both;
}

.postTags p, .navigation {
	font: normal normal normal 9px/1.4em Verdana, sans-serif;
	text-transform:uppercase;
	color:#787878;
	padding:0;
	margin:0;
}

.postTags p a {
	color:#787878;
	text-decoration:none;
}

.postTags p a:hover {
	color:#D010B1;
	text-decoration:underline;
}


.postArchive {
	clear:both;
	display:block;
	min-height:135px;
	margin:50px 0;
}

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

.postThumb {
	float:left;
	padding:0 6px 6px 0;
	margin:0 4px 4px 0;
}

.postThumb img {
	border:none;
}

/* Portfolio well */

#portfolioWell {
	display:block;
	padding:0 10px;
	clear:both;
}

.postCell {
	display:inline-block;
	float:left;
	width:300px;
	margin:0 0 15px 0;
}

.postCell img {
	border:none;
}

.postCell p {
	max-width:295px;
}

#sideBar {
	display:block;
	float:left;
	width:230px;
	padding:6px 10px;
	color:#C0C0C0;
	margin:0 6px;
	border-top:#383838 1px solid;
}

.widget h3 {
	font: normal normal normal 16px/1.3em 'SansumiBold', Helvetica, sans-serif;
	letter-spacing:-0.5px;
	text-transform:uppercase;
	display:block;
	border-bottom: 1px solid #D010B1;
}



.widget h3 a {
	color:#fff;
	text-decoration:none;
}

.widget h3 a:hover {
	color:#D010B1;
}

.widget {
	font: normal normal normal 11px/1.6em Verdana, sans-serif;
}

.widget ul, .widget ul li {
	margin:0;
	padding:0;
}

.widget ul {
	list-style-type:square;
	padding:0 0 0 13px;
}

.widget li {
	padding:10px 0;
	text-transform:uppercase;
}

.widget li a, .widget a {
	color:#D010B1;
	text-decoration:none;	
}

.widget li a:hover, .widget a:hover {
	color:#E0E0E0;
	text-decoration:underline;
}

#footer {
	display: block;
	clear:both;
	color: #fff;
	padding:5px 0;
	height:150px;
	border-top: 1px solid #D010B1;
}

#footerWidgets {
	display:block;
	clear:both;
	width:auto;
	height:auto;
}

.footerWidget {
	display:block;
	float:left;
	width:290px;
	padding:5px;
	margin:0 auto;
}

.footerWidget ul li {
	font-size:9px;
	text-transform:uppercase;
}


#footer h4 {
	font: normal normal normal 13px/1.4em 'SansumiBold', Helvetica, sans-serif;
	padding:0;
	margin:0;
	text-transform: uppercase;
}

#footer p, #footer ul {
	font: 10px Verdana, sans-serif;
	color:#C0C0C0;
}

#footer a {
		color:#808080;
		text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

#footer ul {
		list-style-type:none;
		display:inline;
}

#footer ul li {
	float:left;
	padding:3px 5px;
}
#footer ul li a {
		color:#808080;
		text-decoration:none;
}

#footer ul li a:hover {
	text-decoration:underline;
}
#footer p {
	font-size: 12px;
	line-height:1.6em;
}

#socialFooter {
	display:block;
	width:260px;
	height:40px;
	clear:both;
	margin:0 auto;	
}

ul#social {
	display:inline-block;
	width:260px;
	margin:0;
}

ul#social img {
	width:24px;
	border:none;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

ul#social img:hover {
	border:none;
	filter:alpha(opacity=99);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}



.noborder {
	border:none;
}

#weblove {
	display:block;
	clear:both;
	margin:0 auto;
}

#weblove p {
	color:#202020;
	font-size:8px;
	text-align:center;
	text-transform:uppercase;
}

#weblove a {
	color:#404040;
	text-decoration:none;
}

#welove a:hover {
	text-decoration:underline;
}

a.post-edit-link {
	color:#000000;
	text-decoration:none;
	background-color:#FFFF00;
}

a.post-edit-link:hover {
	text-decoration:underline;
	color:#000000;
}

.alignleft {
	float:left;
}

.alignright {
	float:right;
}

img.alignleft {
	margin:0 10px 10px 0;
}

img.alignright {
	margin:0 0 10px 10px;
}


.gallerycontroller{
width: 250px
}

.gallerycontent{
width: 250px;
height: 200px;
border: 1px solid black;
background-color: #DFDFFF;
padding: 3px;
display: block;
}
