/*  
Theme Name: Teal Skirt
Original Theme URI: http://beccary.com/goodies/wordpress-themes/
Description: Teal Skirt
Version: 1.1
Author: Based off of Dusk by Becca Wei
Author URI: http://beccary.com
Modified by: Teresa Jones of http://scribblescratch.com
Photography by: Teresa Jones of http://scribblescratch.com & http://herbrokentoy.com
Permission to use photo for this theme ONLY.  No other use permitted without permission!

*/



/* Basics and Typography */

body {
	margin: 0;
	padding: 0;
	background: #ffffff url(http://img.photobucket.com/albums/v640/gaxxia/profile2_0/bgtop.gif) repeat-y;
    background-repeat: repeat;
	color: #7c7e7c;
	font-family: Arial, Georgia, 'Times New Roman', serif; 
    font-size: 12px; 
    letter-spacing: 0px; 
    line-height: 1.5em;






}
html>body {
	font-size: small;
}
p {
	font-size: 1em;
	line-height: 1.5em;
	margin: 1.2em 0;
}
ol, ul {
	font-size: 1em;
	line-height: 1.5em;
	margin: 1.2em 0 1.2em 2em;
	padding: 0;
}



h1, h2, h3, h4, h5, h6 {
	margin: 1.1em 0;
	font-family: Verdana, serif;
}
h1, h2 {
	font-size: 1.1em;

}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1.3em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1.1em;
}
a:link, a:visited, a:active  {
	color: #fb6d95;
	text-decoration:none;
	border-bottom: 1px dotted #cfcdcd;
}
a:hover {	color: #000000; 
        	background-color: #f3f3f3;
		text-decoration: none;
}
input, textarea, select {
	background-color: #;
	color: #808080;
	font-size: 1em;
	font-family: tahoma;
	border:1px solid black;
}

input {
	background-color: #ffffff;
	color: #808080;
	font-size: 1em;
	font-family: tahoma;
	border:1px solid black;
	font-size: 7pt;
	font-weight:bold;
	font-family: tahoma;
}


blockquote {
	background-color: #F6F5F4;
	margin: 0 20px;
	padding: 0 20px;
	border-left: 1px dotted #cccccc;
	border-right: 1px dotted #cccccc;
}


     b {

font-weight : bold; 
font-family:tahoma;
color:404040;
}





code {
	font-family: monospace;
	color: #666;
}
form, img {
	margin: 0;
	padding: 0;
	border: 0;
}



/* Layout */

#wrapper {
	width: 795px;
	margin: 0 auto;
	background: #ffffff url(images/wrapper.jpg) repeat-y;
	font-size: 0.9em;
	text-align: left;
}
#header {
	width: 795px;
	height: 329px;
	background: url(images/headteal.png) no-repeat;
}

	/* Header Styles */
	
	#title {
		float: left;
		margin: 38px 0 0 9px;
		border-bottom: 1px dotted #cccccc;
		padding: 1px;
	}
	#title h1 {
		margin: 0;
		padding: 5px 15px;
		border: 0;
		background-color: #ffffff;
		color: #547E84;
	        font-size: 0.92em;
		line-height: 32px;
		letter-spacing: 1px;
	}
	#title h1 a {
		color: #547E84;
		text-decoration: none;
	}
	
#content {
	float: left;
	width: 460px;
	padding: 5px 25px 0 25px;
	background: url(images/content.jpg) no-repeat;
    font-family:  verdana, arial, sans-serif;
    font-size: 11px;
	width: 460px;
	color:8A9488;
} 



html>body #content {
	width: 470px;
}
#sidebar {
	float: right;
	width: 245px;
	padding: 7px 7px 7px 7px;
	margin-right:15px;
	color: #404040;
	line-height:9px;
    font-family:tahoma;
    font-size: 7.5pt;


} 
html>body #sidebar {
	width: 245px;
	background-color:#f5f5f3;

}

	/* Sidebar Styles */
	
	#sidebar h2 {
        margin-left: 0px;
		margin-right: 0px;
		margin-top:3px;
		margin-bottom:3px;
        padding-left:3px;
		border-bottom: 1px dotted #ffffff;
		border-top: 1px dotted #ffffff;
	    width: 240px;
        color: #ffffff;
	    background: #fb6d95;
		font-size: 1.1em;
		text-transform:uppercase;


	}
	#sidebar a:link {
		color: #c64469; text-decoration:none;
	}
	#sidebar a:visited, #sidebar a:active {
		color: #c64469; text-decoration:none;
	}
	#sidebar a:hover {
		color: #000000; 
		text-decoration: none;
		background-color:#e3e1e1;
	}
	#sidebar ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	#sidebar ul ul, #sidebar ol {
		margin: 3px;
	}
	#sidebar ul ul {
		list-style-type: none;
	}
	#sidebar ul ul ul {
		margin-top: 0;
		margin-bottom: 0;

}

