/*
Theme Name: JMontes
Theme URI: http://jennifermontes.com/
Description: A sketchbook theme from <a href="http://jennifermontes.com">Jennifer Montes Illustration</a>.
Version: 2.0
Author: Jennifer Montes
Author URI: http://jennifermontes.com/
Tags: magazine, light, link, two column, widgets, jquery

*/

* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Georgia, Garamond, Times, "Times New Roman", serif;
	font-size: 15px;
	line-height: 19px;
	color: #ffffff;
	background-color: #202020;
	padding-bottom: 15px;
	padding-top: 10px;
}
p {
	_margin-bottom: 7px;
}
p + p {
	text-indent: 15px;
}
p:first-line {
	font-variant: small-caps;
	_font-variant: normal;
}
p + p:first-line {
	font-variant: normal;
}
p:first-letter {
	font-size: 19px;
	line-height: 20px;
	_font-size: 15px;
}
p + p:first-letter {
	font-size: 15px;
}
#content ul {
  margin-left: 20px;
}
#content ul li {
  list-style-type: square;
}
::-moz-selection
{
  background: #dba111;
  color: #ffffff;
}
::selection 
{
  background: #dba111;
  color: #ffffff;
}
a {
	color: #dba111;
	text-decoration: none;
}
a:hover {
	background-color: #dba111;
	color: #ffffff;
}
#listbox a:hover img, #portfolio_thumbs a:hover img, #ontheweb a:hover img {
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.5;	/* Mozilla extension */
	-khtml-opacity: 0.5; 	/* Konqueror extension (Safari 1.1)*/
	opacity: 0.5;
}
img {
	border: none;
	margin-bottom: -3px;
}
h1 {
	font-size: 19px;
	line-height: 19px;
	font-weight: bold;
	font-variant: small-caps;
}
h2 {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	font-variant: small-caps;
}
h3	{
	font-size: 11px;
	font-family: Tahoma, Trebuchet, Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: 14px;
	margin-bottom: 7px;
	color: #c0c0c0;
}
hr {
	margin-top: 15px;
	margin-bottom: 15px;
}
table {
	font-size: 16px;
}
input {
  border: none;
}
textarea {
  border: none;
}
#headwrap {
	width: 100%;
	min-width: 930px;
	_width: expression(this.width < 930 ? 930: true);
	clear: both;
	background-color: #303030;
}
#header {
	width: 930px;
	height: 80px;
	margin-left: auto;
	margin-right: auto;
}
#branding {
	float: left;
	width: 120px;
	_width: 123px;
	height: 66px;
	padding: 7px 33px 7px 33px;
}
#navigation {
	width: 744px;
	height: 75px;
	_height: 70px;
	float: left;
  line-height: 70px;
  margin-top: 5px;
	_margin-right: -6px;
	_display:inline;
}
.navitem {
	float: left;
	width: 124px;
	font-size: 21px;
	font-variant: small-caps;
	list-style-type: none;
	_width: 110px;
}
.navitem a {
	display: block;
	width: 124px;
	_width: 110px;
	text-align: center;
	color: #ffffff;
}
.navitem a:hover {
	background-color: #303030;
	color: #dba111;
}
#navigation .active a {
  color: #ffffff;
  background-color: #dba111;
  line-height: 68px;
}
#mainwrapper {
	width: 930px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#sidebar {
	width: 186px;
	float: left;
	margin-top: 13px;
	margin-bottom: 20px;
	_width: 183px;
}
#portfolio_nav {
	width: 181px;
	margin-right: 5px;
	_margin-left: 0px;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 18px;
}
.widget, .foliowidget {
	list-style-type: none;
	clear: both;
}
.widget ul li, .foliowidget li {
  list-style-type: none;
  margin-bottom: 5px;
  margin-left: 5px;
}
.widget li a, .foliowidget li a {
	display: block;
	height: 19px;
	padding: 3px 0px 3px 5px;
	font-variant: small-caps;
	color: #c0c0c0;
	background-color: #505050;
	background-image: url(images/corner.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.widget li a:hover, .foliowidget li a:hover {
	color: #ffffff;
	background-color: #303030;
}
.widgettitle, .foliowidgettitle {
	display: block;
	height: 19px;	
	color: #ffffff;
	background-color: #303030;
	padding: 3px 0px 3px 5px;
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	font-variant: small-caps;
}

a:hover h5.widgettitle, a:hover h5.foliowidgettitle, .foliowidgettitlelink:hover {
  background-color: #dba111;
}
/* Thumbnail sizes can be:
	25px with 5px margin
	30px with 6px margin
	40px with 5px margin
	55px with 5px margin
*/
#portfolio_thumbs {
  _margin-left: 1px;
}
#portfolio_thumbs a:hover {
	color: #303030;
	background-color: #dba111;
}
li.thumbitem {
	float: left;
	width: 55px;
	list-style-type: none;
	_display: inline;
	overflow: hidden;
}
li.thumbitem a {
	width: 55px;
	height: 55px;
	display: block;
	padding: 0px;
}
li.thumbitem a img {
	width: 55px;
	height: 55px;
	margin-bottom: -3px;
	_margin-right: -2px;
}
#search-input {
  width: 142px;
	height: 19px;
	padding: 4px 0px 2px 5px;
	margin-bottom: 5px;
	float: left;
	margin-right: 3px;
	_margin-right: 1px;
	background-color: #505050;
	font-family: Tahoma, Trebuchet, Helvetica, Arial, sans-serif;
	line-height: 30px;
	_line-height: 18px;
	color: #e0e0e0;
}
#go {
  width: 25px;
  height: 25px;
  margin-bottom: 2px;
}
#mainimage {
	width: 744px;
	margin-left: 186px;
	_width: 741px;
}
#forwardback {
	width: 744px;
	height: 13px;
	_width: 741px;
}
.bfbutton a {
	width: 45px;
	height: 13px;
	display: block;
	float: left;
	margin-left: 10px;
	margin-right: 5px;
	_display: inline;
	background-color: #909090;
	color: #303030;
	font-size: 10px;
	line-height: 13px;
	font-family: Tahoma, Trebuchet, Helvetica, Arial, sans-serif;
	overflow: hidden;
	text-align: center;
	background-image: url(images/corner.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.bfbutton a:hover {
  background-color: #dba111;
}
#content {
	width: 744px;
	_width: 741px;
	margin-bottom: 20px;
}
#contentimage {
  float: right;
  width: 372px;
  height: 100%;
	margin-bottom: 30px;
	_display: inline;
	_margin-bottom: 0px;
}
#contentimage img {
	margin-bottom: 2px;
	margin-left: 5px;
	_margin-left: 2px;
}
#contentimage a:hover {
  background-color: transparent;
}
#infoimage {
	width: 350px;
	_width: 344px;
	height: 100%;
	_overflow-x: hidden;
	padding: 5px 10px 10px 10px;
	margin-bottom: 5px;
	background-color: #404040;
	border: 1px solid #505050;
}
#foliocontentimage {
  width: 558px;
	_display: inline;
	margin-bottom: 30px;
}
#foliocontentimage a:hover {
  background-color: transparent;
}
#foliocontentimage img {
	margin-bottom: -3px;
}
#folioinfoimage {
  float: right;
	width: 159px;
	_width: 156px;
	padding: 5px 10px 10px 10px;
	background-color: #404040;
	border: 1px solid #505050;
}
#generalimage {
	float: right;
	width: 184px;  
	height: 100%;
	margin-bottom: 30px;
	margin-right: 184px;
	_display: inline;
	_margin-bottom: 0px;
}
#generalimage img {
	margin-bottom: -3px;
}
#infocomments {
  margin-top: 20px;
  padding-top: 3px;
  border-top: 1px solid #909090;
  _width: 350px;
  font-size: 12px;
}
h3#comments, #respond h3, #commentslink {
  margin-bottom: 5px;
  font-family: Georgia, Garamond, Times, "Times New Roman", serif;
	font-size: 12px;
	line-height: 14px;
	font-variant: small-caps;
	color: #f5f5f5;
}
h3#comments {
  margin-top: 10px;
}
#respond h3 {
  margin-top: 10px;
  padding-top: 3px;
  border-top: 1px solid #909090;
}
#commentslink {
  width: 100%;
  margin-top: 10px;
  margin-bottom: -5px;
  padding-top: 3px;
  border-top: 1px solid #909090;
}
.commentlist {
  list-style-type: none;
}
li.thread-odd, li.thread-even {
  background-color: #505050;
  border: 1px solid #606060;
  margin-bottom: 5px;
  padding: 5px;
}
.children li {
  list-style-type: none;
  margin-left: 10px;
  margin-top: 10px;
  border-top: 1px solid #909090;
}
.comment-body {
  font-size: 14px;
}
.comment-author {
  float: left;
  width: 65%;
  height: 25px;
  font-size: 16px;
}
.fn {
  font-weight: bold;
  display: inline;
}
.says {
  font-size: 11px;
  display: inline;
}
.commentmetadata {
  width: 35%;
  height: 25px;
  float: right;
  text-align: right;
  font-size: 11px;
  font-family: Tahoma, Trebuchet, Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #c0c0c0;
	overflow: hidden;
}
.comment-edit-link {
  display: none;
}
.reply {
  display: block;
  text-align: right;
  width: 100%;
  height: 21px;
  _height: 11px;
  font-size: 11px;
  font-family: Tahoma, Trebuchet, Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #c0c0c0;
}
.commentmetadata a, .reply a {
  color: #c0c0c0;
}
.commentmetadata a:hover, .reply a:hover {
  color: #ffffff;
}
.reply a {
  padding: 5px;
  _padding: 3px 4px 7px 6px;
}
#respond small {
  font-family: Tahoma, Trebuchet, Helvetica, Arial, sans-serif;
  font-size: 11px;
	color: #c0c0c0;
}
#respond input {
  margin-top: 3px;
  padding: 3px;
  font-family: Georgia, Garamond, Times, "Times New Roman", serif;
  border: 1px solid #505050;
}
#respond textarea {
  width: 98%;
  margin-top: 3px;
  padding: 3px;
  border: 1px solid #c0c0c0;
}
.commentlist #respond textarea {
  width: 97%;
}
#submit, #searchsubmit {
  color: #ffffff;
  background-color: #303030;
  font-family: Georgia, Garamond, Times, "Times New Roman", serif;
	font-size: 12px; /* Default font-size is 16pt */
	padding: 2px;
	_padding: 0px;
	width: 125px;
	border: none;
}
#searchsubmit {
  width: auto;
  _padding: 1px;
  _margin-bottom: 1px;
}
#searchsubmit:hover {
  background-color: #202020;
}
#hometitle {
  padding: 7px;
  color: #dba111;
  background-color: #202020;
  border-bottom: 1px solid #404040;
  font-size: 36px;
  line-height: 34px;
}
#homebox {
  width: 369px;
  margin-top: 20px;
  margin-left: 185px;
  padding-bottom: 5px;
  border: 1px solid #404040;
  background-color: #303030;
}
#homecontent {
  padding: 10px;
  font-size: 18px;
  line-height: 22px;
}
#listbox {
  float: right;
	width: 744px;
	_width: 741px;
	height: 100%;
	_overflow-x: hidden;
	margin-bottom: 5px;
}
.listbox-title {
  width: 350px;
  text-align: right;
	padding: 5px 10px 10px 10px;
	font-weight: bold;
	font-variant: small-caps;
	background-color: #404040;
	border-top: 1px solid #505050;
	border-right: 1px solid #505050;
	border-left: 1px solid #505050;
}
.listbox-text {
  width: 350px;
  text-align: right;
	padding: 0px 10px 10px 10px;
	background-color: #404040;
	border-right: 1px solid #505050;
	border-left: 1px solid #505050;
}
.listbox-text div {
  margin-bottom: 10px;
}
.list-entry {
  width: 744px;
  clear: both;
}
.list-info {
  float: left;
  width: 350px;
  min-height: 60px;
  _height: 60px;
  _height: expression(this.height < 60 ? 60 : true);
  text-align: right;
	padding: 0px 10px 0px 10px;
	background-color: #404040;
	border-right: 1px solid #505050;
	border-left: 1px solid #505050;
}
.list-image {
  margin-left: 372px;
  width: 342px;
	padding: 5px 10px 0px 10px;
}
.list-image a {
  display: block;
  float: left;
  width: 55px;
  height: 55px;
  margin-right: 5px;
}
#listbox div.list-image a:hover {
  color: #303030;
	background-color: #dba111;
}
h2.list-title {
  width: 100%;
	border-top: 1px solid #909090;
}
.listbox-last {
  width: 370px;
  font-size: 5px;
	background-color: #404040;
	border-right: 1px solid #505050;
	border-left: 1px solid #505050;
	border-bottom: 1px solid #505050;
}
.list-navigation {
  width: 372px;
  height: 13px;
}
.list-navigation div a {
	display: block;
	float: left;
	height: 13px;
	_display: inline;
	font-size: 10px;
	line-height: 13px;
	font-family: Tahoma, Trebuchet, Helvetica, Arial, sans-serif;
	background-color: #909090;
	color: #303030;
	margin-left: 10px;
	margin-right: 5px;
  padding: 0px 5px 0px 5px;
	overflow: hidden;
	background-image: url(images/corner.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.list-navigation div a:hover {
  background-color: #dba111;
}
.bottom div a {
	background-image: url(images/corner_bottom.png);
	background-repeat: no-repeat;
	background-position: 0px 8px;
}
.search-query {
  font-variant: small-caps;
}
.listbox-text input {
  padding: 3px;
}
#footwrap {
	width: 100%;
	min-width: 930px;
	_width: expression(this.width < 930 ? 930 : true);
	clear: both;
	_margin-top: 30px;
	background-color: #303030
}
#footer {
	width: 930px;
	height: 85px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	_margin-bottom: 5px;
	_height: 80px;
}
.footerbox {
	float: left;
	width: 169px;
	height: 63px;
	margin: 5px 3px 5px 2px;
	font-size: 14px;
	line-height: 18px;
	padding: 5px;
	background-color: #404040;
	border: 1px solid #505050;
	color: #ffffff;
	overflow: hidden;
	_margin-bottom: 0px;
}
#contactinfo {
  margin-left: 0px;
}
#twitter {
	width: 359px;
	_width: 358px;
}
#twitterlogo {
	display: block;
	float: left;
	width: 179px;
	font-size: 9px;
	line-height: 11px;
}
#twitterdate {
	display: block;
	float: left;
	width: 179px;
	text-align: right;
	font-size: 9px;
	line-height: 11px;
}
#twitterstatus {
	display: block;
	width: 352px;
}
#twitterstatus abbr {
  border: none;
}
#ontheweb {
	text-align: center;
}
#onthewebtext {
	font-size: 9px;
	line-height: 11px;
	text-align: left;
	height: 14px;
}
#ontheweb a {
  display: block;
  float: left;
	width: 53px;
	height: 50px;
}
#ontheweb a:hover {
  color: #303030;
	background-color: #dba111;
}
#ontheweb a img {
	width: 53px;
	height: 50px;
	margin-bottom: -3px;
}
#onthewebtwitter {
  margin-right: 5px;
  margin-left: 5px;
}
#copyright {
	margin-right: 0px;
	font-size: 11px;
	line-height: 16px;
}
.comment-reply-link {
display: none;
}
