/*
Company:	Corto Images
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - they make sure that all browsers start with the same default settings
HTML, Body - for the html and body tags
Layout - any style that defines how the site is laid out (position and size of objects)
Nav - navigation bar
Headings - headings like h1, h2, etc
Text Styles - Styles for text
Lists - unordered and ordered lists
Forms - html forms
Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group Global Browser Reset */
* {

padding:0;

margin:0;

}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, fieldset, address { margin:10px 5px 0; }

blockquote { margin-left: 40px; }

fieldset { padding:10px; }

img { border: 0px; }
/* @end */

/* @group HTML, Body */

body { 
	background-color: #000;
} 
	
/* @end */

/* @group Layout */

#outer-wrapper { 
	width: 974px; 
	margin: auto;
	color: #999;
} 

#header { 
	width: 774px; 
	height: 70px; 
	background: url(../images/banner.jpg) no-repeat; 
} 
div#hd {
	width: 974px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
div#hd img {
	float: left;
	display: inline;
}

div#main-imgs {
	height: 70px;
	margin: 10px 0;
	background: url(../images/main-img1.jpg) no-repeat top center;
}

#content { 
	width: 974px; 
} 

#left_content { 
	float: left; 
	width: 266px; 
	w\idth: 236px;
	padding: 0 30px 0 0; 
	font: normal 1em verdana; 
} 

#left_content h2 { 
	font-size: 1.1em; 
	color: #1b3f95;
	font-weight:bold; 
} 

#left_content p { 
	font-size: 1em;
	margin-bottom:15px; 
} 

#left_content p strong { 
	font-weight: bold;
} 

#center_content { 
	float: left; 
	width: 240px; 
	font: normal 1em verdana; 
}

/*Main Content Area*/
#main_content {
	float: left;
	width: 635px;
	margin-top: 20px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	line-height: 130%;
	display: inline;
}

#main_content p {
	margin-top: 2px;
	margin-bottom:15px;
	font-size: 1em;
}
#main_content h3.list-head {
	color: #999966;
}
#outer-wrapper #main_content ul {
	margin-left: 8px;
	font-size: 1em;
}
#outer-wrapper #main_content ul li {
	margin: 10px 0; 
	padding: 0 0 0 15px; 
	background: url(../images/arrow-list.gif) no-repeat scroll 0 5px; 
	list-style-type: none; 
}
#outer-wrapper #main_content ol {
	margin-left: 28px;
	font-size: 1em;
}
#outer-wrapper #main_content ol li {
	margin: 3px 0;
}
/*END Main Content Area*/

div#admin {
	margin: 10px 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
}
div#admin table#MainContent_0_0_tcTopPages_tabTopPagesAllTime_gvTopPagesAllTime a{
	color: #000000;
	text-decoration:none;
}
div#admin table#MainContent_0_0_tcTopPages_tabTopPagesAllTime_gvTopPagesAllTime td{
	padding:3px;
}
div#admin table#MainContent_0_0_tcTopPages_tabTopPages30Days_gvTopPages30Days a{
	color: #000000;
	text-decoration:none;
}
div#admin table#MainContent_0_0_tcTopPages_tabTopPages30Days_gvTopPages30Days td{
	padding:3px;
}
div#admin table#MainContent_0_0_tcTopReferers_tabTopReferers30Days_gvTopReferers30Days a{
	color: #000000;
	text-decoration:none;
}
div#admin table#MainContent_0_0_tcTopReferers_tabTopReferers30Days_gvTopReferers30Days td{
	padding:3px;
}
div#admin table#MainContent_0_0_tcTopReferers_tabTopReferersAllTime_gvTopReferersAllTime a{
	color: #000000;
	text-decoration:none;
}
div#admin table#MainContent_0_0_tcTopReferers_tabTopReferersAllTime_gvTopReferersAllTime td{
	padding:3px;
}
#center_content h2 { 
	font-size: 1.1em; 
	color: #1b3f95;
	font-weight:bold; 
} 

#outer-wrapper #center_content ul { 
	margin: 0 !important; 
	list-style: none; 
}

#outer-wrapper #center_content ul  li { 
	margin: 10px 0; 
	padding: 0 0 0 15px; 
	background: url(../images/arrow-list.gif) no-repeat scroll 0 5px;  
} 

#center_content ul li a { 
	padding: 0 2px; 
	font-size: 1em; 
	color: #006633; 
} 

