/*
Theme Name: Nana's Quilting
Theme URI: http://www.nanasquilting.com
Version: 1.0
Description: 2 Column theme 
Author: Mukkamu
Author URI: http://www.mukkamu.com
*/

/******** LAYOUT ********/

body,h1,h3,ul {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: Verdana;
	background-repeat: repeat;
	background-image: url(img/bg.jpg);
	background-color: #d4dfca;
}

a {
	text-decoration: none;
	outline: none;
}

img {
	border: none;
}

.clear {
	clear: both;
}

#wrapper {
	width: 950px;
	margin: 0 auto;
}

#header {
	height: 206px;
	background-repeat: no-repeat;
	background-image: url(img/top.jpg);
	width: 950px;
	margin: 0 auto;
}

#header h1 {
	width: 750px;
	padding-top: 55px;
	padding-left: 75px;
	margin: 0 auto;
	height: 100px;
}

#header h1 a {
	width: 650px;
	height: 100px;
	text-indent: -9999px;
	display: block;
}

/******** NAVIGATOR ********/

#navigator {
	background-repeat: repeat-x;
	background-image: url(img/bgnav.jpg);
	height: 49px;
}

#navigator ul {
	list-style-type: none;
	padding-top: 2px;
}

#navigator ul li {
	line-height: 40px;
	height: 40px;
	width: 100px;
	float: left;
	background: url(img/barra.jpg) no-repeat right 3px;
	padding-right: 2px;
	text-align: center;
}

#navigator ul li a {
	text-decoration: none;
	color: white;
	display: block;
	height: 40px;
	width: 100px;
	height: 40px;
}

#navigator ul li a:hover {
	background: url(img/bgnavhover.jpg) repeat-x right;
}

#content {
	background: url(img/bgcontent.jpg) repeat-y;
}

#contenttop {
	height: 31px;
	background: url(img/topcontent.jpg) no-repeat;
}

#left {
	width: 700px;
	float: left;
}

#right {
	float: left;
}

.square {
	margin: 0 auto;
	border: 1px solid #ccc;
	width: 655px;
	margin-bottom: 20px;
}

/******** BOXES ********/

.box {
	float: left;
	border: 1px solid #ccc;
	width: 317px;
	margin-left: 20px;
	margin-bottom: 20px;
	height: 230px;
}

.box h4 {
	color: #e74790;
	font: italic bold 18px Georgia;
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.box p {
	margin: 5px 20px;
	text-align: justify;
}

.box img {
	border: 0;
	margin-left: 10px;
	margin-bottom: 10px;
}

.open {
	background: url(img/test1.jpg) no-repeat right;
	width: 22px;
	height: 19px;
	display: block;
	margin-left: -10px;
}

.close {
	background: url(img/test2.jpg) no-repeat;
	width: 22px;
	height: 19px;
	display: block;
	margin-left: 260px;
}

.authort {
	color: #f15f9f;
	text-align: right;
	display: block;
	margin-right: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

/******** POST ********/

.post {
	background: url(img/toppost.jpg) no-repeat;
	padding-top: 20px;
	margin-bottom: 20px;
}

.date {
	color: #f7f8f0;
	font: italic 18px/40px Georgia;
	width: 105px;
	height: 43px;
	float: left;
	padding-left: 3px;
	margin-right: 10px;
	background: url(img/bgdate.jpg) no-repeat;
}

.title {
	float: left;
	margin-left: 10px;
}

.title a {
	color: #e74790;
	font: italic bold 25px/40px Georgia;
}

.contentpost p {
	color: #535353;
	padding: 5px;
	line-height: 18px;
	text-align: justify;
}

.alignleft {
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}

.alignright {
	margin-left: 10px;
	margin-bottom: 10px;
}

.meta {
	background-color: #f3f9fb;
	height: 33px;
	line-height: 33px;
	margin: 10px;
}

.discuss {
	float: left;
	width: 200px;
	color: #f6adcd;
	margin-left: 10px;
	margin-top: 2px;
}

.discuss a {
	background: url(img/bubble.jpg) no-repeat;
	width: 31px;
	float: left;
	text-align: center;
	height: 27px;
	display: block;
	font-size: 11px;
	color: #58818d;
	line-height: 27px;
	margin-right: 5px;
}

.readmore a {
	float: right;
	background: url(img/readmore.jpg) no-repeat;
	width: 89px;
	height: 16px;
	text-indent: -9999px;
	margin-top: 10px;
	margin-right: 10px;
}

/************* SIDEBAR ***********/

#right ul {
	list-style: none;
}

/* Search Box */

#searchform {
	background: transparent url(img/search.jpg) no-repeat;
	height: 31px;
	width: 246px
}

.search-field {
	background: transparent;
	border: none;
	display: block;
	float: left;
	padding: 10px;
	width: 180px
}

.search-submit {
	background: transparent;
	border: none;
	cursor: pointer;
	display: block;
	float: left;
	height: 31px;
	width: 40px
}

.search-field:focus {
	outline: none !important
}

.widget {
	margin-top: 20px;
}

.widget h3 {
	margin-top: 20px;
	font: italic bold 18px Georgia;
	margin: 10px 0px 10px 5px;
}

.widget ul {
	list-style: none;
}

.widget ul li {
	list-style: none;
	height: 40px;
	line-height: 40px;
}

.widget ul li a {
	color: #647f8b;
	margin-left: 5px;
}

.widget_text {
	width: 230px;
	background-color: #fff;
	border: 5px solid #96c56f;
}

.widget_text h3 {
	color: #96c56f;
}

