/*
THEME NAME: Verdi
DESCRIPTION: Custom Theme for michaelverdi.com
VERSION: 1.0
AUTHOR: <a href="http://michaelverdi.com">Michael Verdi</a>
*/

/* import stylesheets */
@import url("reset.css");
@import url("960.css");
@import url("ie.css");

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #7f7f7f;
	font-size: 1em;
	background: url(images/header-bkd.gif) #fff repeat-x;
}

/* links */

a:link, a:visited {
	color: #cc0066;
	outline: none;
	text-decoration: none;
}

a:hover {
	color: #cc0066;
	background-color: #ffff00;
}

#menu ul li a,
h1#blog-title a {
	color: #eeeeee;
}

#menu ul li a:hover,
h1#blog-title a:hover,
#logo a:hover {
	color: #cc0066;
	background-color: transparent;
}

#footer a {
	color: #eeeeee;
}

#footer a:hover {
	color: #cc0066;
	background-color: transparent;
}

/* layout 
--------------------------------------------------------------- */

#masthead {
	height: 140px;
}

#header {
	margin-top: 60px;
}

#logo {
	width: 98px;
	margin-top: -55px;
}

#menu {
	margin-top: 70px;
}

#mainsearch {
	margin-top: -70px;
}

.entry-title,
.entry-date,
body.pageid-281 h2 {
	display: inline;
	float: left;
	position: relative;
	width: 380px;
	margin-right: 10px;
	padding-left: 560px;
}

.frame_480,
.frame_480_long,
.frame_image,
.frame_image_long {
	display: inline;
	float: left;
	position: relative;
	width: 480px;
	background: #1b1b1b;
	padding: 25px;
	margin: -55px 30px 30px 0;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0,0,0,.7);
	-webkit-box-shadow: 0 2px 8px rgba(0,0,0,.7);
	-moz-box-shadow: 0 2px 8px rgba(0,0,0,.7);
}

.frame_640 {
	display: inline;
	float: left;
	position: relative;
	width: 640px;
	background: #1b1b1b;
	padding: 25px;
	margin: -55px 30px 30px 0;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0,0,0,.7);
	-webkit-box-shadow: 0 2px 8px rgba(0,0,0,.7);
	-moz-box-shadow: 0 2px 8px rgba(0,0,0,.7);
}

.frame_image,
.frame_image_long {
	background: #eaedee;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

body.page .frame_480,
body.page .frame_image {
	margin: 0 30px 30px 0;
}

body.blog .frame_480_long,
body.blog .frame_image_long {
	margin: -80px 30px 30px 0;
}

.frame_420 {
	display: inline;
	float: left;
	position: relative;
	width: 420px;
	background: #1b1b1b;
	padding: 20px;
	/* margin: -55px 30px 30px 0; */
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0,0,0,.7);
	-webkit-box-shadow: 0 2px 8px rgba(0,0,0,.7);
	-moz-box-shadow: 0 2px 8px rgba(0,0,0,.7);
}

.video-thumbnail_315 {
	padding-left:52.5px;
	padding-right:52.5px;
}

.frame_420 a:hover,
.frame_480 a:hover {
	background-color: transparent;
}

.play {
	position: relative;
	float: left;
	margin: -180px 0 0 197px;
	opacity: .75;
	z-index: 99;
}

.play2 {
	position: relative;
	float: left;
	margin: -225px 0 0 197px;
	opacity: .75;
	z-index: 99;
}

.play-sm {
	position: relative;
	float: left;
	margin: -160.5px 0 0 167.5px;
	opacity: .75;
	z-index: 99;
}

a:hover .play,
a:hover .play2,
a:hover .play-sm,
a:hover .play-more {
	opacity: 1;
}

body.single .frame_480,
body.single .frame_image {
	margin: -35px 30px 30px 0;
}

body.single .frame_480_long,
body.single .frame_image_long {
	margin: -60px 30px 30px 0;
}

body.single h2.entry-title {
	margin-top: -10px;
}

body.single #content,
body.pageid-281 #content {
	margin-bottom: 40px;
}

#outer-footer {
	background: #1b1b1b;
	padding: 65px 0;
}

.widget {
	margin-bottom: 25px;
}

#container {
	margin-bottom: 40px;
}

#comments-list ol li {
	margin-bottom: 25px;
}

#comments ol li img {
	margin-bottom:-10px;
	margin-right:10px;
}

.comment-meta {
	margin-top: 12px;
}

.no-results,
.error404 {
	min-height: 500px;
}

/* main styles
--------------------------------------------------------------- */

p,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
.post,
.comments,
.sidebar,
.navigation {
	text-shadow: 0 1px 1px rgba(0,0,0,.15);
}

.skip-link {
	position: absolute;
	text-indent: -9999px;
	height: 0;
	line-height: 0;
}

#menu ul li {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	display: inline;
	list-style: none;
	margin-right: 40px;
}

h1#blog-title {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 2em;
	font-weight: normal;
}

#blog-description {
	position: absolute;
	text-indent: -9999px;
	height: 0;
	line-height: 0;
}

#search h3 {
	position: absolute;
	text-indent: -9999px;
	height: 0;
	line-height: 0;
} 

