

/* OVER ALL STYLES */
body {
font-family: "Lucida Grande", Helvetica, Arial, serif;
/*font-size:13px;*/
font-size:12px;
font-style:normal;
font-variant:normal;
font-weight:normal;
/*line-height:1.7em;*/
line-height:20px;
margin:0;
padding:0;
border:0;			/* This removes the border around the viewport in old versions of IE */
width:100%;
background:#f4f4f4;
min-width:600px;    	/* Minimum width of layout - remove line if not required */
				/* The min-width property does not work in old versions of Internet Explorer */
}

a {
border-bottom: none;
text-decoration:none;
color:#333332;
font-weight:600;
}

a:hover {
color:#62c1af;
border-bottom:none;
}

hr{
margin-top:15px;
border:0;
border-top:1px dotted #62c1af;
width:100%;
color:#fff;
clear:both;
}

/* MAIN BODY STYLES */


	/* Header styles */
	#header {
		clear:both;
		float:left;
		width:100%;
		border-bottom:1px dotted #62c1af;
		margin:0;
		height: 60px;
		vertical-align: top !important;
	}
	#header p,
	#header h1,
	#header h2 {
		padding:.4em 15px 0 15px;
		margin:0;
	}
/*	#header ul {
		clear:left;
		float:left;
		width:100%;
		list-style:none;
		margin:10px 0 0 0;
		padding:0;
	}
	#header ul li {
		display:inline;
		list-style:none;
		margin:0;
		padding:0;
	}
	#header ul li a {
		display:block;
		float:left;
		margin:0 0 0 1px;
		padding:3px 10px;
		text-align:center;
		background:#eee;
		color:#000;
		text-decoration:none;
		position:relative;
		left:15px;
		line-height:1.3em;
	}
	#header ul li a:hover {
		background:#369;
		color:#fff;
	}
	#header ul li a.active,
	#header ul li a.active:hover {
		color:#fff;
		background:#000;
		font-weight:bold;
	}
	#header ul li a span {
		display:block;
	}
*/
#twitter_div {
	margin-top:20px;
}

#blurb, #twitter_div {
height:aubto;
/*border-bottom: 1px solid #000;*/
float:left;
padding:0px 0 20px 0;
font-size:15px;
font-weight:400;
width:100%;
}
#blurb:hover {
color:#CFCECE;
}

#blurb a:link, #blurb a:visited {
	border-bottom:none;
}

#twitter_div a:link, #twitter_div a:visited {
	font-size: 15px;
}

#blurb a:hover, #twitter_div a:hover {
	/*border-bottom: 1px dashed #333;*/
	background: none !important;
	color: #CFCECE;
}

#twitter_update_list li { padding: 0 0 10px 3px !important; margin:0; list-style-position:inside !important; list-style-type:circle; }


#sidebar {
/*border-right:1px dotted #ccc;*/
}
#sidebar h3 {
padding:20px 0 3px 0px;
/*font-size:11pt;*/
border-bottom:1px dotted #ccc;
font-weight: normal;
font-style: normal;
line-height:normal;
/*font-size-adjust: 0.5;
text-transform: uppercase;*/
text-shadow: 1px;
font-size:16px;
margin-bottom:3px;
}
#sidebar h3 a:link, #sidebar h3 a:visited { font-size: 16px; font-weight: normal; }
#sidebar p { font-size: 12px !important; }
#sidebar .block ul {
/*border-bottom:1px dotted #ccc;*/
padding:0 0 0 3px;
}

#sidebar .block ul .children{
border:0;
padding: 0 0 0 8px;
}

#sidebar .block li  {
list-style-type: circle;
list-style-position: inside;
/*border-top:1px dotted #ccc;*/
padding-left:0px;
}
#sidebar .block li a {
font-size:12px;
font-weight:normal;
padding:2px 0 2px 5px;
border-bottom:none;
}
#sidebar .block li a:hover {

}
#sidebar .widget_search label {
display:block;
padding:25px 0 3px 0;
font-size:18px;
border-bottom:1px dotted #ccc;
margin:0 0 5px;
}
#sidebar .widget_recent_comments li {
background:transparent url(images/bullet_black.gif) no-repeat scroll 6px 52%;
padding:2px 0 2px 15px;
}
#sidebar .widget_recent_comments li a,#sidebar .widget_recent_comments li a:hover{
background:none;
border-bottom:1px dotted #000;
text-decoration:none;
color:#000;
font-weight:600;
}
#sidebar .widget_recent_comments li a:hover {
color:#e12000;
border-bottom:1px dashed #e12000;
background-color:#f7f7f7;
}
#sidebar .widget_tag_cloud h3 {
margin:0 0 8px;
border-bottom:1px dotted #ccc;
}
#sidebar .widget_text h3 , #sidebar .calendar h3{
border-bottom:1px dotted #ccc;
}
#sidebar .calendar h3{
display:none;
}
#sidebar #wp-calendar {
width:95%;
text-align:center;
}
#sidebar #wp-calendar caption, #sidebar #wp-calendar td, #sidebar #wp-calendar th{
text-align:center;
}
#sidebar #wp-calendar caption {
font-size:18px;
padding:25px 0 3px 0;
}
#sidebar #wp-calendar th {
font-weight: bold; 
border-top:1px dotted #ccc;
border-bottom:1px dotted #ccc;
}
#sidebar #wp-calendar tfoot td{
border-top:1px dotted #ccc;
border-bottom:1px dotted #ccc;
}

