/*
Theme Name: Atlas Embroidery
Theme URI: http://www.atlasembroidery.com/
Description: Atlas Embroidery Wordpress Theme
Author: Simon Rimmington
Author URI: http://www.radicalwebs.com/
Tags: custom theme

*/

/* MAIN HTML TAGS */

* {
margin:0;
padding:0;
}

body {
color:#000;
font:normal 11px/150% Verdana, Arial, Helvetica, sans-serif;
background:#FFF url(/images/bg.gif) repeat;
text-align:center;
}

a {
color:#54AEEC;
text-decoration:none;
}  

a:hover {
background:#E9F5ED;
color:#4BB26B;
text-decoration:none;
}

a img {
border: none;
}

h1 {
color:#54AEEC;
font:bold 16px/150% Verdana, Arial, Helvetica, sans-serif;
}

h2 {
color:#4BB26B;
font:bold 14px/150% Verdana, Arial, Helvetica, sans-serif;
}

h3 {
color:#000;
font:bold 12px/150% Verdana, Arial, Helvetica, sans-serif;
}


hr {
	width:80%;
	color:#CCC;
	height:1px;
	margin:auto;
	text-align:center;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	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;
}
	
/* END MAIN HTML TAGS */

/* IMAGES */

p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

/* END IMAGES */

/* FORM ELEMENTS */

input, select, textarea {
	background:#FAFAFA;
	border:1px #CCC solid;
	color:#666;
	font:normal 11px/150% Verdana, Arial, Helvetica, sans-serif;
}

.smallsubmit {
	background:#A7D9B7;
	border:1px solid #999;
	color:#FFF;
	font:normal 11px/100% Arial, Helvetica, sans-serif;
	padding:1px;
}

.submit {
	background:#A7D9B7;
	border:1px solid #999;
	color:#FFF;
	font:bold 15px/200% Arial, Helvetica, sans-serif;
	padding:10px;
}

/* END FORM ELEMENTS */

/* -------------- */
/* SITE STRUCTURE */
/* -------------- */

/* PAGE */

#page {
	margin: 0 auto;
	padding: 0;
	width: 762px; /* Allows 1px for the border */
}

/* END PAGE */

/* HEADER */

#header {
	width:760px;
	height:129px;
	background:#FFF;
	text-align:left;
	vertical-align:top;
	margin:auto;
	padding:0;
	border:1px solid #999;
	border-top:none;
}

/* END HEADER */

/* TOPNAV */

#topnav {
	width:760px;
	height:25px;
	background:#FFF;
	text-align:left;
	vertical-align:top;
	margin:auto;
	padding:0;
	border:1px solid #999;
	border-top:none;
	clear:both;
}

#topnav ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#topnav ul li {
	font:bold 14px/100% Arial, Helvetica, san-serif;
	float:left;
	color:#145683;
	text-align:center;
}

#topnav ul li a {
	color:#145683;
	text-decoration:none;
	float:left;
	margin:0;
	padding:5px 32px;
	background:url(/images/topnav_bg.png) repeat-x top;
	border-left:1px solid #E9F4FC;
	border-right:1px solid #349BE0;
}

#topnav li a:hover {
	background:url(/images/topnav_over.png) repeat-x top;
}

#topnav li a#current {
	color:#000;
	background:url(/images/topnav_selected.png) repeat-x top ;
}

/* END TOPNAV */

/* CONTENT */

#content {
	font:normal 11px/150% Verdana, Arial, Helvetica, sans-serif;
}

.narrowcolumn {
	float: left;
	width: 549px;
	text-align: left;
	vertical-align: top;
	color: #666;
	padding:0;
	text-decoration: none;
}

.narrowcolumn h1 {
	margin:10px;	
}

.narrowcolumn h2 {
	margin:10px;	
}

.narrowcolumn h3 {
	margin:10px;	
}

.narrowcolumn h4 {
	margin:10px;	
}

.narrowcolumn p {
	margin:10px;	
}
	
.narrowcolumn .entry {
	line-height: 1.4em;
}


.widecolumn {
	float: left;
	width: 530px; /* Allows 1px for the border */
	text-align:left;
	vertical-align:top;
	color:#666;
	padding:10px 10px 20px;
	text-decoration:none;
}

.widecolumn .entry {
	line-height: 1.4em;
}

.widecolumn .entry p {
	font-size: 1.05em;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}


/* POST */

.post {
	margin: 0 0 -1px;
	padding:0 10px 10px;
	text-align: justify;
	background:url(images/post_bg.png) bottom repeat-x;
	border-top:1px dotted #CCC;
	border-bottom:1px dotted #CCC;
	clear:both;
}

.post h2 {
	color:#4BB26B;
	font:bold 14px/150% Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:0;
}

.post h3 {
	color:#000;
	font:bold 12px/150% Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:0;
}

.post hr {
	display: block;
	}

