/* CSS Document */
/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

/* 1.1 Defaults */

body  { font: 12px Arial,Helvetica,Sans-serif; line-height: 1.2; color: #333; background-color: #fff; }

/* 2.1 Containers & Columns */
#container {
	background-color: #cdcdcd;
}
#top { background:#232323 url(images/bg.jpg) no-repeat top center; }


/* 2.3 Header */
#header{
	padding:25px 0;
	clear:both;
	position:relative;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #FF3300;
	border-right-color: #FF3300;
	border-bottom-color: #FF3300;
	border-left-color: #FF3300;
}

#logo  { min-height:70px; }
#logo img  { }
#logo .site-title, #logo .site-description  { display: none; }
#logo .site-title { padding-top:15px; }
#logo .site-title a { color:#fff; font-size:36px; font-weight:bold; line-height:36px; text-transform:uppercase; letter-spacing:-2px; text-shadow: #000 1px 1px 0px; }
#logo .site-title a:hover { text-decoration:none; color:#eee; }
#logo .site-description { color:#bbb; text-transform:uppercase; font-size:11px; text-shadow: #000 1px 1px 0px;}

#topad{position:absolute;right:0px;top:36px;}

#twitter-top { position:absolute;right:0px;top:20px; overflow:hidden; }
#twitter-top div.logo { float:left; background:url(images/bg-twitter.png) no-repeat; width:80px; height:76px;  }
#twitter-top div.tweet { float:left; background:url(images/bg-twitter.png) no-repeat right; max-width:480px; height:85px;  }
#twitter-top img { float:left; margin: 14px 0 0 15px; }
#twitter-top #twitter_update_list { padding:11px 20px 0 0px; font-family:Arial,Helvetica,Sans-serif; font-size:12px; font-style:italic; color:#333; line-height:18px; }
#twitter-top #twitter_update_list a { color:#333; border-bottom:1px dotted; }
#twitter-top #twitter_update_list a:hover { color:#666; border-bottom:1px solid; }





/* 2.2.1 Page Navigation */
#page-nav { position:relative; background:url(images/bg-pagenav.png) repeat-x; height:35px; font-family:Verdana, Geneva, sans-serif; font-size:14px; text-transform:uppercase; }
#page-nav a { color:#666; text-decoration:none; text-shadow: #333 0px 1px 0px; }
#page-nav a:hover { background:url(images/nav-hover.png) repeat; color:#fc7100; }

#nav, #nav ul  { position:relative; z-index:200; margin:0; padding:0; list-style:none; line-height:1; }
#nav a  { display:block; z-index:200; padding:0px 15px; line-height:29px; text-decoration:none;}


/* 2.2.2 Category Navigation and search */
#cat-nav { position:relative; background:url(images/bg-catnav.png) repeat-x bottom; height:42px; border-top:1px solid #fff; display:none} /* display none to hide for now */

/*-------------------------------------------------------------------------------------------*/
/* 3. POSTS */
/*-------------------------------------------------------------------------------------------*/
/* remove tags and cat from posts */
.post-bottom {display:none;}
/* remove meta from posts */
.post-meta{ display:none;}


/* 4.3 Sidebar Tabs */

#tabs {	background:#FEFEFE url(images/bg-box.png) repeat-x;; height:auto !important; border:1px solid #fff;display: block; }
#tabs .inside { padding:5px !important;padding: 2px; padding-top:0 !important; }
#tabs ul.wooTabs { height:53px !important; background: url(images/bg-widget-title.png) repeat-x center top; padding:0 10px; }
#tabs ul.wooTabs li { float: left; display:inline;font-family:Verdana, Geneva, sans-serif; font-size: 9px; color: #ffffff; margin:0px 1px 0px 0px !important; cursor: pointer; }
#tabs ul.wooTabs li a.selected, #tabs ul.wooTabs li a:hover { color:#838C1C; text-decoration:none; background:url(images/bg-tabs-selected.png) no-repeat center 41px; }
#tabs ul.wooTabs li a {	color:#777; line-height: 42px; display: block;float: left;padding: 0 10px 10px; text-transform:uppercase; }
#tabs #tagcloud, #tabs .inside li { padding:10px; font-family:Georgia, serif;}
#tabs .inside ul { margin:0 5px 5px; }
#tabs .inside li { border-bottom:1px solid #EDEDED }
#tabs .inside li a { color:#555; font-weight:bold; line-height:20px; line-height:18px; }
#tabs .inside a:hover{ border-bottom:1px dotted;}
#tabs .inside li span.meta { display:block; font-size:10px; text-transform:uppercase; color:#777; font-family:Verdana, Geneva, sans-serif; line-height:20px; }
#tabs .inside li img.avatar, #tabs .inside li img.thumbnail { border: 1px solid #ddd; padding: 2px;	background-color: #ffffff; float: left;	margin: 0 8px 0 0; }


/*-------------------------------------------------------------------------------------------*/
/* 3. POSTS */
/*-------------------------------------------------------------------------------------------*/

.box {
	background:#fefefe url(images/bg-box.png) repeat-x;
	margin: 0 0 20px 0;
	border: 7px solid #efefef;;
}


/*-------------------------------------------------------------------------------------------*/
/* 4. WIDGETS */
/*-------------------------------------------------------------------------------------------*/

/* 4.2 Generic Widgets */
.widget  { position:relative; margin: 0 0 20px 0; background:#fefefe url(images/bg-box.png) repeat-x; padding:0; border: 7px solid #efefef;; color:#555; font-family:Georgia, "Times New Roman", Times, serif; line-height:20px; }
.widget h3  { font-family:Arial, Helvetica, sans-serif; font-size:14px; line-height:14px; color:#666; margin: 0; padding:14px 15px 0; height:30px; background:url(images/bg-widget-title.png) repeat-x; }
.widget .textwidget p { padding: 5px 0; }



/* remove rss feed from header */
#page-nav ul.rss { display: none; }
.archive_header .catrss { display: none; }


/* span class to make me orange */
.orange{color:#FF3300}

/*-------------------------------------------------------------------------------------------*/
/* x. PRINTER FRIENDLY */
/*-------------------------------------------------------------------------------------------*/
#pfButton{float:right;}

/*-------------------------------------------------------------------------------------------*/
/* x. SIGN ME UP BUTTON */
/*-------------------------------------------------------------------------------------------*/
.subscribemeup{
	margin-top:3px;
	width:255px;
}

/* remove home icon */
#page-nav .ico-home { display:none; }

/* for the quote box */
#text-6 {
	background-image: url(http://www.christianoey.com/wp-content/themes/headlines/images/quote.png);
	background-repeat: no-repeat;
	background-position: left top;
	font: 15px Arial,Helvetica,Sans-serif; line-height: 1.4; color: #333; 
	font-weight:bold;
}

.twitter-share-button{

margin-bottom:7px;
margin-left:117px;
}

.fblikebutton_button{
display:block;
margin-bottom:10px;
float:left;
width:100%;
}

