/*
Theme Name: Titanium
Theme URI: http://titanium.ithemes.com/
Author: iThemes
Author URI: http://ithemes.com/
Version: 1.3.18
Description: Titanium is a premium WordPress business theme.
Tags: business, corporate, CMS, website

Copyright (c) 2009 iThemes Media, LLC.
See license.txt for terms and conditions.

See history.txt for version history.
*/
/*CSS Reset*/
@import url(css/reset.css);
/*Get the grid, baby!*/
@import url(css/grid.css);

body { /* This is where you set many of the universal defaults */
	background: #00415b url(images/body-bg.jpg) top repeat-x; color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	margin: 0px; padding: 10px 0px;
}

/*********************************************
		Universal Link Styles
*********************************************/
a {
	color: #333;
	text-decoration: underline;
}
a:hover { 
	color: #333; 
	text-decoration: none; 
}

/*********************************************
		Universal Text Elements
*********************************************/
p, ul, ol, blockquote {
	color: #333;
}
ol, ul {
	margin: 5px 35px;
}
blockquote {
	margin: 5px 10px; padding: 0px 10px;
	font-style: italic; background: #efefef url(images/quote-bg.gif) top left no-repeat; 

border: 1px solid #ccc;
}
img { border: 0px; background: none; }
p {
	padding: 10px 0px;
	margin: 0px;
}
/*********************************************
		Header Styles
*********************************************/
/* Use this for universal styles for all header elements
Be sure to uncomment the styles before using */
h1,h2,h3,h4,h5,h6 {
	color: #333;
	margin-bottom: 5px;
}
h1 { /* This style is generally used as title on single posts and pages */
	font-size: 25px;
	/*border-bottom: 4px double #333;*/
}
h2 { /* This style used as a sub-header in post/page content */
	font-size: 22px;
	border-bottom: 4px double #333;
}
h3 { /* This style used as the post titles on homepage/archive */
	clear: both;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 4px double #333;
}
h3 a {
	text-decoration: none;
}
h3 a:hover {
	text-decoration: underline;
}
h4 { /* This style used as title for comments and as the identifying header on archive page  

*/
	font-size: 18px;
	color: #111;
	border-bottom: 4px double #333;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}


/*********************************************
		The Obligatory WP Styles
*********************************************/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.alignleft {
   float: left;
   margin: 0px 8px 8px 0px;
}
.alignright {
   float: right;
   margin: 0px 0px 8px 8px;
}
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}
.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}
.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/*********************************************
		Container Div
*********************************************/
#container {
	background: transparent;
}

/*********************************************
		Header Styles
*********************************************/
#header {
	background: #111 url(images/header.jpg) no-repeat;
	width: 900px; height: 85px;
	margin: 0px 0px 5px 0px;
}
#header a#title {
	display: block; float: left;
	width: 350px; height: 85px;
	margin: 0px; padding: 0px;
	text-indent: -9999px;
}
/*********************************************
		Horizontal Navigaion Styles 
				(with dropdowns)
*********************************************/
#menu {
	display: block; float: right;
	background: #00415b;
	border: 1px solid #FFF;
	border-right: none;
	font-size: 11px;
	width: auto; height: 20px;
	margin: 30px 20px 0px 0px; padding: 0px;
	z-index: 100;
}
/* This is the style for the first UL (horizontal) */
#menu ul {
	display: block; float: left;
	background: transparent;
	height: 20px; line-height: 20px;
	margin: 0px; padding: 0px;
	text-transform: uppercase;
}
/* This is the style for the top level list items */
#menu ul li {
	background: none;
	width: auto;
	display: block;
	float: left;
	list-style-type: none;
	height: 20px; line-height: 20px;
	margin: 0px; padding: 0px;
	border-right: 1px solid #FFF;
}
#menu ul li.home {
	background: none;
}
/* The style for all links */
#menu a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
/* The universal hover state colors and background for all LI items and links */
#menu li:hover,
#menu li:hover a,
#menu li.sfhover,
#menu li.sfhover a,
#menu li a:hover {
	background: #005e83; color: #FFF;
	text-decoration: none;
}
/* This is the style for the top level links, if different than the universal */
#menu ul li a {
	display: block;
	height: 20px; line-height: 20px;
	margin: 0px; padding: 0px 15px;
	text-decoration: none;
}
/* if you want to set a "current page item" style, do it here */
#menu ul li.current_page_item a {
}
/****************************** 
The second-level stuff 
*******************************/
/* This hides the nested UL before you hover */
#menu li ul {
	clear: both;
	position: absolute;
	width: 190px; /* the width of the dropdown */
	left: -999em;
	text-transform: none;
}
/* This shows the nested UL when you hover */
#menu li:hover ul, 
#menu li.sfhover ul {
	left: auto;
	display:  block;
	z-index: 3000;
}

