/*  
Theme Name: QuickPic
Theme URI: http://www.quickonlinetips.com/archives/quickpic/
Description: 1-column photoblogging theme, widget ready, SEO optimized by <a href="http://www.quickonlinetips.com/">Quick Online Tips</a>.
Version: 1.3
Author: Quick Online Tips
Author URI: http://www.quickonlinetips.com/
Tags: fixed-width, one-column, white, photoblogging, threaded-comments, sticky-post
.
Released under the <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a>.
.
*/


/* Begin Typography & Colors 
------------------------------------- */


#page {
	background-color: white; 
	text-align: left; 
	}

#header { 
	background: #005500; 
	}

 
#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 20px;
	font-weight: normal;
	color: #333333;
	
	} 
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 20px;
	font-weight: normal;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 10px;
	
	} 
.narrowcolumn .entry  {
	} 

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
        background: #f3f3f3;
	}

#footer { 
	border: none;
	}

small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 17px;
	letter-spacing: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #ED839A;
	width: 626px;
	position: relative;
	float: left;
}
#respond small {
	margin-bottom: 0px;
}

h1, h2, h3, h4 {
	font-weight: bold;
	}

#content h1 {
	font-size: 1.7em; 
	text-align: left;
	margin-bottom: 7px;
	}

#header td { 
	font-size: 1.1em; 
        }

#header h1 { 
	font-size: 1em; 
        margin: 0;
        padding:0;
	}

.blogtitle {
	text-decoration: none;
	text-indent: -9999px;
	height: 165px;
	width: 1000px;
	background-repeat: no-repeat;
	background-image: url(images/design/girl-power.gif);
	margin: 0px;
	display: block;
	padding: 0px;
	}
 
.description {
        padding: 0px;
        color: #ccc;
	font-size: 1.1em;
	text-align: center;
	}
 

h2.pagetitle {
	font-size: 25px;
	}

#bottombox h2 { 
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1.2em;
	}
 
h3 {
	font-size: 1.3em;
	}

#header  h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: white; 
	}


h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: #E41472;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #E41472;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #bottombox h2, #bottombox h4, #wp-calendar caption, cite {
	text-decoration: none;
	}

#bottombox h4 { 
	font-size: 16px; 
	}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 15px;
	font-family:Arial, Helvetica, sans-serif;
	}

.commentlist li {
	font-weight: normal;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p { 
	font-size: 1.1em;
	}

.commentmetadata {
	font-weight: normal;
	}
 
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	#ED839A;
	}

pre  {  
   font: 1em 'Courier New', Courier, Fixed;
   color: #008000;
   background: #F8F8F8;
   padding: 5px;
   line-height:1.5em;
   border: 1px solid #ddd; 
   overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */
   white-space: pre-wrap; /* css-3 */
   white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
   white-space: -pre-wrap; /* Opera 4-6 */
   white-space: -o-pre-wrap; /* Opera 7 */
   /* width: 99%; */
   word-wrap: break-word; /* Internet Explorer 5.5+ */
      }

code  {
   font: 1.1em 'Courier New', Courier, Fixed;
   color: #008000;
   padding: 0 2px;
   background: #fff; 
   line-height:1.5em;
   overflow: auto;
       }

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, a:visited, h2 a:hover, h3 a:hover {
	color: #DD0000;
        font-weight:bold;
	text-decoration: none;
	}


 
.sticky {
        background: #FFF8DC !important; 
        padding: 15px;
        margin: 10px 0;
        }


#bottombox a { 
        color: #E41472;
        font-weight:bold;
	text-decoration: none;
	}

#bottombox a:hover {
	color: #E41472;
	}

/* Begin Structure 
------------------------------------- */
#page {
	background-color: #fff;
	margin: 20px auto 0px auto;
	padding: 0;
	width: 610px; 
	}

#header { 
	margin: 0 0 0 0; 
	padding: 20px 10px;  
        text-align:center;
	}

