/*
Theme Name: Tofurious3
Theme URI: http://www.tofurious.com/
Description: 1 column theme for those who want to market themselves better
Version: 3.3
Author: Lawrence Chan
Author URI: http://www.tofurious.com/
Tags: black, white, one column

	

*/


/* Structure And Colors */

body {
	padding: 0px;
	margin: 0px;
	background: #e9585f;
background: url('http://www.jacquelineperryphotography.com/images/swirl.jpg') !important; 
	}


a:visited, a:link, a:hover {
	color: #000;
	color: inherit;
	text-decoration: none;
}

#header {
	height: 50px;
/*	background: #e9585f; Moved into the theme customizations -Israel */
	width: 760px;
	clear: both;
	width: 100%;
margin-top: 0px;
        background: #e9585f !important;
	z-index: 101;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


ul#menu {
	width: 1000px;
	margin: auto;
/*	padding: 0px 0px 0px 10px; Removed to make menu more predictable to work with while using the transitional DTD.  -Israel */
	position: relative;
	z-index: 101;
	list-style:none;
	/* These two below added.  Necessary to make the menu show a background but not across the whole screen. -Israel */
	height:50px;
	padding: 0;
 background: #e9585f !important;
}

#pad {
	width: 1000px;
	margin: 0px auto;
	padding-top: 26px;	
	background: #fff;
	}



#content {
	font-size: 1em;
	font-family: Verdana, Geneva, sans-serif;
	}


.widecolumn {
	float: left;
	width: 100%; /* Was 970px */
/*	padding-left: 15px; Added .post */
	padding: 0;
	}


.widecolumn .postmetadata {
	text-align: left;
	}


.entry {
	line-height: 1.6em; /* Was 20px for 12px font -Israel */
	}



.thread-alt {
	background-color: #f8f8f8;
}

.thread-even {
	background-color: white;
}

.even, .alt {
border-left: 1px solid #ddd; /*	 Looks kind of nasty with alternate background colors.  Now uses the content font color.  */
}



#footer {
	line-height: 1.5em;
        background: #e9585f !important;
        color: #e9585f !important;
        height: 75px;
	}



.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}

.sticky h2 {
	padding-top: 10px;
	}


.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li ul li {
	font-size: 1em;
}


.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}


.commentmetadata {
	font-weight: normal;
	}


.nocomments, .postmetadata, blockquote, strike {
/*	color: #777; */
	}


code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps{
	font-size: 0.9em;
	letter-spacing: .07em;
	}


.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: both;
font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	letter-spacing: 2px;
	text-transform: uppercase;	
/*	color: #000; */
	line-height: 18px;
}


.clear {
	clear: both;
	height: 0;
}


.clearR {
	clear: right;	
}


.clearL {
	clear: left;	
}



#footer {
	padding: 20px 0 0 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	width: 100%;
	text-align: center;
color: #e9585f !important;
}



#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
color: #e9585f !important;
}

/* End Structure and Colors */


/* Profile */

#profile {
	width: 970px;
	padding: 0px 15px;
	margin-bottom: 20px;
}


.portrait {
	padding: 0px 20px 20px 0px;
	width: 400px;
	float: left;
}


.bio {
	width: 500px;
padding-top: 25px;
	float: right;
}


.profileBreaker {
	height: 100%;
	text-align:center;
}

/* Menu begins */
#menu:after {
	content:" ";
	display:block;
	clear:both;
	}
	
#menu li {
	padding:15px 50px 0px 0px;
	float:left;
	}
	
#menu li a {
	height:35px;
	float:left;
	text-align:center;
	text-decoration:none;
	}
	
#menu li.hover a, #menu li:hover a, #menu li.hover, #menu li:hover {
	position: relative;
	}

#menu li.hover ul, #menu li:hover ul {
	display: block;
	}
	
#menu ul {
	padding:20px 10px;
	margin:0px;
	list-style:none;
	width:147px;
	height: 20px;
	display: none;
	position: absolute;
	left: -10px;
	top: 30px;
	z-index:1800;
	}
	
#menu ul li {
	padding:10px 10px;
	width:150px;
background: #e9585f;
	opacity:0.85;  
	filter:alpha(opacity=85);  
	-moz-opacity:0.85;  
	z-index: 1900;
	}
	
#menu ul li a {
	text-align:left;
	width:100%;
	background:none;
	color:#7a7a7a;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	z-index:2000;
	height:auto;
	display:block;
	}
	
#menu ul li a:hover {
	color: #fff;
	}

#menu h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 15px;
	color: #fff; 
	float: left;
	padding-left: 20px;
	}

/* Menu ends */


/* Begin Sidebar */

#sidebar {	
	width: 310px;
	padding-left: 10px;
	}

#sidebar h2 {
	padding-top: 20px;
	}
	
#sidebar, .profile {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	letter-spacing: 2px;
/*	color: #000; */
	}
	

#sidebar form {
	margin: 0;
	}

.catlist {
	padding: 20px 0px;
	border-bottom: 1px solid #dfdfdf;
	}


