/*
Theme Name: silverOrchid Child
Theme URI: http://gazpo.com/2012/04/silverorchid
Description: Child theme for silverOrchid WordPress theme by gazpo.com is perfect for online magazines and news websites. The theme offers a wide range of customization possibilities with the theme options, and is extremely simple to get up and running. For WordPress 3.3 and above.
Version: 1.5.0
Author: Charles Mombo
Author URI: http://kru85pr.com/
Template: silverorchid
Tags: white, light, two-columns, fixed-width, threaded-comments, custom-menu, theme-options, sticky-post
License: GNU General Public License, Version 3.
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
*/



@import url("../silverorchid/style.css");


/* This will override the changed header width to 936px & align center */

#gazpo-header .ad468_60{	
	width:936px;
	float:center;	
}
#gazpo-slider .ui-tabs-panel .info{
    background: none
}

#gazpo-slider  .ui-tabs-nav-item .date{
    display:none!important;
}

#content .post-meta .category {
    display:none!important;
}

#content .post-meta .date {
    display:none!important;
}

#content .post-meta .comments {
    display:none!important;
}

body {
	font-family: Arial,Helvetica,sans-serif;	
	font-size: 13px;
	color: #000000;
	background: #b5651d;
	line-height: 1.4;
}


#content {
    margin-right: 5px;
}

#sidebar {
	width: 300px;
float: left;
	margin-top: 10px;
	overflow: hidden;
}


/*------------------------------------
			Slider
------------------------------------*/
#gazpo-slider{ 
	width: 655px; 
	height: 300px; 
	margin-bottom: 10px;
}

.attachment-slider-image{
	width: 430px;
	height: 300px;
	float: left;
}

.attachment-slider-thumb{
	width: 70px;
	height: 50px;
}

#gazpo-slider ul.ui-tabs-nav{ 
	float: right;
	list-style: none; 
	padding: 0; 
	margin: 0; 
	width: 219px; 
}

#gazpo-slider ul.ui-tabs-nav li{ 
	font-size: 12px; 
	color: #666;	
	border-bottom: 1px solid #D7D7D7;
}

#gazpo-slider ul.ui-tabs-nav li img{ 
	float:left; 
	margin:2px 5px; 
	padding:2px; 
	border:1px solid #eee;
}

#gazpo-slider ul.ui-tabs-nav li span{ 
	font-size:11px; 
	line-height:18px; 
}

#gazpo-slider li.ui-tabs-nav-item a{ 
	display:block; 
	height:68px; 
	color:#666666;  
	padding-top:6px;
	line-height:18px;
	text-decoration:none;
	background:#ffffff;
	background: -webkit-linear-gradient(top, #ffffff, #f6f6f6);
    background:    -moz-linear-gradient(top, #ffffff, #f6f6f6);
    background:     -ms-linear-gradient(top, #ffffff, #f6f6f6);
    background:      -o-linear-gradient(top, #ffffff, #f6f6f6);
	border: 1px solid rgb(0, 0, 0);
	box-shadow: 2px 2px 5px;
		
}



/* Style Sheet code for Image Caption Easy Plugin for WordPress
Copy and Paste this code into your WordPress theme style sheet file (style.css) then upload to its location.
You can edit any of these to suit your needs.
*/
.imagecaptioneasy {
  padding: 5px;
  font-family: arial,helvetica,sans-serif;
  font-size: 10px;
  line-height: 1.15em;
  text-align: center;
  border: 1px solid #808080;
  background: #EAEAEA;
  color: #333;
}
.imagecaptioneasy img { border: 0px solid #fff; margin-bottom:5px; }
.imagecaptioneasy span { text-align: center; }
.imagecaptioneasy_top_left { margin: 0 11px 11px 0; float: left; }
.imagecaptioneasy_top_right { margin: 0 0 11px 11px; float: right; }
.imagecaptioneasy_top_nowrap { margin: 0 0 11px 0; float: none; }
.imagecaptioneasy_left { margin: 11px 11px 11px 0; float: left; }
.imagecaptioneasy_right { margin: 11px 0 11px 11px; float: right; }
.imagecaptioneasy_nowrap { margin: 11px 0 11px 0; float: none; }