/*
Theme Name: OnlineLinuxBackup
Theme URI: http://onlinelinuxbackup.com/
Description: 
Version: 1.0
Author: Brian Geisel
Author URI: http://internetstarting.com/
Tags: blue, custom header, fixed width, two columns, widgets


*/

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

/* 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;
	text-align:center;
}
/* End captions */

p {
    font-size: 1.2em;
    font-height: 1.3em;
}

div.wp-caption + p {
    padding-top: 10px;
}

.narrowcolumn .postmetadata {
	text-align: center;
	}
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}
.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

.postheader {
       border-bottom: 1px solid #ccc;
       padding-bottom:8px;
       margin-bottom:4px;
}

.premeta .author {
    float:left;
    font-size:11px;;
    color: #888;
}
.premeta .topics {
    font-size:11px;
    color: #888;
}
.premeta {
    clear:both;
    font-size:11px;
}

p.premeta {
    margin-bottom: 0.1em;
}

.content {
    padding: 26px 0 30px 0;
float:left;
}

.widecolumn {
width: 570px;
}

#sidebar #searchform #s {
    width: 108px;
    padding: 2px;
}

#right ul {
	list-style: none;
	padding-left: 26px;
}

#right ul ul {
    padding-left: 4px;
}


