/*
Theme Name: Michael Angelo Caruso
Theme URI: http://www.tmprod.com/
Description: Custom wordpress theme designed for Michael Angelo Caruso
Version: 1.51
Author: Eric Guerin
Author URI: http://www.tmprod.com
Tags: blue, red, 3 column, fixed width, custom CMS

	Caruso v1.51
	 http://www.tmprod.com/

	This theme was built by Eric Guerin
	Lead Developer, Trademark Productions
*/



/* Begin Typography & Colors */
body {
	margin: 0 auto;
	background: url(images/body-bg.jpg) repeat top left;
	text-align: center;
	font: 10px/1.2 Arial, Helvetica, sans-serif;
	}

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}

#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
	}

#content {
	font-size: 1.2em;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}


#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}

#header {
	background-color: #73a0c5;
	margin: 0 0 0 1px;
	padding: 0;
	height: 200px;
	width: 758px;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

#post-38 hr {
	display: block;
	clear:both;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

/* End Structure */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}
	
#rightSidebar li.alt {
	margin: 0;
	padding: 0px;
	border: none;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}
.navigation {
	display: block;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 15px;
	padding: 0 4px 5px;
	margin: 0;
	text-align:center;
	font-size: 12px;
}
/* End captions */

/***** END DEFAULT WORDPRESS THEME STYLES *****/
/***** BEGIN CUSTOM THEME STYLES *****/
.clear {
	clear: both
}
	
img.right {
  	float: right;
  	clear: left;
  	margin: 5px 0 5px 5px;
}

img.left {
  	float: left;
  	clear: right;
  	margin: 5px 5px 5px 0;
}

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	text-align: center;
	margin: 0 auto;
}

.garamond {
	font-family: Garamond;
}

/* =Typography
-------------------------------------------------------------*/
p, li {
	text-align: left;
	font-size: 120%;
}

p {
	line-height: 1.4em;
	margin: .5em 0;
}

div#main p {
	font-size: 14px;
}


/* =Headings
-------------------------------------------------------------*/
h1, h2, h3 {
	margin-bottom: .5em;
}

h1 {
	font-size: 24px;
}

div#main h1 {
	font-size: 22px;
	color: #ca0c0c;
}


h2 {
	font-size: 22px;
}

div.entry h2 {
	clear: both;
}

h2.siteName {
	font-size: 40px;
	color: #fff;
opacity: 0;
}


h3 {
	font-size: 14px;
}

div#bannerTxt h3 {
	color: #fff;
	font-size:16px;
	font-weight:bold;
opacity: 0;
}

div#bannerTxt h3.tagline {
	float: right;
	margin-right: 35px;
	color: #ca0c0c;
	font-size: 26px;
	margin-top: 15px;
	font-style: italic;
opacity: 0;
}

div.sidebarBox h3 {
	color: #fff;
	font-weight: bold;
}

div#main h3 {
	font-size: 14px;
	color: #ca0c0c;
}

h3.price {
	font-weight: bold;
}

h3.mailing {
	margin-bottom: 10px;
}

/* =Links
-------------------------------------------------------------*/
a, a:visited {
	color: #297ec1;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a.privacy, a.privacy:visited {
	color: #ccc;
}

a.more-link, a.more-link:visited {
	float: right;
	clear: both;
}
/* =Layout
-------------------------------------------------------------*/
div#wrapper {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

div#container {
	width: 980px;
	padding: 10px;
	float: left;
	background-color: #fff;
}

div#mast {
	float: left;
	width: 980px;
	height: 80px;
	background-color: #eee;
	margin-bottom: 10px;
}

div#banner {
	float: left;
	width: 980px;
	background: #eee url(images/banner.jpg) no-repeat top left;
	position: relative;
}

div#content {
	width: 980px;
	float: left;
	margin: 10px 0;
}

div#sidebar {
	width: 193px;
	float: left;
}

div#rightSidebar {
	width: 210px;
	margin-left: 40px;
	float: right;
}

div#main {
	float: left;
	margin-left: 40px;
	width: 480px;
	padding: 5px;
}

div#footer {
	float: left;
	width: 980px;
	padding: 10px;
}
	
/* =Branding/Banner/Masthead Styling
-------------------------------------------------------------*/

div#mastLinks {
	float: left;
	width: 1000px;
	margin: 10px 0px 10px 0px;
}

div#mastLinks ul {
	float: right;
	margin-top:10px;
}

div#mastLinks ul li {
	float: left;
}

