/*  

Theme Name: Ingrid Morley
Theme URI: http://www.morleysculptor.com/
Description: Official theme for Ingrid Morley Sculpture website.
Version: 1.0
Author: Webonautics
Author URI: http://www.webonautics.com/
*/



body {
	margin:0in;
	font: 12px/16px Tahoma, Geneva, sans-serif;
	background: #fff;
	color: #898989;
	text-align: left;
}
A:link, A:active, A:visited {
	color:#383c47;
	font: 12px/16px Tahoma, Geneva, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
}
/* ******* layout elements */


#container {
	margin: 0 auto;
	width: 980px;
	text-align: left;
}
#contentsarea {
	padding: 0px;
	margin: 0px;
	text-align: left;
}
#headerWrap {
	height: 150px;
	padding: 20px;
	background: url(images/header-line.gif) no-repeat center bottom;
	text-align: center;
	margin-bottom: 20px;
}
#footerwrap {
	height: 50px;
	text-align: center;
	font: 11px/14pt Tahoma, Geneva, sans-serif;
	padding: 10px 0px 0px 0px;
	color: #5d5d5d;
	background: #383c47 url(images/footer-gradient.jpg) repeat-x left bottom;
}
#footerwrap a, #footerwrap a:link, #footerwrap a:active, #footerwrap a:hover {
	font: 11px/14pt Tahoma, Geneva, sans-serif;
	color: #fff;
}
/* menu area */



#navcontainer {
	margin: 0px;
	height: 70px;
	text-align:center;
	background: #3a3e49 url(images/header-gradient.jpg) repeat-x left top;
}
#menus {
	margin: 0 auto;
	width: 820px;
	padding: 0px 80px;
}
#menus ul {
	border: 0px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menus ul li {
	float: left;
	padding: 0;
	margin: 0;
}
#menus ul li a:link, #menus ul li a:active, #menus ul li a:visited {
	background: url(images/link-line.png) no-repeat left 10px;
	display: block;
	height: 40px;
	padding: 40px 0px 0px 10px;
	margin: 0px 20px 0px 10px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font: 18px 'Quattrocento Sans', sans-serif;;
}
#menus ul li a:hover {
	text-decoration: underline;
}
#allcontents {
	margin: 10px 20px 40px;
	padding: 5px 25px;
	min-height: 320px;
	text-align: left;
}
#pagetitle {
	font: 24px Tahoma, Geneva, sans-serif;
	font-weight: normal;
	color:#898989;
	margin: 10px 0px 20px 0px;
}
/* ******* generic - all purpose */



.imglinks {
	padding: 0px;
	margin: 0px;
	border: 0px;
}
/* ####################### wordpress css ############################## */







/* ----------------- typography -----------------  */	



#content {
	font: 12px/16px Tahoma, Geneva, sans-serif;
	color: #898989;
	text-align:left;
}
.widecolumn .entry p {
	font: 12px/16px Tahoma, Geneva, sans-serif;
	color: #898989;
	text-align:left;
}
.entrypage {
	font: 12px/16px Tahoma, Geneva, sans-serif;
	color: #898989;
	text-align:left;
}
.narrowcolumn .postmetadata {
	text-align: left;
}
.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
small {
	font: 10px Tahoma, Geneva, sans-serif;
}
h1, h2, h3, #pagetitle {
	font: 24px Tahoma, Geneva, sans-serif;
	font-weight: normal;
	color:#898989;
}
/*h1 {



	font-size: 26px;



	}







h2 {



	font-size: 22px;



	}







h3 {



	font-size: 18px;



	}



*/



h2.pagetitle {
	font-size: 22px;
}
small, .nocomments, .postmetadata, blockquote, strike {
	color: #898989;
}
code {
	font: 11px 'Courier New', Courier, Fixed;
}
acronym, abbr, span.caps {
	font-size: 11px;
	letter-spacing: .07em;
}
/* End Typography & Colors */







/* ----------------- wordpress core structure elements -----------------  */



/* Begin Structure */



