/*****************************************************************************
stephentrainor.com - fleefla r09
Site version 4 styling
Stephen Trainor, stephen@stephentrainor.com
November 2008

Revised 15/05/2010
*****************************************************************************/

* {
	padding: 0;
	margin: 0;
}

body {
	background: #444 url(../images/fleefla/bkgnd.gif) repeat-x;
	font: normal 13px/1.65 Calibri, "Trebuchet MS", Helvetica, Arial, sans-serif;
}

a, .blog #site_nav a {
	text-decoration: none;
	color: #ddd;
}
a:visited, .blog #site_nav a:visited {	color: #aaa; }
a:hover, a:active, .blog #site_nav a:hover, .blog #site_nav a:active {	color: #fff; }

.blog a { color: #444; }
.blog a:visited { color: #666; }
.blog a:hover, .blog a:active { color: #000; }

.blog .main a, .default .main a { color: #D60A00; }
.blog .main a:visited, .default .main a:visited  { color: #c35650; }
.blog .main a:hover, .blog a:active, .default .main a:hover, .default .main a:active { color: #ff3626; }

.blog #footer a { color: #ddd; }
.blog #footer a:visited { color: #888; }

a img, a:active img { border: 1px solid #444; }
.blog a img { border: 1px solid #888; }

.noline, a.noline:link, a.noline:visited, a.noline:hover {
	border-width: 0;
	border-bottom: 0;
	text-decoration: none;
}

a.info_link {
	padding-right: 18px;
	background: url(../images/fleefla/info_icon.png) right no-repeat;
}

h1, h2 {
	font: normal 2em/1.8 Baskerville, Garamond, Georgia, serif;
	color: #eee;
	line-height: 1.4;
}

h2 {
	font-size: 1.5em;
}

.blog h1, .blog h2 {
	color: #222;
}

h1.caption {
	font: normal 15px/1.65 Calibri, Verdana, Helvetica, Arial, sans-serif;
	padding-left: 0;
	background: none;
}

h1.hr, h2.hr, h3.hr {
	padding-bottom: 0.05em;
	margin-bottom: 0.10em;
	width: 100%;
	background: url(../images/fleefla/dotted_line_light.png) bottom repeat-x scroll;	
}

.blog h1.hr, .blog h2.hr, .blog h3.hr {
	background: url(../images/fleefla/dotted_line.png) bottom repeat-x scroll;	
}

p {
	padding-bottom: 0.75em;
}

p.caption, div.caption, span.caption {
	clear: both;
}

p.signature {
	clear: both;
	padding-bottom: 1em;
}

p.tight {
	padding-bottom: 0.15em;	
}

ul {
	padding-bottom: 5px;
}

ul.no_bullet, ul.cat, ul.linkout, ul.blog_post, .right .linkin, .left .linkin {
	list-style: none;
}

li {
	margin-left: 15px;
}

.blog_post li {
	background: url(../images/fleefla/blog_icon.png) no-repeat left;
	margin-left: 0;
	padding-left: 18px;
}

.cat li {
	background: url(../images/fleefla/para.png) no-repeat left;
	margin-left: 0;
	padding-left: 15px;
}

.linkout li {
	background: url(../images/fleefla/rsaquo.png) no-repeat left;
	margin-left: 0;
	padding-left: 15px;
	
}

blockquote {
	min-height: 52px;
	background: url(../images/fleefla/bq.png) no-repeat top left;
	padding-left: 35px;
	padding-top: 15px;
	font-style: italic;
}

.fl {
	float: left;
	display: inline;
}

.fr {
	float: right;
	display: inline;
}

.cl {
	clear: both;
}

.5in {
	margin-left: 5px;
}

input {
	border: 0;
	margin-right: 5px;
	font-size: 13px;
}

img.fl {
	margin: 0 10px 10px 0;
}

img.fr {
	margin: 0 0 10px 10px;
}

span.prev, a.prev, p.prev {
	padding-left: 17px;
	padding-right: 17px;
	background: url(../images/fleefla/prev_next.png) no-repeat left 10%;
}

span.next {
	padding-right: 17px;
	padding-right: 17px;
	background: url(../images/fleefla/prev_next.png) no-repeat right 95%;	
}

p.rm10 {
	margin-right: 10px;
}

p.posted_in, span.posted_in {
	font-style: italic;
	color: #666;
}

p.posted_in {
	font-size: 0.9em;
}

#container_outer {
	text-align: center;
	background: #000 url(../images/fleefla/container_bgd.jpg) no-repeat top;
	color: #ddd;
	width: 964px;
	/*min-height: 720px;*/
	margin: 0 auto;
	padding: 38px 0;
}

#container_outer.blog {
	background-image: url(../images/fleefla/container_blog_bgd.jpg);
	color: #333;
	/*padding-bottom: 0;*/
}

#container_outer.photo {
	background-image: url(../images/fleefla/container_photo_bgd.jpg);
}

#container_inner {
	text-align: center;
	width: 780px;
	margin: 0 93px;
	border-right: 1px solid #7d857d;
	border-left: 1px solid #7d857d;
}

.blog #container_inner {
	background: url(../images/fleefla/content_blog_bgnd.jpg);
}

#site_nav {
	background: #000 url(../images/fleefla/header_bgd.jpg) no-repeat bottom;
	height: 120px;
	text-align: right;
}

.blog #site_nav {
	background-image: url(../images/fleefla/header_blog_bgd.jpg) 
}

#site_nav ul {
	list-style: none;
	padding-bottom: 0;
}

