/*!
 * 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{
position: relative;
top: 50px;
  color:#111111;
  text-decoration:none;
}

.cloud-small{
  background:url("../src/mariocloud1.png") no-repeat scroll center center;
  height:50px;
  width:67px;
  font-size:12px;
}

.cloud-medium{
  background:url("../src/mariocloud2.png") no-repeat scroll center center transparent;
  font-size:16px;
  height:50px;
  width:133px;
}

.cloud-big{
  background:url("../src/mariocloud2.png") no-repeat scroll center center transparent;
  font-size:24px;
  height:50px;
  width:133px;
}
