/*
Theme Name: Sprezzatura: An Information Product Theme 2.62
Version: 2.62
Theme URI: http://clevergizmos.com/
Description: A full-featured video squeeze page and email optin box--specifically designed for selling "information products."
Tags: information product theme, wood background, video box, email opt-in
Author: CleverGizmos.com
Author URI: http://CleverGizmos.com/
*/

/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =  */
/* form stuff */
/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =  */
  
	input {
		padding: 5px 10px 5px 10px;
		border: 1px solid #CCC;		
		font-size: 11pt;
		font-family: Arial

	}
	
	textarea {
		padding: 5px 10px 5px 10px;
		border: 1px solid #CCC;		
		
		font-family: Arial;
		font-size: 11pt;
		line-height: 17pt;

	}

  	input[type=submit] { 
		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fafafa), color-stop(1, #ededed) );
		background:-moz-linear-gradient( center top, #fafafa 5%, #ededed 100% );
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#ededed');
		background-color:#fafafa;
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
		border-radius:6px;
		border: 1px solid #bbbbbb;
		display:inline-block;
		color:#242424;
		font-family:arial;
		font-size:13px;
		font-weight:normal;
		padding: 4px 11px;
		text-decoration:none;
	}
	input[type=submit]:hover {
		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #fafafa) );
		background:-moz-linear-gradient( center top, #ededed 5%, #fafafa 100% );
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#fafafa');
		background-color:#ededed;
		cursor: pointer;
	}
	
  	input[type=button] { 
		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fafafa), color-stop(1, #ededed) );
		background:-moz-linear-gradient( center top, #fafafa 5%, #ededed 100% );
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#ededed');
		background-color:#fafafa;
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
		border-radius:6px;
		border: 1px solid #bbbbbb;
		display:inline-block;
		color:#242424;
		font-family:arial;
		font-size:13px;
		font-weight:normal;
		padding: 4px 11px;
		text-decoration:none;
	}
	input[type=button]:hover {
		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #fafafa) );
		background:-moz-linear-gradient( center top, #ededed 5%, #fafafa 100% );
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#fafafa');
		background-color:#ededed;
		cursor: pointer;
	}	
	




/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =  */
/* div_my_top_navbar */
/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =  */
     




        .div_my_top_navbar {
            
            position: relative; 
            float: left;
            width: 100%;
			margin: 8px 0px 8px 0px;
		
        }
        
            .div_my_top_navbar ul {
                padding: 0px;
				margin: 0px;
            }	
			
            .div_my_top_navbar li {
                display: inline;
			
                
            }				
            
            .div_my_top_navbar a {
                color: white;	
                font-size: 10pt;
                background-color: #06C;
				font-family: Arial;
				
				font-weight: bold; 
				padding: 2px 10px 2px 10px;
				
			
				border-radius: 5px;
				letter-spacing: 1px;
        
            }	
			
            .div_my_top_navbar a:visited {
                color: white;	
            }	
            .div_my_top_navbar a:active {
                color: white;	
            }			
            .div_my_top_navbar a:link {
                color: white;	
            }				
			
            
            .div_my_top_navbar a:hover {
                
                text-decoration: none;
				background-color: black;
				color: white;
            }	
            


/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =  */
/* the nav bar */
/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =  */
     




        .div_my_new_navbar {
            
            position: relative; 
            float: left;
            width: 100%;
			margin: 8px 0px 18px 0px;
		
        }
        
            .div_my_new_navbar ul {
                padding: 0px;
				margin: 0px;
            }	
			
            .div_my_new_navbar li {
                display: inline;
			
                
            }				
            
            .div_my_new_navbar a {
                color: white;	
                font-size: 10pt;
                background-color: #CCC;
				font-family: Arial;
				
				font-weight: bold; 
				padding: 2px 10px 2px 10px;
				
			
				border-radius: 5px;
				letter-spacing: 1px;
        
            }	
			
            .div_my_new_navbar a:visited {
                color: white;	
            }	
            .div_my_new_navbar a:active {
                color: white;	
            }			
            .div_my_new_navbar a:link {
                color: white;	
            }				
			
            
            .div_my_new_navbar a:hover {
                
                text-decoration: none;
				background-color: #06C;
				color: white;
            }	
            

/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =  */
/* Global Definitions */
/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =  */


body { 
	height: 100%; 
	font-family: Arial, Helvetica, sans-serif;
	
	width: 1002px;  
	margin: 0 auto;
	background-image: url('images/backgrounds/wood-dark.jpg'); 
	
	
	font-size: 11pt;


}



	fieldset {
		
		border: 1px solid #CCC;		

	}
	
	legend {
		color: #0072bc;
		
		font-weight: normal;

	}
		
		
p {
	font-size: 11pt;
	line-height: 17pt;
	text-align: left;
}

ul {
	font-size: 11pt;
	line-height: 17pt;
	text-align: left;
}

ol {
	font-size: 11pt;
	line-height: 17pt;
	text-align: left;
}
	
table  {
	border: 0px solid red;
	border-spacing: 0px;
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
}

img { 
	border: 0px none; 
}
	
a:link, a:visited, a:active {       				
	text-decoration: none;
	color: #06C;
	line-height: normal;
}

a:hover {       		
	text-decoration: underline;
	line-height: normal;	
}

blockquote {
	margin-left: 25px;
		
	border-left: 5px solid #A0A0A4;	
	border-right: 1px solid #ececd0;
	border-top: 1px solid #ececd0;
	border-bottom: 1px solid #ececd0;
		
	padding: 5px 25px 1px 25px;
		
	background-color: #fefef2;
}



h1 {

	font-family: 'Georgia', sans-serif;
	font-weight: normal;
	font-size: 30pt;
	line-height: 120%;

	
}
			




h2 {
	color: #0066cc;
	
	font-family: 'Georgia', sans-serif;
	
	letter-spacing: 1px;
	font-weight: normal !important;
	font-size: 17pt;
	line-height: 135%;
	text-align: left;
	
	
}

h3 {
	color: #ed0076;
	font-size: 11pt;

	
}

h4 {
	
	font-size: 11pt;

	
}

/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =  */
/* Widgets */
/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =  */

.widget { 
	list-style-type: none;
	font-size: 10pt;
}

.widgettitle {
				
				text-align: center;

				font-size: 17pt !important;
				line-height: 140%;
				color: black;
				
				margin-bottom: 20px !important;				
				margin-top: 0px;	
				text-shadow: -1px 1px gray !important;
				font-variant: small-caps;
				

}

.widget ul { 
	
}	

.widget li { 
	list-style-type: square;
	line-height: 120%;
	margin-bottom: 10px;
}	



			.textwidget {
				font-size: 10pt;
				line-height: 15pt;
				text-align: left;
				
			}		
			.textwidget img {
				margin: 0px 12px 12px 0px;		
			}
		
			.widget_text {
				margin: 0px 0px 20px 0px;	
			}
			








/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =  */
/* references */
/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =  */

	.references h2 {
		color: gray;
		font-size: 11pt;
		text-transform: uppercase;
		margin-bottom: 1px;
		padding-bottom: 1px;
		letter-spacing: 2px;
	}
	
	.references ol {
		color: gray;
		font-size: 9pt;
		line-height: normal;	
		margin: 0px;
		padding: 0px;
		list-style-position: inside;
		
		
	}
	
	.references a {

		line-height: normal;		
	}



	.references a:visited {
        color: gray;
		font-size: 9pt;	
	}	
	.references a:active {
        color: gray;
		font-size: 9pt;
	}			
	.references a:link {
        color: gray;
		font-size: 9pt;	
	}
			
            
	.references a:hover {
                
    	text-decoration: underline;
		color: black;
	}	
            


	
/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =  */
/* Images */
/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =  */

	.size-full {
	
		margin-left: 4px;
		margin-top: 4px;
		
		border: 1px solid #C1C1C1;

	}
	
	.size-thumbnail {
	
		margin-left: 4px;
		margin-top: 4px;
		
		border: 1px solid #C1C1C1;

	}
	
	.wp-caption-text {
	
		margin: 5px 5px 5px 5px;
		padding: 10px;
		
		padding-bottom: 10px;
		color: black;
		
		text-align: left;
		
		font-size: 10pt;
		line-height: 15pt;
		
		
	}

	.wp-caption {
	
		border: 1px solid #C1C1C1;
		background-color: #F3F3F3;

		font-weight: normal;
		
		margin: 10px 0px 10px 0px;
		
		color: black;
		font-size: 9pt;

	}

	.wp-caption img {
		margin-left: 4px;
		margin-top: 4px;
		
		border: 1px solid #C1C1C1;
	}
	.wp-caption a {
		border: 0px solid #C1C1C1;
	}

	.wp-caption a:hover img {
		border: 1px solid blue;
	}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
	margin-top: 3px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
