/*********************************************************
**********************************************************

Folder: Theme354_ArtGallery
Name: Art Gallery
Cat: Arts & Hobbies

**********************************************************
*********************************************************/
/*------------------------------------
GENERAL
------------------------------------*/
body {
    margin: auto;
}

.sf_outer_wrapper {
    width: 634px !important; width: 648px;
    margin: 50px auto;
    padding: 6px;
}

.sf_wrapper {
    width: 634px !important; width: 648px;
    width: 648px;
    position: relative;
}

a:link {
	color:#000;
}

a:visited {
	color:#000;
}

a:hover {
	color:#000;
}

/* ------------------------------------
HEADER
------------------------------------ */
.sf_header_wrapper {
    height: 114px;
    position: relative;
	padding: 0px 30px;
}

.sf_extra4 { /* header photo */
    margin-top: 1px;
    height: 149px;
}

.sf_main_header {
	padding-top: 30px;
	float:right;
	display:inline;
	width: 425px;
	height: 40px;
	overflow:hidden;
	font-family: Arial, Helvetica, FreeSans, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align:right;
}

.sf_sub_header {
	text-transform: uppercase;
	float:right;
	display:inline;
	width: 425px;
	height: 30px;
	overflow:hidden;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align:right;
}
.sf_sub_header p, .sf_main_header p{
	margin: 0;
	padding: 0;
}

.sf_extra2 {
	margin:40px 0px 0px 0px;
    width: 147px;
    height: 25px;
	float:left;
	display:inline;
}
/* ------------------------------------
NAVIGATION
------------------------------------ */
.sf_navigation {
    display: none;
}

.sf_subnavigation {
    display: none;
}

.sf_subnavigation2 {
    display: none;
}

.sf_navigation_top {
    clear:both;
    width: 100%;
    height: auto;   
}

.sf_navigation_top ul {
    margin: 0px;
    height: auto !important;
    height: 1%;
    padding: 0px;
	list-style-type: none;
}

.sf_navigation_top ul:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    font-size: 1px;
    clear: both;
}

.sf_navigation_top ul li {
    float: left;
    width: auto !important;
    width: 5px;
    white-space: nowrap;
    height: 24px;
    padding: 6px;
}

.sf_navigation_top ul li a {
	/*height: 22px;*/
	margin: 0 0 0 1px;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	line-height: 22px;
	padding: 0 10px;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.sf_navigation_top ul li a:hover {
    text-decoration: none;
    color: #fff;
    display: block;
}


/*------------------------------------
	Flyout menu
------------------------------------*/

#Nav1 iframe {
	position: absolute;
	/* account for the border */
	left: -0.25em;
	top: -0.25em;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	margin-left: 3px;
}
#Nav1, 
#Nav1 ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;	
	line-height: 1;	
	background-image: none;	
}

#Nav1 a {	
	display:block;	
}

#Nav1 li { /* all list items */	
	float: left;		
}

#Nav1 li ul { /* second-level lists */
	position: absolute;	
	width: 170px;
	left: -999em;
	z-index: 1000;
	padding-left: 8px;
	background-color: #1A1A1A;
	margin-top: 6px;
}

#Nav1 li ul li { /* second-level lists */	
	width: 170px;
	margin: 0px;
	padding: 5px;
	white-space: normal;
	height: auto;
}

#Nav1 li ul li a { /* second-level lists */		
	background-image: none;	
	width: 170px;
	border: none;
	line-height: normal;	
	padding: 0px;
}

#Nav1 li ul li a:hover { /* second-level lists */		
	background-image: none;	
}

#Nav1 li:hover ul, 
#Nav1 li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	
}

/*------------------------------------
CONTENT
------------------------------------*/
.sf_pagetitle {
	clear: both;
	padding: 20px 0 0 20px;
	text-align: left;
	height: auto !important;
	height: 30px;
	min-height: 30px;
	font-family: Arial, Helvetica, FreeSans, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.sf_pagetitle h1 {
	font-size:24px;
	font-weight:normal;
	margin:0;
}

.sf_content {
    padding: 20px 0 30px 20px;
    margin: 0px;
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    height: auto !important;
    height: 200px;
    min-height: 200px;

}

.sf_content:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    font-size: 1px;
    clear: both;
}

/*------------------------------------
FOOTER
------------------------------------*/

.sf_extra7 {
}

.sf_extra7 span {
    display: block;
}

.sf_footer {
    padding: 6px;
    font-size: 13px;
    text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    min-height: 20px;
	height: auto !important;
	height: 20px;
}

.sf_footer p{
	margin:0px;
	padding:0px;
}

/*------------------------------------
BANNER
------------------------------------*/
.sf_banner {
    margin-bottom: 35px;
    padding-top: 80px;
    text-align: center;
    font-size: .8em;
}

.sf_banner div#bannerLink {
    padding-top: 10px;
}
/**
 * Sticking flyout menu bug
 *
 * @bugfix
 * @affected ie7
 * @css-for ie7
 * @valid yes
 */
#Nav1 li:hover, #Nav1 li.hover {  
    position: static;  
} 
