/*

Customized Wordpress Theme for Fidelma Greene.

http://mou5e.com

© 2009



*/



/** CSS - © Fidelma Greene all rights reserved

==============================================================================*/



* { /* removes defaults from all elements */

	margin: 0;

	padding: 0;

	list-style: none;

	}



/** Body

==============================================================================*/



body {

font-family: Arial, Helvetica, sans-serif;

font-size: 12px;

line-height: 16px;

color: #454545;

background: url(images/body_bg.jpg) no-repeat top #efefef;

margin: 0 auto;

}



/** Misc

==============================================================================*/



.clear {

clear: both;

}



.left {

float: left;

}



.right {

float: right;

}



/** Images

==============================================================================*/



#content img, #content-inner img, #sidebar img {

border: 1px solid #e1dece;

padding: 5px;

background-color: #fff;

}




#content img.left, #content-inner img.left, #sidebar img.left, img.alignleft {
float: left;
margin: 0 16px 8px 0;
}

#content img.right, #content-inner img.right, #sidebar img.right, img.alignright {
float: right;
margin: 0 0 8px 16px;
}



img.centered {

display: block;

margin-left: auto;

margin-right: auto;

}



a img {

border: none;

}



/** Video

==============================================================================*/



.video {

width: 627px;

padding: 16px 0 16px 0;

}



.video p {

text-align: center;

}



/** Headings

==============================================================================*/



h1 {

font-size: 18px;

line-height: 20px;

margin: 0 0 8px 0;

font-weight: normal;
	color: #755191;
	text-transform: capitalize;
}



h2 {

font-size: 16px;

line-height: 18px;

margin: 0 0 8px 0;

font-weight: normal;
color: #000304;
	
}



h3 {

font-size: 14px;

line-height: 16px;

margin: 0 0 14px 0;

font-weight: bold;

	font-variant: small-caps;
	text-transform: capitalize;
}



h4 {

font-size: 12px;

line-height: 14px;

margin: 0 0 8px 0;

font-weight: normal;

text-transform: uppercase;


}

h5 {

font-size: 10px;

line-height: 12px;



font-weight: normal;

text-transform: uppercase;

font-weight: normal;
color: #755191;
}




#footer h4 {

padding: 0 0 6px 0;

background: url(images/footer_divider.jpg) repeat-x bottom;
	color: #755191;
}



/** Paragraphs

==============================================================================*/



p {

margin: 0 0 24px 0;

}



/** Links

==============================================================================*/



p a:link, a:link {

color: #755191;

text-decoration: none;

}



p a:visited, a:visited {

color: #755191;

text-decoration: none;

}



p a:hover, a:hover {

color: #af98c6;

text-decoration: none;

}



a:active {

color: #243f58;

text-decoration: none;

}



#pages a:link, #nav a:link {

color: black;

text-decoration: none;

}



#pages a:visited, #nav a:visited {

color: black;

text-decoration: none;

}



#pages a:hover, #nav a:hover {

color: white;

text-decoration: none;

}



#pages a:active, #nav a:active {

color: #755191;

text-decoration: none;

}

/* My Comment */



/** Main Container

==============================================================================*/



#container {

width: 975px;

margin: 0 auto;

}



/** Tagline

==============================================================================*/



#tagline {

font-size: 10px;

color: #c685a3;

text-transform: uppercase;

margin: 3px 0 0 0;

}



/** Pages Nav

==============================================================================*/



#pages {

margin: 3px 0 0 0;

text-transform: uppercase;

font-size: 10px;


}



#pages ul {

background: url(images/top_info_divider.jpg) repeat-y right;

}



#pages li {

float: left;

padding: 0 16px 0 0;

}



p#subscribe {

width: 76px;

text-align: right;

margin: 0;

padding: 0 22px 0 0;

background: url(images/rss_icon.jpg) right no-repeat;

}



/** Logo

==============================================================================*/



#logo {

float: left;
	margin: 0px 0 0;
}



/** Search

==============================================================================*/



#s {

float: right;

margin: 40px 0 0 0;

width: 430px;

height: 21px;

padding: 4px 0 0 25px;

border: 1px solid #106eab;

background: url(images/search_icon.jpg) no-repeat #fff 6px 6px;

}



/** Navigation

==============================================================================*/







#nav {

width: 975px;

margin: 7px 0 16px 0;

background: url(images/nav_bg.jpg) no-repeat top right;

}



#nav li {

	float: left;

	display: block;
	
}



#nav li a {

float: left;

display: block;

padding: 12px 30px; 

text-transform: uppercase;

background: url(images/nav_bg.jpg) no-repeat top right;
	
}



#nav li a:hover {

background: url(images/nav_bg.jpg) no-repeat right -40px;


}



ul#nav li.current_page_item a, ul#nav li.current-cat a {

color: white;

background: url(images/nav_bg.jpg) no-repeat right -80px;
	

}



#nav li ul {

