/*
THEME NAME: Sanford
THEME URI: http://www.jonkalish.com/
DESCRIPTION: Tom Sanford site theme based on Sandbox
VERSION: 1.0
AUTHOR: Jon Kalish
AUTHOR URI: <a href="http://jonkalish.com/">Jon Kalish</a>
TAGS: tom sanford 
*/


/*======================================================
======================= BODY and PAGE STRUCTURE =====================
======================================================*/

* {
	margin:0;
	padding:0;
}

.clear-both {
	clear: both;
}

.body {
	background: url("theme-img/bg.png");
	font-family: Helvetica, Arial, sans-serif;
}

html {
	min-height:100%;
}

.hfeed {
}

#wrapper {
	width:960px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	min-height:600px;
	background: #fff;
}

/* MENU AT BOTTOM */

#header {
/*	background: url("http://jonkalish.com/wp/wp-content/themes/sandbox/header.jpg");*/
	height: 90px;
	margin:0;
}

#tom-sanford-name {
	width:300px;
	height:40px;
	padding-top:30px;
	padding-left:20px;
}

#footer {
	margin-top:50px;
	width:920px;
	padding-top: 30px;
	margin-left:20px;
	padding-bottom: 50px;
	border-top: thin #cccccc solid;
	font-size:9px;
	letter-spacing:1px;
}

#footer a:link, #footer a:visited {
	color:#09C;
}

/*======================================================
=======================  RECENT NEWS  =====================
======================================================*/


.main-pic {
	width:670px;
	margin-top:20px;
}

.recent-news {
	margin-bottom:15px;
	padding-top:15px;
	width:670px;
	border-top: 6px #000 solid;
	float:left;
}

.leftside {
	width:670px;
	margin-left:20px;
	margin-top:0;
	float:left;
	/*border-right: 1px #B7B7B7 solid;*/

}

.maincontent {
	font-size:10px;
	margin-top:30px;
}

.the-excerpts {
	width:669px;
	border-right: 1px #B7B7B7 solid;
	padding-right:0;
	margin-top:0;
	float:left;
}

.thumb-w-excerpt {
	width:670px;
	float:left;
	margin-bottom:30px;
}

.excerpt-text-holder {
	width:450px;
	float:left;
	border-left: 1px #B7B7B7 solid;
}

.recent-news-headline {
	width:430px;
	line-height:24px;
	margin-left:20px;
	float:left;
	height:auto;
}
.published-details {
	width:669px;
	margin-left:20px;
	margin-bottom:16px;
	float:left;
	text-transform: uppercase;
	font-size:9px;
	letter-spacing:1px;
}
.the-thumbnail {
	float:left;
	width:150px;
	height:150px;
	padding-right:20px;
}

.the-thumbnail a:hover img { /* Image opacity when rolled over */
filter: alpha(opacity=70);
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
-moz-opacity: .70;
opacity:.7;
}

.entry {
	margin-left:20px;
	float:left;
	margin-top:0;
	margin-bottom:0px;
	width:450px;
	font-size:12px;
	line-height:140%;
	font-weight:100;
}

.entry p {
	margin-top:0px;
}

.entry a:link, .entry a:visited {
	font-size: 9px;
	font-weight: 500;
	text-transform:uppercase;
	color:#999;
}

.read-more a:link, .read-more a:visited {
	color:#09C;
	font-size:9px;
	text-transform:uppercase;
}

.post-info {
	color:#999;
	margin-bottom:0;
	letter-spacing:1px;
	font-size: 9px;
	font-weight: 500;
	text-transform:uppercase;
}




/*======================================================
=======================  SIDEBARS  =====================
======================================================*/

#sidebars {
	width:220px;
	margin-top:20px;
	margin-left:30px;
	float:left;
}

#project-sidebar {
	width:220px;
	margin-top:80px;
	margin-left:30px;
	float:left;
}

.project-description {
	width:210px;
	font-size:10px;
	line-height:18px;
}

.project-description p {
	margin-bottom:9px;
}

.sidebar {
	border-top: 6px #000 solid;
	padding-top:15px;
	width:220px;
}

.sidebar li {
	list-style:none;
	font-size:10px;
}

#primary {
	float:left;
	margin-bottom:30px;
}

/* ABOUT TOM*/
.textwidget {
	font-size:12px;
	line-height:16px;
	font-weight:100;
	margin-bottom:20px;
}

/* RECENT POSTS*/
.advanced-recent-posts li {
	font-size:10px;
	padding-bottom:12px;
}
.advanced-recent-posts a:link, .advanced-recent-posts a:visited {
	font-size:10px;
	font-weight:600;
	color:#09C;
}

/* SEARCH */

#search {
	margin-top:20px;
	margin-bottom:30px;
}

#searchform s {
	width:210px;
}

#secondary {
	float:left;
}

#secondary li {
list-style:none;
margin:0;
}

#secondary li form {
margin:0.2em 0 0;
padding:0;
}

#secondary ul ul {
margin:0;
}

#secondary ul li li ul li {
	text-indent:10px;
}

#secondary ul ul li {
list-style:disc;
list-style-position:inside;
margin:0;
}

#secondary ul ul ul {
margin:0;
}

#secondary ul ul ul li {
list-style:circle;
list-style-position:inside;
}

.tweets a:link, .tweets a:visited {
	color:#09C;
}

.tweets li {
	margin-bottom:9px;
}
	


/*======================================================
=======================  LINKS  =====================
======================================================*/

a:link {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}

p a:link {
	color:#09C;
}

/*======================================================
=======================  IMAGES  =====================
======================================================*/