.ads {
	padding-bottom: 10px;
	width:280px;
	margin: 15px 0px 15px 0;
	}
	

#sqs img {
	padding: 10px 0px 0px 10px;
	}
/* End Sidebar */


/*	Begin Headers */

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
font-weight: normal;
	text-transform: uppercase;

	}



h1 {
	font-size: 1.9em;	
/*	color: #000; */
	}



h1.pagetitle {
	padding-left: 20px;
}



h2 {
	font-size: 1.6em;
	letter-spacing: 4px;
	padding: 0px 0px 10px 0px;
margin-bottom: 10px;
	margin-top: 0px;
/*	color: #e9585f; */

	}



h3 {
	font-size: 1.4em;
	}


h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}


h4 {
	font-size: 1.3em;
	}


h5 {
	font-size: 1.2em;
	}


h6 {
	font-size: 1.1em;
	}


h1 a, h2 a, h3 a, h4 a, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited {
	text-decoration: none;
	color: #e9585f;
	border: none;
	}
	

small {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	letter-spacing: 2px;
	text-transform: uppercase;	
/*	color: #000; */
	}

	
.entry {
	padding-top: 10px;
	}
/* End Headers */


/* Links begin */
.entry a, .postmetadata a, #footer a, .commentmetadata a, .alignleft a {
	border-bottom: 1px dotted;
	text-decoration: none;
	}

/* Links end */







/* Begin Images */

p img {
	padding: 0;
	max-width: 100%;
	}



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 {
	float: right;
	}


.alignleft {
	float: left;
	}

/* End Images */


/* Begin Lists */



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 {
	content: "\00BB \0020";
	}


.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;
	}


#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}


#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}


#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

.hooks {

/*	margin: 10px 10px 15px 10px; Updated to new single-column width. -Israel */
	margin: 10px 15px 15px 15px;
/*	float: left; */
	display:inline-block;
	}	

.center {
	text-align: center;
}

/* End Entry Lists */


/* Sidebar2 */

#sidebar2 {
padding: 10px 20px 20px 20px;
	text-align: left;
/*	background: #000;
	color: #fff; */
}


.sidebar25 {
	width: 220px;
	padding: 10px;
	float: left;
}


#sidebar2 ul {
	list-style: none;
	padding-left: 20px;
}


/* Sidebar2 Ends */


/* Begin Form Elements */

#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}


#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}



#sidebar #searchsubmit {
	padding: 1px;
	}


.entry > form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}


select {
	width: 130px;
	}


#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}

#commentform textarea {

	width: 100%;
	padding: 2px;
	}

#respond:after {

		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}

#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}

.url {

/*	color: #000; */
	}

/* End Form Elements */



/* Begin Comments*/

.alt {
	margin: 0;
	padding: 10px;
	}


.commentlist {
	padding: 0;
	text-align: justify;
	}


html>body .entry .commentlist li {
	padding: 5px 5px 10px 10px;
	}


.entry ol.commentlist {
	padding: 0 0 0 10px;
	margin: 0;
	}


.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	background: transparent;
	}
	

.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

.children { padding: 0; }


#commentform p {
	margin: 5px 0;
	}


.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}


.commentmetadata {
	margin: 0;
	display: block;
	}

/* End Comments */



/* Tags & Classes */

blockquote {
	margin: 15px 30px 0 10px;
	padding: 5px 15px 5px 15px;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	background: #f8f8f8;
	}


blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}


.screen-reader-text {
     position: absolute;
     left: -1000em;
}


hr {
	margin-top: 20px;
/*	display: none; Huh? */
	}


a img {
	border: none;
	text-decoration: none;
	}


.navigation {
	display: block;
	text-align: center;
	margin: 10px 0;
	height: 1.5em;
	}


.nodec {
	border: none !important;
	text-decoration: none !important;
color: #e9585f !important;
	}


.breaker {
	clear: both;
	height: 100%;
	text-align:center;
	}
	

.search {
	float: left;
	padding-bottom: 10px;
	}

/* End Tags & Classes*/

/* Captions */

.aligncenter,

div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


.wp-caption {
	border: 1px solid #ddd;
	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;
}


.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 1em;
	line-height: 1.6em;
	padding: 0 4px 5px;
	margin: 0;
}

div.widget {
	padding-top: 20px;
}

/* End captions */


/* Update for 3.3: Adding the slide-down functionality */


div.post, div.page {
	padding: 10px 35px;
}

div.preview_image {
	float: right;
	margin-left: 20px;
}


div.preview_box {
	position: relative;
}


div.toggle_buttons {
	display: inline;
}



div.toggle_buttons * {
	display: none;
}



div.toggle_buttons .active {
	display: inline;
	cursor: pointer;
}


div.excerpt {
}


div.preview_box > table {
	max-width: 450px;
}

/* 
#bg {
background: url('http://www.jacquelineperryphotography.com/images/swirl.jpg') repeat-y center !important;
}

*/

	#header, #menu ul li {
		background: #e9585f url('') repeat scroll left top !important;
	}
