/*=====================================================================
* Filename: 2column.css
* Template: oogle
* Author: Jarel Remick - http://www.jremick.com
* Date Created: 12/04/2008
* Media: Screen
*
* Description
* -----------
* This style sheet is used for the 2 sidebar columns with the main center column.
* CSS Reset using "reset.css" from 960 framework package, derived from Eric Meyers.
* Uses blueprint CSS as base starting point: http://www.blueprintcss.org/
=====================================================================*/


/* SIDEBAR GLOBAL */
.sidebar .container { position: relative; margin-bottom: 10px; border: solid 1px #d5d5d5; background: #fff; }
.sidebar .padContainer { padding: 4px; }
.sidebar .adverts { padding: 7px; text-align: center; }
.sidebar .search { 
	padding: 10px 0 6px 0;
	margin-bottom: 4px;
	text-align: center;
	background: url(../images/layout/grey-gradient-med.gif) repeat-x;
	border-bottom: solid 1px #d5d5d5;
}
.sidebar .search .box { width: 100px; border: solid 1px #ccc; padding: 4px 6px; margin-bottom: 6px; background: #fff url(../images/layout/input-bg.gif) repeat-x; }

.sidebar ul.miniStory { list-style: none; margin: 0; }
.sidebar ul.miniStory li { border-bottom: solid 1px #d5d5d5; margin-bottom: 8px; padding-bottom: 3px; margin-left: 0; }
.sidebar ul.miniStory li.last { border: none; margin: 0; }
.sidebar ul.miniStory li img { border: solid 2px #dedede; padding: 2px; }
.sidebar ul.miniStory li img:hover { border: solid 4px #d5d5d5; padding: 0; }
.sidebar ul.miniStory p { padding: 5px; margin: 0; }

.sidebar .linksList { padding: 2px 0; }
.sidebar .linksList ul { list-style: none; margin: 7px 0; }
.sidebar .linksList li a { display: block; padding: 0 10px; }
.sidebar .linksList li a:hover,
.sidebar .linksList a.active { background: #e7f0f8; }

/* SIDEBAR #1 */
#sidebar1 { width: 140px; float: left; margin-right: 10px; }

/* SIDEBAR #2 */
#sidebar2 { width: 140px; float: right; }


/* ===== FONTS =====  Default font settings. The font-size percentage is of 16px. (0.75 * 16px = 12px) */

/* SIDEBAR */
.sidebar ul.ministory li { font-size: .5em; }
.sidebar .search .box { color: #999; }

.sidebar .linksList ul { line-height: 1.8em; }
.sidebar .linksList ul a { color: #333; }
.sidebar .linksList ul a:hover { color: #4185d2; text-decoration: none; }
