/*
Theme Name: dreamy
Theme URI: http://taoofdesign.wordpress.com/
Description: The light blue theme of elegant design, especially designed for displays or devices with small or large screen, widgets enabled, bottombar, flexible width, printable, paginated posts and comments, valid CSS 3 and XHTML 1.0 Strict. It uses CSS 3 features and requires most latest version of browsers to ensure your experiences(Internet Explorer 6 no longer supported). Released under GNU General Public License version 3.0(GPLv3). Requires WP 2.7 or above.
Version: 1.0.2
Author: Joe D.
Tags: blue, light, flexible-width
*/
.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;
}