/* This is the style for the nested UL */
#menu li:hover ul, #menu li.sfhover ul {
	background: transparent;
	display: block;
	border-top: 1px solid #FFF;
	margin: 0px; padding: 0px;
}
/* This is the style for the LI items within the nested UL */
#menu li:hover ul li,
#menu li.sfhover ul li {
	background: transparent;
	width: 100%;
	display: block;
	padding: 0px; margin: 0px;
	height: 20px; line-height: 20px;
	overflow: hidden;
	text-align: left;
	border: 1px solid #FFF;
	border-top: none;
	z-index: 2000;
}
/* This is the style for the links within the LI items within the nested UL */
#menu li:hover ul li a,
#menu li:hover ul li.current_page_item a,
#menu li.sfhover ul li a,
#menu li.sfhover ul li.current_page_item a {
	width: 190px;
	display: block;
	margin: 0px; padding: 0px 5px;
	height: 20px; line-height: 20px;
	border: none;
	background: #003950;
}
/* This is the style for the hover state on the links within the LI items within the nested UL 

*/
#menu li:hover ul li a:hover, 
#menu li.sfhover ul li a:hover {
	background: #005070; color: #FFF;
	text-decoration: none;
	margin: 0px; padding: 0px 5px;
	height: 20px; line-height: 20px;
}


/*********************************************
		Top Div (homepage)
*********************************************/
#top {
	margin: 0px 0px 5px 0px;
}
#top #video {
	padding: 0px 0px 0px 5px;
}
#top #video h4 {
	display: block;
	background: url(images/video-h4.gif) no-repeat;
	height: 32px; line-height: 32px;
	font-size: 12px; font-weight: bold; color: #FFF;
	margin: 0px 0px 1px 0px; padding: 0px 5px;
	border: none;
}

#top #video iframe {
         display: block;
	width: 295px; height: 237px;
}

#featured-image-fade {
			width: 600px;
			height: 270px;
			text-align: left;
		}
#title_overlay {
			width: 580px;
			position: absolute;
			font-size: 36px;
			line-height: 36px;
			text-align: center;
			top: 98px;
			padding: 10px;
			display: block;
			color: #FFFFFF;
		}
		
		#title_overlay span {
			display: block;
			color: #FFFFFF;
			font-size: 18px;
			line-height: 18px;
		} 

/*********************************************
		Blue Boxes (homepage)
*********************************************/
#blueboxes {
	overflow: hidden;
	color: #FFF;
}
#blueboxes p, #blueboxes ul, #blueboxes ol, #blueboxes blockquote {
	color: #FFF;
}
#blueboxes h4 {
	background: url(images/red-block.gif) left 50% no-repeat;
	color: #FFF;
	padding-left: 22px;
	font-size: 16px; font-weight: bold;
}
#blueboxes .box {
	margin-bottom: -2000px; padding-bottom: 2000px; /*Equal hight columns*/
	background: #003148;border: 1px solid #003c55;
}
#blueboxes .right {
	width: 295px;
}
#blueboxes .widget {
	padding: 10px;
}
#blueboxes a { color:#fff; }

/*********************************************
		Flickr (homepage)
*********************************************/
#flickr {
	margin-top: 5px;
	background: url(images/grey-fade-bg.gif) repeat-x;
}
#flickr img {
	display: inline;
	float: left;
	width: 80px; height: 80px;
	margin: 5px 0px 5px 5px;
}
	
/*********************************************
		Content Div
*********************************************/
#content {
}

/*********************************************
		Post Styles
*********************************************/
.post {
	background: #fff url(images/post-bg.gif) repeat-x;
	padding: 10px;
	margin-bottom: 5px;
}
.post p, .post ul, .post ol, .post blockquote {
	color: #333; font-size:14px;
}

/*********************************************
		Post Meta Styles, if needed
*********************************************/
.meta-top {
	clear: both; /* we need this so floats in the post are cleared */
}
.meta-top a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
.meta-bottom {
	clear: both; /* we need this so floats in the post are cleared */
}
.meta-date {
}
.meta-author {
}
.meta-comments {
}
.meta-category {
}

