@charset "UTF-8";

/*
Theme Name: Up Up and Away
Theme URI: http://www.calobeedoodles.com/
Description: 
Version: 1.0
Author: Caroline Moore
*/

html {
	min-height:100%;
}

body {
	background-color:#eef3f3;
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 14px;
	color: #333;
	line-height: 22px;
	min-height:100%;
	background-image:url(images/sky.png);
	background-repeat:repeat-x;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	width: 100%;
	clear: both;
	background-color:#c0e59c;
	margin:0px;
	padding: 0px;
	display: block;
}

.navigation {
	position: relative;
	height: 65px;
	width: 850px;
	padding: 5px;
	font-size: 16px;
	font-weight: bold;
	font-family: "Trebuchet MS", Tahoma;
	z-index: 100;
	display: block;
	text-align: center;
	top: 0;
	color: #FFF;
	margin-right: auto;
	margin-left: auto;
}

.grass {
	background-image:url(images/grass.png);
	background-repeat:repeat-x;
	width: 100%;
	height: 207px;
	clear: both;
	display: block;
	margin:0px;
	padding:0px;
	position: relative;
}

.widget h3, .widget h3 a:link, .widget h3 a:visited, .widget h3 a:hover, .widget h3 a:active {
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 3px;
	padding: 0px;
	font-family:Tahoma,"Trebuchet MS";
	text-indent: 31px;
	height: 31px;
}

.header {
	width: 100%;
	position: relative;
	margin:0px;
	padding: 0px;
	height: 300px;
	background-image: url(images/plane.png);
	background-position: bottom center;
	background-repeat: no-repeat;
}

.rightbranch {
	float: right;
	position: relative;
	background-image: url(images/branch2.png);
	background-repeat: no-repeat;
	width: 435px;
	height: 260px;
	clear: right;
	background-position: top;
	margin-top: -20px;
}

.leftbranch {
	float: left;
	position: relative;
	background-image: url(images/branch3.png);
	background-repeat: no-repeat;
	background-position: top;
	width: 436px;
	height: 260px;
	clear: left;
	margin-top: -20px;
}

.headernav {
	padding-top: 60px;
	position: absolute;
	display: block;
	width: 100%;

}

hr {
	text-align: center;
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	border-bottom: 1px solid #333;
	border-top: 0px none;
	border-right: 0px none;
	border-left: 0px none;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.entry .aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.entry .alignleft {
	float: left;
	margin-right: 10px; 
	margin-bottom: 10px;
}

.entry .alignright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

a:link {
	font-family: Arial;
	color: #35AEAE;
	text-decoration: none;
}

a:visited {
	font-family: Arial;
	color: #35AEAE;
	text-decoration: none;
}

a:hover {
	font-family: Arial;
	color: #6AC0BF;
	text-decoration: none;
}

a:active {
	font-family: Arial;
	color: #35AEAE;
	text-decoration: none;
}

.footer a:link {
	font-family: Arial;
	color: #729F48;
	text-decoration: none;
}

.footer a:visited {
	font-family: Arial;
	color: #729F48;
	text-decoration: none;
}

.footer a:hover {
	font-family: Arial;
	color: #81be50;
	text-decoration: none;
}

.footer a:active {
	font-family: Arial;
	color: #729F48;
	text-decoration: none;
}

img a {
	border-style: none;
}

img {
	border-style: none;
}

div#menu ul {
	margin:0px;
	padding:0px;
	list-style: none;
	list-style-type: none;
}

div#menu ul li ul {
	list-style: none;
	list-style-type: none;
	margin-left: 31px;
	padding:0px;
	margin-top: -9px;
}

.contents {
	margin-left: auto;
	margin-right: auto;
	margin-top: 35px;
	width: 850px;
	padding: 0px;
	position: relative;
	min-height:100%;
	clear: both;
	z-index: 3;
	min-height: 200px;
	margin-bottom: 45px;
}

.sidebar {
	width: 850px;
	padding: 0px;
	position: relative;
	margin: auto;
	text-align: left;
	display: block;
	margin-top: -140px;

}

.colophon {
	clear:both;
	width: 100%;
	text-align:center;
	padding-top: 15px;
	display: block;
	position: relative;
	text-transform: uppercase;
	font-size: 10px;
	padding-bottom: 10px;
	background-color: #c0e59c;
	background-image: url(images/dirt.png);
	background-repeat: repeat-x;
	height: 60px;
}

.divider {
	background-repeat: no-repeat;
	margin: auto;
	width: 543px;
	height: 34px;
	margin-bottom: 15px;
	margin-top: 15px;
	display: block;
}

.widget {
	float: left;
	margin: 0px;
	width: 20%;
}

.widget li {
	list-style: none;
	list-style-type: none;
	line-height: 13px;
	margin-bottom: 4px;
}

.rss-date {
	font-variant: small-caps;
	font-size: 13px;
	position: relative;
}

.entry {
	clear: both;
	padding-top: 2px;
	display:block;
}

.border {
	width: 100%;
	height: 50px;
	background-image: url(img/background.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	clear: both;
	z-index: 20;
	position:relative;
	text-align: center;
}

div.border img {
	margin-top: 6px;
	position: relative;
}

.avatar {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}

.alt {
	background-color: #f1f6f7;
}

li.comment {
	padding: 3px;
}

a#prevLinkText {
	margin-right: 5px;
}

