/*   
Theme Name: Betty Atkinson
Theme URI: http://bettyatkinson.info
Description: Betty Atkinson's Gallery Site
Author: Ryan Nixon
Version: 0.10
*/

/* --- globals, html elements --- */

/* Zero out all padding and margins,
   http://leftjustified.net/journal/2004/10/07/css-negotiation/ */

* {
	padding: 0;
	margin: 0;
}

body {
	font-family: "Hoeffler Text", Georgia, serif;
	font-size: medium;
	background-color: #ffffff;
	color: #333333;
}

a {
	color: #29547e;
}

a:visited {
	color: #666666;
}

/* --- site-wide IDs --- */

#banner {
	width: 760px;
	margin: 20px auto 0 auto;
	background: #ffd112 url(http://media.bettyatkinson.info/images/banner-logo.gif) no-repeat 20px 22px;
	color: #333333;
	padding: 10px 0 0;
}

#banner a.homelink {
	display: block;
	width: 760px;
	height: 68px;
}

#banner a {
	text-decoration: none;
}

#banner h1, #banner p {
	text-indent: -5000px;
	font-size: 1px;
}

#sitemenu {
	float:left;
	width:100%;
	border-bottom: 1px solid #cccccc;
	background-color: #ffffff;
}

#sitemenu ul {
	list-style-type: none;
	padding: 0 0 0 15px;
	background-color: #ffffff;
}

#sitemenu li {
	font-size: small;
	font-family: Verdana, Geneva, sans-serif;
	float: left;
}

#sitemenu li a {
	text-decoration: none;
/* set padding for IE5Mac */
	padding: 1px 8px 1px 8px;
/* set padding and display for other browsers, hide from IE5Mac \*/
	display: block;
	padding: 4px 8px 4px 8px;
/* stop hiding	*/	
	color: #29547e;
	border-right: 1px solid #cccccc;
}

#sitemenu li.current-menu-item a {
	color: #29547e;
	background-color: #ffd112;
}

#sitemenu li a:hover {
	color: #ffffff;
	background-color: #29547e;
}

#sitemenu li.current-menu-item a:hover {
	color: #29547e;
	background-color: #ffd112;
}

/*#sitemenu li#homelink {*/
#sitemenu li#landscapes {
	border-left: 1px solid #cccccc;
}

#homenews {
	clear: both;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	border-bottom: 1px solid #cccccc;
	padding: 7px 15px 7px 15px;
}

.highlight {
	text-transform: uppercase;
	color: #cc3300;
	font-weight: bold;
}

#container {
	width: 760px;
	margin: 0 auto 0 auto;
}

#content {
	clear: both;
	width: 595px;
	margin: 20px 0 16px 0;
	padding: 0 0 0 15px;
	float: left;
	border-right: 1px solid #cccccc;
}

#sidebar {
	float: right;
	width: 130px;
	font-size: 80%;
	font-family: Verdana, Geneva, sans-serif;
	padding: 48px 0 0 15px;
	/*\*//*/
	margin-top: -544px;
	/**/
}

#sidebar p {
	line-height: 130%;
	margin-bottom: 8px;
}

#sidebar img {
	margin-bottom: 8px;
	border: 0;
}

.main-index #content {
	width: 600px;
	margin: 0;
	padding: 16px 10px 10px 14px;
	float: left;
	border: 0;
}

.main-index #gallerypreview {
	float: right;
	width: 440px;
	padding-left: 12px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}
.main-index #updates {
	width: 130px;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
}

.main-index #updates h2 {
	text-transform: uppercase;
	color: #cc3300;
	font-weight: bold;
	font-size: small;
}
.main-index #updates p {
	padding-bottom: 1em;
}
.main-index #sidebar {
	float: right;
	width: 130px;
	font-size: 80%;
	font-family: Verdana, Geneva, sans-serif;
	padding: 16px 0 0 0;
	/*\*//*/
	margin-top: -530px;
	/**/
}

.main-index #sidebar p {
	line-height: 130%;
	margin-bottom: 8px;
}

.main-index #sidebar img {
	margin-bottom: 8px;
	border: 0;
}


#footer {
	clear: both;
	width: 760px;
	color: #666666;
	border-top: 1px solid #cccccc;
	margin: 10px auto 10px auto;
	padding: 10px 0 3px 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	text-align: right;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#footer li {
	display: inline;
	padding-left: 10px;
}

#footer a {
	color: #666666;
}

/* --- thumbnail display --- */

.catpreview {
	position:relative;
	clear:both;
}

.catpreview a {
	text-decoration: underline;
	color: #666666;
}

.catpreview h2 {
	text-align: left;
	font-size: medium;
	padding: 0 0 10px 0;
	color: #666666;
}

.catpreview h2 a {
	text-decoration: none;
}

.catpreview a img {
	border: 0;
}


.morelink {
	text-align: right;
	font-family: Verdana, Geneva, san-serif;
	font-weight: bold;
	font-size: 70%;
	clear: both;
	position: absolute;
	top: 6px;
	right: 20px;
}

.morelink a, .morelink a:visited {
	color: #29547e;
}

.galleryPic {
    float: left;
    height: 220px;
    width: 190px;
    padding: 0 5px 0 0;
	text-align: center;
}
.galleryPic p {
    text-align: center;
    padding-top: 5px;
	font-family: Verdana, Geneva, san-serif;
	font-size: 80%;
}