/*.narrowcolumn {



	float: left;



	padding: 0 0 20px 10px;



	margin: 0px 0 0;



	}







.widecolumn {



	float: left;



	padding: 0 0 20px 10px;



	margin: 0px 0 0;



	}







.post {



	margin: 0 0 40px;



	text-align: left;



	}







.post hr {



	display: block;



	}







.widecolumn .post {



	margin: 0;



	padding-left: 12px;



	}







.narrowcolumn .postmetadata {



	padding-top: 5px;



	}







.widecolumn .postmetadata {



	margin: 30px 0;



	}







.widecolumn .smallattachment {



	text-align: center;



	float: left;



	width: 128px;



	margin: 5px 5px 5px 0px;



}







.widecolumn .attachment {



	text-align: center;



	margin: 5px 0px;



}







.postmetadata {



	clear: left;



}







#footer {



	padding: 0;



	margin: 0 auto;



	width: 700px;



	clear: both;



	}







#footer p {



	margin: 0;



	padding: 20px 0;



	text-align: center;



	}



	



 End Structure */















/*	Begin Headers */



h1 {
	margin: 0;
}
h3 {
	padding: 0;
	margin: 0px 0 0;
}
/* End Headers */















/* Begin Images */



p img {
	padding: 0;
	max-width: 100%;
}
/*	Using 'class="alignright"' on an image will (who would've



	thought?!) align the image to the right. And using 'class="centered',



	will of course center the image. This is much better than using



	align="center", being much more futureproof (and valid) */







img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 0px;
	margin: 0 2px 0px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left
}
/* End Images */















/* Begin Lists







	Special stylized non-IE bullets



	Do not work in Internet Explorer, which merely default to normal bullets. */







html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 10px;
	list-style: none;/*	padding-left: 10px;



	text-indent: -10px; */
}
html>body .entry li {
	margin: 7px 0 2px 10px;
}
/*.entry ul li:before, #sidebar ul ul li:before {



	content: "\00BB \0020";



	}







.entry ol {



	padding: 0 0 0 35px;



	margin: 0;



	}



*/



.entry ol li {
	margin: 0;
	padding: 0;
}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}
/* End Entry Lists */















/* Begin Form Elements */



fieldset {
	border: 1px solid #000;
	padding: 10px;
	text-align:left;
}
legend {
	font: 14px Tahoma, Geneva, sans-serif;
	color: #999;
	padding-left: 4px;
	padding-right: 4px;
}
.error {
	color:#FF0;
	font: bold 14px Tahoma, Geneva, sans-serif;
}
#login_error {
	color:#FF0;
	font: 14px Tahoma, Geneva, sans-serif;
}
.success {
	color:#0C3;
	font: 14px Tahoma, Geneva, sans-serif;
}
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}
select {
	width: 130px;
}
/* End Form Elements */



















/* Begin Various Tags & Classes */



acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
.center {
	text-align: center;
}
hr {
	display: none;
}
a img {
	border: none;
}
.navigation {
	display: block;
	text-align: center;/*margin-top: 10px;



	margin-bottom: 60px;*/
}
.entry p a:visited {
	color: #0174AA;
}
/* End Various Tags & Classes*/







/* ----------------- Begin Comments styles -----------------  */	







.thread-alt {
	border: 1px solid #a1a1a1;
	background: #000;
}
.thread-even {
	background-color: #000;
	border: 1px dotted #a1a1a1;
}
.depth-1 {
	border: 1px none #ddd;
}
.even, .alt {
	border-left: 1px none #ddd;
}
.alt {
	margin: 0;
	padding: 10px;
}
.commentlist {
	padding: 0;
	text-align: justify;
}
.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
}
.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}
.commentlist p {
	margin: 10px 5px 10px 0;
}
.children {
	padding: 0;
}
#commentform p {
	margin: 5px 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	margin: 0;
	display: block;
}
#commentform {
}
/* ----------------- End Comments styles -----------------  */	







/* form elements */



label {
	display:block;
}
#loginform, #searchform, #lostpass {
	background: #fff;
	border: #000 solid 1px;
	padding: 6px;
}
#loginform a {
	color:#a1a1a1;
	font: 12px Tahoma, Geneva, sans-serif;
	text-decoration: none;
}
#loginform a:hover {
	color:#fff;
	font: 12px Tahoma, Geneva, sans-serif;
	text-decoration: underline;
}
#loginform .button {
	background: #ffffff;
	border: 1px solid #000000;
	font: 12px Tahoma, Geneva, sans-serif;
	color: #000000;
}
#registerform {
	padding: 12px;
	border: #000 solid 1px;
	background: #fff;
}
#submit, #user_email, #user_login, #log, #pwd, #login_password, #email, #code, #cimy_uef_2, #cimy_uef_5, #author, #url, #securitycode, #comment, #addcommentbutton, #captchatext {
	background: #ffffff;
	border: 1px solid #000000;
	font: 12px Tahoma, Geneva, sans-serif;
	color: #000000;
}
#comment {
	width: 75%;
}
#search {
	margin-bottom:10px;
}
#searchform input {
	background: #ffffff;
	border: 1px solid #000;
	font: 11px Tahoma, Geneva, sans-serif;
	color: #000000;
}
#captchacode {
	font: bold 24px Tahoma, Geneva, sans-serif;
	text-align:left;
	color:#fff;
}
/* ----------------- Sidebar styles -----------------  */	



