/*
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.  The Social networking icons were obtained from WooThemes (http://www.woothemes.com/2009/11/simple-bold-social-media-icons/) for that great 100% GPL taste! ;-) 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.7
License: GNU GENERAL PUBLIC LICENSE, Version 2
License URI: license.txt

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');*/


/*Style Rules for 'sticky' posts */
.sticky {
	-moz-border-radius:3px 3px 3px 3px;
	border:2px solid #CCCCCC;


/* ============================ */


.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}



/*=====================================*/
/*Gallery image caption style rules */
/*====================================*/

.gallery-caption{
    border: 1px solid #ccc;
     text-align: center;
     background-color: #000;
     padding-top: 4px;
     margin: 10px;
     -moz-border-radius: 3px;
     -khtml-border-radius: 3px;
     -webkit-border-radius: 3px;
     border-radius: 3px;
}

/*------------------------------------*/


/*=====================================*/
/*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;
 }

/*===================================*/