#header a { 
        color: #f9f9f9;
	text-decoration: none;
	}

#header a:hover { 
        color: #CCC;
	}

.narrowcolumn {
	float: left;
	width: 646px;
	background: #fff;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
	} 

.post {
	background: #fff;
	margin: 0;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	position: relative;
	float: left;
	width: 626px;
	}

.post hr {
	display: block;
	}

.narrowcolumn .postmetadata {
	padding-top: 0px;
	margin-bottom: 20px;
	}
 

.postmetadata {
	clear: left;
       }
 

 


/*	Begin Headers
------------------------------------- */
#content h1   {

	}

h2 {
	margin: 0;
	}

h2.pagetitle, h2.pagetitle {
	margin-top: 0px;
	text-align: center;
	color: #ED839A;
        }

#bottombox h2 {
	margin: 10px 0 0;
	padding: 0;
	}

#bottombox h4 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px 0 0;
	padding-left: 0px;
	padding-bottom: 2px;
	padding-top: 2px;
    color: #000;
    text-transform:uppercase;       
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px;
	} 

/* Begin Images
------------------------------------- */
p img {
	padding: 0;
	max-width: 100%;
	}
 
.entry img {
        padding:0px;
        border: 0px solid #ddd;
        }

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;
	}

.alignright {
	float: right; 
	}

.alignleft {
	float: left 
	} 


/* Begin Lists 
------------------------------------- */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 20px; 
	padding-left: 0px; 
	} 

html>body .entry li {
	margin: 2px 0 2px 10px;
	}

.entry ol {
	padding: 0 0 0 15px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-top: 0px;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#bottombox ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#bottombox ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#bottombox ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#bottombox ul ul, #sidebar ul ol {
	margin: 5px 0 0 0px;
	}

#bottombox ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#bottombox  ul ul li, #sidebar ul ol li {
	margin: 6px 0 0;
	padding: 0;
	} 

/* Begin Form Elements
------------------------------------- */


.entry form {  
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
        border: 3px solid #ccc;
	}

#commentform textarea {
	width: 616px;
	padding: 2px;
        border: 3px solid #ccc;
	}

#commentform #submit {
	margin-bottom: 10px;
	float: left;
    font-size: 15px;
	} 
#commentform {
	margin: 10;
	} 

/* Begin Comments
------------------------------------- */
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
        margin: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 0px;
	list-style: none; 
	}

.commentlist p {
	margin: 10px 5px 10px 0; 
	}

#commentform p {
	margin: 0px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	} 


img.avatar {
        float:left; 
        margin: 0;
        padding: 0 4px 0 0; 
        vertical-align:middle;
        }
 