#breadcrumb {
	margin-bottom: 10px;
}

/*********************************************
		Previous/Next Page Navigation
*********************************************/
.page-nav {
	clear: both; /* To clear any floats */
	margin: 0px; padding: 0px;
}
.nav-previous {
	text-align: left;
}
.nav-next {
	text-align: right;
}
.page-nav a {
	color: #333;
	text-decoration: underline;
}
.page-nav a:hover {
	text-decoration: none;
}

/*********************************************
		Page Styles
*********************************************/
.page {
	background: #fff url(images/post-bg.gif) repeat-x;
	padding: 10px;
	margin-bottom: 5px;
}
.page p, .page ul, .page ol, .page blockquote {
	color: #333; font-size:14px;
}

/*********************************************
		Widget Styles
*********************************************/

#work { }


.teamscore, .teamname {
	display: inline;
	width: 100px;
	float: left;
	margin: 0px 18px;
}
.teamscore {
	background: #a21e0e;
	color: #FFF;
	padding: 5px 0px;
	text-align: center;
	font-size: 40px;
}
.teamname {
	text-align: left;
	font-size: 13px;
}
.socialicon {
	padding: 0px 6px;
}

/*********************************************
		Sidebar
*********************************************/
.sidebar {
	color: #333;
}
.sidebar a {
	color: #333;
}
.sidebar .widget {
	margin: 0px 0px 10px 5px; padding: 10px ;
	background: #fff url(images/grey-fade-bg.gif) repeat-x;
}
.sidebar .widget h4 {
	margin-bottom: 10px;
}
.sidebar p, 
.sidebar .textwidget {
}
.sidebar img {
	text-align: center;
}
.sidebar form {
	margin: 5px; padding: 0px;
}
.sidebar ul {
	list-style-type: none;
	margin: 0px; padding: 0px;
}
.sidebar ul li {
	margin: 0px; padding: 0px;
}
.sidebar ul li a {
	
}
.sidebar ul li a:hover {
	
}
.sidebar ul li ul {
	margin: 0px; padding: 0px;
}
.sidebar ul li ul li {
	margin: 5px 10px 5px 5px; padding: 0px;
}
/*********************************************
		Feedreader Page Styles
*********************************************/
.feed {
	color: #333;
}
.feed a {
	color: #333;
}
.feed .widget {
	margin: 0px 0px 10px 5px; padding: 10px ;
	background: url(images/grey-fade-bg.gif) repeat-x;
}
.feed h2 {
	font-size: 18px;
	color: #111;
	border-bottom: 4px double #9b9b9b;
	margin: 10px 0px 5px 0px;
}
.feed h3 a {
	text-decoration: none;
	border:none;
	}
.feed h3 a:hover {
	text-decoration: underline;
}
.feed p, 
.feed .textwidget {
}
.feed img {
	text-align: center;
}
.feed form {
	margin: 5px; padding: 0px;
}
.feed ul {
	list-style-type: none;
	margin: 0px; padding: 0px;
}
.feed ul li {
	margin: 0px; padding: 0px;
}
.feed ul li a {
	text-decoration: none;
	}
.feed ul li a:hover {
	text-decoration: underline;
}
.feed ul li ul {
	margin: 0px; padding: 0px;
}
.feed ul li ul li {
	margin: 5px 10px 5px 5px; padding: 0px;
}

/*********************************************
		Comment Styles
*********************************************/
#comments {
 background: #fff url(images/post-bg.gif) repeat-x;
	padding: 10px;
	margin-bottom: 5px;}
#comments a {
	color: #333;
}
#comments .comment { /* Even Comments: 2,4,6,8,etc. */
	margin: 5px 0px 5px 0px; padding: 10px 0px;
	overflow: hidden;
}
#comments .alt { /* Odd comments: 1,3,5,7,9,etc. */
	margin: 5px 0px 5px 0px; padding: 10px 0px;
	color: #333;
	overflow: hidden;
}
#comments .gravatar {
	display: block; float: left;
}
#comments .commentmeta {
	display: block; float: left;
	padding-left: 8px;
}
#comments .commenttext {
	clear: both;
}

#respond {
	background:#fff; padding:10px;
}
#respond a {
	color: #fff;
}
#respond #author,
#respond #email,
#respond #url {
	width: 50%;
}
#respond #comment {
	width: 100%;
}

