/*
Theme Name: DB mediadesign

--- TOC

01. GENERAL TYPOGRAPHY
1. CSS Reset
2. General
3. Lists Styles
4. Borders & Dividers
5. Tables
6. Forms
7. Images
8. Headers
02. GENERAL LAYOUT
1. General Structure
2. Header
3. Footer
4. Sidebar
5. Breadcrumbs
6. Call to Action
7. Columns
03. PAGE SPECIFIC STYLES
1. Home
2. Portfolio
3. Portfolio Gallery View
4. Portfolio Full Veiw
6. Contact Form
04. BLOG STYLES
1. Blog Index
2. About Author
3. Social Media
4. Popular and Related Posts
5. Threaded Comments
05. WIDGETS
1. Search Box
2. Twitter
3. Flickr
4. Tag Cloud
5. Custom Post Lists
6. Calendar
7. Contact Us Widget
8. Recent Comments
9. Categories, Links, Archives, ETC.
10. RSS Widget
06. MENU
07. EXTRAS
1. Dropcaps
2. Pullquotes
3. Highlight Styles
4. Unordered Lists
5. Toggle Content
6. Button Link Styles
7. Box Styles
8. WP Pagenavi

---
________________________________________________________________________________________________________________
01. GENERAL TYPOGRAPHY
________________________________________________________________________________________________________________
------- 1. CSS Reset -------*/
HTML, BODY, DIV, SPAN, OBJECT, IFRAME, H1, H2, H3, H4, H5, H6, P, BLOCKQUOTE, PRE, ADDRESS, CODE, DEL, DFN, EM, IMG, Q, DL, DT, DD, OL, UL, LI, TABLE, CAPTION, TBODY, TFOOT, THEAD, TR, TH, TD, BR, FIELDSET, TEXTAREA
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	line-height: 22px;
	letter-spacing: 0.1px;
	word-spacing: 1px;
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
H1, H2, H3, H4, H5, H6, HR, P, UL, OL, DL, PRE, ADDRESS, TABLE, FORM
{
	margin: 0 0 20px;
}
P, H1, H2, H3, H4, H5, H6, UL.check_list, UL.arrowlist
{
	padding-left: 0;
}
STRONG, B
{
	font-weight: bold;
}
EM, DFN, I
{
	font-style: italic;
}
/*------- 2. General -------*/
BODY
{
	font-size: 12px;
}
H1, H2, H3, H4, H5, H6, TH, BLOCKQUOTE, .top_metadata, .date, .cancel-comment-reply A, #blurb, .bottom_metadata, SPAN.current_crumb, P.breadcrumb
{
	letter-spacing: 0;
	font-family: Tahoma, Geneva, Arial, sans-serif;
}
A:link, A:visited, A:hover, A:active, A:focus
{
	text-decoration: none;
	outline: none;
}
A
{
	color: #888;
}
A:hover
{
	color: #AAA;
}
PRE, CODE
{
	font-family: mono-space, monospace;
	white-space: pre;
	overflow: auto;
	padding: 20px;
}
PRE
{
	padding: 5px;
}
CODE
{
	background: #F6F6F6 url(images/code.png) repeat scroll 0 0;
	display: block;
	padding: 0 20px 18px;
	border: 1px solid #DDD;
}
BLOCKQUOTE
{
	background: transparent url(images/sprite.png) no-repeat scroll -168px -166px;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0;
	margin: 40px 0;
	padding: 10px 20px 10px 40px;
}
BLOCKQUOTE CITE
{
	color: #AAA;
	display: block;
	font-size: 10px;
}
/*------- 3. List Styles -------*/
UL, LI
{
	list-style: none outside;
	margin-left: 20px;
	list-style-type: disc;
}
OL, OL LI
{
	list-style: decimal outside;
}
OL, DD
{
	margin-left: 24px;
}
UL UL, OL UL, UL OL, OL OL
{
	margin-bottom: 0;
	margin-top: 0;
}
#sub_footer UL, #sub_footer LI, #footer UL, #footer LI, #secondary UL, #secondary LI, UL.arrow_list, UL.arrow_list LI, UL.check_list, UL.check_list LI, UL.thumbnail_list, UL.thumbnail_list LI, .jqueryslidemenu UL, .jqueryslidemenu LI, #comments LI
{
	margin-left: 0;
	list-style: none;
}
/*------- 4. Borders & Dividers -------*/
H3.widgettitle, H6, TD, TH, .divider, HR, DIV.widget LI, .top_metadata, #body_block .thumbnail_list LI, #body_block UL.thumbnail_list, .blog_header
{
	background: url(images/line.gif) repeat-x scroll center bottom;
}
#primary UL.thumbnail_list, .top_metadata DIV, DIV.widget_pages LI UL LI, DIV.widget_categories LI UL LI
{
	background: url(images/line.gif) repeat-x scroll center top;
}
#footer H3.widgettitle, #footer DIV.widget LI
{
	background: none;
	border-bottom: 1px solid #7F7F7F;
}
#footer .background DIV.widget_pages LI, #footer .background DIV.widget_categories LI
{
	border-bottom: none;
	padding: 0;
}
#footer DIV.widget_categories LI A, #footer DIV.widget_pages LI A
{
	border-bottom: 1px solid #333;
	display: block;
	padding: 5px 0;
}
HR
{
	border: 0px solid transparent !important;
	background-color: transparent !important;
	height: 1px;
}
.divider
{
	clear: both;
	display: block;
	margin-bottom: 20px;
	padding-top: 20px;
	width: 100%;
}
.top
{
	font-size: 8px;
	line-height: 10px;
	margin-bottom: 40px;
	text-align: right;
	position: relative;
}
.top A
{
	background: #F9F9F9 none repeat scroll 0 0;
	color: #BBB;
	height: 20px;
	position: absolute;
	right: 0;
	top: 12px;
	width: 20px;
}
.clearboth
{
	clear: both;
	display: block;
	font-size: 0px;
	height: 0px;
	line-height: 0;
	width: 100%;
}
/*------- 5. Tables -------*/
TABLE
{
	border-collapse: separate;
	border-spacing: 0;
	width: 100%;
	border-top: 1px solid #EAEAEA;
	margin-bottom: 18px;
}
TABLE, TD, TH
{
	vertical-align: middle;
}
TH
{
	padding: 10px;
	color: #666;
	border-top: 1px solid #FFF;
}
TD
{
	padding: 10px;
	color: #888;
}
TFOOT TD
{
	border: 0px solid #000000;
}
TH, TR:hover
{
	background-color: #F5F5F5;
}
/*------- 6. Forms -------*/
FIELDSET
{
	padding: 20px;
	border: 1px solid #E5E5E5;
}
LEGEND, LABEL
{
	letter-spacing: 1px;
	font-size: 11px;
}
INPUT[type=text], INPUT[type=password], INPUT[type=file], TEXTAREA
{
	background-color: transparent;
	padding: 5px;
	width: 180px;
}
.textfield_label
{
	margin-left: 0;
}
TEXTAREA
{
	width: 97%;
	height: 120px;
	font-size: 12px;
}
INPUT, TEXTAREA
{
	outline-style: none !important;
}
PRE, INPUT[type=text], INPUT[type=password], INPUT[type=file], TEXTAREA
{
	background: #F9F9F9 url(images/form-gradient.gif) repeat-x scroll -1px -2px;
	border-color: #D9D9D9 #EAEAEA #FFFFFF;
	border-style: solid;
	border-width: 1px;
	color: #666;
}
INPUT[type="submit"]::-moz-focus-inner
{
	border: 0px solid #000000;
}
INPUT[type="submit"]:focus
{
	outline: none;
}
/*------- 7. Images-------*/
.alignright, IMG.alignright, A IMG.alignright
{
	float: right;
	margin: 10px 0px 10px 16px;
}
.alignleft, IMG.alignleft, A IMG.alignleft
{
	float: left;
	margin: 10px 16px 10px 0;
}
.aligncenter, IMG.aligncenter, A IMG.aligncenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.frame, .small_frame
{
	border: 1px solid #EAEAEA;
	display: inline-block;
}
.frame IMG
{
	background: #F5F5F5 none repeat scroll 0 0;
	border: 1px solid #FFF;
	padding: 8px;
	margin: 0;
}
.small_frame IMG
{
	background: #F5F5F5 none repeat scroll 0 0;
	border: 1px solid #FFF;
	padding: 4px;
	margin: 0;
}
/*------- 8. Headers -------*/
H1, H2, H3, H4, H5, H6
{
	font-weight: normal;
	line-height: 100%;
}
#home_feature H2
{
	font-size: 26px;
}
#secondary H3.widgettitle
{
	color: #888;
}
H1
{
	font-size: 24px;
	letter-spacing: -0.5px;
}
H2
{
	font-size: 28px;
}
H3
{
	font-size: 16px;
	color: #7F7F7F;
}
H3.widgettitle, #popular_related_posts H3
{
	margin-bottom: 12px;
	padding-bottom: 18px;
	padding-left: 0;
}
H4
{
	font-size: 18px;
}
H5
{
	font-size: 24px;
	margin-bottom: 20px;
	color: #7F7F7F;
}
H6
{
	font-size: 12px;
	letter-spacing: 1.6px;
	margin-bottom: 15px;
	padding-bottom: 5px;
	color: #888;
	line-height: 20px;
}
.fancy_header SPAN
{
	background-color: #F9F9F9;
	color: #888;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 12px;
	padding-right: 5px;
}
.fancy_header
{
	clear: both;
	padding-left: 0;
	background: url(images/stripes.png) repeat scroll 0 0;
	margin: 14px 0;
}
.flush
{
	margin: 0 !important;
}
/*________________________________________________________________________________________________________________
02. GENERAL LAYOUT
________________________________________________________________________________________________________________
------- 1. General Structure  -------*/
#primary_full, #primary, #secondary
{
	position: relative;
	overflow: hidden;
}
* HTML #primary, * HTML #secondary
{
	display: inline;
}
* HTML BODY
{
	text-align: center;
}
BODY
{
	min-width: 960px;
	background-color: #E5E5E5;
}
#body_block
{
	z-index: 0;
	padding-top: 20px;
}
#primary
{
	float: left;
	width: 672px;
}
#secondary
{
	float: right;
	width: 288px;
	min-height: 300px;
}
#primary .content
{
	margin-right: 48px;
	margin-top: 0px;
}
#secondary .content
{
	margin-right: 0px;
	margin-left: 0px;
}
.inner
{
	height: 100%;
	width: 960px;
	min-width: 960px;
	position: relative;
	clear: both;
	text-align: left;
	margin: 0 auto;
}
#primary-full .content, #subfooter .content
{
	margin-left: 10px;
	margin-right: 10px;
	padding: 1px;
	margin-top: 0px;
	overflow: hidden;
}
#body_block #primary-full
{
	width: 960px;
}
.entry
{
	overflow: hidden;
}
/*------- 2. Header -------*/
#header
{
	z-index: 10;
	height: 91px;
	position: relative;
	background: #E6E6E6;
	border-bottom: 1px solid #D1D1D1;
}
/*logo & sitename*/
#default_logo
{
	background: transparent url(images/logo.jp) no-repeat scroll center top;
	height: 83px;
	width: 288px;
	margin-left: 447px;
	margin-top: -19px;
}
#default_logo A
{
	display: block;
	height: 100%;
	width: 100%;
}
#logo
{
	left: 0px;
	position: absolute;
	top: 20px;
	width: 200px;
	font-size: 32px;
}
#site_name
{
	left: 0px;
	position: absolute;
	top: 32px;
	font-size: 32px;
}
#site_name A
{
	color: #EEE;
}
/*default intro*/
#intro_blurb
{
	background: #E6E6E6;
	position: relative;
	min-height: 123px;
	overflow: hidden;
}
#intro_blurb_title
{
	background: transparent url(images/intro.gif) no-repeat scroll right -7px;
	color: #F9F9F9;
	display: block;
	float: left;
	font-size: 32px;
	height: 62px;
	line-height: 32px;
	margin-right: 30px;
	margin-top: 40px;
	padding-right: 17px;
}
#intro_blurb_title SPAN
{
	background: transparent url(images/intro.gif) no-repeat scroll -7px -7px;
	display: block;
	line-height: 32px;
	padding: 12px 20px 16px 30px;
}
#blurb
{
	color: #444;
	font-size: 24px;
	line-height: 100%;
	min-height: 57px;
	min-width: 200px;
	overflow: hidden;
	padding: 46px 0 20px 20px;
}
/*twitter intro*/
#blurb P.tweet
{
	min-height: 50px;
	background: transparent url(images/tweet.png) no-repeat scroll -10px -26px;
	line-height: 100%;
	margin-bottom: 0;
	padding-left: 65px;
}
#blurb P.tweet A
{
	color: #666;
	font-size: 22px;
}
/*------- 3. Footer -------*/
#footer INPUT[type=text], #footer TEXTAREA, #footer TABLE, #footer TD, #footer TH, #footer TR:hover
{
	background: transparent;
}
#footer A
{
	color: #666;
}
#footer A:hover
{
	color: #444;
}
#footer H3
{
	color: #EEE;
	height: 18px;
}
#footer_nav LI, #footer_nav UL
{
	display: inline;
	font-weight: normal;
}
#footer_nav A
{
	padding: 0 5px;
}
#footer
{
	background: #BBB url(images/footer.jpg) repeat-x top center;
	margin-top: 20px;
	border-top: 1px solid #898989;
}
#footer .inner
{
	padding-top: 40px;
}
#sub_footer
{
	background-color: #A5A5A5;
	border-top: 1px solid #D1D1D1;
	padding-top: 5px;
	font-size: 9px;
	min-height: 24px;
}
#sub_footer .one_half
{
	margin-bottom: 0;
}
#sub_footer .last
{
	text-align: right;
}
/*------- 4. Sidebar -------*/
#has_sidebar
{
	background: #F9F9F9 url(images/sidebar_middle.gif) repeat-y scroll center center;
}
#has_sidebar #body_block
{
	background: transparent url(images/sidebar_top.gif) no-repeat scroll center -25px;
}
#has_sidebar #body_block .inner
{
	background: transparent url(images/sidebar_bottom.gif) no-repeat scroll center bottom;
	overflow: hidden;
}
/*------- 5. Breadcrumbs -------*/
#breadcrumbs
{
	height: 30px;
	background-color: #E6E6E6;
	margin-bottom: 29px;
}
BODY.inset #breadcrumbs
{
	background-image: url(images/inset_breadcrumbs.gif);
}
#breadcrumbs .inner
{
	padding-top: 25px;
	font-size: 12px;
}
#breadcrumbs A
{
	color: #BBB;
}
/*#breadcrumbs A.homepage
{
color: #333333;
}*/
BODY#home_page #body_block
{
	padding-top: 45px;
	border-top: 1px solid #D1D1D1;
}
.breadarrow
{
	color: #CCC;
	padding: 0 4px;
}
/*------- 6. Call to Action -------*/
#call_to_action
{
	min-height: 170px;
	background: #E6E6E6 url(images/outset_breadcrumbs.gif) repeat-x center bottom;
}
BODY.inset #call_to_action
{
	background-image: url(images/inset_breadcrumbs.gif);
}
#call_to_action #blurb
{
	padding: 44px 230px 80px 0;
}
#call_to_action_button
{
	background: transparent url(images/get_started.jpg) no-repeat scroll center top;
	height: 89px;
	position: absolute;
	right: 0px;
	top: 30px;
	width: 210px;
}
#call_to_action_button A
{
	display: block;
	height: 100%;
	width: 100%;
}
/*-------  7. Columns -------*/
#primary .one_third
{
	width: 176px;
}
#primary .two_third
{
	width: 400px;
}
#primary .one_half
{
	width: 288px;
}
#primary .one_fourth, #footer .one_fourth
{
	width: 120px;
}
#primary .three_fourth
{
	width: 456px;
}
.one_half
{
	width: 456px;
}
.one_third
{
	width: 288px;
}
.two_third
{
	width: 624px;
}
.one_fourth
{
	width: 204px;
}
.three_fourth
{
	width: 708px;
}
.one_half, .one_third, .two_third, .three_fourth, .one_fourth
{
	position: relative;
	margin-right: 48px;
	margin-bottom: 0;
	float: left;
}
.last
{
	margin-right: 0 !important;
	clear: right;
}
/*________________________________________________________________________________________________________________
03. PAGE SPECIFIC STYLE
________________________________________________________________________________________________________________
------- 1. Home -------*/
BODY#home_page #header
{
	height: 91px;
}
#home_feature
{
	height: 374px;
	background: #010101 url(images/home_feature.jpg) repeat-x scroll center top;
}
/*slider nav*/
#slider_thumbnails
{
	position: absolute;
	z-index: 100;
	width: 960px;
	top: 375px;
	left: 0;
}
#slider_preview_img
{
	text-align: center;
}
.slider_preview_img
{
	cursor: pointer;
	height: 15px;
	width: 15px;
	background: transparent url(images/slider_inactive.png) no-repeat scroll 0 0;
}
.active_slider_img
{
	background: transparent url(images/slider_active.png) no-repeat scroll 0 0;
}
/*slider full*/
#slider_img
{
	display: block;
	height: 350px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 20px;
	width: 960px;
}
#home_feature #slider_img .slider_full
{
	height: 400px;
	margin-top: 0px;
	overflow: hidden;
}
.slider_frame
{
	background: transparent url(images/slider_frame.png) no-repeat scroll 0 0;
	cursor: pointer;
	height: 340px;
	position: absolute;
	top: 0;
	right: 0;
	width: 600px;
}
.slider_content
{
	width: 300px;
	padding-top: 30px;
	padding-left: 30px;
}
.slider_full .slider_content
{
	width: 330px;
	padding-left: 0px;
	margin-left: 625px;
	padding-top: 15px;
	text-align: right;
}
/*slider staged*/
#home_feature .background
{
}
#home_feature.staged .background
{
	height: 400px;
	background: transparent url(images/stage.jpg) no-repeat center top;
}
#home_feature #slider_img .slider_cropped
{
	height: 340px;
	margin-top: 20px;
	overflow: hidden;
}
#home_feature #slider_content .slider_cropped
{
	margin: 40px 30px;
	overflow: hidden;
}
#home_feature .slider_full H2, #home_feature .slider_full
{
	color: #888888;
}
/*slider cu3er*/
#home_feature.cu3er .background
{
	height: 400px;
	background: transparent url(images/cu3er.jpg) no-repeat scroll center center;
}
#home_feature.cu3er #cu3er-container
{
	display: block;
	overflow: hidden;
	position: absolute;
	right: 0;
	width: 960px;
	height: 340px;
	top: 25px;
}
#slider_img IMG
{
	bottom: 0;
	margin-right: 320px;
	margin-top: 0;
}
#loading_slider
{
	background: transparent url(images/loader.gif) no-repeat scroll center top;
	height: 64px;
	position: absolute;
	text-align: center;
	top: 170px;
	width: 960px !important;
	z-index: 20;
}
/*------- 2. Portfolio -------*/
.loading_gallery
{
	background: transparent url(images/transparent.png) no-repeat scroll center center;
	height: 32px;
	left: 129px;
	position: absolute;
	top: 73px;
	width: 32px;
}
H2.portfolio
{
	margin-top: 45px;
}
H3.portfolio
{
	margin-bottom: 14px;
	margin-top: 0;
	padding-left: 0;
}
P.portfolio
{
	margin-bottom: 15px;
}
.portfolio_single_pic
{
	display: block;
	height: 535px;
	position: relative;
	width: 960px;
}
.portfolio_single_pic IMG
{
	height: 516px;
	left: 0;
	padding: 0;
	position: absolute;
	top: 10px;
	width: 945px;
}
/*------- 3. Portfolio Gallery View -------*/
.loading_gallery_post
{
	background: transparent url(images/loader.gif) no-repeat scroll center center;
	height: 11px;
	left: 450px;
	position: absolute;
	top: 267px;
	width: 43px;
}
.portfolio_img_holder
{
	display: block;
	height: 177px;
	position: relative;
	width: 288px;
	margin-left: -288px;
}
.portfolio_img_holder IMG
{
	height: 151px;
	position: absolute;
	width: 276px;
	border: 1px solid #D1D1D1;
}
.rollover_play
{
	background: transparent url(images/play_small.png) no-repeat 0 0;
	display: none;
	height: 151px;
	left: 0;
	position: absolute;
	top: 0;
	width: 276px;
}
/*------- 4. Portfolio Full View -------*/
.loading_gallery_full
{
	background: transparent url(images/loader.gif) no-repeat scroll center center;
	height: 11px;
	left: 215px;
	position: absolute;
	top: 124px;
	width: 43px;
}
.full_portfolio_frame
{
	background: transparent url(images/portfolio_full_frame.gif) no-repeat scroll -14px -14px;
	height: 300px;
	margin-top: 35px;
	width: 472px;
	position: relative;
}
.full_portfolio_frame IMG
{
	background: #F9F9F9 none repeat scroll 0 0;
	height: 246px;
	left: 1px;
	padding: 0px;
	position: absolute;
	top: 8px;
	width: 447px;
}
.full_portfolio_frame .rollover
{
	background: transparent url(images/zoom_large.png) no-repeat scroll 0 0;
	height: 246px;
	left: 6px;
	top: 13px;
	width: 447px;
}
.full_portfolio_frame .rollover_play
{
	background: transparent url(images/play_large.png) no-repeat scroll 0 0;
	height: 246px;
	left: 6px;
	top: 13px;
	width: 447px;
}
.blog_frame .rollover
{
	background: transparent url(images/zoom_blog.png) no-repeat scroll 0 0;
	height: 234px;
	top: 30px;
	width: 612px;
}
.blog_frame .rollover_play
{
	background: transparent url(images/play_blog.png) no-repeat scroll 0 0;
	height: 234px;
	top: 30px;
	width: 612px;
}
/*------- 5. Contact Forms -------*/
.blog_frame .rollover
{
	background: transparent url(images/zoom_blog.png) no-repeat scroll 0 0;
	height: 234px;
	top: 30px;
	width: 612px;
}
.blog_frame .rollover_play
{
	background: transparent url(images/play_blog.png) no-repeat scroll 0 0;
	height: 234px;
	top: 30px;
	width: 612px;
}
#contact_form .loadingImg
{
	background: transparent url(images/loader-contact.gif) no-repeat scroll 0 0;
	height: 32px;
	width: 32px;
	display: none;
}
#contactFormWidget .loadingImgWidgetFt
{
	background: transparent url(images/loader_widget_ft.gif) no-repeat scroll 0 0;
	height: 32px;
	width: 32px;
	display: none;
	margin: 10px 0 0;
}
#contactFormWidget .loadingImgWidgetSb
{
	background: transparent url(images/loader_widget_sb.gif) no-repeat scroll 0 0;
	height: 32px;
	width: 32px;
	display: none;
	margin: 10px 0 0;
}
#footer FORM#contactFormWidget
{
	background: transparent url(images/footer_form.png) no-repeat scroll -1px 0px;
}
#footer INPUT#emailWidget, #footer INPUT#contactNameWidget, #footer TEXTAREA#commentsTextWidget, #footer .button
{
	background: transparent none;
	border: 0px solid transparent;
}
.webtreats_contact_form_widget H3
{
	margin-bottom: 8px;
}
#footer .webtreats_contact_form_widget P
{
	margin-bottom: 12px;
}
#secondary .webtreats_contact_form_widget P
{
	margin-bottom: 8px;
}
#footer .button
{
	background: transparent url(images/footer_button.png) no-repeat scroll -2px 0;
	height: 42px;
	width: 97px;
}
#footer INPUT#emailWidget, #footer INPUT#contactNameWidget
{
	height: 24px;
	padding: 5px 8px;
	width: 178px;
	/*+placement:float-right 0px 0px;*/
	float: right;
	position: relative;
	left: 0px;
	top: 0px;
}
TEXTAREA#commentsTextWidget
{
	padding-left: 8px;
	height: 107px;
	overflow: hidden;
	width: 95%;
}
.webtreats_contact_form_widget LABEL
{
	vertical-align: top;
}
#footer #contactFormWidget .inputError
{
	background: transparent url(images/error.png) no-repeat scroll right -1px;
}
.inputError, INPUT[type="text"].inputError
{
	border: 1px solid #888;
}
.screenReader
{
	left: -9999px;
	position: absolute;
	top: -9999px;
}
#footer P.thanks
{
	background: #010101;
	padding: 15px;
	margin-bottom: 0;
	border: 1px solid #333;
}
/*________________________________________________________________________________________________________________
04. BLOG STYLES
________________________________________________________________________________________________________________
------- 1. Blog Index & Post -------*/
.blog_header, .blog_header A:link, .blog_header A:visited
{
	color: #333333;
	margin-bottom: 0;
	padding-bottom: 8px;
}
.blog_module
{
	clear: both;
	display: block;
	margin-bottom: 40px;
	overflow: hidden;
}
.loading_blog
{
	background: transparent url(images/loader.gif) no-repeat scroll center center;
	height: 143px;
	left: 285px;
	position: absolute;
	top: 73px;
	width: 32px;
}
.blog_frame
{
	background: transparent url(images/blog_thumb.png) no-repeat scroll 0 0;
	height: 290px;
	margin-top: -20px;
	position: relative;
	width: 624px;
}
.blog_frame IMG
{
	background: #F5F5F5 none repeat scroll 0 0;
	border: 1px solid #FFFFFF;
	height: 234px;
	left: 1px;
	padding: 4px;
	position: absolute;
	top: 25px;
	width: 612px;
}
.top_metadata
{
	color: #888;
	font-size: 10px;
	margin-bottom: 20px;
	padding: 4px 2px 8px;
}
.top_metadata A
{
	font-size: 10px;
	word-spacing: -1px;
}
.bottom_metadata
{
	font-size: 10px;
	margin: 20px 0 40px;
}
.bottom_metadata STRONG
{
}
.tags
{
	padding-right: 20px;
}
/*------- 2. About the Author -------*/
#about_the_author P.padding
{
	padding-left: 112px;
	padding-top: 50px;
}
#about_the_author
{
	display: block;
	margin-bottom: 10px;
}
#about_the_author IMG
{
	border: 1px solid #666;
	float: left;
	margin-right: 25px;
	width: 80px;
}
#about_the_author SPAN.sprite
{
	background: transparent url(images/sprite.png) no-repeat scroll -108px -120px;
	height: 40px;
	left: 132px;
	position: absolute;
	top: 25px;
	width: 95px;
}
/*------- 3. Social Media -------*/
#spread_the_word
{
	display: block;
	margin-bottom: 10px;
}
#spread_the_word .gradient_box_bottom
{
	padding: 4px 25px;
}
#spread_the_word .icons
{
	padding-left: 105px;
	height: 50px;
}
#spread_the_word SPAN.sprite
{
	background: transparent url(images/sprite.png) no-repeat scroll -104px -61px;
	height: 38px;
	position: absolute;
	top: 10px;
	width: 100px;
}
#spread_the_word A
{
	display: block;
	height: 100%;
	width: 100%;
}
.twitter_icon, .reddit_icon, .digg_icon, .stumbleupon_icon, .delicious_icon, .facebook_icon, .linkedin_icon
{
	background: transparent url(images/spread_the_word.png) no-repeat scroll 0 0;
	float: left;
	clear: none;
	height: 50px;
	width: 50px;
}
.delicious_icon
{
	background-position: -10px 0;
}
.reddit_icon
{
	background-position: -75px 0;
}
.digg_icon
{
	background-position: -251px 0;
}
.stumbleupon_icon
{
	background-position: -372px 0;
}
.twitter_icon
{
	background-position: -128px 0;
}
.facebook_icon
{
	background-position: -310px 0;
}
.linkedin_icon
{
	background-position: -192px 0;
}
/*------- 4. Popular and Related Posts -------*/
#popular_related_posts
{
	margin-top: 50px;
}
#popular_related_posts .one_half, #popular_related_posts .one_half UL.thumbnail_list
{
	margin-bottom: 0;
}
/*------- 5. Threaded Comments -------*/
#comments
{
	margin-top: 50px;
}
#comments .date
{
	padding-left: 2px;
	color: #BBBBBB;
	font-size: 9px;
	line-height: 15px;
}
.comment-text
{
	color: #888888;
	left: 25px;
	margin: 10px 0;
	min-height: 90px;
	overflow: hidden;
	padding-right: 40px;
	padding-top: 8px;
	position: relative;
}
.comment-author
{
	float: left;
	overflow: hidden;
	width: 90px;
}
H4#comments
{
	clear: both;
	margin: 45px 0 5px;
	font-size: 20px;
}
.commentlist CITE
{
	display: inline-block;
	font-style: normal;
	line-height: 16px;
	padding-left: 2px;
	padding-top: 5px;
	text-transform: capitalize;
}
.commentlist CITE, .commentlist CITE A:link, .commentlist CITE A:visited
{
	color: #666;
}
.commentmetadata, .commentlist .reply
{
	float: left;
	font-size: 10px;
	margin-right: 5px;
	text-transform: lowercase;
}
.commentlist
{
	margin: 0 0 20px;
}
.commentlist LI
{
	background: url(images/comment_bubble.gif) no-repeat 0px 15px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	padding: 20px 0;
	overflow: hidden;
	clear: both;
}
.commentlist LI UL LI
{
	margin-left: 20px;
}
.cancel-comment-reply A
{
	color: #BBB;
	font-size: 9px;
	padding-left: 2px;
	line-height: 15px;
}
.comms-navigation, .navigation
{
	clear: both;
	display: block;
	margin-bottom: 0px;
	overflow: hidden;
}
.children
{
	padding: 0;
}
.nocomments
{
	text-align: center;
	margin: 0;
	padding: 0;
}
#commentform
{
	padding-top: 20px;
}
#respond
{
	clear: both;
	padding-top: 20px;
}
#respond H3
{
	margin-bottom: 0px;
}
.date
{
	color: #AAA;
	font-size: 10px;
	line-height: 15px;
}
.awaiting_moderation
{
	background: #FFFFFF none repeat scroll 0 0;
	border: 1px solid #EEEEEE;
	display: inline-block;
	font-size: 10px;
	margin-bottom: 10px;
	padding: 0 10px;
}
.logged
{
	margin-bottom: 5px;
}
/*________________________________________________________________________________________________________________
05. WIDGETS
________________________________________________________________________________________________________________*/
.widget UL
{
	margin-bottom: 0;
}
.widget
{
	padding: 0 0 40px;
	overflow: hidden;
}
.textwidget
{
	clear: both;
}
/*------- 1. Search Box -------*/
#body_block .search-box
{
	background: transparent url(images/searchbar.png) no-repeat scroll left top;
	height: 30px;
	margin-top: 5px;
	overflow: hidden;
	width: 288px;
}
#body_block INPUT.search-field
{
	background: transparent none repeat scroll 0 0;
	border: 0 none #000000;
	float: left;
	height: 25px;
	margin: 0;
	padding: 7px 0 0 14px;
	width: 232px;
	color: #666;
}
#body_block INPUT.search-field:focus
{
	background: transparent url(images/searchbar.png) no-repeat scroll left -30px;
}
#body_block INPUT.search-go
{
	background: transparent url(images/searchbar.png) no-repeat scroll right 0;
	border: 0 none #000000;
	cursor: pointer;
	float: left;
	height: 30px;
	margin: 0;
	padding: 0;
	width: 42px;
}
#body_block INPUT.search-go:hover
{
	background-position: right -30px;
}
/*------- 2. Twitter Widget -------*/
#twitter-widget
{
	position: relative;
	overflow: visible;
}
#secondary #twitter-widget.webtreats_twitter_widget UL LI A
{
	background: transparent url(images/mini_icons.png) no-repeat scroll -140px -116px;
	padding-left: 26px;
}
#secondary .twitter_bird
{
	background: transparent url(images/sprite.png) no-repeat scroll right -1px;
	height: 54px;
	position: absolute;
	right: 0;
	top: 2px;
	width: 54px;
}
/*------- 3. Flickr Widget -------*/
#flickr H3 SPAN
{
	color: #0061D8;
}
#flickr H3 SPAN SPAN
{
	color: #FF1183;
}
#flickr .wrap
{
	margin-left: -11px;
	width: 300px;
	padding: 0;
	position: relative;
}
#flickr A
{
	border: 1px solid #EEE;
	display: inline-block;
}
#flickr A IMG
{
	border: 1px solid #FFF;
	padding: 4px;
	width: 75px;
	height: 75px;
}
DIV.flickr_badge_image
{
	padding: 0;
	display: block;
	float: left;
	margin-bottom: 12px;
	margin-left: 12px;
	background: #F5F5F5 none repeat scroll 0 0;
	width: 87px;
	height: 87px;
}
/*------- 4. Tag Cloud -------*/
.widget_tag_cloud A
{
	padding: 4px;
}
/*------- 5. Custom Post Lists -------*/
.thumbnail_list LI
{
	padding-bottom: 5px;
	position: relative;
}
.thumbnail_title
{
	display: inline-block;
	font-size: 15px;
	padding-top: 10px;
	width: 194px;
}
UL.thumbnail_list .alignleft
{
	margin-bottom: 3px;
	margin-top: 5px;
}
/*------- 6. Calendar -------*/
.widget_calendar TFOOT TD
{
	background-image: none;
}
TD#today
{
	font-weight: bold;
}
#secondary .widget_calendar TD A
{
	text-decoration: underline;
}
/*-------  Contact Us Widget -------*/
#body_block .contact_widget_name, #body_block .contact_widget_address, #body_block .contact_widget_city, #body_block .contact_widget_phone, #body_block .contact_widget_email
{
	padding-left: 26px;
}
.contact_widget_name
{
	background: transparent url(images/mini_icons.png) no-repeat scroll -180px -84px;
}
.contact_widget_phone
{
	background: transparent url(images/mini_icons.png) no-repeat scroll -140px -124px;
}
.contact_widget_email
{
	background: transparent url(images/mini_icons.png) no-repeat scroll -100px -161px;
}
.contact_widget_email A
{
	text-decoration: underline;
}
#footer .contact_widget_name, #footer .contact_widget_phone, #footer .contact_widget_email
{
	background-image: none;
}
/*------- 8. Recent Comments -------*/
#secondary .widget_recent_comments UL LI.recentcomments SPAN
{
	background: transparent url(images/mini_icons.png) no-repeat scroll -140px -122px;
	padding-left: 26px !important;
}
#secondary .widget_recent_comments UL LI.recentcomments
{
	padding: 4px 0 8px;
}
/*------- 9. Categories, Archives, Etc. -------*/
#footer DIV.widget LI
{
	padding: 5px 0;
}
.webtreats_twitter_widget H3, .widget_categories H3, .webtreats_recent_widget H3, .webtreats_popular_widget H3, .widget_links H3, .widget_archive H3, .widget_meta H3, .widget_pages H3, .widget_recent_comments H3, .widget_recent_entries H3
{
	margin-bottom: 0;
}
#secondary .webtreats_twitter_widget UL LI A, #secondary .widget_categories UL LI A, #secondary .widget_links UL LI A, #secondary .widget_archive UL LI A, #secondary .widget_meta UL LI A, #secondary .widget_pages UL LI A, #secondary .widget_recent_entries UL LI A
{
	background: transparent url(images/mini_icons.png) no-repeat scroll -265px 2px;
	display: block;
	padding: 4px 0 8px 20px;
}
#secondary .widget_pages UL UL LI A, #secondary .widget_categories UL UL LI A
{
	margin-left: 20px;
}
/*------- 10. RSS Widget -------*/
.rss-date
{
	color: #AAA;
	font-size: 10px;
	letter-spacing: 1px;
	display: block;
}
.widget_rss UL LI
{
	padding: 4px 0 8px;
}
.widget_rss H3
{
	margin-bottom: 0;
}
.widget_rss UL LI A
{
	display: block;
}
/*________________________________________________________________________________________________________________
06. MENU
________________________________________________________________________________________________________________*/
#main_navigation
{
	position: absolute;
	left: 0;
	top: 25px;
	font-size: 13px;
	height: 40px;
}
.jqueryslidemenu
{
	position: relative;
	z-index: 22;
}
.jqueryslidemenu UL
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.jqueryslidemenu UL LI
{
	position: relative;
	display: inline;
	float: left;
}
.jqueryslidemenu UL LI A, .jqueryslidemenu UL LI A:link
{
	color: #999;
}
.jqueryslidemenu UL LI A:hover
{
	color: #E00;
}
.jqueryslidemenu UL LI A
{
	display: block;
	padding: 10px;
	text-decoration: none;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	padding: 0 20px 0 0;
}
* HTML .jqueryslidemenu UL LI A
{
	display: inline-block;
}
.jqueryslidemenu UL LI UL
{
	position: absolute;
	left: 0px;
	display: block;
	visibility: hidden;
}
.jqueryslidemenu UL LI UL LI
{
	display: list-item;
	float: none;
}
.jqueryslidemenu UL LI UL LI UL
{
	top: 0px;
}
.jqueryslidemenu UL LI UL LI A
{
	width: 160px;
	padding: 6px 13px;
	margin: 0;
}
.jqueryslidemenu UL UL
{
	background: transparent url(images/drop.png) no-repeat scroll -1px 0;
	padding-top: 14px;
	top: 30px;
	padding-bottom: 2px;
}
.jqueryslidemenu UL UL.menu_flip
{
	background: transparent url(images/dropR.png) no-repeat scroll -1px 0;
}
.jqueryslidemenu UL UL UL, .jqueryslidemenu UL UL.menu_flip UL
{
	background: transparent url(images/drop_sub.png) no-repeat scroll 0px -2px;
	margin-left: -4px;
	margin-top: -2px;
	padding-top: 2px;
}
.jqueryslidemenu UL UL LI A, .jqueryslidemenu UL UL LI A:link, .jqueryslidemenu UL UL LI A:visited
{
	height: 100%;
	line-height: 20px;
}
.jqueryslidemenuz UL LI UL LI A:hover, .jqueryslidemenu UL UL LI A:hover
{
	margin: 0 4px;
	padding: 6px 9px;
	background: #222;
	color: #EEE;
}
.jqueryslidemenuz UL UL LI UL LI A:hover, .jqueryslidemenu UL UL UL LI A:hover
{
	margin: 0 1px;
	padding: 6px 12px;
	width: 155px;
}
/*________________________________________________________________________________________________________________
07. EXTRAS
________________________________________________________________________________________________________________
------- 1. Dropcaps -------*/
.dropcap1
{
	background: transparent url(images/sprite.png) no-repeat scroll 0px 0px;
	color: #007DC6;
	float: left;
	font-size: 30px;
	height: 58px;
	line-height: 30px;
	margin-bottom: -12px;
	margin-right: 8px;
	padding-left: 2px;
	padding-top: 12px;
	text-align: center;
	width: 52px;
}
.dropcap2
{
	color: #333333;
	display: block;
	float: left;
	font-size: 40px;
	line-height: 40px;
	margin: 0 8px 0 0;
}
/*------- 2. Pullquotes -------*/
.pullquote_right, .pullquote_left
{
	background: transparent url(images/stripes.png) repeat-y scroll 0 0;
	color: #444444;
	float: right;
	font-size: 14px;
	letter-spacing: 0px;
	line-height: 25px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-top: 20px;
	padding: 0 0 0 20px;
	width: 33%;
}
.pullquote_left
{
	float: left;
	margin-left: 0px;
	margin-right: 20px;
}
/*------- 3. Highlight Styles -------*/
.highlight1
{
	padding: 1px 4px;
	background-color: #FFFF00;
	color: #111;
}
.highlight2
{
	padding: 1px 4px;
	background-color: #111;
	color: #EEE;
}
/*------- 4. Unordered Lists -------*/
UL.arrow_list LI
{
	background: transparent url(images/mini_icons.png) no-repeat scroll -262px -1px;
	padding-left: 20px;
}
UL.check_list LI
{
	background: transparent url(images/mini_icons.png) no-repeat scroll -222px -41px;
	padding-left: 20px;
}
/*------- 5. Toggle Content -------*/
H3.toggle
{
	background: transparent url(images/mini_icons.png) no-repeat scroll -60px -198px;
	font-size: 18px;
	margin-top: 20px;
	padding: 0 0 0 30px;
}
H3.toggle A
{
	color: #888;
	padding-top: 5px;
	text-decoration: none;
	display: block;
}
H3.toggle A:hover
{
	color: #666;
}
H3.active
{
	background: transparent url(images/mini_icons.png) no-repeat scroll -19px -237px;
}
H3.active A:link
{
	color: #666;
}
.toggle_content
{
	background: #F5F5F5;
	border: 1px solid #F3F3F3;
	clear: both;
	margin: 0 0 20px 30px;
	overflow: hidden;
}
.toggle_content .block
{
	padding: 30px;
}
/*------- 6. Buttons -------
simple buttons*/
.button
{
	background: transparent url(images/buttons.gif) no-repeat scroll center -34px;
	border: 0px solid #131313;
	color: #EEEEEE;
	height: 30px;
	line-height: 16px;
	letter-spacing: 1px;
	padding: 5px 12px;
	overflow: visible;
	float: right;
	margin-bottom: 35px;
	margin-top: -9px;
}
.slider_content A.button
{
	background: transparent url(images/buttons.gif) no-repeat scroll center -34px;
	border: 1px solid #131313;
	color: #EEEEEE;
	height: 30px;
	line-height: 30px;
	letter-spacing: 1px;
	padding: 5px 12px;
	overflow: visible;
}
.slider_content A.button:hover, .button:hover
{
	background: transparent url(images/footer_button.png) repeat-x scroll center -2px;
	cursor: pointer;
}
/*span buttons*/
A.button_link
{
	background: url(images/buttons.png) no-repeat scroll right -34px;
	color: #EEE;
	display: inline-block;
	font-size: 13px;
	height: 30px;
	margin-right: -5px;
	margin-top: 0px;
	padding-right: 15px;
}
A.button_link SPAN
{
	background: transparent url(images/buttons.gif) no-repeat scroll -2px -34px;
	display: block;
	line-height: 10px;
	padding: 9px 0 11px 15px;
}
A.button_link:hover
{
	background-position: right -2px;
	color: #CCC;
}
A.button_link:hover SPAN
{
	background-position: -2px -2px;
}
/*------- 7. Box Styles -------*/
.gradient_box_middle
{
	background: transparent url(images/gradient_box_middle.gif) repeat-y scroll 0 0;
	width: 625px;
}
.gradient_box_bottom
{
	background: transparent url(images/gradient_box_bottom.gif) no-repeat scroll 0 bottom;
	padding: 26px;
	position: relative;
}
.gradient_box_top
{
	background: transparent url(images/gradient_box_top.gif) no-repeat scroll 0 top;
}
.fancy_box, .download_box, .warning_box, .info_box, .note_box
{
	clear: both;
	padding: 20px;
	margin: 20px 0px;
}
.download_box, .warning_box, .info_box, .note_box
{
	padding-left: 55px;
	background: #EEE;
	padding-bottom: 25px;
	padding-top: 20px;
}
.fancy_box
{
	background: #F9F9F9 url(images/form-gradient.gif) repeat-x scroll 0 -7px;
	border: 1px solid #E0E0E0;
}
.info_box
{
	background: #BFE4F9 url(images/icons/info.png) no-repeat scroll 10px 14px;
	border: 1px solid #68A2CF;
	color: #2E6093;
}
.warning_box
{
	background: #FFCCCC url(images/icons/stop.png) no-repeat scroll 10px 15px;
	border: 1px solid #FF9999;
	color: #C31B00;
}
.download_box
{
	background: #DEE3AB url(images/icons/down_alt.png) no-repeat scroll 10px 15px;
	border: 1px solid #A3C159;
	color: #5E6F33;
}
.note_box
{
	background: #FDEBAE url(images/icons/notebook.png) no-repeat scroll 10px 15px;
	border: 1px solid #E6C555;
	color: #9E660D;
}
/*------- 8. WP Pagenavi -------*/
.wp-pagenavi
{
	clear: both;
	padding-top: 10px;
	height: 40px;
	text-align: right;
	background: url(images/line.gif) repeat-x scroll center top;
}
.wp-pagenavi A, .wp-pagenavi A:link, .wp-pagenavi A:visited, .wp-pagenavi A:active, .wp-pagenavi SPAN.pages, .wp-pagenavi SPAN.current, .wp-pagenavi SPAN.extend
{
	border: 1px solid transparent;
	color: #AAAAAA;
	font-size: 10px;
	margin: 1px;
	padding: 4px 5px;
}
.wp-pagenavi .pages
{
	display: none;
}
.wp-pagenavi A
{
	display: none;
}
.wp-pagenavi A.page
{
	display: inline;
}
.wp-pagenavi A:hover
{
	background: #EEE;
	background: #F9F9F9 url(images/form-gradient.gif) repeat-x scroll -1px -2px;
	border-color: #D9D9D9 #EAEAEA #FFFFFF;
	border-style: solid;
	border-width: 1px;
}
.wp-pagenavi SPAN.current
{
	background: #111111 url(images/buttons.gif) no-repeat scroll center -35px;
	border: 1px solid #222;
	border-bottom: 0;
	color: #EEEEEE;
	font-weight: bold;
	height: 29px;
}
/*
root element for the scrollable.
when scrolling occurs this element stays still.
*/
.bar
{
	height: 100%;
	width: 960px;
	min-width: 960px;
	position: relative;
	clear: both;
	text-align: left;
	margin: 0 auto;
}
.scrollable
{
/*required settings*/
	position: relative;
	overflow: hidden;
	width: 880px;
	height: 63px;
	margin-top: 11px;
/*custom decorations
border:1px solid #ccc;*/
}
/*
root element for scrollable items. Must be absolutely positioned
and it should have a extremely large width to accomodate scrollable items.
it's enough that you set the width and height for the root element and
not for this element.
*/
.scrollable .items
{
/*this cannot be too large*/
	width: 20000em;
	position: absolute;
	clear: both;
	cursor: pointer;
}
/*single scrollable item*/
.scrollable IMG
{
	float: left;
	width: 107px;
	height: 51px;
	margin: 0px 33px;
}
/*active item*/
.scrollable .active
{
	z-index: 9999;
	position: relative;
}
/*this makes it possible to add next button beside scrollable*/
.scrollable
{
	float: left;
}
/*prev, next, prevPage and nextPage buttons*/
A.browse
{
	background: url(images/hori_large.png) no-repeat;
	display: block;
	width: 30px;
	height: 30px;
	float: left;
	margin: 20px 10px;
	cursor: pointer;
	font-size: 1px;
}
/*right*/
A.right
{
	background-position: 0 -30px;
	clear: right;
	margin-right: 0px;
}
A.right:hover
{
	background-position: -30px -30px;
}
A.right:active
{
	background-position: -60px -30px;
}
/*left*/
A.left
{
	margin-left: 0px;
}
A.left:hover
{
	background-position: -30px 0;
}
A.left:active
{
	background-position: -60px 0;
}
/*up and down*/
A.up, A.down
{
	background: url(../img/scrollable/arrow/vert_large.png) no-repeat;
	float: none;
	margin: 10px 50px;
}
/*up*/
A.up:hover
{
	background-position: -30px 0;
}
A.up:active
{
	background-position: -60px 0;
}
/*down*/
A.down
{
	background-position: 0 -30px;
}
A.down:hover
{
	background-position: -30px -30px;
}
A.down:active
{
	background-position: -60px -30px;
}
/*disabled navigational button*/
A.disabled
{
	visibility: hidden !important;
}
/*position and dimensions of the navigator*/
.navi
{
	margin-left: 460px;
	width: 200px;
	height: 20px;
	float: left;
}
/*items inside navigator*/
.navi A
{
	width: 8px;
	height: 8px;
	float: left;
	margin: 3px;
	background: url(images/navigator.png) no-repeat 0 0;
	display: block;
	font-size: 1px;
}
/*mouseover state*/
.navi A:hover
{
	background-position: 0 -8px;
}
/*active state (current page state)*/
.navi A.active
{
	background-position: 0 -16px;
}
/*Quicksand
3.2 =Image Grid
----------------------------------------------------------------------*/
.quicksander P, .quicksander UL
{
	margin-right: 0;
}
#performance-toggle
{
	text-align: center;
	margin-right: 0;
	font-size: 11px;
	opacity: 0.5;
/*-webkit-transition: opacity 0.25s linear
-moz-transition: opacity 0.25s linear*/
}
#performance-toggle:hover
{
	opacity: 0.999;
}
.image-grid
{
	margin: -20px 0 0 -40px;
	padding-left: 40px;
	width: 986px;
}
.image-grid:after
{
	content: "";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}