#center_content ul li a:visited { 
	color: #38a070; 
} 

#center_content ul li a:hover, #center_content ul li a:active {
	color: white; 
	background: #00703c; 
}

#right_content { 
	float: right; 
	width: 296px; 
	margin-top: 20px; 
	font: normal 13px verdana;
	overflow: hidden;
}

#right_content p {
	margin-top: 2px;
	margin-bottom: 15px;
	font-size: 1em;
}
#right_content h3.list-head {
	color: #000;
}
#outer-wrapper #right_content ul {
	margin-left: 8px;
	font-size: 1em;
}
#outer-wrapper #right_content ul li {
	margin: 10px 0; 
	padding: 0 0 0 15px; 
	background: url(../images/arrow-list.gif) no-repeat scroll 0 5px; 
	list-style-type: none;
}
#outer-wrapper #right_content ol {
	margin-left: 28px;
	font-size: 1em;
}
#outer-wrapper #right_content ol li {
	margin: 3px 0;
}

/*Right Content Standard Elements*/
#right_content h1, #right_content h2, #right_content h3, #right_content h4, #right_content h5 {
	color: #999966!important;
}

.blog_wrapper { 
	float: right; 
	width: 294px;
	background: url(../images/right-btm.gif) no-repeat bottom center;
} 

.blog { 
	width: 274px;
	/*background: #181818;*/
	background: url(../images/right-top.gif) no-repeat top center;
	padding: 10px;
} 

/*.blog h1 { 
	width: 206px; 
	margin: 0 auto 10px; 
	padding: 10px 0 2px 0; 
	font-size: 1.14em; 
	border-bottom: 1px solid #aaaaaa; 
} 

.blog h1 a, .blog h2 a { 
	color: black; 
	text-decoration: none; 
} 

.blog h2 { 
	width: 206px; 
	w\idth: 166px; 
	margin: 0 auto; 
	padding: 0 15px 0 25px; 
	font-size: 0.85em; 
	background: url(../images/icon_doc.gif) no-repeat 0 2px; 
} 

.blog p { 
	width: 206px; 
	w\idth: 181px; 
	margin: 0 auto; 
	padding: 0 0 0 25px; 
	font: normal 0.85em verdana; 
	line-height: 18px; 
} 

.blog p span { 
	font: bold 0.85em verdana; 
	line-height: 18px; 
} 

.blog p a { 
	font: bold 0.85em verdana; 
	color: #666666; 
	line-height: 18px; 
} 

.blog a img { 
	margin: 10px 0 0 13px; 
}*/ 

.read_post { 
	display: block; 
	width: 184px; 
	height: 36px; 
	margin: 10px auto; 
	text-indent: -9999px; 
	background: url(../images/bg_latest_post.gif) no-repeat; 
} 

#footer { 
	clear: both; 
	margin-top: 50px; 
	padding: 10px 0 0 0; 
	font: normal 0.77em verdana; 
	color: #666666; 
	text-align: center; 
	line-height: 150%;
} 

#outer-wrapper #footer ul { 
	/*display: table;*/ 
	margin: 2px auto; 
	list-style: none; 
} 

#outer-wrapper #footer ul li { 
	/*float: left; 
	display: table-cell;*/ 
	display: inline;
} 

#outer-wrapper #footer ul li a { 
	padding: 0 6px 0 3px;
	color: #666666; 
	text-decoration: none;
	border-right: 1px solid #666666;
} 

#outer-wrapper #footer ul li a:hover { 
	text-decoration: underline;
	background-color: transparent;
} 

#footer span { 
	display: block; 
} 

/* @end */

/* @group Standard Elements */
h1 {
	font-size: 1.36em; 
	color: #999966;
	font-weight: normal;
	margin-bottom: 2px;
}

h2 {
	font-size: 1.14em; 
	color: #999966;
	margin-bottom: 2px;
	font-weight: bold;
}

h3 {
	color: #999966;
	font-size: 1.07em;
	margin-bottom: 2px;
	font-weight: normal;
}

h4 {
	color: #999966;
	font-size: .92em;
	margin-bottom: 2px;
	font-weight: normal;
}

h5 {
	color: #999966;
	font-size: .85em;
	margin-bottom: 2px;
	font-weight: normal;
}