/*********************************************
		Footer Styles
*********************************************/
#footer {
	background: url(images/footer.png);
	margin: 5px 0px 0px 0px; padding: 10px 0px;
}
#footer p {
	color: #fff;
	padding: 0px;
}

#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}


/* Basic Styles */
.feedburner-basic {
	overflow: hidden;
}
.feedburner-basic a.feed-button {
	display: block; float: left;
	width: 78px; height: 78px;
	margin: 0 10px 0 0; padding: 0;
	background: url(http://www.helpmykneepain.com/wp-

content/themes/Titanium/lib/feedburner-widget/images/rss.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
.feedburner-basic p {
	clear: both;
	font-size: 14px;
	margin: 0; padding: 10px 0;
}
.feedburner-basic form {
	margin: 5px 0 0 0; padding: 5px 0 0 0;
}
.feedburner-basic .input-text {
	display: block; float: left;
	margin: 0 0 5px 0; padding: 5px;
	border: 1px solid #a5a5a5;
	width: 60%
}
.feedburner-basic .input-submit {
	display: block; float: left;
	width: 140px; height: 32px;
	margin: 0 0 5px 0; padding: 0;
	background: url(http://www.helpmykneepain.com/wp-

content/themes/Titanium/lib/feedburner-widget/images/submit-bg.gif) no-repeat;
	color: #613827;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	border: none;
}

/* Light Styles */
.feedburner-light {
	margin: 0; padding: 10px;
	background: #FFF url(http://www.helpmykneepain.com/wp-

content/themes/Titanium/lib/feedburner-widget/images/feedwidget-bg.gif) bottom left no-repeat;
	border: 1px solid #e8e8e8;
	overflow: hidden;
}
.feedburner-light a.feed-button {
	display: block; float: left;
	width: 78px; height: 78px;
	margin: 0 10px 0 0; padding: 0;
	background: url(http://www.helpmykneepain.com/wp-

content/themes/Titanium/lib/feedburner-widget/images/rss.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
.feedburner-light p {
	color: #333;
	clear: both;
	font-size: 12px;
	margin: 0; padding: 10px 0;
}
.feedburner-light form {
	margin: 5px 0 0 0; padding: 5px 0 0 0;
}
.feedburner-light .input-text {
	display: block; float: left;
	margin: 0 0 5px 0; padding: 5px;
	border: 1px solid #a5a5a5;
	width: 60%
}
.feedburner-light .input-submit {
	display: block; float: left;
	width: 140px; height: 32px;
	margin: 0 0 5px 0; padding: 0;
	background: url(http://www.helpmykneepain.com/wp-

content/themes/Titanium/lib/feedburner-widget/images/submit-bg.gif) no-repeat;
	color: #613827;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	border: none;
}

/*
this stuff makes small changes depending 
on what widget area we're in 
*/

form p.cf-sb {text-align: center}

#feature-top .feedburner-light,
#feature-bottom .feedburner-light {
	margin: 10px 10px 0 10px;
}

.w180- .feedburner-basic,
.w180- .feedburner-light,
.w180- .feedburner-dark {
	text-align: center;
}
.w180- a.feed-button,
.w180- .input-text,
.w180- .input-submit {
	float: none;
	margin: 5px auto;
}
.w180- .input-text {
	width: 85%
}
.sidebar .single, .sidebar .area {width:200px; font-size:13px;}
.sidebar .cf-sb {text-align:center;}

#free-report-body {
	background: url(http://www.helpmykneepain.com/wp-content/themes/Titanium/images/dr-schnee-form-back.jpg) repeat-y;}   
}
#free-report-body p {width:230px !important; padding:0 0 0 20px;}
#free-report-body form {margin: 0 0 0 32px; width:220px !important;}
#free-report-body p.cf-sb {padding:0; text-align:left;}
.sidebar .cform input.sendbutton	{ 
	background:url(http://www.helpmykneepain.com/wp-content/themes/Titanium/images/dr-schnee-form-btn.jpg) no-repeat; 
	width:124px;
	border:0!important;
	padding:0;
	margin:0 0 0 45px;
	height:23px;
	text-indent: -9999px
}

/* Added CSS by Web Services DFW */
.table_widget {
	vertical-align: top;
}

@media screen and (max-width: 768px) {
    body {
         overflow-x: hidden;
        width: 100%;
        height: auto;
    }
    #pagemenu {
        display: none;
    }

#work { display: none;
        background:none; }

.left {
       
         width: 95% !important;
        height: auto;
    }

.right {
       display: block;
        width: 100% !important;
    }


#content {
		width: 95%;
		padding: 1% 2%;
	}
#post {
		width: 95%;
	}