display: none;
	

}

#subscribe a:hover {color: #000000;}


/** Breadcrumbs

==============================================================================*/



#breadcrumbs {

position: relative;

width: 661px;

font-size: 11px;

color: white;

text-transform: uppercase;

background: url(images/content_header_bg.jpg) repeat-x 0 0;

z-index: 100;

}



#breadcrumbs p {

margin: 0;

padding: 8px 0 8px 16px;

}



#breadcrumbs p a {

color: #ffffff;

}



#catsbtn {

position: absolute;

right: 16px;

width: 114px;

}



#catsbtn span a {

float: right;

color: #efefef;

display: block;

margin: 5px 0 0 0;

padding: 4px 16px 4px 16px;

width: 82px;

background: url(images/categories_btn.jpg) no-repeat;

}



#catslist {

position: absolute;

right: 0;

top: 27px;

width: 148px;

display: none;

z-index: 100;

background-color: #efefef;

float: right;

border: 1px solid #aaa;

padding: 16px;

}



#catslist li a {

display: block;

width: 100%;

padding: 4px 0 4px 0;

}



/** Content

==============================================================================*/



#content, #content-inner {

width: 627px;

margin: 0 0 16px 0;

padding: 0 16px 16px 16px;

background-color: #fff;

border: 1px solid #dfddd5;

z-index: -100;

}



.post {

width: 627px;

padding: 16px 0 16px 0;

border-bottom: 1px solid #dfddd5;

}



.postcontent {

width: 606px;

}



.postcontent-inner {

width: 627px;

}



.postcontent p {

margin: 0;

}



.meta {

margin: 0 0 24px 0;

padding: 4px 0 4px 0;

border-top: 1px solid #dfddd5;

border-bottom: 1px solid #dfddd5;

color: #777676;

}



.date-cat-author, .commentsnum {

margin: 0;

}



.commentsnum {

padding: 0 16px 0 0;

background: url(images/comments_icon.jpg) no-repeat right 3px;

}



#postsnav {

float: left;

width: 627px;

padding: 11px 0 11px 0;

}



.previous {

text-transform: uppercase;

padding: 0 0 0 16px;

background: url(images/posts_nav_left_arrow.jpg) no-repeat left;

}



.next {

text-transform: uppercase;

padding: 0 16px 0 0;

background: url(images/posts_nav_right_arrow.jpg) no-repeat right;

}



.postcontent p {

margin: 0 0 16px 0;

}



#content p {

margin: 0;

}



.postcontent-inner ul, .postcontent-inner ol {

padding: 16px 0 16px 24px;

margin: 16px 0 16px 24px;

}



.postcontent-inner ul li {

list-style-type: disc;

}



.postcontent-inner ol li {

list-style-type: decimal;

}



/** Author Info

==============================================================================*/



#authorinfo {

width: 597px;

padding: 15px;

background: url(images/author_info_bg.jpg) repeat-x top #dfdfdf;

border-left: 1px solid #dfddd5;

border-right: 1px solid #dfddd5;

border-bottom: 1px solid #c3c3c3;

}



#authorinfo .avatarwrap {

background-image: none;

}



#authorinfo h3 {

text-transform: none;

}



/** Share

==============================================================================*/



#share {

width: 599px;

padding: 0 15px 0 15px;

border-top: 1px solid #dfdfdf;

background-color: #ccc;

}



#share img {

border: 0;

padding: 8px 0 0 0;

margin: 0;

background-color: #ccc;

}



#share p {

margin: 12px 0 0 0;

padding: 0 0 0 0;

}





/** Related

==============================================================================*/



#related {

padding: 16px 0 16px 0;

}



#related h3 {

font-weight: bold;

}



#related div {

width: 224px;

}



#related ul {

width: 389px;

border-left: 1px solid #dfddd5;

}



#related ul li {

padding: 0 0 0 16px;

}



#related ul li a {

display: block;

width: 349px;

padding: 4px 24px 4px 0;

background: url(images/arrow_right.jpg) no-repeat right;

border-bottom: 1px solid #dfddd5;

}



/** Comments

==============================================================================*/



#comments {

width: 627px;

margin: 16px 0 16px 0;

border-bottom: 1px solid #dfddd5;

padding: 0 0 16px 0;

}



#respond {

padding: 16px 0 0 0;

border-top: 1px solid #dfddd5;

}



#commentform {

margin: 0 0 32px 0;

padding: 16px 0 0 0;

}



input {

display: block;

float: left;

margin: 5px 5px 1px 0;

}



fieldset {

border: none;

}



input, textarea {

padding: 2px;

width: 475px;

border: 1px solid #e1dece;

}



textarea {

margin: 5px 5px 1px 0;

overflow: hidden;

}



#submit {

float: right;

width: 128px;

height: 24px;

border: none;
	background-image: url(../Desktop/Fidelma%20Greene/submit.png);

display: inline;

margin: 10px 146px 0 0;