#sidebar ul li ul li{
	padding: 0px 0 0px 0px;
	border-bottom: 1px solid #e3e3e1;



	}

* html #content, * html #sidebar {
	overflow: hidden; /* For IE */
}
#footer {
	clear: both;
	padding: 1.2em 230px 1.2em 35px;
}

	/* Footer Styles */
	
	#footer p {
		margin: 0;
		padding: 0.6em 0;
		border-top: 1px dotted #cccccc;
		font-size: 0.92em;
	}

	

/* Blog Styles */

.posttitle{
font:1.5em Century Gothic,Trebuchet,Arial,Verdana,Sans-serif;
text-transform:lowercase;
letter-spacing:2;
color:#fb6d95;
border-bottom: 1px dashed #e8dcdc;
text-decoration: none;
text-align: left;
      
  }


.posttitle a, .posttitle a:active, .posttitle a:visited{
font:1.5em Century Gothic,Trebuchet,Arial,Verdana,Sans-serif;
text-transform:lowercase;
letter-spacing:2;
color:#fb6d95;
border-bottom: 1px dashed #e8dcdc;
text-decoration: none;
text-align: left;
       
	}

.posttitle a:hover {
font:1.5em Century Gothic,Trebuchet,Arial,Verdana,Sans-serif;
text-transform:lowercase;
letter-spacing:2;
color:#fb6d95;
border-bottom: 1px dashed #e8dcdc;
text-decoration: none;
text-align: left;
       
	}
       
	}
.postmeta {
	margin: 0;
	padding: 0.2em 0 0 0;
}
.postmeta, .postfeedback {
	font-size: 0.92em;
	text-align: left;

}
.pagetitle {
	margin: 0.6em 0 1.2em 0;
}
.commentauthor {
	margin: 1.2em 0 0 0;
	border-bottom: 1px dotted #cccccc;
	font-size: 1.1em;
}
.commentauthor a {
	text-decoration: none;
}
.commentmeta {
	margin: 0;
	padding: 0.2em 0 0 0;
	font-size: 7pt;
	font-family:arial;
	color:#808080;
border-bottom:1px dotted #c0c0c0;
}
#comment {
	width: 100%;


}

.comentador{
      text-align: left;
      font-size: 18px;
      text-transform: lowercase;
      font-family: Arial, Georgia, 'Times New Roman', serif; 
      letter-spacing: 0px; 
      line-height: 1.5em;
      color: #fb6d95;
      padding: 0px;
      border-bottom: 0px dotted;
      border-bottom-color: #FD0130;

}


.comentador a, .comentador a:active, .comentador a:visited{

      text-align: left;
      font-size: 18px;
      text-transform: lowercase;
      font-family: Arial, Georgia, 'Times New Roman', serif; 
      letter-spacing: 0px; 
      line-height: 1.5em;
      color: #fb6d95;
      padding: 0px;
      border-bottom: 0px dotted;
      border-bottom-color: #FD0130;

	  }

/*category widget */
ul.list-cat li, li.widget_categories li{
	background: url(images/mini-category.gif) no-repeat !important;
	padding-left: 20px !important;
}
/*archives widget */
ul.list-archives li, li.widget_archives li{
	background: url(images/mini-monthly-archive.gif) no-repeat !important;
	padding-left: 20px !important;
}
	/*lastfm tracks */
ul.lastfm li, li.lastfm li{
	background: url(images/music-note.gif) no-repeat !important;
	padding-left: 15px !important;
	}


	/*recent posts */
ul.statsclass1 li, li.statsclass1 li{
	background: url(http://www.love-intuition.com/pixels/pencil_right.gif) no-repeat !important;
	padding-left: 15px !important;
	}

	/*pages */
ul.pages li, li.pages li{
	background: url(http://www.love-intuition.com/pixels/pencil_right.gif) no-repeat !important;
	padding-left: 15px !important;
	}



.lilpic {
border: 5px solid #FFFFFF;
margin-right:5px;
}


.commentstyle{

background-color:#fff9fb;
border-right: 1px dotted #c0c0c0;
border-left: 1px dotted #c0c0c0;
border-bottom:1px dotted #c0c0c0;
padding:5px;


}
