/*
Theme Name: BirdTIPS
*/
/*
Used to style the TinyMCE editor.
*/
html .mceContentBody {
	max-width:600px;
	}

* {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	line-height: 1.6;
	}

body, input, textarea {
	}

a {
	color:#0066aa !important;
	text-decoration: none !important;
	border-bottom: dotted 1px #0066aa !important;
	}

hr {
	background-color: #E7E7E7;
	border:0;
	height: 1px;
	margin-bottom: 1em;
	clear:both;
	}

p {
  text-align: left;
	}

blockquote {
	margin-left: 1em;
	padding-left: 1em;
	border-left: 2px solid #DDD;
	}

pre {
	border: dashed 1px #CCC;
	padding: 10px;
	}

ul {
	margin: 0 0 0 1em;
	padding: 0 0 0 1em;
	list-style: disc;
	}

ul ul {
	list-style: circle;
	}

ul ul ul {
	list-style: square;
	}

ul ul ul ul {
	list-style: disk;
	}

ol {
	list-style: decimal;
	}

ol ol {
	list-style:upper-alpha;
	}

ol ol ol {
	list-style:lower-roman;
	}

ol ol ol ol {
	list-style:lower-alpha;
	}

dl {
	margin:0 0 1em 0;
	line-height: 1.6;
	}

dt {
	font-weight: bold;
	}

dd {
	margin-bottom: 1em;
	padding: 0;
	}

strong {
	font-weight: bold;
	}

em,
i,
q {
	font-style: italic;
	}

cite {
	border-bottom: dashed 1px #CCC;
	font-style: italic;
	}

big {
	font-size: 130%;
	}

ins {
	background: #ffc;
	border: none;
	color: #555;
	}

abbr {
	text-transform: lowercase;
	border-bottom: 1px dotted #666;
	cursor: help;
	}

acronym {
	text-transform: uppercase;
	border-bottom: 1px dotted #666;
	cursor: help;
	}

pre, code, samp, kbd, var{
	font:100% mono-space,monospace;
	}

del {
	color: #C00;
	}

table {
    border-collapse: collapse;
    border-spacing: 0;
	}

table caption {
	font-weight: bold;
	color: #333;
	font-style: italic;
	}

table th {
    padding: 0;
    text-align: left;
    vertical-align: middle;
	background: #EFEFEF;
	border-bottom: solid 1px #CCC !important;
	font-weight: bold;
	text-align: left;
	}

table td {
    padding: 0;
    text-align: left;
    vertical-align: middle;
	border-bottom: solid 1px #CCC !important;
	}

table td a {
	border-bottom: none !important;
	}

img {
	margin: 0;
	max-width: 610px;
	}

.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
	}

.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
	}

.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
	}

.wp-caption {
	border: none;
	background: #f1f1f1;
	color: #888;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	}

.wp-caption img {
	margin: 5px;
	}

.wp-caption p.wp-caption-text {
	margin: 0 0 4px;
	}

.wp-smiley {
	margin:0;
	}