div#mastLinks ul li a, div#mastLinks ul li a:visited {
	border-right: 1px solid #fff;
	padding: 0px 5px;
	color: #fff;
}

div#mastLinks ul li a.last {
	border-right: none;
}

div#mastLinks a.newsletter {
	background: url(images/newsletter-bg.png) top left no-repeat;
	display: block;
	padding: 6px 0px 0px 40px;
	height: 30px;
	color: #fff;
	font-size: 18px;
	float: left;
}

div#newsletterContainer {
	float: left;
	clear: both;
	width: 100%;
}

form#subscribe_form {
	margin: 5px 0px 5px 0px;
}

a#homeLink {
	display: block;
	width: 350px;
	height: 170px;
	position: absolute;
	text-decoration: none;
	top: 1px;
	left: 1px;
}

div#bannerTxt {
	margin: 15px 0px 0px 350px;
	float: left;
	width: 630px;
}

span.underline {
	border-bottom: 1px solid #64aeff;
}

/* =Main Content Styles
-------------------------------------------------------------*/


/* =Secondary Content Styles
-------------------------------------------------------------*/


/* =Sidebar Content Styles
-------------------------------------------------------------*/
div#sidebar div.sidebarBox {
	background: #07598c url(images/sidebar-bg.jpg) no-repeat top left;
	width: 183px;
	padding: 5px;
	float: right;
}

div#sidebar h3.rss {
	background: #fff url(images/blogFeed-bg.jpg) top left no-repeat;
	height: 18px;
	width: 143px;
	margin: 10px 0 0 0;
	padding: 17px 0px 0px 50px;
	color: #fff;
	font-weight: bold;
	float: left;
	position: relative;
}

div#sidebar h3.rss a, div#sidebar h3.rss a:visited {
	color: #fff;
}

div#sidebar a#rssLink, div#sidebar a#rssLink:visited {
	position: absolute;
	top: 0px;
	left: 10px;
	width: 30px;
	height: 30px;
}

div#sidebar a#rssLink:hover {
	text-decoration: none;
}

div#sidebar h3.categories {
	background: #fff url(/images/categories-bg.jpg) top left no-repeat;
	height:16px;
	margin:10px 0 0;
	padding:3px;
	width: 193px;
	color: #fff;
	font-weight: bold;
	float: left;
}	

div#sidebar div.sidebarBox ul li {
	background:transparent url(images/cloud.png) no-repeat left top;
	border-bottom:1px solid #0C9DC8;
	line-height:15px;
	margin:15px 0;
	padding-bottom:10px;
	padding-left:25px;
}

div#sidebar div.sidebarBox ul li a, div#sidebar div.sidebarBox ul li a:visited {
	color: #fff;
	text-decoration: none;
}

div#sidebar div.sidebarBox ul li a:hover {
	text-decoration: underline;
}

div.sidebarBorder {
	border-bottom: 5px solid #cd0d0d;
}

/* =Footer Styles
-------------------------------------------------------------*/
div#footer p {
	color: #fff;
}

div#footer p a, div#footer p a:visited { 
	color: #0082fc;
}

/* =Main Navigation Styles
-------------------------------------------------------------*/
div#mainNav {
	float: left;
	width: 980px;
	height: 31px;
	background: url(images/nav-bg.jpg) repeat-x top left;
}

div#mainNav ul#nav {
	width: 980px;
}

div#mainNav ul, div#mainNav ul li {
	float: left;
}

div#mainNav ul li a, div#mainNav ul li a:visited {
	color:#fff;
	display:block;
	float:left;
	font-size:16px;
	padding:7px 39px;
}

div#mainNav ul li a.last, div#mainNav ul li a.last:visited {
	padding-right: 58px;
}

div#mainNav ul li a:hover {
	background: url(images/nav-hover-bg.jpg) top left repeat-x;
}

form.wpcf7-form input {
	width: 200px;
	padding: 3px;
}

/* =Secondary Navigation Styles
-------------------------------------------------------------*/


/* =Form Styles
-------------------------------------------------------------*/
fieldset input, fieldset select {
	background:transparent url(images/main-bg.jpg) repeat-x scroll left top;
	font-size:14px;
	margin:5px;
	padding:3px;
	width:250px;
}

form.smallInputs fieldset input {
	background:transparent url(images/main-bg.jpg) repeat-x scroll left top;
	font-size:14px;
	margin:5px;
	padding:3px;
	width:95px;
}

form.sidebarMailingList fieldset input {
	float: right;
}

form.sidebarMailingList fieldset label {
	color:#fff;
	float:left;
	font-size:12px;
	font-weight:bold;
	padding-top:14px;
}