/*Blog Summaries*/
div.blogList ul {
	margin-left: 0!important;
}
div.blogList ul li {
	background: none!important;
	margin-left: 0!important;
	padding-left: 0!important;
}
/*div.blogList ul li * {
	margin-left: 0!important;
}*/
div.blogList h2 a:link, div.blogList h2 a:visited {
	color: #fff;
	text-decoration: none;
}
div.blogList h2 a:hover {
	color: #000;
	background-color: #fff;
}
div.blogList h2.postTitle {
	background: url(../images/icon_doc.gif) no-repeat 0 2px; 
}
div.blogList div.postBody {

}
div.blogList div.postInfo {
	font-size: .77em;
	font-weight: bold;
	margin-top: 4px;
	margin-left:5px;
}
div.blogList div.postInfo em {
	font-style: normal;
}

/*Blog Post*/
div.post div.postDate {
	font-size: .77em;
	margin: 4px 0;
	color: #fff;
}
div.post div.postBody {
	margin: 4px 0 4px 0;
	font-size: 1em;
}
div.post div.blogBack {
	border-top: 1px solid #999966;
	padding-top: 4px;
	margin-top: 4px;
}
div.post div.blogBack a {
	background: url(../images/go-back-arrow.gif) 0 50% no-repeat;
	padding-left: 17px;
}
div.post div.blogBack a:link, div.post div.blogBack a:visited {
	color: #fff;
}
div.post div.blogBack a:hover {
	color: #fff;
}

/*Comments*/
div.comments h3.commentsHead {
	color: #999966;
	font-size: 1em;
	font-weight: bold;
}
div.comments dl {
	font-size: 1em;
}
div.comments dt {
	padding: 10px 10px 0 10px;
	height: 37px;
	background: url(../images/wide-rounded-btm2.gif) no-repeat top center;
}
div.comments dt a {
	font-weight: bold;
}
div.comments dd {
	padding: 0 10px 10px 10px;
	background: url(../images/wide-rounded-top2.gif) no-repeat bottom center;
}
div.comments a.commentNumber {
	display: block;
	text-indent: -9000px;
	background: url(../images/comment-icon-2.gif) no-repeat 0 0;
}
div.comments a:link, div.comments a:visited {
	color: #fff;
	text-decoration: underline;
}
div.comments a:hover {
	text-decoration: none;
	background-color: transparent;
}
div.comments a.commentNumber {
	text-decoration: none!important;
}
div.comments p.commentDate {
	font-style: italic;
	padding-top: 4px;
}

/*Comments Form*/
div.comments div {
	margin: 10px 0;
	background: url(../images/wide-rounded-top.gif) no-repeat top center;
}
div.comments div.commentsForm {
	padding: 10px;
	background: url(../images/wide-rounded-btm.gif) no-repeat bottom center;
}
div.commentsForm h3.addComment {
	margin: 0 0 10px 0;
	color: #999966;
}
div.commentsForm label {
	display: block;
	margin: 10px 0 2px 0;
}
div.commentsForm input, div.commentsForm textarea {
	width: 100%;
	font-size: 1.14em;
	color: #1b3f95;
}
div.commentsForm textarea {
	height: 130px;
}
div.commentsForm input.submitComment {
	width: 200px;
}

/*Events List*/
div.eventsList ul {
	margin-left: 0!important;
}
div.eventsList ul li {
	background: url(../images/calendar-icon.gif) top left no-repeat!important;
	margin: 2px 0 5px 0!important;
	padding-left: 25px!important;
}
div.eventsList ul li a:link, div.eventsList ul li a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
div.eventsList ul li a:hover {
	background-color: #fff;
	color: #000;
}

/*Files Links*/
div.linksModule ul {
	margin-left: 0!important;
}
div.linksModule ul li {
	background: url(../images/file-icon.gif) top left no-repeat!important;
	margin: 2px 0 5px 0!important;
	padding-left: 25px!important;
}
div.linksModule ul li a:link, div.linksModule ul li a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
div.linksModule ul li a:hover {
	background-color: #fff;
	color: #000;
}

