/*
Video Flick: Video Flick
Theme URI: http://www.press75.com/
Description: Theme Description. Detailed usage instructions for this theme can be found at <a href="http://www.press75.com/docs/video-flick/">http://www.press75.com/docs/video-flick/</a>. Don't forget to configure the Video Flick Theme Options page.
Version: 2.2
Author: Jason Schuller
Author URI: http://www.press75.com/

This theme was designed and built by Jason Schuller,
whose portfolio you will find at www.jdidit.com

The CSS, XHTML and design are all Copyright 2009 Circa75 Media, LLC:
*/

html,body{
    margin:0;
    padding:0;
    height:100%;
    border:none
}

body {
	margin: 0;
	padding: 0;
	line-height: 1.4em;
	color: #171716;
	background: #d6d0c0;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.main_td {
	background-image: url(images/mid_back.gif);
	background-repeat: repeat-y;
}

h1 {
	color: #171716;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 19px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height: 1.2em;
}

* + html .h1 {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10p
}

h1 a:link, h1 a:active, h1 a:visited {
	color: #171716;
	text-decoration: none;
}

h1 a:hover {
	text-decoration: underline;
}

a{
	color: #f52623;
	text-decoration: none;
}

a:visited {
	color: #f52623;
}

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

h2 {
	font-size: 18px;
	font-weight: bold;
	padding: 0;
	margin: 4px;
	color: #d6d0c0;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: center;
}

h2 a:link, h2 a:active, h2 a:visited {
color: #FFFFFF;
}

h2 a:hover {
text-decoration: underline;
}

h3 {
	color: #171716;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}

h3 a:link, h2 a:active, h2 a:visited {
color: #FFFFFF;
}

h3 a:hover {
text-decoration: underline;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #828282;
	padding-left: 6px;
	font-weight: normal;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 6px;
	margin: 0px;
}

img {
border: 0;
}

p {
	margin: 0 0 10px 0;
	color: #605e5b;
}



.wrapper {
	min-height: 100%;
	height: auto;
	height: 100%;
	margin: 0 auto -45px; /* the bottom margin is the negative value of the footer's height */
}

/** begin header **/
.header_left {
	background-image: url(images/header_logo_block.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#headwrap {
float: left;
width: 960px;
height: 147px;
}

#tagline {
	float: left;
	width: 480px;
	height: 26px;
	background: #2A2A2A;
	text-transform: uppercase;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin-top: 1px;
	display: none;
}

#tagline p {
margin: 6px 0 0 10px;
}

#logo {
float: left;
width: 209px;
height: 111px;
}

#textlogo {
float: left;
width: 480px;
height: 118px;
}

#textlogo h1 {
font-size: 36px;
margin: 50px 0 0 0;
}

#logo img {
	margin: 0px;
}

#topad {
float: left;
width: 480px;
height: 118px;
text-align: right;
}

#topad img {
margin: 30px 0 0 0;
}
/** end header **/

/** begin gallery **/
#contentwrap {
	width: 960px;
}

#maincontent {
	width: 750px;
	float: right;
	margin: 0px;
}

#pagenavi {
width: 660px;
float: left;
margin: 0 0 20px 0;
font-family: Georgia, "Times New Roman", Times, serif;
text-transform: uppercase;
font-size: 12px;
}

#pagenavi a:link, #pagenavi a:visited {
background: #101010;
padding: 7px;
display: block;
}

#pagenavi a:hover {
background: #2A2A2A;
}

#newer {
margin: 0 20px 0 0;
}

.galleryitem {
	width: 149px;
	height: 178px;
	float: left;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1px;
	margin-bottom: 8px;
}

.galleryitem a:link, .galleryitem a:visited {
	color: #7f7f7f;
	text-decoration: none;
	text-transform: none;
}

.galleryitem a:hover {
	text-decoration: underline;
}

.galleryitem h3 {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 5px;
	line-height: 1.3em;
}

* + html .galleryitem h3 {
	margin: 2px;
}

.galleryitem p {
margin: 2 5px 0 5px;
}

.slideshowpro {
	text-align: center;
}

.commentsnumber {
background: url(images/comments-dark.jpg) top left no-repeat;
width: 25px;
height: 20px;
margin: 47px 5px 5px 0;
text-align: center;
float: right;
}

.commentsnumber a:link, .commentsnumber a:visited {
color: #101010;
}

.commentsnumber a:hover {
color: #757575;
}
/** end gallery **/

/** begin single **/
.video {
width: 640px;
float: left;
margin: 0 20px 20px 0;
text-align: center;
background: #101010;
}

.postcontent {
	width: 742px;
	float: left;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 0;
	padding-left: 4px;
}

.postcontent h2 {

}


.postcontent_articles {
	width: 558px;
	padding: 4px;
}

.blogitem {
	background-color: #efece4;
}


efece4

#single {
margin: 0 0 25px 0;
}

.thumbnail {
float: right;
margin: 0 0 15px 15px;
}

.thumbnail_article {
	float: left;
	margin: 0;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 0px;
}

.postdets {
font-size: 10px;
color: #4A4A4A;
margin: 5px 0 15px 0;
line-height: 1.1em;
}

.postdets a:link, .postdets a:visited {

}

.postdets a:hover {

}
/** end single **/

/** begin page **/
#page {
margin: 0 0 20px 0;
}

ul.archive_links a:link, ul.archive_links a:visited {
	color: #55534c;
	text-decoration: none;
}

ul.archive_links a:hover {
	text-decoration: underline;
}