img.alignright {float:right; margin:0 0 1em 2em}
img.alignleft {float:left; margin:0 2em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

/*======================================================
=======================  HEADERS  =====================
======================================================*/

h1 {
	font-size: 26px;
	font-weight: 600;
	color: #000000;
}
h2 {
	font-size: 20px;
	color: #000000;
	font-weight:400;
	padding-bottom:12px;

}

h2 a:visited {
	color:#000;
}

h3 {
	font-size: 12px;
	padding-bottom:12px;
	font-weight:900;
	color: #000000;
}


/*======================================================
==============  NEWS / PROJECTS / OTHER PAGES  
======================================================*/

.the-page-body {
	width:669px;
	border-right: 1px #B7B7B7 solid;
	padding-right:0;
	margin-top:0;
	float:left;
}

#news {
	margin-left:0;
	width:669px;
}

.text-column {
	width:630px;
	font-size:12px;
	line-height:18px;
	font-weight:100;
}

.text-column p {
	margin-bottom:14px;
}

/*.text-column img {
	float:left;
	padding-bottom:14px;
	padding-right:22px;
}*/

.the-post {
	width:669px;
	float:left;

}

.post-buffer {
	float:left;
	width:649px;
	margin-bottom:30px;
	margin-top:30px;
	border-bottom: 1px #B7B7B7 solid;

}

#project-title {
	width:670px;
	margin-top:20px;
	height:30px;
}

#project-title-gif {
	float:left;
	height:40px;
}
#project-title-h1 {
	height:37px;
	vertical-align:bottom;
	display:table-cell;
}

#paintings-pg {
	width:920px;
	border:0;
}

#paintings-pg-rule {
	width:920px;
}

#painting-project {
	margin-bottom:30px;
}


/*======================================================
=======================  SINGLE POST  =====================
======================================================*/

#single-post-container {
	margin-left:20px;
	margin-top:30px;
}

#single-post-info {
	width:920px;
	float:left;
}

.single-post-content {
	width:920px;
	font-size:16px;
	line-height:150%;
}

.single-post-content p {
	margin-bottom:18px;
}

/*.single-post-content img {
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}
*/

/*======================================================
=======================  SEARCH RESULTS  =====================
======================================================*/

#search-container {
	width:670px;
	margin-top:10px;
}

.search-content, .entry-content p {
	font-size:16px;
	line-height:150%;
}

.search-date {
	font-size:12px;
	margin-bottom:12px;
}

.search-result {
	width:670px;
	float:left;
	margin-bottom:30px;
	padding-bottom:30px;
	border-bottom: 1px #B7B7B7 solid;
}

.search-info, .search-info a:link, .search-info a:visited {
	color:#999999;
	font-size:9px;
	font-weight:500;
	text-transform:uppercase;
	margin-top:12px;
}

#the-query {
	width:670px;
	float:left;
	margin-top:10px;
	margin-bottom:20px;
	font-size:14px;
	text-transform:uppercase;
	letter-spacing:1px;
}

.query-term {
	color:#F30;
}

	
/*#############################################################
*#############################################################
*#############################################################
*#############################################################
*#############################################################

DROP DOWN MENU /*

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {
	width:920px;
	height:18px;
	background:#000;
	margin-left:20px;
	z-index:100;
	font-family: helvetica,arial, sans-serif;
	line-height:19px;
}

/* hack to correct IE5.5 faulty box model */
* html .menu {
	width:670px;
	w\idth:671px;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
/*	width:90px; */
	position:relative;
}
/* style the links for the top level +++++++++++++++++++++++++++++++*/
.menu a, .menu a:visited {
	display:block;
	font-size:9px;
	text-transform:uppercase;
	font-weight:normal;
	text-decoration:none;
	letter-spacing:1px;
	color:#FFF;
	padding-right:15px;
	padding-left:15px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
	width:100px;
	w\idth:138px;
}
/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background:#ccc;
}
/* style the second level hover */
.menu ul ul a.drop:hover {
	background:#333;
}
.menu ul ul :hover > a.drop {
	background:#555;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	border-top: 19px #000 solid;
	border-bottom: 16px #000 solid;
	top:16px;
	left:0;
}
/* another hack for IE5.5 */
* html .menu ul ul {
	top:30px;
	t\op:31px;
}
/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {
	position:absolute;
	top:0;
	left:0;
	border-collapse:collapse;
	;
}
/* style the second level links +++++++++++++++++++++++++++++++ */
.menu ul ul a, .menu ul ul a:visited {
	background:#000;
	color:#FFF;
	height:auto;
	width:130px;
}
.menu ul ul a:hover {
	text-decoration:underline;
}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {
	width:150px;
	w\idth:128px;
}
/* style the top level hover+++++++++++++++++++++++++++++++ */
.menu a:hover, .menu ul ul a:hover {
	color:#FFF;
}
/*behind the top level btns*/
.menu :hover > a, .menu ul ul :hover > a {
	color:#FFF;
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul {
	visibility:visible;
}

/* ================================================================ 
   This CSS is further CSS I have created specifically for Wordpress
   so that the current page is highlighted in two levels.
   If you want it in three levels let me know.

   Author: Isaac Rowntree
   Website: www.zackdesign.biz
=================================================================== */


.menu ul ul .current_page_item a {
	color: red;
	background: white;
	border-left: 1px solid black;
}
.menu .current_page_item a {
	color: red;
	font-weight: bold;
	background: white;
}
.menu ul .current_page_item ul a {
	color: white;
	font-weight: normal;
	background: black;
}
.menu ul .current_page_item ul a:hover {
	background: gray;
}
.menu .current_page_item a:hover {
	background: white;
}
