/*
Theme Name: ClearBlog
Author: Peter Lavelle
Author URI: http://solderintheveins.co.uk
Description: ClearBlog is a fixed-width, minimalist Wordpress 3.0-only theme which has support for threaded comments, custom header and background, Wordpress 3.0 navigation menus, Iframe embedding within post content and widgetised sidebar and footer areas. There is also an integrated mobile device version of the theme which is opimised for small-screens and will automatically load when a mobile browser is detected. For the Social Networking addicts amongst you, there are "Share Post" links for Facebook, Digg, Stumbleupon and del.ico.us for each individual Post. For all you Twitter fans, there is a Twitter feed link in the header that can easily be configured, within the theme options, to point to your own Twitter timeline. Thanks to Paul Robert Lloyd (http://paulrobertlloyd.com) for his Social Media Icons. This theme uses code from the Small Potato WP theme development tutorial (http://www.wpdesigner.com/2007/02/19/so-you-want-to-create-wordpress-themes-huh/) and from vividvisions.com (http://www.vividvisions.com/2009/02/11/wordpress-add-iframes-to-your-post/)
Version: 1.0.5
License: GNU GENERAL PUBLIC LICENSE, Version 2
License URI:http://www.gnu.org/licenses/old-licenses/gpl-2.0.html

Tags: custom-header, custom-background, threaded-comments, two-columns, fixed-width, theme-options, white, custom-menu, right-sidebar, light
*/

@import url('css/reset.css');
@import url('css/main.css');
@import url('css/sidebar.css');
@import url('css/comments.css');
@import url('css/navmenu.css');
@import url('css/footer.css');
@import url('css/widgets.css');
@import url('css/header.css');
/*@import url('css/admin-ui.css');*/


.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}



/*=====================================*/
/*Gallery image caption style rules */
/*====================================*/

.gallery-caption{
     text-align: center;
     background-color: #fefefe;
     line-height: 17px;
     font-size: 11px;
     font-weight: bold;
     padding: 2px 2px 4px 2px;
     margin: 2px;
}

/*------------------------------------*/


/*=====================================*/
/*Post/Page image caption style rules */
/*====================================*/

.aligncenter,
 div.aligncenter {
     display: block;
     margin-left: auto;
     margin-right: auto;
 }

 .alignleft {
     float: left;
 }

 .alignright {
     float: right;
 }

 .wp-caption {
     border: 1px solid #ccc;
     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;
 }

/*===================================*/
