/*
Theme Name: Dean David Pyke's Blog Theme
Description: This is a custom theme developed for Dean Pyke's Blog specifically for University of San Diego's School of Business Administration 
Author: Shay Pessah
Author URI: http://www.shaypessah.com
*/

/*______________Body Styles______________*/
html, body, div, span, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, 
abbr, font, strike, sub, sup, ol, ul, li, 
fieldset, form, label, legend, table, caption, 
tbody, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}
 
img {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
  
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	margin-bottom: 10px;
} 
h1 strong,
h2 strong,
h3 strong,
h4 strong {
	font-weight: bold;
}

/*_________________BODY______________*/
html {
	padding: 0;
	margin: 0;
	background-color:#1E4175;
}
body {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-style:normal;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size:87%;
}

.post p {
	font-size: 95%;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}
a:link { 
	color: #039;
	text-decoration: none; 
}
a:hover { 
	color: #039;
	text-decoration: underline;
}
a:visited {
	color:#039;
	text-decoration: none;
}


/*______________Header______________*/

#header {
	background-image:url(images/blue_header.jpg);
	background-repeat:no-repeat;
	background-color: #1E4175;
	height: 25em;
}
#searchform{
	float: right; 
	padding-left:1em;
	margin-top:.3em; 
	width: 13.5em;
	z-index:1500;
	clear:both;
}
#searchform input[type="text"] {  
	border-left: .133em solid #b6b6b6; 
	border-right: .133em solid #b6b6b6; 
	border-bottom: .133em solid #b6b6b6; 
	border-top: .133em solid #b6b6b6;
	font-size: .67em;
	color: #38444f;
	padding-left: .5em;
	height: 2em;
	width: 10em;
}
#searchsubmit {
	font-size: 64%;
	padding: .4em;
}

.post .results li {
	list-style: inside;
	margin-top: .8em;
	font-size: 100%;
}

.search-body {
	float: left;
}

.logo_wrap {
	position: absolute;
	top: 7.5em;
	width: 100%;
	background-image: url(images/wrap.png);
	background-repeat: repeat-x;
	-moz-box-shadow: 0px 1px 3px 0px #000;
	-webkit-box-shadow: 0px 1px 3px 0px #000;
	box-shadow: 0px 1px 3px 0px #000;
	/* For IE 8 */
	-ms-filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=0, Color='#000');
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=0, Color='#000');
}

.usd_logo {
	padding-left: 5em;
}

#blog_title h1 a {
	position: absolute;
	top: 5em;
	left: 8em;
	color: #f3f3f3;
	width: 20em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:110%;
	z-index: 20000;
}
.clear { clear: both; }

.cat_title h2 {
	font-size: 120%;
}
.cat_excerpt .wp-caption-text {
	display: none;	
}
#post_title h2 {
	padding: .5em;
}

/*_______________NAVIGATION_________________*/

.navbar {
	position: absolute;
	width: 100%;
	height: 2.7em;
	margin: 0;
	top: 3.2em;
}
.navbar img {
	width: 100%;
	height: 2.7em;
}
#navwrap {
	position: relative;
	margin: 0 auto;
	width: 66em;
	color: #CCC;
	text-decoration: none;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	z-index: 99999;
}
ul.nav {
	list-style: none;
	float: left;
	width: 100%;
	margin-top: -2.75em;
	margin-left: -1em;
}
ul.nav > li {
	float: left; 
	position: relative;
	height: 2.2em;
}
ul.nav > li + li {
	border-left: 2px solid #22458E;
}
ul.nav > li.menu-item-home a {
	width: 3.5em;
}
ul.nav > li > a {
	width: auto;
	height: 1.5em;
	padding: .75em 1em 0 1em;
	text-align: center;
	text-decoration: none;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 87.5%;
	line-height: 1em;
	vertical-align: middle;
	display: inline-block;
	color: #fff;
}
ul.nav > li > a:hover {
	text-decoration: underline;
}

/*______________Index Page_____________*/
.container {
	margin: -6em auto 0 auto;
	width: 66em;
	height: auto;
}
.entry {
	position: relative;
	width:37em;
	padding: 1em;
	background-color:#fff;
	border:5px solid #ccc;
	-moz-box-shadow: 0px 0px 7px 0px black;
	-webkit-box-shadow: 0px 0px 7px 0px black;
	box-shadow: 0px 0px 7px 0px black;
	/* For IE 8 */
	-ms-filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=0, Color='#000');
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=0, Color='#000');
	z-index:1000;
}

.entry_404 {
	position: relative;
	width:37em;
	height: 30em;
	padding: 1em;
	background-color:#fff;
	border:5px solid #ccc;
	-moz-box-shadow: 0px 0px 7px 0px black;
	-webkit-box-shadow: 0px 0px 7px 0px black;
	box-shadow: 0px 0px 7px 0px black;
	/* For IE 8 */
	-ms-filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=0, Color='#000');
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=0, Color='#000');
	z-index:1000;
}

#entryfoot {
	position:relative;
	margin-bottom:1.8em;
	width: 39.55em;
	background-color:#ccc;
	-moz-box-shadow: 0px 0px 7px 0px black;
	-webkit-box-shadow: 0px 0px 7px 0px black;
	box-shadow: 0px 0px 7px 0px black;
	/* For IE 8 */
	-ms-filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=0, Color='#000');
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=0, Color='#000');
	clear:both;
	z-index:10;
}
#social_media {
	padding: .5em 0 .2em 1em;
	background-color:#ccc;
	width:20em;
	float:left;
	-moz-box-shadow: 0px 0px 7px 0px black;
	-webkit-box-shadow: 0px 0px 7px 0px black;
	box-shadow: 0px 0px 7px 0px black;
	/* For IE 8 */
	-ms-filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=0, Color='#000');
	clear:both;
}
#social_media img {
	padding-right:.5em;
}

#postnav_area {
	float: right;
	padding: 1.5em 1em .2em 0;
	width: 37em;
	font-size:80%;
	background-color:#ccc;
	-moz-box-shadow: 0px 0px 7px 0px black;
	-webkit-box-shadow: 0px 0px 7px 0px black;
	box-shadow: 0px 0px 7px 0px black;
	/* For IE 8 */
	-ms-filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=0, Color='#000');
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=0, Color='#000');	
}
.post_nav {
	width:39.5em;
}
.post_nav a {
	color:#fff;
	font-size:90%;	
}

#commentsection {
	background-color:#ccc;
	border:3px solid #666666;
	margin-top:2em;
	width:37em;
	float: left;
	padding: .5em 1em;
	-moz-box-shadow: 0px 0px 7px 0px black;
	-webkit-box-shadow: 0px 0px 7px 0px black;
	box-shadow: 0px 0px 7px 0px black;
	/* For IE 8 */
	-ms-filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=0, Color='#000');
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=0, Color='#000');
}
.bio {
	width: 100%;
	clear: both;
}
.social {
	background-color:#3CF;
	width: 25em;
	margin-top:2em;
	float: left;
	-moz-box-shadow: 0px 0px 7px 0px black;
	-webkit-box-shadow: 0px 0px 7px 0px black;
	box-shadow: 0px 0px 7px 0px black;
	/* For IE 8 */
	-ms-filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=0, Color='#000');
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=0, Color='#000');
}
.contact {
	background-color: #900;
	width: 30em;
	margin-top: 2em;
	margin-right: 3em;
	float: left;
	-moz-box-shadow: 0px 0px 7px 0px black;
	-webkit-box-shadow: 0px 0px 7px 0px black;
	box-shadow: 0px 0px 7px 0px black;
	/* For IE 8 */
	-ms-filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=0, Color='#000');
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=0, Color='#000');
}

/*______________Sub Content______________*/

.around_image {
	padding-bottom: 10px;
}

.alignleft { 
	float: left; 
	margin-right: 15px; 
}
.alignright { 
	float: right; 
	margin-right: 1em; 
	margin-top:1em;
}
.title {
	font-size:130%;
	color:#000;
}
.date {
	font-size:75%;
	line-height:1em;
	color:#999;
	float:right;
}
#post_title {
	position:absolute;
	left:0;
	width:100%;
	height:3.5em;
	margin-top:-1em;
	background-image:url(images/title_bkgd.jpg);
	background-repeat:repeat-x;
}
.entry_title a {
	position: absolute;
	color: #039;
	font-size: 120%;
	padding-left: .5em;
	top: .75em;
	width: 520px;
	line-height: .95em;
}
#post_date {
	position:absolute;
	right:0;
	width: 5.6em;
	height:6em;
	margin-top:-1.675em;
	background-image:url(images/date.png);
	background-repeat:no-repeat;
}
.post img {
	max-width: 550px;
	position: relative;
}

