/*
THEME NAME: Thematic
THEME URI: http://themeshaper.com/thematic/
DESCRIPTION: The ultimate in SEO-ready themes
VERSION: 0.9.5.1
AUTHOR: Ian Stewart
AUTHOR URI: http://themeshaper.com/
TAGS: white, 
*/
@import url('library/styles/reset.css');
@import url('library/styles/typography.css');
/* Apply a basic layout 
@import url('library/layouts/2c-r-fixed.css');
@import url('library/styles/default.css');
*/
@import url('library/styles/images.css');
@import url('library/styles/plugins.css');
/* ---------------------------------------------- */    

body { background: #000000 url(/wp-content/uploads/2010/01/bk_bgx.jpg) repeat-x center 50px; font-family: "Myriad Pro", "Century Gothic", Arial; color: #c0c0c0; }
#wrapper { width: 1254px; height: 844px; margin: 10px auto; background: url(/wp-content/themes/thematic/flash/bk_over.png) no-repeat top center; }
#header { padding-top: 125px; }
#flash { width: 170px; height: 48px; padding: 0px 0 65px 335px; }
#icon-float { z-index: 2; float: right; position: relative; top: -10px; right: 35px; width: 125px; }
#icon-float .icon { float: left; margin-right: 5px; width: 25px; }
#icon-float a { padding: 0px; }
#menu, #menu-sm { width: 720px; margin-left: 285px; }
#menu, #menu-sm { overflow:visible; z-index:100; }
#menu ul, #menu-sm ul { margin-left: 0; padding-left: 0; white-space: nowrap; }
#menu li { display: inline; list-style-type: none; font-size: 11px; font-weight: bold; font-family: "Arial Narrow", Arial;  }
#menu-sm li { display: inline; list-style-type: none; font-size: 8px; }
#menu a { padding: 0px 8px; text-transform: uppercase; }
#menu-sm a { padding: 0px 3px; text-transform: uppercase; }
#menu a:link, #menu a:visited, #menu-sm a:link, #menu-sm a:visited { color: #fff; text-decoration: none; }
#menu a:hover, #menu-sm a:hover{ color: #3c6596; text-decoration: none; }
#punk { z-index: 1; position: absolute; top: 217px; left: 50%; margin-left: 290px; }

.sf-menu li:hover ul, .sf-menu li.sfHover ul { left: 0; top: 2.5em; /* match top ul list item height */ z-index: 99; }
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul { top: -999em; }
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul { left: 10em; /* match ul width */ top: 0; }
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul { top: -999em; }
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul { left: 10em; /* match ul width */ top: 0; }
.sf-menu, .sf-menu * { margin: 0; padding: 0; list-style: none; }
.sf-menu { line-height: 1.0; }
.sf-menu ul { position: absolute; top: -999em; width: 10em; /* left offset of submenus need to match (see below) */ }
.sf-menu ul li { width: 100%; }
.sf-menu li:hover { visibility: inherit; /* fixes IE7 'sticky bug' */ }
.sf-menu li { float: left; position: relative; }
.sf-menu a { display: block; position: relative; }

.sf-menu li li { background: #efa52f; padding: 5px 5px;}
.sf-menu li li li { background: #f47447; padding: 5px 5px;}


#main { clear: both; width: 710px; height: 415px; margin: 0px auto; padding: 0px; line-height: 13px; font-size: 12px; }
#main {overflow:auto;}
#main {*overflow:hidden;}  /* the wildcart hack for Internet Explorer 6 and 7 */
#container { padding: 0px; margin: 0px; }
#content { width: 500px; height: 405px; float: left; overflow-y: auto; 
/* IE overflow fix, position must be relative or absolute*/
position: relative;
}
#banner { width: 200px; height: 415px; float: left; text-align: center; }
#banner img { margin-top: 15px; }

#link-map { z-index: 3; margin: 20px auto 0px auto; width: 750px; height: 40px; }
#link-image { z-index: 4; width: 730px; height: 40px; }

#menu-sm { margin: 0px auto; width: 630px; padding-left: 90px; }
#menu-sm .menu {  }
#menu-sm .menu li.page-item-28 { margin-right: 120px; }


p { margin: 0px 0px 0px 3px; }

#primary { float: right; width: 200px; }
#primary ul { margin: 0px; list-style: none; }

.widget_maxbannerads span { display: none; }

.entry-content p { padding-right: 10px; }

.siteinfo { font-size: 11px; width: 500px; margin: 5px auto; text-align: center; padding-right: 80px; }
.siteinfo a { color: #ffffff; }


.siteprivacy { font-size: 7px; width: 500px; margin: 5px auto; text-align: center; padding-right: 80px; color: #3f3f3f; }
.siteprivacy a { color: #ffffff; }


/* ------------------------------ */  

/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

/*  scrollgeneric is used for corrective styling of elements, and should not be modified or removed */ 
.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width:22px;
}
.vscrollerbar {
background-image: url(/wp-content/themes/thematic/flash/scrollbar.png);
width: 22px;
/* following is the bit that allows us fixed height scrollbars */
height: 110px !important;
/* for fixed height, we force the vscrollerbar class with an !important decleration, and fleXcroll follows suit.*/

background-image: url(/wp-content/themes/thematic/flash/scrollbar.png);
/* unfortunately, due to limitations of CSS, we cannot provide a color for the background when we are
using alpha images, thay have to be transparent.*/
}

* html .vscrollerbar {
/* IE6 alpha png trick */
/* IE7 is not affected by this trick, as it perfectly handles the normal png */
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='/wp-content/themes/thematic/flash/scrollbar.png');
background-image: none;
}


/* do not forget to give horizontal scrollbars some color properties even if you don't plan on using them */
.hscrollerbase {height: 22px;}
.hscrollerbar {height: 22px; background-color: #5fd625;}

.vscrollerbar, .hscrollerbar {
/* paddings of these elements will decide how far the scrollbar will stop in both ends, and are not actually
used for styling, and are set to 0 by the script, here we will set them the size of our faux arrows */
padding: 0px;
z-index: 2;
}

/* properties for scroller jog box, just in case */
.scrollerjogbox {
width: 22px;
height: 22px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background: #000;
}


/* Scroll Bar Master Styling Ends Here */

/* ---------------------------------------------- */    
.entry-content img {
    margin: 0 0 3px 0;
    max-width:100%;
}
.alignleft,
img.alignleft {
	float: left;
    margin-right:20px;
}
.alignright,
img.alignright {
	display: block;
	float: right;
    margin-left:20px;
}
.aligncenter,
img.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display: block;
	clear: both;
}
.wp-caption {
	text-align: center;
	margin-bottom:18px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	margin: 0;
	padding:5px;
}
.gallery img {
    margin:0;
}
.wp-smiley { /* Prevent the smileys from breaking line-height */
	max-height:12px;
	margin:0 !important;
}