/* Begin Sidebar */



#sidebar {
	padding: 0px;
	width: 180px;
	font: 12px/14px Tahoma, Geneva, sans-serif;
	color: #656363;
}
#sidebar form {
	margin: 0;
}
#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	background: #ffffff;
	border: 1px solid #000000;
	font: 12px Tahoma, Geneva, sans-serif;
	color: #000000;
	margin-bottom: 2px;
}
#sidebar #searchform #searchsubmit {
	padding: 1px;
	background: #ffffff;
	border: 1px solid #000000;
	font: 12px Tahoma, Geneva, sans-serif;
	color: #000000;
}
#sidebar ul li a {
	color:#a1a1a1;
	font: 12px Tahoma, Geneva, sans-serif;
	text-decoration: none;
}
#sidebar ul li a:hover {
	color:#fff;
}
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}
#sidebar ul li ul {
	margin: 0px;
	padding: 4px;
	background:#fff;
	border: 1px dotted #000;
}
#sidebar h2 {
	font: bold 16px Tahoma, Geneva, sans-serif;
	padding: 3px 3px 3px 6px;
	background: #000;
	text-align:left;
	margin-bottom: 1px;
}
/* ----------------- end sidebar styles -----------------  */	







/* ----------------- calendar/archives -----------------  */	



/* Begin Calendar */



#calendar_wrap {
	background:#fff;
	border: #000 solid 1px;
}
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}
#wp-calendar #next a {
	margin-right: 10px;
	text-align: right;
	border: solid 1px #f6f6e4;
}
#wp-calendar #prev a {
	margin-left: 10px;
	text-align: left;
	border: solid 1px #f6f6e4;
}
#wp-calendar a {
	display: block;
}
#wp-calendar caption {
	text-align: center;
	width: 100%;
}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}
#wp-calendar td.pad:hover { /* Doesn't work in IE */
}
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}
#wp-calendar a {
	text-decoration: none;
}
#wp-calendar caption {
	font: bold 1.3em Tahoma, Geneva, sans-serif;
	text-align: center;
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
#wp-calendar caption, cite {
	text-decoration: none;
}
/* End Calendar */	











/* ----------------- end calendar/archives -----------------  */	







/* ----------------- various links -----------------  */	







.authorlinks, a.authorlinks, a.authorlinks:visited, a.authorlinks:active {
	color: #a1a1a1;
	text-decoration: none;
	font: 14px Tahoma, Geneva, sans-serif;
}
a.authorlinks:hover {
	text-decoration: none;
	color: #fff;
}
.authorstitle {
	color: #909090;
	text-decoration: none;
	font: 14px Tahoma, Geneva, sans-serif;
}
.category {
	margin-left: 35px;
}
.smfonts {
	color: #5D5D5D;
	text-decoration: none;
	font: 9px Tahoma, Geneva, sans-serif;
}
.smfonts a, .smfonts a:visited, .smfonts a:active {
	color: #5D5D5D;
	text-decoration: none;
	font: 9px Tahoma, Geneva, sans-serif;
}
.smfonts a:hover {
	color: #fff;
}
.titleforpage {
	padding: 3px 0px 0px 0px;
	margin-bottom: 2px;
}
.titlelinks, a.titlelinks, a.titlelinks:visited, a.titlelinks:active {
	color: #a1a1a1;
	text-decoration: none;
	font: normal 18px Tahoma, Geneva, sans-serif;
}
a.titlelinks:hover {
	text-decoration: none;
	color: #fff;
}
.titlecats, a.titlecats, a.titlecats:visited, a.titlecats:active {
	color: #a1a1a1;
	text-decoration: none;
	font: 10px/14pt Tahoma, Geneva, sans-serif;
}
a.titlecats:hover {
	text-decoration: none;
	color: #fff;
}
h2 a, h2 a:visited, h2 a:active, h3 a, h3 a:visited, h3 a:active {
	color: #a1a1a1;
	text-decoration: none;
	font: normal 18px Tahoma, Geneva, sans-serif;
}
h2 a:hover, h3 a:hover {
	color: #fff;
	text-decoration: none;
}



/* ----------------- end various links -----------------  */