fieldset input.submit {
	width:auto;
	padding: 2px;
}

form#subscribe_form {
	position: relative;
}

form fieldset input#newsletterSubmit {
	position: absolute;
	top: 1px;
	padding: 1px 2px 3px;
}

form fieldset input.image {
	background: none;
}

form fieldset input.inputImage {
	width: auto;
	height: auto;
	background: none;
}

form fieldset label.link {
	float: right;
	padding: 0px;
	margin: 0px;
	padding-right:10px;
}

/* =Table Styles
-------------------------------------------------------------*/
table { 
  border-spacing: 0;
	border-collapse: collapse;
	}

td {
  text-align: left;
  line-height: 26px;
	font-weight: normal;
	vertical-align: middle;
	}

/* =Miscellaneous Styles
-------------------------------------------------------------*/
div.leftCat {
	width: 230px;
	margin-right: 10px;
	float: left;
}

div.rightCat {
	width: 230px;
	margin-left: 10px;
	float: right;
}

/*************** Notifications ***************/

.notification {
                position: relative;
                margin: 0 0 15px 0;
                padding: 0;
                border: 1px solid;
                background-position: 10px 11px !important;
                background-repeat: no-repeat !important;
                font-size: 13px;
                width: 99.8%;
                }
                

.notice {
                background: #fffbcc url(/images/exclamation.png) 10px 11px no-repeat;
                border-color: #e6db55;
                color: #666452;
                }

.information {
                background: #dbe3ff url(/images/information.png);
                border-color: #a2b4ee;
                color: #585b66;
                }

.success {
                background: #d5ffce url(/images/tick_circle.png);
                border-color: #9adf8f;
                color: #556652;
                }

.error {
                background: #ffcece url(/images/cross_circle.png);
                border-color: #df8f8f;
                color: #665252;
                }

.notification div {
                display:block;
                font-style:normal;
                padding: 10px 10px 10px 36px;
                line-height: 1.5em;
                }

.notification .close {
                color:#990000;
                font-size:9px;
                position:absolute;
                right:5px;
                top:5px;
                }

div#rightSidebar div#simplesharwidg a, div#rightSidebar div#simplesharwidg a:visited {
	float: left;
	margin: 4px 0px;
	display: block;
	width: 150px;
	padding-left: 25px;
	position: relative;
}

div#rightSidebar div#simplesharwidg span {
	margin-right: 10px;
	position: absolute;
	top: 1px;
	left: 1px;
}

div#rightSidebar li.widget {
	list-style: none;
}

div#rightSidebar h2.widgettitle {
font-size: 20px; !important
	margin-top: 0px;
	float: left;
	text-align: left;
	margin-left: 5px;
}

div.ddsg-wrapper h2 {
	margin-left: -10px;
}

div.ddsg-wrapper ul {
	margin-left: 5px;
	list-style: disc;
}

div.ddsg-wrapper ul li {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}

div.ddsg-wrapper ul li ul {
	margin-left: 25px;
}

div.ddsg-wrapper ul li ul li {
	font-size: 14px;
	font-weight: normal;
}

div.ddsg-wrapper ul li ul li ul li {
	font-size: 12px;
	font-weight: normal;
}

div.ddsg-wrapper {
	margin-left: 15px;
}

div.ddsg-wrapper h2 {
	margin-top: 10px;
}




.pagebar {
	padding: 0.2em 0.5em;
	margin-right: 0.1em;
	margin-bottom: 1.0em;
	border: 1px solid #fff;
	background: #fff;
	text-decoration: none;
	text-align: center;
}

.pagebar a,.pageList .this-page {
	border: 1px solid #9AAFE5;
	text-decoration: none;
	padding: 0.2em 0.5em;
}

.pagebar a:visited {
	border: 1px solid #9AAFE5;
	text-decoration: none;
	padding: 0.2em 0.5em;
}

.pagebar .break {
	padding: 2px 6px 2px 6px;
	border: none;
	background: #fff;
	text-decoration: none;
}

.pagebar .this-page {
	border: 1px solid #2E6AB1;
	padding: 0.2em 0.5em;
	font-weight: bold;
	background: #2E6AB1;
	color: #fff;
}

.pagebar a:hover {
	border-color: #2E6AB1;
}

.pagebar .inactive
{
   border: 1px solid #cccccc;
	 color: #ccc;
   text-decoration: none;
   padding: 0.2em 0.5em;
}

/***** END CUSTOM THEME STYLES *****.