.image-grid LI
{
	width: 220px;
	margin: 0 26px 0 0;
	padding: 0 0 20px;
	float: left;
/*text-align: center;*/
	font-family: "Helvetica Neue", sans-serif;
	line-height: 17px;
	color: #686F74;
	height: 160px;
	overflow: hidden;
}
.image-grid LI IMG, .image-grid LI STRONG
{
	display: block;
}
.image-grid LI STRONG
{
	color: #FFF;
}
/*2.1 =Splitter
----------------------------------------------------------------------*/
.splitter
{
	margin: 5px -40px 40px 0;
/*text-align: center;*/
	background: #E4E4E4 url(images/subnavbck.png) no-repeat;
	/*[disabled]border-bottom:1px solid #1D1F21;*/
	padding: 6px 40px 5px 0;
	font-size: 12px;
}
.splitter:after
{
	content: "";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}
.splitter UL
{
	margin-right: 0;
	margin-top: 0;
}
.splitter>LI
{
	padding-left: 3px;
}
.splitter>LI UL
{
	margin-left: 8px;
}
.splitter UL LI A
{
	border-bottom: 0;
	position: static;
}
.splitter LI, .splitter UL, .splitter UL LI A
{
	display: inline;
	display: inline-block;
	line-height: 1;
}
.splitter UL, .splitter UL LI, .splitter UL LI A
{
	background-image: url(images/buttons_quicksand.png);
	background-repeat: no-repeat;
}
.splitter UL
{
	background-position: 0 -138px;
	background-repeat: repeat-x;
}
.splitter UL LI
{
	margin-left: -4px;
}
.splitter UL LI:first-child
{
	margin-left: 0;
}
.splitter UL LI A
{
	padding: 5px 8px 6px;
	color: #070708;
	text-shadow: rgba(255, 255, 255, 0.1) 0 1px 0;
	text-decoration: none;
}
.splitter UL LI.segment-0, .splitter UL LI.segment-2
{
	background-position: -3px -92px;
}
.splitter UL LI.segment-1
{
	background-position: 0 -92px;
}
.splitter UL LI.segment-0 A, .splitter UL LI.segment-1 A
{
	background-position: 0 -161px;
}
.splitter UL LI.segment-2 A
{
	background-position: 100% -115px;
}
.splitter UL LI.selected-0 A, .splitter UL LI.selected-1 A, .splitter UL LI.selected-2 A
{
	color: #FFF;
	text-shadow: rgba(0, 0, 0, 0.25) 0 1px 0;
}
.splitter UL LI.selected-0, .splitter UL LI.selected-2
{
	background-position: 0 -23px;
}
.splitter UL LI.selected-0 A, .splitter UL LI.selected-1 A
{
	background-position: 100% -46px;
}
.splitter UL LI.selected-1
{
	background-position: 0 0;
}
.splitter UL LI.selected-2 A
{
	background-position: 100% -69px;
}
