/*  
Theme Name: Ty Girlz Penny
Theme URI: http://wordpress.org/
Description: Ty Girlz Theme for Penny's Fashion Blog.
Version: 1.0
Author: Aaron Andersen
Author URI: 

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;/*body text*/
	text-align: left;
	/*background-color: #d5d6d7;*/
	background-image: url(images/bgcolor_gradient.gif);
	background-attachment: fixed;
	
	}

#page {
	/*background-color: #FF0000; GUIDE */
	/*border: 1px solid #959596;GUIDE */
	text-align: left;
	}

#header {
	/*background-color: #FF0000; GUIDE */
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0 0 0 0px; 
	padding: 0; 
	width: 750px;
	}

#headerimg {
	height: 105px; /*controls height of banner - to adjust for round corners, height is -10 of total*/
	width: 100%;
	}

#content {/* field boxes for comments...*/
	font-size: 1.2em;
	/*background-color: #CCCCFF; GUIDE */
	}

.widecolumn .entry p {/* Article bg, info before comments*/
	font-size: 1.05em;
	padding-left: 10px;		
	}

.narrowcolumn .entry, .widecolumn .entry { /*entry in the main column 
/*not really "narrow," just narrower than widecolumn.  narrowcolumn is used when sidebar is used*/
	line-height: 1em;
	padding-left: 10px;
	padding-right: 10px;
	/*background-color:#00CCFF;/*GUIDE*/
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {/* "posted" data after entry*/
	text-align: right;
	font-size: .8em;
	border-bottom: 1px solid #662D91;
	padding-bottom: 10px;
	
	}

.alt { /*comment boxes*/
	background-color: #f8f8f8;
	border-width: 1px;
	border-style: solid;
	border-color: #C6B0D6;
	}

#footer {/*ROUND CORNERS added by js attached on header.php -- rounded_corners.js*/
	/*background: url('images/footer.gif') no-repeat top;*/
	background-color:#FFFFFF;
	border: none;
	margin-top: 15px;
	}

small { /* date display */
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	margin: 0 0 0px 10px;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	color: #93278f;
	}

h2.pagetitle {
	font-size: 1.6em;
	text-decoration: underline;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #662D91;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {/*links - mostly for admins only*/
	color: #ED1E79;

	}

#commentsfield {
	padding: 10px;
	background-color: #ECE5F1;
	margin: 10px 20px 0px 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: 662D91;
}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	border-style: solid;
	border-color: #C6B0D6;
	border-width: 1px;
	/*background-color:#00FF00;GUIDE*/
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.2em;
	color:#662D91;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	padding:0 0px 0 10px;
	font-size:.9em;
	
	/*background-color:#FF9900; GUIDE*/

	}

.commentmetadata {/* date/time of posting of comment*/
	font-weight: normal;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777; /*sidebar bullet color (if not image) and additional info ()*/
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	/*color: #06c;*/
	color: #ED1E79;
	text-decoration: none;
	}

a:hover {
	/*color: #147;*/
	color: #93278F;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0; 
	}

#page {
	margin: 20px auto;
	padding: 0;
	width: 750px;
	}



.narrowcolumn { /*displays main body content*/
	float: left;
	padding: 0px 0px 0px 0px;/* T R B L*/
	margin: 10px 0px 0px 0px;
	width: 540px;

	background-color: #FFFFFF;
	}

.widecolumn { /* used in comments page */
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 20px 0px 20px;
	text-align: justify;
	/*background-color:#00FF00; GUIDE */
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0 20px 0px;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

#footer {
	width: 750px;
	clear: both;
	float: left;
	height: 50px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	}

#footer p {
	margin: 0;
	padding: 1px 0;
	text-align: center;
	color: #999999;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 10px 0 0;
	}

h2.pagetitle {
	margin-top: 20px;
	text-align: center;
}

#sidebar h2 {
	margin: 0px 0 0;
	padding: 0px;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px;
	}
/* End Headers */

/*Begin Top Horizontal Nav*/
#navmenu ul {
	margin: 0; 
	padding: 10px 5px 5px 0px; /*T, R, B, L */
	list-style-type: none; 
	list-style-image: none; 
	background-image: url(images/nav_off.gif);
}
	
#navmenu li {
	display: inline; 
}

#navmenu ul li a {
	text-decoration:none;
	margin: 0px;
	padding: 10px 20px 5px 20px; /*T, R, B, L */
	color: #FFFFFF;
	background-image: url(images/nav_off.gif);
	font-size: 16px;
	font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif	
}
	
#navmenu ul li a:hover {
	color: purple;
	background-image: url(images/nav_on.gif);	
}



/*End Top Horizontal Nav*/

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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

