/*
Theme Name: Cropaholics
Theme URI: http://www.cropaholics.co.za
Description: Cropaholics theme based on static website
Version: 1.0
Author: Tony De Buys
Author URI: http://www.cropaholics.co.za
Tags: blue, custom header, fixed width, two columns, widgets

	This theme was designed and built by Tony De Buys
	for Cropaholics - a retail scrapbooking and cardmaking store.
*/

html {
  background: url(images/bgcolor.jpg) repeat-x fixed 0 0 #339999;
  height: 100%;
  position: relative;
  width: 100%;
	font-size: 62.5%; /* Resets 1em to 10px */
  font-family: Arial, Verdana, Tahoma, Sans-Serif;
}

body {
  border: 0 none;
  margin: 0;
}

* {
  outline-color: -moz-use-text-color;
  outline-style: none;
  outline-width: 0;
  padding: 0;
}

p, td {
  color: #000000;
  font-size: 9pt;
  font-family: Arial, Verdana, Tahoma, Sans-Serif;
}

A:active,
A:link,
A:hover {
    color: #15396E;
    text-decoration: underline;
    font-weight: bold;
}

A:visited {
    color: #15396E;
    text-decoration: underline;
    font-weight: bold;
}

ul {
  padding-left: 10px;
}

.postmetadata {
	color: #3f3f3f;
}

/*
  FAlbum settings
  Flickr specific styles
*/

div.falbum-album {
  alignment: center;
  text-align: center;
  margin-bottom: 20px;
}

h3.falbum-title {
  font-size: 12px;
}

div.falbum-thumbnail-ds {
  alignment: center;
  text-align: center;
}

div.falbum-album A, img {
  border: 0px;
}

div.falbum_photo_link {
  alignment: center;
  text-align: center;
  border: 0px;
}