/*
#search {
	display: inline;
	list-style: none;
}
*/

#search {
-moz-border-radius-bottomleft:8px;
-moz-border-radius-bottomright:8px;
background:rgba(255, 255, 255, 0.05);
padding:10px 10px 12px 25px;
}

#s {
	width: 100px;
	padding: 5px;
	border: none;
	background: #d6d6d6 url(images/search-bkd.gif) repeat-x;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

#s:focus {
	background: #fff;
}

.post {
	margin-bottom: 40px;
}

p {
	margin: 10px 0;
	line-height: 1.3em;
}

h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.6em;
	margin-bottom: 10px;
	font-weight: normal;
}

h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.4em;
	margin-bottom: 10px;
	font-weight: normal;
}

.entry-date,
.entry-meta,
.comment-meta {
	font-size: .7em;
	margin-bottom: 10px;
	color: #a9a9a9;
}

.entry-meta a,
.comment-meta a {
	color: #a9a9a9;
	text-decoration: none;
}

.entry-meta a:hover,
.comment-meta a:hover {
	color: #a9a9a9;
	text-decoration: underline;
	background-color: transparent;
}

.entry-content ul li {	
	list-style: disc;
	list-style-position: inside;
	line-height: 1.3em;
	margin: 5px auto;
}

.entry-content ul {
	margin-bottom: 20px;
}

#nav-below {
	clear: both;
}

.nav-previous {
	display: inline;
	float: left;
	position: relative;
}

.nav-next {
	display: inline;
	float: right;
	position: relative;
}

#footer ul li {
	padding: 5px 0;
}

.icon {
	display: inline;
	margin-bottom: -2px;
	border: none;
}

blockquote {
	font-size: 1.3em;
	line-height: 1.4em;
	margin-bottom: 20px;
}

.sidebar ul li ul {
	font-size: .7em;
	line-height: 1.3em;
}

.last {
	margin-bottom: 40px;
}

/* front page
--------------------------------------------------------------- */

/*
body.home .frame_480 {
	display: inline;
	float: right;
	position: relative;
	width: 480px;
	background: #1b1b1b;
	padding: 25px 30px;
	margin: 0 0 10px 0;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0,0,0,.7);
	-webkit-box-shadow: 0 2px 8px rgba(0,0,0,.7);
	-moz-box-shadow: 0 2px 8px rgba(0,0,0,.7);
}
*/

#mini-about img,
#more-of-me img {
	float: left;
	margin: 0 10px 10px 0;
	border: 2px solid #1b1b1b;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

#recent-videos {
	text-align: right;
}

#more-of-me {
	clear: both;
	margin-bottom: 40px;
}

#more-of-me h2 {
	text-indent: 0;
	height: auto;
	line-height: auto;
	position: relative;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.6em;
	margin-bottom: 20px;
	font-weight: normal;
}

#content h2.page-title {
	text-indent: 0;
	height: auto;
	line-height: auto;
	position: relative;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.6em;
	margin: 0 0 20px 10px;
	font-weight: normal;
}

/* Video Archive
--------------------------------------------------------------- */

body.category-videoblog h3.video-title {

}

/* misc
--------------------------------------------------------------- */

.alignleft {
	margin: 0 20px 20px 0;
	float: left;
}

.aligncenter {
	margin: 0 20px 20px;
	text-align: center;
}

.alignright {
	margin: 0 0 20px 20px;
	float: right;
}

img.alignleft,
img.aligncenter,
img.alignright {
	border: 2px solid #1b1b1b;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

img.alignleft {
	margin: 0 20px 20px 0;
	float: left;
}

img.aligncenter {
	margin: 0 20px 20px;
}

img.alignright {
	margin: 0 0 20px 20px;
	float: right;
}

/* self-clearing floats */

.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Resume
--------------------------------------------------------------- */
#sov {
	/* margin-top: 40px; */
	text-align: center;
	line-height: 1.3em;
}

#sov img,
.frame_120 .video-thumbnail {
	border: 2px solid #1b1b1b;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

#sov a:hover img {
	background-color: transparent;
}

.frame_480a {
	display: inline;
	float: left;
	position: relative;
	width: 480px;
	background: #1b1b1b;
	padding: 25px;
	margin: 0 0 20px 0;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0,0,0,.7);
	-webkit-box-shadow: 0 2px 8px rgba(0,0,0,.7);
	-moz-box-shadow: 0 2px 8px rgba(0,0,0,.7);
}

.frame_120 {
	display: inline;
	float: left;
	position: relative;
	width: 120px;
	margin-right: 15px;
}

.play-more {
	height: 30px;
	width: 30px;
	position: relative;
	float: left;
	margin: -49px 0 0 45px;
	opacity: .75;
	z-index: 99;
}

#samplevideos {
	margin-left: 0px;
}

#samples {
	margin-bottom: 45px;
}

.video-meta {
	text-align: center;
	margin-top: -15px;
	margin-left: 0;
}

.frame_120 span.entry-meta {
	position: relative;
	float: left;
	width: 120px;
	margin-right: 15px;
	text-align: center;
	margin-top: 5px;
}