ol.commentlist li div.comment-meta { font-size:9px; }
ol.commentlist li div.comment-meta a { color:#999 !important; }
ol.commentlist li div.comment-meta a:hover { color:#06c !important;  text-decoration:underline; }
ol.commentlist li p { font-size:15px; margin:0; padding-left: 0px; }
ol.commentlist li ul { font-size:1em; list-style:square; margin:0 0 1em 2em; }
ol.commentlist li div.reply { font-size:15px; } 
ol.commentlist li div.reply a { text-decoration:none; background: #f3f3f3; padding: 5px;} 
ol.commentlist li ul.children { list-style:none; margin:1em 0 0; text-indent:0; }
ol.commentlist { list-style:none; margin:0 0 0; padding:0; text-indent:0; }
ol.commentlist li.comment { border:1px solid #d5d5d5; padding:10px; }
ol.commentlist li.even { background:#fff; margin-left:10px; margin-right:10px;}
ol.commentlist li.odd { background:#f6f6f6; }
ol.commentlist li ul.children li.depth-2 { border-left:3px solid #999; margin:0 0 .25em .25em; }
ol.commentlist li ul.children li.depth-3 { border-left:3px solid #999; margin:0 0 .25em .25em; }
ol.commentlist li ul.children li.depth-4 { border-left:3px solid #999; margin:0 0 .25em .25em; }


/* Begin bottom box
------------------------------------- */
#bottombox {
	font-family: Arial, Helvetica, Sans-Serif;
	color: #333;
	font-size: 15px;
	clear: both;
	width: 626px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	position: relative;
        }

#adbox { 
        text-align: left;
        padding: 5px;
        background: #fff;
        margin: 0 0 5px 0; 
        border: #ccc 2px solid;
        text-align: center;
        }


#box1 {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin:2px;
	border: 0px solid #DDD;
	float: left;
	width: 184px;
	position: relative;
   }

#box2 {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin:2px;
	border-left: 1px solid #DDD;
	float: left;
	width: 184px;
	position: relative;
        }

#box3 {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin:2px;
	border-left: 1px solid #DDD;
	float: left;
	width: 184px;
	position: relative;
        }
     
#l_box {
	width:250px;
	float: left; 
        padding: 5px;
        border: 1px solid #DDD;
        background: #f9f9f9;
        }

#r_box {
	width:250px;
	float: right; 
        padding: 5px;
        background: #f9f9f9;
        border: 1px solid #DDD;
        }

#bottombox_low {
	clear:both;
	}



/* Begin 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 #ccc;

	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 15px;
	margin-left: 10px;
	margin-right: 10px;
		width: 626px;
		} 
.entry .navigation {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
		padding-bottom: 0px;
			width: 626px;
			float: left;
			clear: both;
		}

/* Captions 
------------------------------------- */
.aligncenter,
div.aligncenter {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

.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;
}
/* End captions */


/* Custom */

body {
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	background-image: url(images/design/stars-bg.gif);
	background-attachment: fixed;
	background-color: #F2A5B7;
	text-align: left;
}
a {
	outline: 0;
	text-decoration: none;
	color: #E41472;
}
#main {
	width: 1000px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	margin-top: 10px;
}
#bg-contain {}

#Logo {
	height: 165px;
	width: 1000px;
	position: relative;
}
#Logo h1 {
	text-decoration: none;
	text-indent: -9999px;
	height: 165px;
	width: 1000px;
	background-repeat: no-repeat;
	background-image: url(images/design/girl-power.gif);
	margin: 0px;
	display: block;
	padding: 0px;
}
h1 {
	margin: 0px;
	display: block;
	padding: 0px;
}
#nav-contain {
	background-image: url(images/design/navigation-bg.png);
	background-repeat: no-repeat;
	float: left;
	height: 56px;
	width: 670px;
	position: relative;
}
#column-1 {
	float: left;
	width: 670px;
	position: relative;
}
#column-2 {
	float: right;
	width: 330px;
	position: relative;
}
#mailing-list {
	float: left;
	width: 330px;
	height: 160px;
	position: relative;
	background-image: url(images/design/mailing-list-bg.gif);
	background-repeat: no-repeat;
}
#mailing-list h2{
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	height: 30px;
	background-repeat: no-repeat;
	background-image: url(images/design/join-our-mailing-list.gif);
	margin-top: 24px;
	margin-left: 37px;
	margin-right: 37px;
	margin-bottom: 0px;
}
#mailing-list-iframe {
	width: 256px;
	height: 72px;
	position: absolute;
	top: 77px;
	right: 37px;
}
#form-confirm-contain {
	width: 256px;
	height: 57px;
	position: absolute;
	background-color: #D9E080;
	padding-top: 15px;
}
#form-confirm-contain p {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 10px;
	margin-bottom:13px;
	letter-spacing: 0px;
	color: #666666;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	text-align: center;
	font-weight: bold;
	}
#mail-form {
	width: 256px;
	height: 72px;
	position: absolute;
	background-color: #D9E080;
}
#mailform-submit {
	position: absolute;
	top: 47px;
	right: 87px;
}
#mailform-field {
	position: absolute;
	border: 2px solid #E41472;
	height: 22px;
	width: 242px;
	font-size: 15px;
	vertical-align: middle;
	text-align: center;
	color: #333333;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

