/* theme screen stylesheets */



/* import stylesheets and hide from ie/mac \*/

@import url("reset.css");

@import url("style.css");

/* end import/hide */


.wp-caption { display:block; overflow:hidden; width:100%; 
background:none repeat scroll 0 0 #FAFAFA;
border:1px solid #E4E4E4;
padding:8px 0 0 8px;
margin:0 0 8px 8px;
float:right;
}

.wp-caption a { display:block; overflow:hidden; padding:0; margin:0; width:auto; }
.wp-caption a:hover { border:none; }

.wp-caption a img { 
background:none;
border:none;
padding:0;
}

.wp-caption-text { margin:0 8px 0 0; text-align:center; font-style:italic; font-size:90%; }
