/*!
 * Cloud Plugin - Arshad Chummun
 * http://preprocess.me/cloud
 *
 * Copyright (c) 2010 Arshad Chummun (http://preprocess.me)
 * Dual licensed under the MIT (http://www.opensource.org/licenses/mit-license.php)
 * and GPL (http://www.opensource.org/licenses/gpl-license.php) licenses.
 *
 *
 */
.cloud{  
  list-style:none outside none;
  margin:5px;  
  text-align:center;
}

.cloud a{
  color:#111111;
  text-decoration:none;
}

.cloud-small{
  background:url("images/cloud_sm.png") no-repeat scroll center center;
  height:59px;
  padding:15px;
  width:90px;
  font-size:12px;
  z-index:0;
}

.cloud-medium{
  background:url("images/cloud_md.png") no-repeat scroll center center transparent;
  height:104px;
  padding:15px;
  width:160px;
  font-size:12px;
  z-index:0;
}

.cloud-big{
  background:url("images/cloud_big.png") no-repeat scroll center center transparent;
  font-size:24px;
  height: 188px;
  padding:30px;
  width:288px;
  z-index:0;
}