h1, h1 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-style: normal;
	line-height: 20px;
	margin-bottom:0px;
	letter-spacing: -1px;
	color: #E41472;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
h2, h2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-style: normal;
	line-height: 20px;
	margin-bottom:7px;
	letter-spacing: -1px;
	color: #E41472;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 17px;
	letter-spacing: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #E41472;
} 
h3#comments {
	padding-right: 10px;
	padding-left: 10px;
} 
.post-edit-link {
	padding-right: 10px;
	padding-left: 10px;
} 
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: 17px;
	letter-spacing: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #ED839A;
}

#on-sale-now {
	float: left;
	width: 330px;
	position: relative;
	margin-top: 15px;
}
.on-sale-now {
	height: 124px;
	position: absolute;
	background-image: url(images/design/on-sale-now.png);
	background-repeat: no-repeat;
	width: 124px;
	left: -19px;
	top: 278px;
	z-index: 10;
}
.cover {
	float: left;
	height: 390px;
	position: relative;
	background-image: url(images/design/cover-bg.png);
	background-repeat: no-repeat;
	width: 270px;
	background-position: 21px 0px;
	padding-right: 29px;
	padding-left: 31px;
	padding-bottom: 0px;
}
.on-sale-now-top {
	float: left;
	height: 20px;
	position: relative;
	background-image: url(images/design/cover-bg-1.png);
	background-repeat: no-repeat;
	width: 330px;
}
.on-sale-now-cover {
	float: left;
	width: 330px;
	position: relative;
	background-image: url(images/design/cover-bg-2.png);
	background-repeat: repeat-y;
}
.on-sale-now-middle {
	float: left;
	width: 310px;
	position: relative;
	background-image: url(images/design/cover-bg-2.png);
	background-repeat: repeat-y;
	padding-right: 20px;
}
.on-sale-now-middle h3 {
	text-decoration: none;
	text-indent: -9999px;
	height: 20px;
	background-repeat: no-repeat;
	background-image: url(images/design/in-this-issue.gif);
	margin-top: 7px;
	margin-bottom: 0px;
	margin-left: 26px;
	display: block;
	padding: 0px;
}
.on-sale-now-bottom {
	float: left;
	width: 330px;
	height: 25px;
	position: relative;
	background-image: url(images/design/cover-bg-3.png);
	background-repeat: no-repeat;
}
.ad-tile-1 {
	float: left;
	width: 300px;
	height: 250px;
	position: relative;
	border: 4px solid #E41472;
	background-color: #F161A2;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 12px;
}
.ad-tile-2 {
	float: left;
	width: 300px;
	height: 250px;
	position: relative;
	border: 4px solid #E41472;
	background-color: #F161A2;
	margin-left: 12px;
	margin-right: 10px;
	margin-bottom: 15px;
}
.ad-tile-3 {
	float: left;
	width: 300px;
	height: 250px;
	position: relative;
	border: 4px solid #E41472;
	background-color: #F161A2;
	margin-left: 12px;
	margin-right: 10px;
}
.ad-tile-4 {
	float: left;
	width: 300px;
	height: 250px;
	position: relative;
	border: 4px solid #E41472;
	background-color: #FFFFFF;
	margin-left: 12px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-top: 15px;
}
.ad-tile-5 {
	float: left;
	width: 300px;
	height: 100px;
	position: relative;
	border: 4px solid #E41472;
	background-color: #F161A2;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 12px;
}
.ad-tile-6 {
	float: left;
	width: 300px;
	height: 100px;
	position: relative;
	border: 4px solid #E41472;
	background-color: #F161A2;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 12px;
}
#subscribe-now {
	float: left;
	width: 330px;
	height: 110px;
	position: relative;
	background-image: url(images/design/subscribe-now-bg.png);
	background-repeat: no-repeat;
}
#subscribe-now a{
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	height: 60px;
	background-repeat: no-repeat;
	background-image: url(images/design/subscribe-now.png);
	margin-top: 25px;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 0px;
}
#blog {
	float: left;
	width: 660px;
	position: relative;
	margin-left: 10px;
}
.blog-top {
	float: left;
	width: 660px;
	height: 20px;
	position: relative;
	background-image: url(images/design/blog-bg-top.png);
	background-repeat: no-repeat;
}
.blog-middle {
	float: left;
	width: 646px;
	position: relative;
	background-image: url(images/design/blog-bg-middle.png);
	background-repeat: repeat-y;
	padding-right: 7px;
	padding-left: 7px;
}
.blog-bottom {
	float: left;
	width: 660px;
	height: 20px;
	position: relative;
	background-image: url(images/design/blog-bg-bottom.png);
	background-repeat: no-repeat;
}
.burst-left {
	width: 11px;
	height: 55px;
	position: absolute;
	background-image: url(images/design/burst-left.png);
	background-repeat: no-repeat;
	left: -11px;
	top: 327px;
}
#nav-3 {
	width: 380px;
	height: 51px;
	position: absolute;
	float: left;
	padding-top: 5px;
	padding-left: 20px;
}
.menu-3 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu-3 li {
	padding: 0;
	height: 44px;
	margin-right: 18px;
	list-style: none;
	background-repeat: no-repeat;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.menu-3 li a, .menu-3 li a:visited {
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	height: 44px;
	background-repeat: no-repeat;
}
.twitter {
	background-image: url(images/design/nav.png);
	width: 90px;
	background-position: -20px -61px;
}
.twitter a {background-image: url(images/design/nav.png); background-position: -20px -5px;}
.facebook {
	background-image: url(images/design/nav.png);
	width: 116px;
	background-position: -128px -61px;
}
.facebook a {background-image: url(images/design/nav.png); background-position: -128px -5px;}
.my-space {
	background-image: url(images/design/nav.png);
	width: 110px;
	background-position: -262px -61px;
}
.my-space a {background-image: url(images/design/nav.png);	background-position: -262px -5px;}
ul.menu-3 li a:hover {background: none;}
.menu-3 li {float: left;}
.menu-3:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.on-sale-now-middle ul   {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 18px;
	list-style: none;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
}
.on-sale-now-middle li  {
	margin-left: 30px;
	background-image: url(images/design/bulllet-heart.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	padding-left: 22px;
	margin-bottom: 2px;
	margin-right: 0px;
	margin-top: 0px;
}
.on-sale-now-middle b, .on-sale-now-middle strong {
	color: #FFEB00;
}
.footer-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-nav li {
	padding: 0;
	height: 10px;
	margin-right: 15px;
	list-style: none;
	background-repeat: no-repeat;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.footer-nav li a, .footer-nav li a:visited {
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	height: 10px;
	background-repeat: no-repeat;
}
/* Footer */
#footer {
	float: none;
	width: 1000px;
	position: relative;
	height: 10px;
	clear: both;
	padding-top: 15px;
	padding-bottom: 15px;
}
#nav-4 {
	width: 458px;
	height: 10px;
	position: absolute;
	float: left;
	right: 15px;
}
.menu-4 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu-4 li {
	padding: 0;
	height: 10px;
	margin-right: 15px;
	list-style: none;
	background-repeat: no-repeat;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.menu-4 li a, .menu-4 li a:visited {
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	height: 10px;
	background-repeat: no-repeat;
}
.next-media {
	background-image: url(images/design/footer.png);
	width: 177px;
	background-position: -15px -10px;
}
.next-media a {background-image: url(images/design/footer.png); background-position: -15px 0px;}
.contact-us {
	background-image: url(images/design/footer.png);
	width: 79px;
	background-position: -207px -10px;
}
.contact-us a {background-image: url(images/design/footer.png); background-position: -207px 0px;}
.advertise {
	background-image: url(images/design/footer.png);
	width: 70px;
	background-position: -301px -10px;
}
.advertise a {background-image: url(images/design/footer.png); background-position: -301px 0px;}
.subscribe {
	background-image: url(images/design/footer.png);
	width: 72px;
	background-position: -386px -10px;
}
.subscribe a {background-image: url(images/design/footer.png); background-position: -386px 0px;}
ul.menu-4 li a:hover {background: none;}
.menu-4 li {float: left;}
.menu-4:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.link-seperate {
	background-image: url(images/design/footer.png);
	height: 10px;
	width: 15px;
	position: absolute;
	top: 0px;
	background-position: 2px;
}
.link-seperate-1 { background-position: 0px; left: -15px;}
.link-seperate-2 { background-position: 0px; left: 177px;}
.link-seperate-3 {
	background-position: 0px;
	left: 271px;
}
.link-seperate-4 {
	background-position: 0px;
	left: 356px;
}
.link-seperate-5 {
	background-position: 0px;
	left: 444px;
}

/* BLOG */
h2#archives {
margin-left: 0px;

	
}
div.blogPost {
	padding-right: 10px;
	padding-left: 10px;
}
div.byline {
	color:#555555;
	margin-bottom: 20px;
}
p#bloggerBug {padding-top:20px;}
.blogComments {
	padding-top:30px;
	color:#555555;
	padding-bottom:0px;
	margin-bottom:0px;
	font-weight:bold;
	padding-right: 10px;
	padding-left: 10px;
}
.blogComments .byline {font-size:14px;font-weight:normal;color:#555555;margin-right:10px;display:inline}
.blogComment {font-size:14px;margin:0px;color:#000000;font-weight:normal}
.deleted-comment {font-style:italic;color:gray;}
#blogfeeds { 	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	margin: 0px;
	text-align: left;
	letter-spacing: 0px;}
#postfeeds { }
.paging-control-container {float: right; margin: 0px 6px 0px 0px; font-size: 80%;}
.seperator {
	height: 0px;
	width: 646px;
	margin: 0;
	padding: 0;
}
#navbar-iframe {
display: none !important;
}
.hr {
	background-image: url(images/design/horizontal-rule.gif);
	height: 25px;
	width: 646px;
	float: left;
	position: relative;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
#commentBodyField {
}
#archive-contain {
	float: left;
	position: relative;
	width: 626px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#bug-contain {
	float: left;
	position: relative;
	width: 626px;
	padding-right: 10px;
	padding-left: 10px;
}
 ul   {
	line-height: 18px;
	list-style: none;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	margin: 0px;
	text-align: left;
	letter-spacing: 0px;
}
ol {
	line-height: 18px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	text-align: left;
	letter-spacing: 0px;
	list-style-image: none;
	list-style-type: decimal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	
}
#content ol li {
	margin-left: 0px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0px -2px;
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 2px;
	margin-right: 0px;
	margin-left: 10px;
	margin-top: 0px;
}
#content .commentlist li {
	margin-left: 0px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0px -2px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 0px;
}
#content ul li  {
	margin-left: 0px;
	background-image: url(images/design/bullet.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 24px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-top: 0px;
}
.search-1 {
text-align: center;
	margin-top: 20px;
}
.nav-1 {
	margin-bottom: 30px;
}
b, strong {
	font-weight:bold;
	color: #333333;
}
#respond  {
	margin-left: 0px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
.attachment{
	text-align:center;
}
.contact-us-2 {
	height: 66px;
	width: 161px;
	position: absolute;
	right: 15px;
	bottom: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.contact-us-2 a{
	height: 28px;
	width: 92px;
	position: absolute;
	background-position: -824px -99px;
	text-indent: -9999px;
	left: 36px;
}
