/*
Theme Name: Titanium
Theme URI: http://titanium.ithemes.com/
Author: iThemes
Author URI: http://ithemes.com/
Version: 1.3.11
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:  url(images/new/65RR-bg.jpg) #e6e6e6;
	color: #666666;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	text-align: center;
	margin: 0px; padding: 10px 0px;
}

/*********************************************
		Universal Link Styles
*********************************************/
a {
	color: #BF0000;
	text-decoration: none; 
}
a:hover { 
	color: #99d0e1; 
	text-decoration: none; 
}

/*********************************************
		Universal Text Elements
*********************************************/
p, ul, ol, blockquote {
	color: #666666;
}
ol, ul {
	margin: 5px 35px;
}
blockquote {
	margin: 5px 0px 5px 10px; padding: 0px 0px 0px 10px;
	font-style: italic;
}
img { border: 0px; background: none; }
p {
	padding: 8px 0px;
	margin: 0px;
}
/*********************************************
		Top Banner Styles
*********************************************/
#top-banner {
    width: 940px;
    height: 92px;
    margin-top: 5px;    
}

#masthead {
    width: 940px;
    height: 110px;
    margin-top: 0;
}
.masthead-top {
    width: 940px;
    height: 80px;
}
.logo {
    width: 430px;
    height: 80px;
    float: left;
}
.socials {
    width: 510px;
    height: 80px;
    float: left;
    text-align: left;
}
.socialicon {
    padding: 2px;
}

/*********************************************
		Horizontal Navigaion Styles 
				(with dropdowns)
*********************************************/
#menu {
	display: block; float: left;
        width: 940px;
        height: 30px;
	font-size: 14px;
        font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#FFF;
	margin: 0px;; padding: 0px;
	z-index: 100;
}
/* This is the style for the first UL (horizontal) */
#menu ul {
	display: block; float: left;
	background: transparent;
	height: 30px; line-height: 30px;
	margin: 0px; padding: 0px;
	text-transform: uppercase;
}
/* This is the style for the top level list items */
#menu ul li {
	background: none;
	display: block;
	float: left;
	list-style-type: none;
	height: 30px; line-height: 30px;
	margin: 0px; padding: 0px;
        z-index: 1;
}
#menu ul li.home {
	background: none;
}
/* The style for all links */
#menu a {
	color:#FFF;
	text-decoration: none;
}

/* The universal hover state colors and background for all LI items and links */
#menu li:hover,
#menu li.sfhover,
#menu li:hover a,
#menu li.sfhover a,
#menu li a:hover {
	color: #BBBDBF;
	text-decoration: none;
}
/* This is the style for the top level links, if different than the universal */
#menu ul li a {
	display: block;
	height: 30px; line-height: 30px;
	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: 180px; /* the width of the dropdown */
	font-weight:normal;
	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;
        position: relative;
        top: -6px;
}

/* This is the style for the nested UL */
#menu li:hover ul, #menu li.sfhover ul {
	background: transparent;
	display: block;
	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: 26px; line-height: 26px;
	overflow: hidden;
	text-align: left;
	border-bottom: 2px solid #cecfd0;
	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: 180px;
	display: block;
	margin: 0px; padding: 0px 5px;
	height: 26px; line-height: 26px;
	border: none;
	background: #9c9ea0;
        color: #231f20;
        font-size: 12px;
        font-weight:normal;}
/* 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: #ac1724; color: #FFF;
	text-decoration: none;
	margin: 0px; padding: 0px 5px;
	height: 26px; line-height: 26px;
}


/*********************************************
		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: #333333;
}
h1 { /* This style is generally used as title on single posts and pages */
	font-size: 25px;
}
h2 { /* This style used as a sub-header in post/page content */
	font-size: 22px;
}
h3 { /* This style used as the post titles on homepage/archive */
	font-size: 16px;
        line-height: 20px;
	font-weight: bold;
        padding-top: 6px;
        padding-bottom: 6px;
}
h3 a {
	text-decoration: none;
	color:#BF0000;
}
h3 a:hover {
	color:#99d0e1;
}
h4 { /* This style used as title for comments and as the identifying header on archive page  */
	font-size: 18px;
	color: #111;
}
h5 {
	font-size: 16px;
        line-height: 20px;
	font-weight: bold;
}
h6 {
	font-size: 14px;
}

.widget li .categories {
	list-style:none;
}
.SlideShow {  }




/*********************************************
		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: 13px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/*********************************************
		Container Div
*********************************************/
#container {
	background: #e6e6e6;
	/*border: 5px solid #FFF;*/
}



/*********************************************
		Top Div (homepage)
*********************************************/
#top {
	margin: 0;
	z-index: 1;
}
#top #video {
	padding: 0;
	z-index: 1;
}
#top #video h4 {
	display: block;
	height: 32px; line-height: 32px;
	font-size: 14px; font-weight: bold; color: #FFF;
	margin: 0px 0px 1px 0px; padding: 0px 5px;
	border: none;
}
#top #video embed,
#top #video object {
	width: 295px; height: 252px;
	z-index: 1;
}