.galleryPic img {
	max-height: 180px;
}

/* --- category archives --- */

.category-archive #h2 {
	color: #666666;
}

/* --- IE5Mac fixes --- */
/*\*//*/

.category-archive #content {
	float: none;
	width: 760px;
	border-right: 0;
	padding: 20px 0 0 15px;
	margin: 20px 0 0 0;
}

.category-archive .galleryPic {
    float: left;
    height: 210px;
    width: 180px;
    padding: 0 5px 0 0;
}

.category-archive #sidebar {
	clear: both;
	float: none;
	width: 730px;
	padding: 10px 15px 10px 15px;
	margin: 20px 0 0 0;
	border-top: 1px solid #cccccc;
	background: #ebebeb;
	color: #666666;
	font-size: 68%;
}

.category-archive #sidebar a {
	color: #666666;
}

.category-archive #sidebar img {
	display: none;
}

.category-archive #footer {
	margin-top: 0;
}

/**/

/* --- individual gallery posts --- */

.gallery-post #content {
	float: none;
	width: 760px;
	border-right: 0;
	padding: 20px 0 0 0;
	margin: 20px 0 0 0;
	text-align: center;
}

.gallery-post #content p {
	margin-top: 8px;
}

.gallery-post #content img {
	clear: both;
}

#paintinginfo {
	font-size: 70%;
	font-family: Verdana, Geneva, sans-serif;	
	color: #666666;
}

#paintinginfo ul {
	list-style-type: none;
	padding-top: 3px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#paintinginfo li {
	display: inline;
	border: 1px solid #cccccc;
	padding: 2px 4px 2px 4px;
	margin-right: 2px;
}

#gallerynav {
	margin-top: 12px;
	margin-bottom: 5px;
}

#prevlink, #gallerylink, #nextlink {
	background: #ebebeb url(http://media.bettyatkinson.info/images/button-background.gif) top left;
	display: inline;
	padding: 4px;
	font-size: 70%;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	border: 1px solid #cccccc;
}

#prevlink a, #gallerylink a, #nextlink a {
	text-decoration: none;
}

#prevlink {
	width: 4em;
	text-align: left;
}
#gallerylink {
	width: 20em;
	text-align: center;
}
#nextlink {
	width: 4em;
	text-align: right;
}

#pagenavwrap {
	clear:both;
	text-align:center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;
	margin-top:30px;
}

#pagenav {
	padding: 4px;
	margin-top:10px;
}
#pagenav a {
	color: #29547e;
	padding: 4px;
	text-decoration:none;
}
#pagenav b {
	background: #29547e;
	color: #ffffff;
	padding: 4px;
	font-weight:normal;
}

.gallery-post #sidebar {
	float: none;
	width: 730px;
	padding: 10px 15px 10px 15px;
	margin: 20px 0 0 0;
	border-top: 1px solid #cccccc;
	background: #ebebeb;
	color: #666666;
	font-size: 68%;
}

.gallery-post #sidebar a {
	color: #666666;
}

.gallery-post #sidebar img {
	display: none;
}

.gallery-post #footer {
	margin-top: 0;
}

#content.one-column {
	float: none;
	width: 730px;
	border: 0;
	padding: 10px 15px 0 15px;
	margin: 20px auto 0 auto;
	text-align: left;
}

#content.one-column img {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	border: 0;
}

#content.one-column h2 {
	margin-bottom: 10px;
}

#content.one-column p {
	margin-bottom: .7em;
	line-height: 130%;
}

#content.one-column #sidebar {
	display: none;
	margin: 0;
	padding: 0;
}


.contact-form #content {
	text-align: left;
	width: 580px;
	padding-right: 15px;
}

.contact-form #content h2, h3 {
	margin-bottom: .5em;
}

.contact-form #content img {
	 float: left;
	 padding: 0 14px 5px 0;
}

.contact-form #content p {
	margin-bottom: .5em;
	line-height: 130%;
}

/*\*//*/
.contact-form #sidebar {
	margin-top: -464px;
}
/**/


#contactform input {
	display: block;
	margin-top: 3px;
}

#contactform .tinput {
	width: 20em;
}

#contactform textarea {
	display:block;
	width: 80%;
	margin-top: 3px;
}

#contactform label {
	display: block;
	margin-bottom: 1em;
	font-weight: bold;
	font-size: 80%;
}

#contactform label.first {
	padding-top: 1em;
}
/* update-entry for news and calendar entries */
.update-entry #content {
	width: 580px;
	padding-right: 14px;
	line-height: 130%;
}
.update-entry h2 { 
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	color: #cc3300;
	padding-bottom: 10px;
}
.update-entry p {
	padding-bottom: 10px;
}

/* @group Individual Pages */

/* @group Resume */

#resumeList, #resumeList ul {
	margin-left: 1em;
	list-style: none;
}

#resumeList ul {
	margin-left: 3.5em;
}

#resumeList li {
	margin-top: 1em;
	margin-bottom: 1em;
}

#resumeLegend {
	text-decoration: underline;
	font-size: 0.9em;
}

#resumeList .yearRange {
	text-align: center;
	text-decoration: underline;
}

/* @end */



/* @end */

