/*  
Theme Name: BrightBeauty
Theme URI: http://iluvbeauty.com
Description: Mica's New Theme
Author: Ryan Humes
Author URI: http://rhinocity.net
*/



/* Begin Typography & Colors */
/* CSS Document for Centering a Page Layout*/


/*Start from a blank slate*/
html, body, form, fieldset {
        margin: 0;
        padding: 0;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
        margin: 1em 0;
        padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
        margin-left: 1em;
}

/* Miscellaneous conveniences: */
form label {
        cursor: pointer;
}
fieldset {
        border: none;
}
input, select, textarea {
        font-size: 100%;
}
/*End Blank Slate*/

/* Begin Various Tags & Classes */
.imageframe {

}

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 1.5em 0 0 3em;
	padding-left: .5em;
	border-left: 1px solid #ddd;
	background:#f8f8f8;
	}

blockquote cite {
	margin: .5em 0 0;
	display: block;
	}

hr {
	display: none;
	}

a img {
	border: none;
	vertical-align:top;
	background#fff;
	}
	
a:hover img {background:#1facab;}

h4 {
font-size:1em;
font-weight:700;
}

h3 {
font-size:1.2em;	
}

h2 {
font-size:1.5em;	
}

h1 {
font-size:1.8em;	
}


/*++++++++++++++Main Layout of the Document++++++++++++++++*/
body {
font-size: 62.5%; /* Resets 1em to 10px */
background:#1facab/* url(img/ggbridge.png)  no-repeat bottom right*/;
	}

div#outerborder {
	width:780px;
	margin-left:auto;
	margin-right:auto;
	}
	
div#outer {
    width: 760px;
	margin-left:auto;
	margin-right:auto;
	padding-top:10px;
}

div#header {
height:180px;
width:760px;
margin:0 auto;
background: #1facab url(img/headback.png) no-repeat bottom left;
margin-top:0;
}


div#main {
width:470px;
float:left;
font-size:1.2em;
margin:0 0 20px 0;
line-height:1.5em;
}

div.content {

}

div.sidebar {
width:230px;
float:right;
color:#fff;
line-height:1.5em;
}

div#footer {
clear:both;
text-align:center;
font-size:1.2em;
line-height:1.4em;
background:#000;
color:#fff;
}

div#footer a {
color:#f255ae;	
}

div.footerlist {
width:760px;
margin:0 auto;
}



/*Formatting for individual tags*/
a,a:link {
text-decoration:none;
color:#ba1c76;
}

a:hover, a:active {
color:#f255ae;
border-bottom:1px dotted;
}

a:visited {
color:#741c76;
}

a:visited:hover {
color:#ae66b0;
}

a:visited:hover {
}

.entry img {
max-width:95%;	
}

.entry a img{
padding:2px;
border:2px solid #000;
}

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

.imgalignright {
	padding: 0.4em;
	display: inline;
	float:right;
	margin: 0 0 0 6px;  
	}

.imgalignleft {
	padding: 0.4em;
	display: inline;
	float: left;
	margin: 0 6px 0 0;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.center {
	text-align: center;
	}
/*END FORMATTING*/


/*CONTENT FORMATTING*/

#linkbar {
text-align:center;
margin:1em 0 1em 0;
color:#fff;
font-size:12px;
}

#linkbar ul {
margin:0;
font-size:20px;
list-style-type:none;
}

#linkbar li {
display:inline;
height:34px;
}

.linklight a, .linklight a:visited {
background:url(img/flower.gif) no-repeat 2px 2px;
border:1px dotted #fff;
padding:2px 5px 4px 28px;
color:#fff;
}

.linkdark a, .linkdark a:visited {
border:1px solid #1facab;
padding:2px 5px 4px 28px;
color:#741c76;
}

.sidebar ul {
	list-style-type:none;
	margin:0;
	padding:0;
	}

		.sidebar ul ul {
	padding:1px 0 0 0;
	margin:0;
	}
	.sidebar h2 {
	margin:0 0 .6em 0;
	padding:0;
	}
	
.sidebar ul li {
	background: #000;
	margin:0 0 0 0;
	padding:0 10px 0 20px;
	}
	
.sidebar ul li li {
	border:none;
	padding:0 0 0 15px;
	margin:0;
	}
	
.widgettop {
	height:15px;
	background:#000;/* url(img/widgettop.jpg) no-repeat top center;*/
	margin:0;
	-khtml-border-top-left-radius:5px;
	-khtml-border-top-right-radius:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	}

.widgetbottom {
	height:15px;
	background:#000;/* url(img/widgetbottom.jpg) no-repeat top center;*/
	padding:0;
	-khtml-border-bottom-left-radius:5px;
	-khtml-border-bottom-right-radius:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	margin:0 0 20px;
	}
.post {
	/*Whole Post*/
	margin:0;
	border:3px solid #000;
	background:#fff url(img/postback.png) no-repeat top right;
	padding:1em;
	-khtml-border-radius:5px;
	-moz-border-radius:5px;
	margin-bottom:30px;
	}
	
.contenttop {
display:none;
	}
.contentbottom {
display:none;
	}
	
.contenttopwide {
display:none;
	}
.contentbottomwide {
display:none;
	}
.entry {
	display:block;
	clear:both;
	}
	
	.pagetitle {
	text-align:center;
	}

	.turnblack a:link,.turnblack a:visited{
	color:#000;
	}

	
.contentmiddlewide {
	width:560px;
	padding:20px;
	margin-left:80px;
	}


.postmetadata h2 {
line-height:1.2em;
}

.postmetadata h2 a, .postmetadata h2 a:hover, .postmetadata h2 a:link {

}

.postmetadata p {
	margin:0 0 0 0;
	line-height:;
	}

.postmetadata {
	
	}

.postdate {
	top:0px;
	left:0px;
	text-align:center;
	width:75px;
	line-height:18px;
	height:65px;
	padding:10px 0 0 0;
	margin-right:-80px;
	font-size:12px;
	color:#666;
	background:#000/* url(img/dateback.jpg) no-repeat top center*/;
	font-weight:700;
	display:block;
	float:left;
	-khtml-border-radius:5px;
	-moz-border-radius:5px;
	}
	
	.bigdate {
	text-transform:uppercase;
	font-size:18px;	
	}

.posttitle {
float:left;
margin-left:85px;
	}
.navigation {
	display: block;
	margin:1em 0 2em 0;
	}

	.navigation a:link, .navigation a:visited {
	color:#fff;
	border-bottom:none;
	}

	.navigation a:hover {
	border-bottom:1px dotted #fff;
	}
	
	.postbyline img {
	display:block;
	margin:0 auto;
	}

.post h2 {
	margin:0 0 0 0;
	}

#searchdiv {
	width:215px;
	padding:7px 5px 7px 10px;
	margin-bottom:15px;
	background:#444;
	-khtml-border-radius:5px;
	-moz-border-radius:5px;

}
	
	.clearthis {
	clear:both;
	}
	
#searchform {
	padding-left:15px;
	}
	
	#searchform input[type='text'] {
	background:#aaa;
	border:1px solid #888;
	color:#333;	
	}
	
	#searchform input[type='submit'] {
	background:transparent;
	border:none;
	color:#fff;	
	}
	
	#searchform input[type='submit']:hover {
	background:#999;	
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin:20px 0 0 0;
	padding:1em;
	clear:both;
	}
	
div#blogtitle {
	text-align:left;
	padding:30px 0 0 200px;
	width:555px;
	-khtml-opacity:0;
	-moz-opacity:0;
	filter:alpha(opacity=0);
	opacity:0;
	}
	
 h1.blogtitle {
	margin:0;
	font-size:6em;
	font-weight:400;
	}
div#blogtitle a:link,div#blogtitle a:visited {
	border-bottom:none;
	}

	div#subheader {
	background:#000;
	padding:5px;
	position:relative;
	}
div#blogdesc {
color:#fff;
text-align:center;
margin:0 90px 0 105px;
display:block;
font-size:1.2em;
	}
	
.navlink {
	color:#fff;
	font-size:1.3em;
	width:230px;
	}
	
	.textalignl {text-align:left;}
	.textalignr {text-align:right;}

div#feeddiv {
	width:80px;
	padding:5px;
	float:right;
	background:#000;
	text-align:right;
	display:block;
	margin-left:-90px;
	position:absolute;
	right:0;
	top:0;
	}


.wide {
	width:600px;
	margin-left:80px;
	}
	
/*END CONTENT*/

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

#commentform textarea {
	width:400px;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	
.commentlist li, #commentform input, #commentform textarea {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

/* End Comments */

table#wp-calendar {
width:100%;
}

.spacer {
clear:both;
height:30px;
}

.mspacer {
clear:both;
height:20px;
}
.sspacer {
clear:both;
height:10px;
}

/* End Various Tags & Classes*/