.textwidget {
	font: bold 12px/16px Arial;
	color: #647f8b;
	margin: 6px 10px 6px 10px;
	text-align: justify;
}

/** widget pink  **/

.widget_archive, .widget_meta, .widget_pages {
	width: 230px;
	background-color: #fff;
	border: 5px solid #f15f9f;
}

.widget_archive h3, .widget_meta h3, .widget_pages h3 {
	color: #f15f9f;
}

.widget_archive ul li, .widget_meta ul li, .widget_pages ul li {
	list-style: none;
	background: url(img/bgsiderosa.jpg) repeat-x;
}

/** widget blue**/

.widget_recent_entries, .widget_links {
	width: 230px;
	background-color: #fff;
	border: 5px solid #47a5ae;
}

.widget_recent_entries h3, .widget_links h3 {
	color: #47a5ae;
}

.widget_recent_entries ul li, .widget_links ul li {
	list-style: none;
	background: url(img/bgsideaz.jpg) repeat-x;
}

/** widget green **/

.widget_categories,.widget_tag_cloud, .widget_recent_comments {
	width: 230px;
	background-color: #fff;
	border: 5px solid #96c56f;
}

.widget_categories h3, .widget_tag_cloud h3, .widget_recent_comments h3 {
	color: #96c56f;
}

.widget_categories ul li, .widget_recent_comments ul li {
	list-style: none;
	background: url(img/bgsideverde.jpg) repeat-x;
}

.widget_recent_comments ul li {
	padding-left: 5px;
}

.widget_tag_cloud a {
	color: #96c56f;
	margin-left: 5px;
	padding-bottom: 15px;
}

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

#respond, #comments {
	margin-left: 20px;
	margin-top: 20px;
	color: #96c56f;
}

ol.commentlist {
	margin: 10px 0 30px;
	padding: 0;
	list-style: none;
	font-size: 12px;
	line-height: 20px;
}

ol.commentlist p {
	margin-bottom: 10px;
	line-height: 20px;
}

ol.commentlist cite {
	font-style: normal;
	font-weight: bold;
}

ol.commentlist cite a, .commentmetadata a {
	color: #e84790;
}

ol.commentlist li {
	padding: 20px 10px 10px 10px;
}

ol.commentlist li.alt {
	padding: 10px 10px 0 10px !important;
	background: #f7f7f7;
	border: 1px solid #eee;
}

#commentform {
	margin-left: 20px;
}

#commentform a {
	color: #e84790;
}

#commentform input {
	border: 1px solid #ccc;
}

#commentform textarea {
	width: 350px;
	border: 1px solid #ccc;
}

#commentform #submit {
	width: 130px;
	border: 1px solid #ccc;
	background-color: #96c56f;
}

/******** PAYPAL ********/

#paypal {
	margin-top: 80px;
	margin-left: 55px;
	margin-bottom: 20px;
}

#footer {
	height: 49px;
	background: url(img/footer.jpg) repeat-x;
}

#footer p {
	margin: 0 0 0 25px;
	padding: 0;
	height: 49px;
	color: #fff;
	line-height: 49px;
}

/******** NANA GALLERY ********/

#nana-image {
	width: 600px;
	height: 400px;
	overflow: hidden;
	margin-left: 40px;
	z-index: 1;
	position: relative;
	margin-bottom: 30px;
	border: 5px solid #ccc;
	text-align: center;
}

#nana-image img {
	margin: 0 auto;
	text-align: center;
}

.thumbs {
	width: 600px;
	height: 55px;
	overflow: hidden;
	list-style: none;
	margin-left: 40px;
	margin-top: -90px;
	z-index: 10;
	position: absolute;
	background: #333;
	padding-top: 5px;
	padding-bottom: 3px;
	filter: alpha(opacity=80);
	/

* here you can set the opacity of box with text */
   -moz-opacity: 0.8;
	

/* here you can set the opacity of box with text */
   -khtml-opacity: 0.8;


/* here you can set the opacity of box with text */
   opacity: 0.8;
	margin-bottom: 30px;
	padding-left: 10px;
}

.thumbs li {
	float: left;
	margin-right: 2px;
	margin-left: 2px;
}

.thumbs li img {
	border: 1px solid #fff;
}

.thumbs li img {
	border: 1px solid #fff;
}

.thumbs li img {
	color: #000;
	filter: alpha(opacity=70);

/* here you can set the opacity of box with text */
   -moz-opacity: 0.3

;
	/* here you can set the opacity of box with text */
   -khtml-opacity: 0.

3;
	/* here you can set the opacity of box with text */
   opacity: 0.3;
}

.thumbs li img:hover, li.activeLI img {
	color: #000;
	filter: alpha(opacity=100);

/* here you can set the opacity of box with text */
   -moz-opacity: 1

;
	/* here you can set the opacity of box with text */
   -khtml-opacity:

1;
	/* here you can set the opacity of box with text */
   opacity: 1;
}

/* Captions */
.aligncenter,
div.aligncenter {
        display: block;
        margin-left: auto;
        margin-right: auto;
}

.wp-caption {
        border: 1px solid #ddd;
        text-align: center;
        background-color: #f3f3f3;
        padding-top: 4px;
        margin: 10px;
        -moz-border-radius: 3px;
        -khtml-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
}

.wp-caption img {
        margin: 0;
        padding: 0;
        border: 0 none;
}

.wp-caption p.wp-caption-text {
        font-size: 11px;
        line-height: 17px;
        padding: 0 4px 5px;
        margin: 0;
        text-align: center;
}
/* End captions */