.c900 center wrap {
        width: 100%;
        height: auto;
    }
#container {
        width: 100%;
        height: auto;
    }
.w900- {
        display:block;
        width: 100%;
       height: auto;
    }

#top {
        
        width: 100%;
        maximum-height: 100%;
        height: 100% !important;
        
    }

#featured-image-fade {
        display: block;
        width: 95% !important;
        clear:both;
        height: 270px !important;
        margin-left: 2%;
        margin-right: 18%;
    }

.w600- left {
        width: 100%;
        
        padding: 1%;
    }

#video {
       display: block;
    width: 97%; height: 410px !important; overflow: hidden;
    margin-top:5px;
    }

#top #video iframe {
        display: block;
	width: 100%; height: 410px;
}
img,
.wp-caption {
        width: 100%;
	max-width: 100%;
}

#blueboxes .widget {
	padding: 1px;
}

#blueboxes .right {
	width: 100%;
}

#blueboxes {
	width: 100%;
}

.alignright {
   display: block;
   margin: 0px 0px 8px 8px;
}

.socialmedia-buttons img {
   position:relative;
   width:30px;
   height:30px;
}



#header {
	display:none;
}

.sidebar {
	width: 98%;
        text-align: center;
}

.widget {
        float:left;
        width: 95% !important;  
        height: auto;
}


#free-report-body {
        display: none !important;      
         background: #003148;  
}


#free-report-body form {display: none;
                        background: #003148;}

#free-report-body p {display: none;}
#free-report-body img {display: none;}
#free-report-body p.cf-sb {display: none;}

socialmedia-buttons {
        float:left;        
}

.wrap { 
         text-align: center !important;
	color: #fff;
        font-size: 12px !important;     
}
#footer { 
         position: relative;
         width: 100%;
	height: auto;
        background: none;
        padding-left: 5%;
        padding-right: 5%;  
        padding-top: 2%;      
}

#footer p {
         text-align: center !important;
	color: #fff;
        font-size: 12px !important;
}

}

@media all and (max-width: 763px) and (min-width: 700px) {

#featured-image-fade {
        display:block;
        width: 95% !important;
        clear:both;
        height: 265px !important;  
    }

body {
         overflow-x: hidden;
        width: 90%;
        height: auto;
      margin-left: 5% !important;
      margin-right: 3% !important;
    }

#video {
       display: block;
    width: 97%; height: 450px !important; overflow: hidden;
    margin-top:5px;
    }

#top #video iframe {
	width: 100%; height: 450px;
}

}

@media all and (max-width: 700px) and (min-width: 521px) {

#featured-image-fade {
        display:block;
        width: 95% !important;
        clear:both;
        height: 245px !important;  
    }

body {
         overflow-x: hidden;
        width: 90%;
        height: auto;
      margin-left: 5% !important;
      margin-right: 3% !important;
    }

}


@media screen and (max-width: 520px) 
{
#featured-image-fade {
        display:block;
        width: 98% !important;
        clear:both;
        padding: 1%; !important;
        height: 225px !important;
    }


#video {
       display: block;
    width: 97%; height: 344px !important; overflow: hidden;
    margin-top:5px;
    }

#top #video iframe {
	width: 100%; height: 344px;
}

.widget {
        display:block;
        width: 95% !important;
        margin-left: 5%;
        height: auto;
}

.right {
       display: block;
        width: 100% !important;
    }


}

@media screen and (max-width: 490px) 
{
#featured-image-fade {
        display:block;
        width: 96% !important;
        clear:both;
        height: 220px !important;
    }



}
@media screen and (max-width: 460px) 
{
#featured-image-fade {
        display:block;
        width: 98% !important;
        clear:both;
        padding: 1%; !important;
        height: 180px !important;
    }


}

@media screen and (max-width: 430px) 
{
#featured-image-fade {
        display:block;
        width: 96% !important;
        clear:both;
        padding: 1%; !important;
        height: 170px !important;
    }


}


@media screen and (max-width: 400px) 
{
#featured-image-fade {
        display:block;
        width: 96% !important;
        clear:both;
        padding: 1%; !important;
        height: 155px !important;
    }

#video {
       display: block;
    width: 97%; height: 260px !important; overflow: hidden;
    margin-top:5px;
    }

#top #video iframe
 {
	width: 100%; height: 260px;
}

}