background-color: #efefef;

text-transform: uppercase;

font-size: 11px;

}



.avatarwrap { 

float: left;

width: 140px;

margin: 0 0 24px 0;

background: url(images/comment_tail.jpg) no-repeat 120px 16px;

}



.avatarwrap p {

margin: 0;

padding: 0;

font-size: 10px;

}



.commentdate {

color: #808072;

}



.comment {

float: right;

width: 455px;

padding: 16px;

margin: 0 0 24px 0;

background-color: #efefef;

}



#comment_post_ID, #comment_parent, #_wp_unfiltered_html_comment {

display: none;

}



/** Sidebar

==============================================================================*/



#sidebar {

width: 298px;

margin: 0 0 0 0;

}



#sidebar .sidebox {

width: 195px;
text-align: center;
padding: 0px 40px 0px;
background: #fcf8f8;
margin: 0 0 20px 0;
}
.sidebox1 {

width: 195px;
text-align: left;
padding: 22px 40px;
background: #fcf8f8;
margin: 0 0 20px 0;
}


#sidebar .sidebox img {

padding: 0;
border: 0;
}



#sidebar .sidebox p {
font-size: 11px;
padding: 0;
margin: 15px 0 0 0;
text-align: left;
}





#ads, #flickr {

width: 266px;

padding: 16px 16px 0 16px;

margin: 0 0 16px 0;

background-color: #dbdbdb;

}



#ads img, #flickr img {

border: 0;

padding: 0;

}



.smad {

float: left;

margin: 0 16px 16px 0;

}



.last {

margin-right: 0px;

}



p#advertise, p#joinflickr {

font-size: 10px;

text-align: center;

text-transform: uppercase;

margin: 0 0 8px 0;

padding: 0 0 8px 0;

}



p#joinflickr {

padding: 8px 0 8px 0;

}



#flickr img {

float: left;

margin: 0 8px 8px 0;

border: 1px solid #e1dece;

padding: 5px;

height: 68px;

width: 68px;

background-color: #fff;

}



/** Footer

==============================================================================*/



#footercontainer {

margin: 0 auto;

background: white url(images/footer_bg.jpg) repeat-x;

min-height: 300px;

height: auto !important;

height: 300px;

}



#footer {

width: 945px;

margin: 0 auto;

padding: 48px 0 32px 0;

color: #454545;

}



#copyright {

float: left;
padding: 50px 0 0 0;


width: 320px;
	margin-bottom: 0;
	margin-top: 30px;

}



#copyright p {

font-size: 12px;

margin: 0 40px 10px 6px;

}


#copyright a {

margin: 0 0 0 55px;

}


#aboutus {

float: left;

width: 265px;

margin: 0 60px 0 16px;

}



.readmore {

font-size: 10px;

text-align: right;

text-transform: uppercase;

}



#popular {

float: right;

width: 288px;

margin: 0 0 0 16px;

}



#elsewhere li, #popular li {

margin: 0 0 8px;

}

#newsletter {
float: left;
margin: 14px 10px 0 10px;
}

#newsletter h3 {
margin: 0;
font-size: 14px;
}

#newsletter p {
margin: 0;
}

#wp_email_capture {
float: left;
margin: 5px 0 0 0;
}

#wp_email_capture p {
float: left;
}

#wp_email_capture span {
float: left;
margin: 7px 3px 0 0;
}

#wp_email_capture input {
width: 180px;
float: left;
}

#wp_email_capture input[type=image] {
width: 91px;
height: 34px;
float: left;
border: 0;
margin: -5px 0 0 0;
}

#wp_email_capture input[type=hidden], #sidebar .sidebox input[type=hidden] {
display: none;
}

.selectedanchor {
	background: #ffffff;
}
.anylinkmenu {
	position: absolute;
	left: 0;
	top: 0;
	margin: -1px 0 0 0;
	visibility: hidden;
	border: 1px solid #cccccc;
	border-bottom-width: 0;
	line-height: 18px;
	z-index: 100;
	background: #ffffff;
	width: 186px;
	}
.anylinkmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
.anylinkmenu ul li a {
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #cccccc;
	padding: 4px 0;
	text-decoration: none;
	text-indent: 5px;
	}
.anylinkmenu a:hover {
	background: #666666;
	color: #ffffff;
	}
.anylinkmenucols {
	position: absolute;
	width: 350px;
	left: 0;
	top: 0;
	visibility: hidden;
	border: 1px solid black;
	padding: 10px;
	font: normal 12px Verdana;
	z-index: 100;
	background: #E9E9E9;
	}
.anylinkmenucols li {
	padding-bottom: 3px;
	}
.anylinkmenucols .column {
	float: left;
	padding: 3px 8px;
	margin-right: 5px;
	background: #E0E0E0;
	}
.anylinkmenucols .column ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
.anylinkshadow {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
	background: #cccccc;
	visibility: hidden;
	}
