/*
Theme Name: NoticiasGMF
Theme URI: http://desigadaptations.com/themes/
Description: Basline is an extremely minimalist, fixed width, 2-column theme built for rapid development of other themes. No colors or graphics were used, save the feed icon. 
Version: 1.5
Author: Charity Ondriezek
Author URI: http://designadaptations.com
Tags: minimal, grayscale, basic, 2 column, fixed

/* -------------------------------------------------
     BASIC FORMATTING 
------------------------------------------------- */


/* -------------------------------------------------
     WRAP
------------------------------------------------- */

	
/* -------------------------------------------------
     HEADER
------------------------------------------------- */


/* -------------------------------------------------
     NAVIGATION
------------------------------------------------- */


/* -------------------------------------------------
     MAIN CONTENT
------------------------------------------------- */
	
.post {}
	.post h2{color:#333333;}	

	.post h2 a{color:#333; text-decoration:none;}
		.post h2 a:hover{color:#ccc;}
	
	.post p{margin:5px 0 10px 0;}

	.post a{text-decoration:underline;}
	.post img{padding:5px 8px;}
	
	.post ul {list-style: square; padding:2px 20px;}
	.post ul li{padding: 4px; font-size:12px;}
	.post li {padding:2px 0;}

	.post small{font-size: .9em;}
	
.postmetadata{
	padding:0 0 5px 0;
	border-top:solid 1px #ddd;
	color:#999;
	font-size:10px !important;
	}

	.postmetadata a {text-decoration: none; color:#999;}
	.postmetadata a:hover {color:#333; text-decoration:underline;}

/* single post nav for previous/next entries */
.navigation {
	padding:10px 0;
	font-size:.9em;
	float:left;
	width:98%;}
	
	.alignleft {float:left;}
	.alignright {float:right;}

/* styling for 'continued' page links */
p.continued{padding:5px; background:#f0f0f0;}
p.continued a{padding:5px; font-weight:bold;}

/* -------------------------------------------------
     SIDEBAR
------------------------------------------------- */		
#sidebar {

	margin:0px;
	font-size:1.2em;}

	#sidebar h2{margin-top:20px;}

	#sidebar p {}

	#sidebar a {color:#666;}
		#sidebar a:hover {color:#999;}

	#sidebar ul {
		margin:5px 0;
		padding:0;
		list-style:none;}

		#sidebar ul li {}
		#sidebar ul li a{}
		
			#sidebar ul ul {}
			#sidebar ul ul li {
			margin:5px;}

/* -------------------------------------------------
     SEARCH
------------------------------------------------- */
#searchform {margin:0 0 10px;}
	
	#searchform input {border: solid 1px #ddd;}
	
	#searchform #s {width:140px; padding:2px;}

	#searchsubmit{font-weight: bold; color:#666; pointer; padding: 1px;}

/* -------------------------------------------------
     FEATURE LINKS
------------------------------------------------- */
.rss, .archive{
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.4em;
	background: #f0f0f0;
	padding-left: 5px !important;
	margin-top:10px;}
	
	.rss a{
		padding-left:25px;
		background: transparent  url(images/feed-icon-16x16.png) left no-repeat;}

	.archive a{
		padding-left:25px;
		background: transparent  url(images/square.png) left no-repeat;}
	
/* -------------------------------------------------
     COMMENTS
------------------------------------------------- */
#comments{
	margin:10px 10px 10px 0;
	padding:10px 10px 10px 0;}
	
ol.commentlist {margin:0; padding:0; overflow: hidden;}

ol.commentlist li {
	background: #ececec;
	margin:10px 0;
	padding:10px;}

ol.commentlist li.alt {}

ol.commentlist a {}

cite {font-style: normal; font-weight: bold;}

small.commentmetadata {}

/* -------------------------------------------------
     COMMENT FORM
------------------------------------------------- */
#commentform{
	margin:10px 10px 10px 0;
	padding:10px 10px 10px 0;}
	
#commentbox{
	width:75%;
	min-width:400px;
	margin:5px 5px 0 0;}

#author, #email, #url, textarea, #submit{border:solid 1px #ccc; margin:5px 5px 0 0;}

#submit{cursor:pointer;}

/* -------------------------------------------------
     FOOTER
------------------------------------------------- */


/* -------------------------------------------------
	 CLEARS (if needed with further customizations)
------------------------------------------------- */
.clear{clear:both;}
.clearfix{display:inline-block;}

.noborder{border:none !important; vertical-align:middle;}

.left{float:left; border:none !important; margin:5px;}
.right{float:right; border:none !important; margin:5px;}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	/*border: 1px solid #ddd;*/
	text-align: center;
	/*background-color: #f3f3f3;*/
	padding-top: 4px;
	margin: 10px;
	/*-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;*/
}

.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;
}