/*Thumbnails*/
body div.photoGalleryElement {
	margin: 5px 0;
}
body div.thumbnail {
	text-align: center!important;
	margin-right: 20px!important;
	width: 138px!important;
	height: 138px!important;
	background: url(../images/photo-border.gif) no-repeat top center!important;
	float: left!important;
	display: inline!important;
}
body div.thumbnail div.thumbContents img {
	width: 120px!important;
	height: 90px!important;
	margin: 9px 9px 9px 9px!important;
}
body div.thumbnail div.thumbContents p {
	margin: 0!important;
}
body div.thumbnail div.thumbContents a:link, body div.thumbnail div.thumbContents a:visited {
	color: #999!important;
	text-decoration: none!important;
}
body div.thumbnail div.thumbContents a:hover {
	background-color: transparent!important;
}

/*.photoGalleryElement .thumbnail{
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
	width: 130px;
	text-align: center;
	font-size: smaller;
	line-height: 1.2em;
	display: inline;
	height: auto !important;
	height: 160px;
	min-height: 160px;
	padding: 0;
	}
*/
.photoGalleryElement .thumbnail .thumbContents {
	padding: 0!important;
	background-color: transparent!important;
	border: none!important;
	margin: 0;
	}	
/*
.photoGalleryElement .thumbnail img{
	margin-bottom: 0;
	}
	
.photoGalleryElement .thumbnail p {
	margin: 0;
	}*/

/*Form*/
div#fieldList {
	font-size: 1em;
}
div#fieldList label {
	margin: 5px 0 2px 0;
}
div#fieldList .fieldSelected {
	background-color: #181818!important;
}
div#fieldList input, div#fieldList textarea {
	color: #1b3f95;
	font-size: 1.14em;
}
h2.formTitle {
	margin-bottom: 2px;
}
/* @end */

/* @group Nav */
div#nav {
	width: 636px;
	margin: 28px 0 0 0;
	float: right;
	display: inline;
}
div#nav ul {
	list-style-type: none;
	margin: 0;
}
div#nav ul li {
	margin: 0 9px;
	float: left;
	display: inline;
}
div#nav ul li a {
	display: block;
	height: 20px;
	background: url(../images/nav.gif) no-repeat;
	text-indent: -9000px;
	float: left;
	display: inline;
}

/*Nav Items*/
div#nav ul li#n-home a {
	background-position: 0 -21px;
	width: 40px;
}
div#nav ul li#n-home a:hover {
	background-position: 0 -1px;
}

div#nav ul li#n-gallery a {
	background-position: -58px -21px;
	width: 52px;
}
div#nav ul li#n-gallery a:hover {
	background-position: -58px -1px;
}

div#nav ul li#n-custom a {
	background-position: -128px -21px;
	width: 102px;
}
div#nav ul li#n-custom a:hover {
	background-position: -128px -1px;
}

div#nav ul li#n-artist a {
	background-position: -250px -21px;
	width: 120px;
}
div#nav ul li#n-artist a:hover {
	background-position: -250px -1px;
}

div#nav ul li#n-bio a {
	background-position: -388px -21px;
	width: 26px;
}
div#nav ul li#n-bio a:hover {
	background-position: -388px -1px;
}

div#nav ul li#n-blog a {
	background-position: -432px -21px;
	width: 32px;
}
div#nav ul li#n-blog a:hover {
	background-position: -432px -1px;
}

div#nav ul li#n-prices a {
	background-position: -484px -21px;
	width: 48px;
}
div#nav ul li#n-prices a:hover {
	background-position: -484px -1px;
}

div#nav ul li#n-contact a {
	background-position: -550px -21px;
	width: 78px;
}
div#nav ul li#n-contact a:hover {
	background-position: -550px -1px;
}
div#nav ul li#n-contact {
	margin-right: 0!important;
}

/*Breadcrumb*/
div.breadcrumb {
	margin: 10px 0 0 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #666666;
}
div.breadcrumb div.bc {
	display: inline;
}
div.breadcrumb span {
	font-weight: bold;
}
div.breadcrumb a:link, div.breadcrumb a:visited {
	color: #666666;
}
div.breadcrumb a:hover {
	text-decoration: none;
	background-color: transparent;
} 
	
/* @end */

/* @group Headings */
/* @end */

/* @group Text Styles */
	
/* @end */

/* @group Lists */
div#outer-wrapper ul {
	margin-left: 20px;
}
div#outer-wrapper ol {
	margin-left: 27px;
}
/* @end */

/* @group Forms */
	
/* @end */

/* @group Links - link visited hover active */
a:link {
	color: #fff;
}
a:visited {
	color: #fff;
}p
a:hover {
	background-color: #fff;
	color: #000;
	text-decoration: none;
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */