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

* {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	}

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;
	line-height: 1.6;
	}

h1 {font-size:2em;margin-bottom:.5em;}	
h2 {font-size:1.75em;margin-bottom:.5142em;padding-top:.2em;}	
h3 {font-size:1.5em;margin-bottom:.7em;padding-top:.3em;}
h4 {font-size:1.25em;margin-bottom:.6em;}
h5 {font-size:1.1em;margin-bottom:.5em;font-weight:bold;}
h6 {font-size:1em;margin-bottom:.5em;font-weight:bold;}

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[class*="wp-image-"] {
	height: auto;
	max-width: 100%;
	border: 1px solid #ddd;
	padding: 1px;
	}

img.size-full {
	width: auto; /* Prevent stretching of full-size images in IE8 */
	}

img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
	}

p img,
.wp-caption {
	margin-top: 0.4em;
	}

img {
	border: 1px solid #ddd;
	padding: 1px;
	}

.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	}

.alignleft {
	float: left;
	margin-right: 0.5em;
	}

.alignright {
	float: right;
	margin-left: 0.5em;
	}

img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 0.75em;
	}

.wp-caption {
	background: none;
	border: none;
	margin: 10px;
	text-align: center;
	font-size: 12px;
	line-height: 1.2;
	color: #AAA;
	}

.wp-caption img {
	display: block;
	margin: 5px auto 0 !important;
	max-width: 98%;
	}

.wp-caption a {
	border: none !important;
	}

.wp-caption .wp-caption-text,
.wp-caption-dd {
	font-size: 12px;
	margin: 0 0 0.6em 0 !important;
	padding: 0 0 5px 0;
	position: relative;
	}

.wp-smiley {
	margin:0;
	}
	
