/*
Theme Name: Tamara Bonet
Theme URI: http://wordpress.org/
Description: This a custom theme designed for tamarabonet.com.
Author: Tom Johnson
Author URI: http://idratherbewriting.com


*/
/*these link styles apply to the links under the header, not the links in the body of the posts*/
a:link {
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {
	color: black;
	text-decoration: none;
	}

a:hover {
	color: #cbba29;
	text-decoration: none;
}

h1
{
font-family: Verdana;
margin-top: -30px;
font-size:18px;
color: gray;
margin-left: 10%;
margin-right: 10%;
display:block;

}
h2 {
/*affects sidebar titles only, since post titles are always links*/
	color: #666666;
	font-weight: normal;
	font-style: normal;
	padding-left:0px;
	}

#pagetitle, .pagetitle
{
text-align:center;
font-size: 22px;
color:gray;
margin-left:auto;
margin-right:auto;
}

#pagetitlehigh, .pagetitlehigh
{
text-align:center;
font-size: 22px;
color:gray;
margin-left:auto;
margin-right:auto;
margin-top:-100px;
}


#s 
/*controls the width of the default search form field*/
{width: 120px;}
  
p, ol, ul {
font-family: verdana;
font-size: 12px;
color: #666666;
line-height:1.5em;
}

#posts
{ 
    margin:10px 18px 50px 20px;
	}
	

	
#posts a
{
color: #BDAD27;
text-decoration: underline;
}

#posts a:hover
{
text-decoration:none;
color: #cbba29;
}

#posts h2 a
{
text-decoration:none;
}

#sidebar
{
color: #F2F0F0;
}

#sidebar a
/*determines the color of links in the sidebar*/
{
color: #F2F0F0;
}

#sidebar a:hover
{color: #cbba29}

.widgettitle 
/*this controls the size of the titles for widgets*/
{
color:#cbba29;
font-size:1.4em;
font-family: Times New Roman;
border-bottom: 1px #cbba29 dotted;
padding-left:0px;
margin-left:0px;
}

.widget
{
list-style-type:none;
margin: 4px;
font-size: 11px;
margin-top: 8px;
font-family: Arial;
font-color:#F3F1F1;
}

#sidebar li {color:#F3F1F1;}


.widget ul li
{list-style-type:square;
margin-left:-18px;
color:#cbba29;
font-size: 11px;
}

.textwidget, .textwidget p
/*this only controls the text in text widgets in the right sidebar*/
{
font-family: verdana;
font-size: 11px;
color: #F2F0F0;
line-height:1.1em;
margin-left: 3px;
}

h3
{
	color: #666666;
	font-weight: bold;
	font-style: normal;
    /*border-top: 1px dotted black;*/
    padding-top: 6px;
	}

/* 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 0 2px 7px;
	display: inline;
	}

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

.alignright a, .alignright {
/*this style applies partly to the navigation at the bottom of the page*/
	float: right;
        font-family: Arial;
        font-size: 13px;
        color: #cbba29;
        text-decoration: underline;
        font-weight: bold;
        padding: 5px;
		padding-top: 0px;
	}

.alignleft a, .alignleft {
	float: left;
        font-family: Arial;
        font-size: 13px;
        color: #cbba29;
        text-decoration: underline;
        font-weight: bold;
        padding: 5px;
		padding-top: 0px;
	}
/* End Images */
/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #c0c0c0;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-decoration:none;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	padding-bottom:2px;
}
/* style8 refers to the central header links below the heading*/
.style8 a {color:white;}

.style8 a:hover {color:#cbba29;}

.style8 a:visited {color:#666666;}

.style11 a, .style11  {color:#666666;}

blockquote 
{
	border-left:#cbba29 2px solid;
	margin:1em;
	padding:0 0.5em;
}


.widgettitle {text-indent:0px; padding-left:0px; margin-left:0px;}

#posts h1 , h2, h3, h4
{
font-family: Times New Roman;
margin:0px;
font-size:22px;
font-weight:normal;
color: #333333;
}

#posts h1
{
color: #252424;
}
#posts h2
{
font-size: 20px;

}

#posts h3
{
font-size: 20px;
border-bottom: 1px gray dotted;
}

#posts h4
{font-size: 14px;}
.emailleft {
     padding-left:20px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 13px;
	font-weight: bold;
        color:#666666;
        margin-top:3px;
}

.emailleft a {color:#666666;}

.emailleft a:hover {color: #999999;}

.emailleft a:visited {color:#666666;}

.emailleft a:active {color:#cbba29;}


.pagetitlehigh {
padding-top: 0px;
}