/*
Theme Name: Beginnings
Theme URI: http://www.ingenerality.byethost16.com/wordpress/?theme=Beginnings
Description: My first theme.
Version: 1.0
Author: Gabriel Rios
Author URI: http://www.ingenerality.byethost16.com/wordpress
Tags: blue, two-columns, fixed-width, custom-header
*/

/*You may edit this as long as you do not use it as your own work.*/

/*Undo browser defaults
--------------------------------*/

:link,:visited {text-decoration: none;}
ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;}
ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
a img,:link img,:visited img {border: none;}
address {font-style: normal;}

/***************************************************Index page*/

/*Body and overall selectors
--------------------------------*/

body {
font: 90% Arial, Helvetica, sans-serif;
line-height: 1.6em; }

/*Overall selectors
--------------------------------*/

a {
color: #21385B;
}

a:hover {
text-decoration: underline;
}

blockquote {
font-style: italic;
padding-left: 5px;
border-left: 2px solid #B9D3EE; }  	

p a {
color: #4F4F4F;
text-decoration: none; }

p a:hover {
color: #000;
text-decoration: underline; }

/*Search bar
--------------------------------*/

input {
margin: 0 0 5px 0;
background-color: #EDEDED;
padding: 5px;
border: 2px solid #EDEDED; }

input:focus {
background-color: #FFF;
border: 2px solid #FFF; }

/*Headings
--------------------------------*/

h1 {
font-size: 2em; }

h2 {
font-size: 1.75em; }

h3 {
font-size: 1.6em; }

h4 {
font-size: 1.45em; }

h5 {
font-size: 1.3em; }

h6 {
font-size: 1.15em; }

/*Preliminary classes
--------------------------------*/

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.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-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}


/*Structure
--------------------------------*/

#wrapper {
width: 100%;
margin: 0 auto; }

#header {
width: 100%;
height: 70px;
padding: 65px 0; }

#navigation {
width: 960px;
height: 30px;
padding: 20px; }

#content {
float: left;
width: 600px;
padding: 0 30px 30px 30px; }

#sidebar {
float: right;
width: 260px;
padding: 30px 30px 30px 10px; }

#footer {
clear: both;
height: 250px;
width: 100%; }

/*Header
--------------------------------*/

#header {
background-color: #3B5377;
text-align: center; 
border-bottom: 5px solid #122A4E; }

#header a {
color: #FFF; }

#header a:hover {
text-decoration: none; }

#description {
color: #B3BED0;
font-weight: bold; }

/*Navigation
--------------------------------*/

#navigation ul li {
display: inline; }

#navigation a {
padding: 10px;
font-weight: bold;
}

#navigation a:hover {
color: #222;
text-decoration: none;
border-bottom: 3px solid #222; }

/*Posts
--------------------------------*/

#content {
padding-top: 30px;
text-align: justify;
line-height: 1.3em; }

.post-title {
padding-bottom: 15px; }

.post-date {
margin: 0 0 10px 0;
font-weight: bold;
color: #607B8B; }

.entry {
padding: 15px 0; }

.post-cat {
padding-bottom: 30px; } 


/*Sidebar
--------------------------------*/

#sidebar {
padding: 17px 30px 30px 30px; }

#sidebar li {
list-style-type: square; }

#sidebar h3 {
color: #21385B; }

.sidebar-title {
margin: 10px 0; }

/*Footer
--------------------------------*/

#footer {
background-color: #859BBC;
border-top: 7.5px solid #21385B;
color: #21385B; }

#footer h3 {
line-height: 2em; }

#footer-colophon {
float: left;
width: 500px;
height: 100px;
padding: 30px;
line-height: 1.3em; }

#search-bar {
float: right;
text-align: left;
width: 300px;
height: 100px;
padding: 30px 20px 30px 30px; }

.search-bar p:focus {
display: none; }

/**************************************************Single page*/

/*Posts
--------------------------------*/

h1, h2, h3, h4, h5, h6 {
color: #21385B; }

.post-header-single, .post-cat-single, .entry {
padding-bottom: 10px; }

.post-date-single {
color: #607B8B;
font-weight: bold;
padding-bottom: 10px; }

#entry {
padding: 10px 0; }

/************************************************Comments page*/

#respond {
padding-bottom: 10px; }

textarea {
padding: 10px;
font-family: Arial, Helvetica, sans-serif; }