a#nextLinkText {
	margin-left: 5px;
}

h1.contents_title {
	font-size: 18px;
	font-weight: bold;
	color: #EC9433;
	font-family: Tahoma, "Trebuchet MS";
	margin: 0px;
	padding: 0px;
}

.post_date {
	font-weight: bold;
	font-size: 14px;
	float: right;
	color: #35AEAE;
	font-family: Tahoma, "Trebuchet MS";
}

.widget_tag_cloud {
	width: 100%;
	margin:0px;
	padding-top:5px;
	padding-bottom: 25px;
}

.widget_tag_cloud h3 {
	background-image: url(images/leaf.png);
	background-repeat: no-repeat;
}

li#linkcat-2 h3 {
	background-image: url(images/flower.png);
	background-repeat: no-repeat;
}

.widget_pages h3 {
	background-image: url(images/ladybee.png);
	background-repeat: no-repeat;
}

li#linkcat-185 h3 {
	background-image: url(images/butterfly.png);
	background-repeat: no-repeat;
}

.widget_rss h3 {
	background-image: url(images/acorn.png);
	background-repeat: no-repeat;
	text-indent: 26px;
}

.widget_archive h3 {
	background-image: url(images/cherry.png);
	background-repeat: no-repeat;
}

.widget_twitter {
	position: absolute;
	display: block;
	top: 10px;
	left: 0px;
	background-image:url(images/tweets.png);
	background-repeat: no-repeat;
	background-position: right;
	width: 253px;
	height: 190px;
	font-size: 10px;
	color: #58ACAC;
	font-family: Arial;
	margin:0px;
	padding:0px;
	z-index: 0;
}

ul.tweets li, .widget_twitter p {
	width: 155px;
	margin-left: 40px;
	margin-top: 40px;
	text-align: center;
}

.widget_twitter h3 {
	display: none;
}

.widget_rss img {
	width: 0px;
	height: 0px;
}

.randomwidget {
	position: absolute;
	width: 120px;
	height: 200px;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 0;
	right: 0;
	top: 420px;
}

.button_link {
	position: absolute;
	width: 120px;
	height: 40px;
	display: block;
	text-indent: -3000px;
	font-size: 1px;
	outline:none;
}

span.cap {
	float: left;
	font-size: 300%;
	margin-right: 2px;
	margin-bottom: 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#35AEAE;
	font-weight: bold;
	line-height: 42px;
}

span.cap span {

}

.quicklinks {
	width: 100%;
	position: fixed;
	bottom: 0px;
	left: 0px;
	height: 45px;
	font-weight: bold;
	font-size: 14px;
	z-index: 500;
	text-transform: uppercase;
	font-family: Tahoma,"Trebuchet MS";
	color: #694535;
	padding: 0px;
	margin: 0px;
	background-image: url(images/quicklinks_background.png);
	background-repeat: repeat-x;
}

.quicklinks a:link, .quicklinks a:visited, .quicklinks a:hover, .quicklinks a:active {
	color: #bca89f;
	font-family: Tahoma,"Trebuchet MS";
}

.quicklinks a:hover {
	color: #FFF;
}

.quicklinks div.links ul li.page_item {
	list-style: none;
	list-style-type: none;
	float: left;
	display: block;
	padding: 0px;
}

.quicklinks div.links a {
	display: block;
	margin-left: 4px;
	margin-right: 4px;
	float: right;
}

.quicklinks div.links img {
	margin-right: 3px;
}

.quicklinks div.links ul {
	list-style-type: none;
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
}

.quicklinks div.wrapper {
	width: 850px;
	position:relative;
	margin: auto;
	margin-top: 15px;
	padding: 0px;
}

.quicklinks div.links {
	position: relative;
	float: left;
}

.quicklinks div.socialnetworkbuttons {
	position: relative;
	float: right;
	margin: 0px;
	padding: 0px;
}

.quicklinks img {
	margin-top: -2px;
}

div.socialnetworkbuttons img {
	margin-left: 5px;
}

.relpost_title {
	font-weight: bold;
	width: 95%;
	margin: auto;
	position: relative;
	text-align: center;
}

.relpost_wrapper {
	width: 100%;
}

.relpost_img {
	border: 2px solid #FFF;
	display: block;
	position: relative;
	margin: auto;
}

div.relpost_link {
	float: left;
	margin: 0px;
	padding-top: 5px;
	width: 25%;
	border: none 0px;
	height: 125px;
	display: block;
	text-align: center;
	line-height: normal;
	height: 140px;
}

.quicklinks img {
	opacity:0.6;
}

.quicklinks img:hover {
	opacity:1.0;
}


.quicklinks div.links {
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;
}

.quicklinks li.current_page_item a {
	color: #FFF;
}

#gallery-1 img {
	border: 2px solid #FFF;
}

#gallery-1 .gallery-item {
	float:left;
	margin-top:0px;
	text-align:center;
	width:25%;
}

#gallery-1 .gallery-item {
	text-align:center;
}