/*********************************************
		Blue Boxes (homepage)
*********************************************/
#blueboxes {
    overflow: hidden;
    color: #666666;
}
#blueboxes p, #blueboxes ul, #blueboxes ol, #blueboxes blockquote {
	color: #666666;
	font-size:12px;
}
#blueboxes h4 {
	font-size: 16px; font-weight: bold; line-height:18px;
	color:#000000;
}
#blueboxes .box {
   /* margin-bottom: -2000px; padding-bottom: 2000px; Equal hight columns*/
   height: 245px;
    /* border: 1px solid #d0d2d2;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    -moz-border-radius-bottomleft: 15px;
    -moz-border-radius-bottomright: 15px;
    -khtml-border-radius: 15px;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -webkit-border-bottom-right-radius: 15px; */
    overflow: hidden;

}
#blueboxes .box {    
    background: #fff url(/wp-content/themes/Titanium/images/new/red_box_bg.jpg) no-repeat;
    font-size: 13px;
    line-height: 20px;
    width: 270px;
    padding: 0 15px 0 15px;
}
#blueboxes .box h4{
    font-size: 20px;
    color: #fff;
    width: 270px;
    padding: 2px 0 2px 0;
}
#blueboxes .box p{    
    margin-top: 10px;
    font-size: 13px;
    line-height: 20px;
}

#blueboxes .right {
	width: 270px;
}
#blueboxes .widget {
	padding: 0px;
}

#blueboxes p {
	margin:0px; padding:0px;
}

.homebox {
    
}
/*********************************************
		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 {
    margin-left: 10px;
}
#content h4 {
    margin-left: 0px; margin-top:10px;
    font-size: 18px;
}

/*********************************************
		Post Styles
*********************************************/
.post {
	padding: 10px;
	margin-bottom: 5px;
	color:#595b5c;
	border-bottom:1px dotted #666;
}
.post h3{
	color:#000;
	border:none;
	margin-bottom:0px;
	margin-top:-10px;
}
.post p, .post ul, .post ol, .post blockquote {
	color: #595b5c;
	font-size:13px;
}
.post a {
	color: #BF0000;
	text-decoration: none;
}

.post a:hover {
	color: #99d0e1;
	text-decoration: none;
}

/*********************************************
		Post Meta Styles, if needed
*********************************************/
.meta-top {
	clear: both; /* we need this so floats in the post are cleared */
}
.meta-top a {
	color: #BF0000;
	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;
	color: #595b5c;
}

#breadcrumb a {
	color: #ac000c;
}
/*********************************************
		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;
}
.page-nav a:hover {
	text-decoration: none;
}

/*********************************************
		Page Styles
*********************************************/
.page {
	padding: 0;
	margin-bottom: 5px;
}
.page h1{
	color:#000;
	border:none;
	font-size:22px;
	font-weight:bold;
}
.page p, .page ul, .page ol, .page blockquote {
	color: #666666;
}

/*********************************************
		Widget Styles
*********************************************/
.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;
}

/*********************************************
		Sidebar
*********************************************/
.sidebar {
	color: #333;
}
.sidebar a {
	color: #333;
	text-decoration:none;
	
}
.sidebar .widget {
	margin: 0; padding-top: 10px; padding-bottom: 10px;
}
.sidebar .widget h4 {
	margin-bottom: 5px;
	font-weight:bold;
}
.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 0px 0px 20px;
	background:url(images/list_arrow.jpg) no-repeat left;
	margin-left:0px;
	margin-bottom:6px;
}
.sidebar ul li a {
	font-size:12px;
	font-weight:bold;
	color:#BF0000;
}
.sidebar ul li a:hover {
	color:#99d0e1;
}
.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;
	}
.feed h3 a:hover {
	color:#99d0e1;
}
.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 {
	color:#99d0e1;
}
.feed ul li ul {
	margin: 0px; padding: 0px;
}
.feed ul li ul li {
	margin: 5px 10px 5px 5px; padding: 0px;
}

/*********************************************
		Comment Styles
*********************************************/
#comments {
	width: 100%;
}
#comments a {
	color: #333;
}
#comments .comment { /* Even Comments: 2,4,6,8,etc. */
	margin: 5px 0px 5px 0px; padding: 10px 20px;
	overflow: hidden;
}
#comments .alt { /* Odd comments: 1,3,5,7,9,etc. */
	margin: 5px 0px 5px 0px; padding: 10px 20px;
	color: #333;
	overflow: hidden;
}
#comments .gravatar {
	display: block; float: left;
}
#comments .commentmeta {
	display: block; float: left;
	padding-left: 8px;
}
#comments .commenttext {
	clear: both;
}

#respond {
	
}
#respond a {
	color: #333;
}
#respond #author,
#respond #email,
#respond #url {
	width: 50%;
}
#respond #comment {
	width: 100%;
}

/*********************************************
		Footer Styles
*********************************************/
.footer {
	background: url(http://www.65redroses.com/wp-content/themes/Titanium/images/footer_h_line.jpg) no-repeat top;
	margin: 0px 0px 0px 0px;
}

.footer .laurels {
    text-align:center;
    width:940px;
    height:90px;
    vertical-align:middle;
    background: #000;
    margin-left: auto;
    margin-right: auto;
}

.footer .logos {
    text-align:center;
    width:940px;
    height:95px;
    vertical-align:middle;
    background: #fff;
    margin-left: auto;
    margin-right: auto;
}

.footer-credits {
	text-align:center;
	width:940px;
	height:40px;
	padding-top:10px;
	background-color:#e6e6e6;
	margin-left: auto;
	margin-right: auto;
}
.footer p {
	color: #595b5c;
	padding: 0px;
}

.footer a {
	color: #ac000c;
	text-decoration: none;
}
.footer a:hover {
	color:#99d0e1;
}