#wrapper { width: 952px; margin: 0 auto; }

	/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}

	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;
		overflow:hidden;
	}

	/* 2 Column (left menu) settings */
	.leftmenu {
		background:none;		/* right column background colour */
	}
	.leftmenu .colleft {
		right:75%;			/* right column width */
		background:#f4f4f4;	/* left column background colour */
	}
	.leftmenu .col1 {
		width:71%;			/* right column content width */
		left:102%;			/* 100% plus left column left padding */
	}
	.leftmenu .col2 {
		width:21%;			/* left column content width (column width minus left and right padding) */
		left:6%;			/* (right column left and right padding) plus (left column left padding) */
	}

	/* Footer styles */
	#footer {
		clear:both;
		float:left;
		width:100%;
		border-top:1px dotted #62c1af;
		text-align:left;
		padding:10px 0 40px 0;
	}


/* text styles */

#logo {
float:left;
width:auto;
padding:4px 0 8px 0;
margin:0 0 0 1.5em;
}
#logo a {
color:#333332;
font-size:38px;
font-weight:600;
text-decoration:none;
border-bottom:none;
}
#logo a:hover {
color:#62c1af;
}
#logo h1 {
padding:0;
margin:0;
line-height:50px;
}
#logo h2 {
font-size : 18px;
font-weight : 200;
padding : 12px 4px 0 0;
letter-spacing : -1px;
}
#nav span { display: none; }
#nav {
float:right;
width:auto;
margin:0 !important;
padding: 0 !important;
height: 60px;
vertical-align:top !important;
}
#nav ul {
float:left;
margin:0;
padding:20px 0 0;
vertical-align:top !important;
display: inline !important;
}
#nav li {
text-align:center;
float:left;
display:inline;
width:auto;
height: 60px;
margin:0;
padding:0;
}
#nav li a {
font-size:15pt;
display:block;
margin:0;
padding:0 15px;
border-bottom:none;
line-height: 22pt;
font-weight: normal; 
	/*font-weight: normal;
	font-style: normal;
	line-height:normal;
	font-family: 'MuseoSlab500', sans-serif; 
	font-size-adjust: 0.51;*/
}
#nav li a:hover {
background-color:none;
}
.post a:link, .post a:visited { border-bottom: 1px dotted #333; }
.post {
padding:0 0px 0px 0;
}
.post a:hover { border-bottom: 1px dotted #62C1AF; }
.post p {
margin:0px 0 18px 0;
}
.post em{
font-style:italic;
}
.post h2 {
font-size:24px;
margin:25px 0 10px 0;
font-weight:normal;
}
.post h1, .post h1 a{
/*font-size:28px;*/
margin:15px 0 10px 0;
font-weight:normal;
/*line-height:32px;*/
font-size:24px;
line-height:36px;
border-bottom: none !important;
}
.post h3, .post h4 {
font-size:20px;
margin:15px 0 10px 0;
font-weight:normal;
}
.post h4 {
font-size:18px;
}
/*.post h1:hover, .post h2:hover, .post h3:hover, .post h4:hover {
color:#CFCECE;
}*/
.post .indent {
padding-left:10px;
}
.post .indent p {
padding-left:10px;
}
.post small {
font-size:11px;
}
.post small a {
font-weight:normal;
}
.post .alignright {
float:right;
}
.post .alignleft {
float:left;
}
.post .aligncenter {
margin:0 auto;
display:block;
}
.post abbr {
font-weight:normal;
}
.post ul{
list-style:circle;
margin:0 0 0 25px;
}
.post ol{
list-style:decimal;
margin:0 0 0 30px;
}
.post .wp-caption {
background:#f7f7f7;
border:1px solid #ccc;
margin:10px;
text-align:center;
padding:5px 0 0;
}
.post .wp-caption-text {
margin:0;
}
.post .wp-caption a, .post .wp-caption a:hover {
border-bottom:0;
}
.post blockquote {
color:#777;
border-left:5px solid #ccc;
margin:15px 30px 0 10px;
padding-left:20px;
}
.post pre {
font-family:courier;
font-size:12px;
letter-spacing:-1px;
margin:14px 0 14px 0;
}
.post .message ul {
margin:12px 0 0;
}
.post .message {
display:none;
background:#0F67A1;
margin-top:10px;
padding:20px;
color:#fff;
}
#comments { float:left; clear:both; }
#comments h3, #comments h4{
font-size:24px;
margin:35px 0 5px;
font-weight:normal;
}
#comments h4{
font-size:28px;
}
#comments cite{
font-size:18px;
font-weight:normal;
border-bottom:1px dotted #ccc;
}
#comments em {
font-style:italic;
text-align:right;
}
#comments ol.commentlist li {
margin-top:20px;
border:1px dotted #ccc;
border-right:0;
padding:10px 5px 20px 10px;
min-height:110px;
}
#comments p {
margin:10px 0 0 10px;
width:auto;
}
#comments span {
display:block;
color:#eee;
font-size:120px;
font-weight:normal;
float:right;
padding-top:25px;
}
#comments ul.formlist {
margin:20px auto;
width:375px;
}
#comments ul.formlist li {
display:block;
margin:10px 0 0;
}
#comments ul.formlist p{
margin:10px 0 0;
text-align:center;
}
#comments input {
width:370px;
font-size:18px;
font-weight:normal;
}
#comments textarea {
width:370px;
font-size:18px;
font-weight:normal;
}
#comments li.submitbutton input {
text-align:center;
background:#fff;
border:1px solid #aaa;
color:#000;
font-weight:normal;
font-size:20px;
width:374px;
}
#comments .center {
text-align:center;
}