#site_nav li {
	margin-left: 0;
	display: inline;

	text-indent:0; /* required for IE7 to display inline properly */
}

#site_nav li a.current {
	color: #57853c;
}

#site_nav a, #site_nav a:visited {
	display: block;
	width: 95px;
	padding: 90px 1px 0 0;
	float: right;
	font-size: 1.2em;
	text-align: center;
	color: #ddd;
}

.blog #site_nav a, .blog #site_nav a:visited {
	color: #ddd;	
}

.col {
	float: left;
	text-align: left;
	min-height: 437px;
}

.left, .right {
	width: 212px;
	margin: 19px 8px 19px 20px;
}

.left {
	clear: both;
} 

.main {
	width: 502px;
	margin: 19px;
}

.photo .main {
	width: 742px;
}

.image_gallery .main, .recent_work .main {
	width: 522px;
	margin: 19px 9px;
}

.image_gallery .art, .recent_work .art {
	width: 502px;
	margin: 19px;
}

.blog .main {
	background: url(../images/fleefla/main_blog_bgnd.jpg) no-repeat;
	width: 540px;
	margin: 0;
}

.main .content {
	margin: 19px;
}

.blog .right {
	background: url(../images/fleefla/right_blog_bgnd.jpg) no-repeat;
	width: 240px;
	margin: 0;	
}

.blog .content {
	margin: 19px;
}

p.main_shot {
	text-align: center;
}

.gal_thumb {
	width: 174px;
	height: 200px;
	float: left;
	text-align: center;
}

div.gal_thumb_img {
    min-height: 160px;
	line-height:160px;
}

.gal_thumb_img img {
	vertical-align: middle;
}

/***************************************************************/
/* comment form styles */

.comment {
	clear: both;
	background: url(../images/fleefla/comment_odd.png) no-repeat;
	padding: 2px 10px 8px 10px;
	margin: 4px 0;
	font-size: 12px;
}

div.comment_info {
	float: left;
	width: 97px;
	text-align: left;
	color: #333;
}

p.comment_num {
	display: block;
	background: url(../images/fleefla/dotted_line.png) bottom repeat-x scroll;
	font-size: 14px;
	padding: 0 0 3px 16px;
	margin: 0 2px 0 -7px;
	width: 74px;
	min-height: 23px;
}