.date_entry {
	position:absolute;
	font-size:100%;
	font-weight:bold;
	text-align:center;
	color:#fff;
	left:1.15em;
	top:.3em;
}
.post {
	padding-top: 4em;
	height: 100%;
	position: relative;
	height: auto;
	display: inline-block;
	width: 100%;
}
.tags {
	font-size: 70%;
	color: #666666;
}

.leftcolumn {
	float: left;
	width: 60%;
	height: auto;
	padding-right: 5em;
	padding-bottom: 3.5em;
	border-right: 2px solid white;
}

.rightcolumn {
	width: 26.75%;
	margin-left: 2em;
	float:left;
}

.rightcolumn li {
	list-style: none;
}

.post li {
	padding: 3px;
	list-style-position: inside;
	margin-left: 5px;
	font-size: 85%;
	margin-bottom:12px;
}

.container .leftcolumn .entry p {
	margin-bottom: 12px;
}

/*____________Excerpt___________*/
.entry-summary .wp-caption-text {
	display: none;
	float: left;
}

.wp-caption {
	height: auto;
	min-height: 200px;
}

.entry-summary img {
	padding: 3px;
	float: left;
	height: auto;
	max-height: 100px;
}
.entry .wp-caption {
	border: 2px solid #DDD;
	padding-top: 3px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	max-width: 560px;
	position: relative;
	background: white;
}
.wp-caption img {
	margin-top: 2px;
	margin-left: 5px;
}

p.wp-caption-text {
	font-size: 10px;
	line-height: 13px;
	padding: 5px 3px 2px 5px;
	margin: 0;
	background-color: white;
}

.around_image img {
	padding-right: 10px;
}

blockquote p {
	font: 14px/20px italic Times, serif;
	padding: 8px;
	background-color: #d4e1e8;
	border-top: 1px solid #bfccd6;
	border-bottom: 1px solid #bfccd6;
	margin: 5px;
	background-image: url(images/openquote.gif);
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: 23px;
}
blockquote {
    display: block;
    background-image: url(images/closequote.gif);
    background-repeat: no-repeat;
    background-position: bottom right;
	z-index: 5000;
}

.archives {
	position: relative;
	margin-bottom: 1em;
	font-size: 150%;
	font-weight: bold;
	color: white;
}

h3.entry-title {
	padding-left: .5em;
	padding-top: .75em;
}

/*____________Widget____________*/

.widget {
	background-color: #F8F8F8;
	border-top:none;
	border:3px solid #B6B6B6;
	margin-bottom: 1.5em;
	-moz-box-shadow: 0px 0px 7px 0px black;
	-webkit-box-shadow: 0px 0px 7px 0px black;
	box-shadow: 0px 0px 7px 0px black;
	/* For IE 8 */
	-ms-filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=0, Color='#000');
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=0, Color='#000');
}
.widget h2 {
	font-size: 105%;
	font-weight: bold;
	padding: .5em .7em;
	background-image:url(images/wdgt_title.png);
	background-repeat:repeat-x;
	width:92%;
	height: 1.75em;
}

.textwidget {
	font-size: 87%;
	padding: 1em 1em;
}
.widget img {
	padding-bottom: 1em;
}

.fbf-text {
	padding: 1em 1em;
	font-size:87%;
}
.fbf-widget {
	padding: .5em 1em;
	font-size:87%;
}

/*______________Blog______________*/

.commentlist { 
	float: left; 
	margin: 0; 
	list-style: none; 
	padding: 0; 
	position: relative; 
	width: 100%; 
	background-color:#fff;
	border:1px solid black;
}
.commentlist > li { 
	padding: 10px; 
}
.comment-author img { 
	float: left; 
	margin-right: 5px; 
}
.commentmetadata { 
	font-size:60%;
	position: absolute; 
	right: 10px; top: 10px; 
}
#respond { 
	float: left; 
	margin-top: 30px; 
}

ul#dsq-footer.dsq-clearfix {
	display:none;!important
}
a.comments-link {
	font-size:80%;
}


/*______________PRINT STYLES______________*/

@media print{*{background:transparent!important;color:#000!important;box-shadow:none!important;text-shadow:none!important;filter:none!important;-ms-filter:none!important}a{text-decoration:underline}a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}.ir a:after{content:""}a[href^="javascript:"]:after{content:""}a[href^="#"]:after{content:""}pre{border:1px solid #999;page-break-inside:avoid}blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr{page-break-inside:avoid}img{page-break-inside:avoid;max-width:100%!important}@page{margin:.5cm}p{orphans:3;widows:3}h2{orphans:3;widows:3;page-break-after:avoid}h3{orphans:3;widows:3;page-break-after:avoid}}