.wpcf7-captcha-captcha-445 {
	border-bottom: 1px solid #333332;
	border-right: 1px solid #333332;
	border-top: 1px solid #888;
	border-left: 1px solid #888;
	padding:10px;
	margin-bottom:10px;
}

a.nav { font: bold 30pt Helvetica; text-transform: uppercase; color:#CDCDCD; border-bottom:none; }
a.nav:hover { color:#333; }

img.borders {
	border-bottom: 1px solid #333332;
	border-right: 1px solid #333332;
	border-top: 1px solid #888;
	border-left: 1px solid #888;
	padding:10px;
}

.thumbnails {
	float:left;
	padding:20px 0 0px 20px;
}

.thumbnails a { border-bottom: none !important; }

.featuredimg {
	float:left;
	padding:0 0 10px;
}

/* ======= LOOPED SLIDER STYLES FOR PROMO BANNERS ======= */
.loopedSlider { width:625px; float:left; height:446px !important; }

.loopedBorder {
	padding:10px;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-top: 1px solid #999;
	border-left: 1px solid #999;	
	width:600px;
}
	
.loopedBorder.tall { width: 424px !important; height: 600px !important; }
	
.container { 
	width:600px; 
	height:424px; 
	overflow:hidden; 
	position:relative; 
	cursor:pointer; 
	margin:0;
	padding:0px;
	}

.container.tall { width: 424px !important; height:600px !important; } 

.slides { 
	position:absolute; 
	top:0; 
	left:0; 
	}
	
.slides div { 
	position:absolute; 
	top:0; 
	width:600px; 
	height:424px; 
	display:none; 
	}

.slides.tall div { width: 424px !important; height: 600px !important; }

ul.pagination { 
	list-style:none; 
	height:12px; 
	width:80px; 
	position:relative; 
	top:-444px; 
	left:635px; 
	margin:0; 
	padding:0; 
	}

ul.pagination li  { 
	
	display:block;
	margin:0; 
	padding:0; 
	}

ul.pagination li a { 
	padding:1px 4px; 
	margin:0; 
	background: url('http://www.johnnydimas.com/img/dot_off.png') top left no-repeat; 
	text-decoration:none;
	}

ul.pagination li a:hover { text-decoration:none; border-bottom:none; background:url('http://www.johnnydimas.com/img/dot_on.png') top left no-repeat; }

ul.pagination li.active a { background: url('http://www.johnnydimas.com/img/dot_on.png') top left no-repeat; }		

ul.pagination li a span { visibility: hidden; }	

.next { margin:0; padding:0; font-size: 11pt; color:#62C1AF; position: relative; top: -370px; left: 635px; }
.next:hover { border-bottom:1px dotted #62C1AF; }

.aboutPrint { margin:0; padding:0 0 0 10px; position: relative; top: 0px; float:right; white-space: normal;  }

.better-tag-cloud { text-align: center; }
.better-tag-cloud h3 { text-align: left; margin: 0 0 10px; }

#tweet ul li { list-style-type: none !important; }

#backportfolio {
	float:left;
	background:#000;
	-webkit-border-radius: 5px !important;
	-khtml-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	border-radius: 5px !important;
	margin:0 0 10px;
	padding:0;
	clear:both;
}

#backportfolio p {
	text-transform:uppercase;
	font-size:8pt;
	padding:1px 10px;
	margin:0;
	color: #fff;
}

#backportfolio a { color: #fff; }
#backportfolio a:hover { text-decoration:underline; }

.navigation a:link, .navigation a:visited { font-size: 11pt; font-weight: bold; }