ul.archive_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #55534c;
	list-style-image: none;
	margin: 0px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 15px;
}

ul.archive_links li{
	list-style-type: none;
	padding: 1px;
}

.post-meta-key
{
	display: none;
}
ul.post-meta {
	list-style-type: none;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

ul.post-meta li{
	line-height: 2em;
}

/** end page **/

/** begin sidebar **/

#sidebar {
	width: 209px;
	float: left;
	height: 100%;
}

#sidebar ul
{
list-style: none;
padding: 0;
margin: 0;
width: 209px;
}

#sidebar li a {
	float: left;
	display: block;
	color: #333333;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #56534d;
	height: 26px;
	line-height: 2em;
	padding-left: 8px;
}

.second_level {
	padding-left: 16px;
}

#sidebar li a:hover {
	background-color: #b0a798;
}

.sidebar_line {
	background-color: #b0a798;
	display: block;
	width: 209px;
	height: 1px;
	margin-top: 1px;
}

/* Hide from IE5-Mac \*/
#sidebar li a
{
float: none
}

#sidebar_text {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #56534d;
	line-height: 1.4em;
	padding-left: 8px;
	margin-right: 18px;
	margin-top:24px;
}

/* End hide */



.widgetblock {
	float: left;
	margin: 0 0 0px 0;
	padding: 0px;
	background-color: transparent;
}

.widgetblock h3 {
border-bottom: 1px solid #B0A798;
padding: 0 0 5px 0;
margin: 0 0 8px 0;
}

#language {
	float: right;.widgetblock
	text-align: right;
	margin-top: 14px;
}

#searchwrap {
	height: 20px;
	float: right;
	width: 160px;
	display: inline;
	margin-top: 0px;
}

#searchwrap input{
	height: 16px;
	background-color: #d6d0c0;
	display: inline;
	vertical-align: middle;

}

.submit_border {

	border: 1px solid #b0a798;
	display: inline;
	z-index: -999;
}


#s{
	font-size: 11px;
	width: 129px;
	height: 16px;
	background-color: #d6d0c0;
	color: #56534d;
	font-family: arial, helvetica, verdana, sans-serif;
	vertical-align: middle;
	border: 1px solid #d6d0c0;
}

#content-tags {
font-size: 10px;
text-transform: uppercase;
font-family: Georgia, "Times New Roman", Times, serif;
}

#content-tags a:link, #content-tags a:visited {
display: block;
background: #1E1E1E;
padding: 7px;
float: left;
margin: 0 1px 1px 0;
}

#content-tags a:hover {
background: #101010;
}

#sideads {
padding-top: 9px;
padding-left: 9px;
}

#sideads img {
width: 125px;
height: 125px;
float: left;
margin: 8px;
}

#featured {
width: 284px;
float: left;
margin: 0 0 20px 0;
padding: 8px 8px 4px 8px;
background: #2A2A2A;
}

#featured img {
width: 95px;
height: 70px;
float: left;
margin: 0 8px 4px 0;
}

h3.featured {
border: none;
margin: 0;
padding: 0;
}

.featuredpost {
width: 284px;
margin: 5px 0 0 0;
padding: 8px 0 0 0;
border-top: 1px solid #5A5A5A;
float: left;
}
/** end sidebar **/



.header_artists {
	background-image: url(images/top_big_artists.gif);
	background-repeat: no-repeat;
	background-position: 210px bottom;
}

.header_collections {
	background-image: url(images/top_big_collections.gif);
	background-repeat: no-repeat;
	background-position: 210px bottom;
}


.subcat_name {
	float: left;
	width: 750px;
	height: 22px;
	padding-top: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #69665e;
}


.header_exhibit {
	background-image: url(images/top_big_exhibit.gif);
	background-repeat: no-repeat;
	background-position: 210px bottom;
}

.header_portfolios {
	background-image: url(images/top_big_portfolio.gif);
	background-repeat: no-repeat;
	background-position: 210px bottom;
}

/** begin footer **/


.footer {
	width: 960px;
	float: right;
	display: inline;
	height: 45px;
}

.footer_img{
	display: inline;
	float: left;
	padding-top: 12px;
}

.footer_tmk{
	display: inline;
	padding-top: 8px;
	padding-left: 130px;
	float: right;
}

.footer_copyright{
	padding-top: 14px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: left;
	padding-left: 230px;
}

#footer p {
font-size: 11px;
margin: 0;
color: #4A4A4A;
}

#footer h3 {
font-size: 12px;
color: #FFFFFF;
padding: 0;
margin: 0 0 4px 0;
}

* + html #footer {
margin: 0px 0 0 0;
}

.mininews h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #56534d;
	text-decoration: none;
	display: block;
	width: auto;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-bottom: 0px;
	line-height: 1.4em;
}	

.mininews a:link {
	color: #56534d;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

.mininews a:visited {
	color: #56534d;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

.mininews a:hover {
	color: #56534d;
	text-decoration: underline;
}

.mininews h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	display: block;
	width: 199px;
	line-height: 1.4em;
	font-weight: normal;
	font-variant: normal;
	text-align: left;
	text-transform: none;
}

* + html .mininews p {


}

.mininews_readmore {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	display: block;
	width: 199px;
	padding-bottom: 8px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	text-align: right;
}

.mininews_readmore a:link{
	color: #f52623;
}
.mininews_readmore a:visited{
	color: #f52623;
}
.langsearch {
	position: absolute;
	top: 7px;
	right: 10px;
	width: 335px;
}
.clearfloats {
	clear: both;
}