img.alignright {
	padding: 4px;
	margin: 0 1px 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {/*Sidebar bullets*/
	/*content: "\00BB \0020"; Orig Arrows */
	margin-left: 5px;	
	content: url(images/bullet.gif) " "; /* Heart Bullet + space*/
  	list-style-type: circle;/* backup*/ 
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

/*Begin Sidebar*/
#sidebar {/*contents inside sidebar*/
	margin: 10px 0 0 0;
	padding: 0px;
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

#sidebar ul, #sidebar ul ol {/*max dims */
	margin: 0;
	padding: 0;
	
	}

#sidebar ul li { /*list items in sidebar*/
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul li p, #sidebar ul select { /*displays info messages in sidebar - not always visible*/
	padding: 10px 10px 8px 10px;
	/*margin: 10px;*/
	/*background-color: #D9CBE4; #F8ABCD;*/ 
	}

#sidebar ul ul, #sidebar ul ol {/*pads links/contents lists of sidebar under the h2's*/
	margin: 5px 0 0 10px; 
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px; /*??? sublist?*/ 
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */

#welcomebox {
	text-align: center;
	background-image: url(images/welcome_box.jpg);
	background-repeat: no-repeat;
	padding: 5px;
	}

/* Begin Form Elements */
#searchform {/*this positions the search box*/
	background-image: url(images/search_box.jpg);
	background-repeat: no-repeat;
	margin: 10px 0px 20px 550px;
	width: 200px;
	text-align:center;
	height: 80px;
	}
	
#searchform input
{
	margin: 45px 0px 0px 0px;
	border: 1px solid #C6B0D6;/*purple border around box*/
	/*background-color: #D9CBE4; inside textbox color*/
}

#searchform #s {
	width: 100px;/*input textfield width*/
	padding: 5px;
	margin-left: 20px;
	}

#searchform #searchsubmit {
	text-align:left;
	/*background-color: #FF00FF; GUIDE*/
	border: 1px solid #C6B0D6;/*purple border around box*/
	}
/* Begin Search Submit Button*/
#sidebar #searchButton a {
	display: block;
	width: 36px;
	height: 24px;
	margin: 0;
	padding: 0;
	padding-left: 10px;
	text-decoration: none;
	background-color: #fff;
	background-image: url(images/search_button_rollover.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#sidebar #searchButton a:link{
	color: #000;
    background-position: 0 0;
}
#sidebar #searchButton a:visited{
    /*color: #00f;*/
    background-position: 0 0px; 
}
#sidebar #searchButton a:hover{
    /*color: #c90;*/
    background-position: 0 -24px;
}
#sidebar #searchButton a:active{
    /*color: #f00;*/
    background-position: 0 -48px; 
}

#aboutField {
	padding:10px;
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	color: #ED1E79;
	font-size: 1.2em;
	font-weight: bold;

}
#searchagain {
	/*color: #f00;*/
	text-align: center;	
	padding: 20px;
}
/* End Search Submit Button*/

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {/*name, email imput fields in comment form*/
	width: 170px;
	padding: 2px;
	margin: 0px 0px 0px 0;
	}

#commentform textarea {/*comments text field*/
	width: 460px;
	padding: 5px;
	}

#commentsubmit {
	padding: 0 20px 20px 0;
	margin:0 20px 20px 20px;
	float: right;
	background-color:#ECE5F1;
	}

/*
#commentform submitbutton {
	margin: 0;
	float: right;
	padding: 20px;
	}*/
/* End Form Elements */



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

.commentlist { /* holds all comments on a page */
	padding: 0;
	margin: 0 20px 0 20px;
	text-align: justify;
	/*background-color:#FFFF00;*/

	}

.commentlist li {/* user comment box*/ 
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {/*textfield containing comment*/
	margin: 10px 5px 10px 0;
	}

#commentform p {/*comment form elements*/
	margin: 5px 0;
	}

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

.commentmetadata {/*comments dat/time info */
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	background-color: #ECE5F1; /*#F2F2F2;lt grey bg*/
	margin-left: 550px;
	width: 200px;
	}

.sidebarpad{
	padding: 10px;	
}

#sidebar ul h2 /*Sidebar headings, ie Pages, Archives...*/
{
	/*background-color: #FDE5C3;*/
	border-bottom: 1px solid #662D91;/*purple*/
	/*border-top: 1px solid #FADA96;*/
	/*text-decoration: underline;*/
	margin-right: 10px;
	margin-left: 10px;
	font-size: 1.2em;
	font-weight: bold;
}

#sidebar ul /*The box containing the listed items - sub sidebar*/
{
	list-style: none;
	
	padding-bottom: 10px;

}

#sidebar ul ul ul/* i assume sublists of lists?*/
{
  margin-bottom: 0;
  margin-right: 5px;
  
}

#sidebar a /*customize sidebar links*/
{
	text-decoration: none;
	/*color: #00FF00; GUIDE Remove */
	
}
 
#sidebar a:hover
{
  text-decoration: underline;
}

#sidebar form {/*not sure*/
	margin: 0; 
}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {/*these are abbrv's in the sidebar */
	border-bottom: 1px dashed #BA175E;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation { /*story title links to next/prev stories on story CU pages */
	display: block;
	text-align: center;
	margin: 5px 20px 0px 20px;
	}
/*signature link added at end of each post - not used at this time
#signature {
	font-size: .8em;
	background-color:#00FF00;
	vertical-align: middle;
	text-align: right;
	margin-right: 20px;
}*/

.textwidget {
/* this is test in the sidebar widget*/
color:#662D91;
margin:3px 10px 3px 10px;
}

/* End Various Tags & Classes*/

/* MyBlogLog Classes*/

/* Blog Log Style LIGHT
Hacked together by AU Interactive
http://blog.auinteractive.com
*/
body .widget_mybloglog { 
	width:180px;
margin-left:10px
	
 }
body table#MBL_COMM { 
	margin-top: 10px;

border:none;
	width:180px;
	font-family: Verdana, Arial, Sans-Serif;
	font-style:normal;
	font-weight:normal;

}
body table#MBL_COMM th.mbl_h { 
	font-size:1.6;
	height: 30px;
	color:#FFFFFF;
	background-color:#662D91;
font-weight:bold;
	text-align:left;
	padding:2px 2px;
	text-align:center;
border-bottom:1px solid #FFFFFF;
}
body table#MBL_COMM td.mbl_join_img { 
	cursor:pointer;
	cursor:hand;
	width:26px;
	padding:2px 2px;
	margin:0;
	background-color:#C6B0D6;
color: #FFF;
}
body table#MBL_COMM td.mbl_join { 
	cursor:pointer;
	cursor:hand;
	text-align:left;
	background-color:#C6B0D6;
color: #FFF;
	font-size:1.1em;
	border-bottom:0;
	padding:6px 2px;
	margin:0;
}
body table#MBL_COMM td.mbl_join a { 
	display:block;
	width:80px;
	overflow:hidden;
	font-weight:normal;
	border:0;
color:white;
font-size:9px;
}
body table#MBL_COMM td.mbl_join a:hover { 
	border:0;
}
body table#MBL_COMM td.mbl_img { 
	cursor:pointer;
	cursor:hand;
	width:22px;
	padding:2px 2px;
	margin:0;

border-left:none;
border-bottom:1px solid #C6B0D6;
border-top:none;
border-right:none;
background-color:#DBCEE5;
}

body table#MBL_COMM td.mbl_mem { 
	cursor:pointer;
	cursor:hand;
	text-align:left;
	font-weight:bold;
	font-size:11px;
	
border-right:none;
border-bottom:1px solid #C6B0D6;
border-top:none;
border-left:none;
background-color:#DBCEE5;
	color:#662D91;
padding:2px 2px;
	margin:0;

}
body table#MBL_COMM td.mbl_mem a { 
	display:block;
	width:120px;
	overflow:hidden;
	border:0;
text-transform:capitalize;
font-size:.9em;
 }
body table#MBL_COMM td.mbl_mem a:hover { 
	border:0;
 }
body table#MBL_COMM td.mbl_fo_hidden {
	cursor:hand;
	cursor:pointer;
	text-align:center;
	font-size:10px;
	background-color:#662D91;
	color:#ffffff;
	padding:3px 5px 3px 5px;
border-left:none;
border-right:none;
border-bottom:1px solid #FFFFFF;


 }
body table#MBL_COMM a { 
/* unvisited links*/
color:#ED1E79;
	border:0;
	background:none 
}
body table#MBL_COMM a:hover { 
/*unvisited hover links*/
	
color: #F2569B;
	text-decoration:underline;
	border:0;
 }
body table#MBL_COMM a:visited { 
/*visited links*/
	color: #662D91;
	text-decoration:none;
	border:0;
 }
body table#MBL_COMM a:visited:hover { 
/*visited hover*/
	text-decoration:underline;
color: #57277C;
	border:0;
 }
body table#MBL_COMM td.mbl_fo_hidden a { 
/*links on bottom*/
	color: #C6B0D6;

 }
body table#MBL_COMM td.mbl_fo_hidden a:hover, body table#MBL_COMM td.mbl_fo_hidden a:visited:hover { 
/*links on bottom hover*/
	color:#FFFFFF;
	text-decoration:underline;
	border:0;
 }
body table#MBL_COMM img {
/*holds thumb images*/
	width:30px;
	height:30px;
	border:1px solid #FFFFFF;
	z-index:999;
	margin:3px 3px 3px 3px;
	float:left;
	position:relative;

}

/* End MyBlogLog Classes*/