.postmetadata {
	clear: left;
	text-align: center;
	padding: 10px;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

.alt {
	margin: 0;
	padding: 10px;
	background-color: #FFF;
	border: 2px dotted #ddd;
}

/* END POST */

  /************/
 /* COMMENTS */
/************/

.commentlist {
	margin: 0 10px 3px;
	padding: 0;
	text-align: justify;
}

.commentlist li {
	font:normal 11px/150% Verdana, Arial, Helvetica, sans-serif;
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}
	
#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
	font-weight: normal;
}

/* End Comments */

/*
.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}
*/

.entry ol {
	padding: 0 0 0 10px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}
	
.center {
	text-align: center;
}

/* NAVIGATION */

.navigation {
	display: block;
	text-align:center;
	margin: 10px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

.sociable {
	margin:10px;
}

/* END NAVIGATION */

  /************/
 /* SIDE BAR */
/************/

#sidebar {
	padding: 0;
	margin-left: 551px;
	width: 209px; /* Allows 1px for the left border */
	text-align:left;
}

#sidebar h2 {
	color:#000;
	margin: 0 0 0;
	padding:6px 0 5px 10px;
	font:bold 14px/100% Arial, Helvetica, sans-serif;
	background:url(/images/leftnav_currentbg.png) top repeat;
}

#sidebar p {
	background:url(/images/leftnav_currentbg.png) top repeat;
}

#sidebar ul, #sidebar ol, #sidebar ul ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	border-bottom:none;
}

#sidebar ul li {
	background:url(/images/leftnav_currentbg.png) top repeat;
}

#sidebar ul li a {
	color:#27633D;
}

#sidebar ul li a:hover {
	color:#5FBF7F;
}

#sidebar ul p {
	background:url(/images/leftnav_currentbg.png) top repeat;
	margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
	margin:0;
	padding-bottom:10px;
}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}

#sidebar ul ol li {
	list-style: decimal outside;
}
	
#sidebar ul ul li, #sidebar ul ol li {
	margin: 0;
	padding: 0;
}

#sidebar ul ul li a, #sidebar ul ol li a {
	font:normal 11px/100% Verdana, Arial, Helvetica, sans-serif;
	width:188px;
	display:block;
	text-decoration:none;
	text-align:left;
	padding:4px 0 4px 10px;
	margin-left:12px;
	background:url(/images/leftnav_bullet.gif) 0px 9px no-repeat;
	border-bottom:none;
}

#sidebar ul ul li a:hover {
	color:#5FBF7F;
	background:transparent url(/images/leftnav_bullet.gif) 2px 9px no-repeat;
}

#sidebar .widget_tag_cloud {
	padding: 0 0 0 10px;
	background:url(/images/leftnav_currentbg.png) top repeat;
	border-bottom:1px solid #999;
	padding-bottom:8px;
}

#sidebar .widget_tag_cloud h2 {
	padding:6px 0 5px 0;
}

#sidebar form {
	margin: 0;
	padding:10px;
	background:url(/images/leftnav_currentbg.png) top repeat-x;
}

#sidebar #searchform #s {
	width: 120px;
	background: #FFF;
	border: 1px solid #999;
	color: #333;
	font: normal 11px/120% Verdana, Arial, Helvetica, sans-serif;
	padding: 2px;
}

#sidebar #searchform .searchsubmit {
	background:#A7D9B7;
	border:1px solid #999;
	color:#FFF;
	font:normal 11px/120% Verdana, Arial, Helvetica, sans-serif;
	padding: 1px 0;
}
	
  /****************/
 /* END SIDE BAR */
/****************/

#footer {
	width:760px;
	font:normal 10px/150% Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	background:#D3ECDB;
	text-align:center;
	vertical-align:middle;
	margin:auto;
	padding:20px 0;
	border:1px solid #999;
	clear:both;
}

#footer a {
	color:#666;
	text-decoration:none;
}

#footer a:hover {
	background-color:#E1F2E7;
	color:#666;
	text-decoration:none;
}

#subfooter p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
}	

	
	








.clear {
	clear: both;
}

	
.wp-caption {
	background:#F5F5F5;
	padding:5px;
	margin-top:10px;
	border:1px solid #DDD;
}

.tinytext {
	font:normal 9px/150% Arial, Helvetica, sans-serif;	
}

.pictureframe {
border:1px solid #CCC;
}

.pictureframer {
border:1px solid #CCC;
margin-left:10px;
float:right;
}

.pictureframel {
border:1px solid #CCC;
margin-right:10px;
float:left;
}

.picturenoframer {
border:none;
margin-left:10px;
float:right;
}

.picturenoframel {
border:none;
margin-right:10px;
float:left;
}

.photoframe {
border:1px solid #CCC;
padding:3px;
}

.photoframer {
border:1px solid #CCC;
padding:3px;
margin-left:10px;
float:right;
}

.photoframel {
border:1px solid #CCC;
padding:3px;
margin-right:10px;
float:left;
}

small {
margin:10px;	
}

.postmetadata {
margin:10px;	
}


small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

/*
	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 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}
 */

	

	
	

	



/* Begin Calendar */

#wp-calendar caption, cite {
	text-decoration: none;
	}	

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#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 */
	background-color: #fff; }

/* End Calendar */