p.comment_time {
	padding: 0 2px;
	margin: 0 0 0 -8px;	
}

div.comment_message {
	width: 396px;
	margin: 0 2px 0 90px;
}

.comment_message p {
	margin: 0px 6px 4px 6px;	
}

p.comment_author {
	background: url(../images/fleefla/dotted_line.png) bottom repeat-x scroll;	
	font-size: 14px;
	padding: 1px 0 2px 0;
	margin: 0;
}

.even {
	background: url(../images/fleefla/comment_even.png) no-repeat;
}

.author {
	background: url(../images/fleefla/comment_author.png) no-repeat;
}

.author .comment_num {
	color: #555;
}

#txpCommentInputForm {
	width: 500px;
	font: normal 13px/1.65 Calibri, "Trebuchet MS", Helvetica, Arial, sans-serif;
}

.comment_form {
	margin: 10px 0;
	padding: 10px 0;
	border: 1px solid #333;
	background-color: #9a9a9a;
}

.image_gallery .comment_form, .recent_work .comment_form {
	background-color: #3a3a3a;
	border: 1px solid #111;
}

div.row {
	clear: both;
	width: 500px;
}

.col1 {
	text-align: right;
	width: 60px;
	height: 28px;
	margin: 0;
	float: left;
	padding-right: 5px;
}

.col2 {
	width: 204px;
	height: 28px;
	display: block;
	float: left;
	margin: 0;
}

.captcha {
	padding-left: 66px;
	margin: 4px 0 5px 8px;
	display: block;
}

.col1comment {
	text-align: right;
	width: 60px;
	height: 104px;
	float: left;
	display: block;
	margin-right: 5px;
}

.col2comment {
	width: 400px;
	height: 104px;
	margin: 0;
	display: block;
	float: left;
}

p.after_comment {
	margin-left: 72px;
}

.comments_error {
	color: #600;
	font-weight: bold;
	padding: 10px 0;
}

#txpCommentInputForm .submit input {
	clear: both;
} 

#txpCommentInputForm .input input {
	background-color: #fff;
	font: normal 13px/1.65 Calibri, "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #585870;
	margin: 4px 0 5px 8px;
	padding: 1px;
	border: 1px solid #000;
}

#txpCommentInputForm textarea {
	height: 96px;
	width: 410px;
	border: 1px solid #000;
	background-color: #fff;
	font: normal 13px/1.65 Calibri, "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #585870;
	margin: 4px 0 5px 8px;
}

#txpCommentInputForm .checkbox input {
	margin: 4px 5px 5px 8px;
	padding: 1px;
}

#txpCommentInputForm input.button {
	background-color: #f0f0f0;
}

/****************************************************************/
/* Site navigation */

#site_search input.input {
	color: #ddd;
	background: #222;
	border: solid 1px #333;
	width: 152px;
}

.blog #site_search input.input {
	color: #333;
	background: #ddd;
}

/****************************************************************/

/* Footer */

#footer {
	clear: both;
	height: 30px;
	background: #000800 url(../images/fleefla/footer_bgd.jpg) no-repeat top;
	color: #666;
	padding: 8px 0 0 0;
	text-align: center;
}

.blog #footer {
/*	margin-bottom: 38px;*/
	background-image: url(../images/fleefla/footer_blog_bgd.jpg);
	color: #999;
}

#footer p {
	font-size: 0.9em;
	padding-right: 30px;
}

/*Slimbox overrides*/
#lbBottom {
	font-family: Calibri, "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #aaa;
	border-style: none;
	border-top: 1px solid #fff;
	margin: 2px 0 0 2px;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 1px solid #fff;
	background-repeat: no-repeat;
}

#lbCenter {
	background-color: #ddd;
}

#lbBottomContainer {
	background-color: #000;
}

#lbBottomContainer {
	margin-top: 1px;
}


#lbCenter {
	border: 1px solid #fff;
}

#lbCloseLink {
	width: 16px;
	height: 18px;
	margin: 4px;
}
