
body,td,th {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #826a55;
	line-height:20px;
}

body {
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	background-image: url(images/pop-fresh-01.gif);
}

a:link {color:#f58220}
a:visited {color:#f58220;}
a:hover {color:#bcc721;}
a:active {color:#f58220;}

#container {
margin:0 auto;
text-align:center;
width:950px;
}

/* MISC */

blockquote p {
font-family:'Times New Roman'; 
color:#999999;
font-size:14px;
line-height:19px;
}

blockquote {
padding:0px 25px 0px 25px;
background-color:#f9feff;
border-top:1px solid #e4e4e4;
border-bottom:1px solid #e4e4e4;
margin:5px;
background-image:url(images/openquote.gif);
background-position:top left;
background-repeat:no-repeat;
}
  
blockquote span {
display:block;
background-image:url(images/closequote.gif);
background-repeat:no-repeat;
background-position:bottom right;
}
   
hr {height:1px; border:0px; color:#CECFCE; background-color:#CECFCE;}

a img {border: none;}

.space li {padding:0px 0px 20px 0px; margin:0px;}

#wrapper { }

#content { }

.post { }

.post ul { }

.post ul li { }

.post ol { }

.post ol li { }

/* classes used by the_meta() */

ul.post-meta {
list-style: none;
}

ul.post-meta span.post-meta-key {
font-weight: bold;
}

.meta {
font-size: .75em;
}

.meta li, ul.post-meta li {
display: inline;
}
.meta ul {
display: inline;
list-style: none;
margin: 0;
padding: 0;
}

.meta, .meta a {
font-weight: normal;
letter-spacing: 0;
}

.meta a{
text-decoration: underline;
}

.meta a:hover, .meta a:active{
text-decoration: none;
}

/* SIDEBAR */

#menu {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 20px;
	width: 145px;
}

#menu form {
	margin: 0px 0px 0px 0px;
}

#menu input#s {
	background: #f8f8f8;
	border: 1px solid #cccccc;
	color: #000000;
}

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

#menu ul li {
	margin: 20px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	 font-size:16px;
	 font-weight:bold;
}

#menu ul ul {
	list-style-type: none;
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
}

#menu ul ul li {
	font-size:12px;
	font-weight:normal;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
	display:block;
	width:135px;
}

#menu ul ul li a {color:#0099ff; list-style-type: none; text-decoration: none; display: block; padding: 5px 5px 5px 5px; margin:0px;}

#menu ul ul li a:active {color:#0099ff; list-style-type: none; text-decoration: none; }

#menu ul ul li a:hover {color:#ba1ab0; list-style-type: none; text-decoration: none; background-color: #f1e2b7;}

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

#menu ul ul ul li{
	font-size:10px;
	list-style-type: none;
	border-bottom: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width:105px;
	display: block;
}

#menu ul ul ul.children {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 4px;
}

#menu ul ul ul li a {color:#0099ff; list-style-type: none; text-decoration: none; padding: 5px 5px 5px 5px; margin:0px; display: block;}

#menu ul ul ul li a:active {color:#0099ff; list-style-type: none; text-decoration: none; display: block;}

#menu ul ul ul li a:hover {color:#bbc620; list-style-type: none; text-decoration: none; background-color: #000000; display: block;}

/* CALENDAR */

#wp-calendar {
	border: none;
	empty-cells: show;
	font-size: 12px;
	margin: 0;
	width: 98%;
}

#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;
	text-decoration: none;
	color: #D70606;
	font-weight: bold;
}

#wp-calendar a:hover {
	background: #e0e6e0;
	color: #333;
}

#wp-calendar caption {
	font: normal italic Georgia, serif;
	font-size: 120%;
	margin-bottom: 5px;
	text-align: left;
}

#wp-calendar td {
	color: #999;
	font: normal 100% Arial, Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #fff;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #eee;
	color: #bbb;
}

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

.alt {
	margin: 0;
	padding: 10px;
	}
	
.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}	

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

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

#commentform p {
	margin: 5px 0;
	}

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

.commentmetadata {
	margin: 0;
	display: block;
	}

/* COMMENTS CONTINUE */

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

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

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

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}
	
h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}	

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

#commentform textarea {
	width: 95%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}

/* RECENT COMMENTS */

#menu li.recentcomments { padding: 0px 0px 0px 22px; 	margin: 3px 0px 0px 5px;}

/* RSS WIDGET */

.rsswidget { padding: 20px 0px 0px 0px; margin:0px; }
			
/* Images & Caption Alignment */

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

.alignleft {
   float: left;
   margin: 0 10px 5px 0;
}

.alignright {
   float: right;
   margin: 0 0 5px 10px;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -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;
}

/* Original */

acronym, abbr {
	border-bottom: 1px dashed #333;
}

acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
}

acronym, abbr {
	cursor: help;
}

cite {
	font-size: 100%;
	font-style: normal;
}

.textwidget
{
font-size:12px;
font-weight:normal;
}

/* Info */

#info {
padding:0px 0px 0px 0px; 
margin:20px 0px 0px 0px;
}

.info1 {
padding:0px 0px 0px 0px; 
margin:0px 0px 0px 0px;
}

.info2 {
width:21px;
height:23px;
padding:0px 0px 0px 0px; 
margin:0px 0px 0px 0px;
background-image:url(images/pop-fresh-02a.gif);
background-repeat:no-repeat;
}

.info3 {
padding:0px 0px 0px 0px; 
margin:0px 0px 0px 0px;
background-color:#FFFFFF;
}

.info4 {
width:21px;
height:23px;
padding:0px 0px 0px 0px; 
margin:0px 0px 0px 0px;
background-image:url(images/pop-fresh-02d.gif);
background-repeat:no-repeat;
}

.info5 {
width:21px;
height:37px;
padding:0px 0px 0px 0px; 
margin:0px 0px 0px 0px;
background-image:url(images/pop-fresh-02b.gif);
background-repeat:no-repeat;
}

.info6 {
width:21px;
height:37px;
padding:0px 0px 0px 0px; 
margin:0px 0px 0px 0px;
background-image:url(images/pop-fresh-02e.gif);
background-repeat:no-repeat;
}

.info7 {
height:37px;
padding:0px 0px 0px 0px; 
margin:0px 0px 0px 0px;
background-image:url(images/pop-fresh-02c.gif);
background-repeat:no-repeat;
}

.info8 {
padding:0px 0px 0px 0px; 
margin:0px 0px 0px 0px;
background-color:#FFFFFF;
text-align:center;
}

.info8 ul {padding:0px 0px 0px 0px; margin:0px;} 
.info8 li {padding:0px 0px 0px 0px; margin:0px; list-style-type:none; text-decoration:none; font-size:18px; color:#999999;}
.info8 li a {color:#f4831d; text-decoration:none; font-size:40px; font-weight:bold;}
.info8 li a:visited {color:#bdc719; text-decoration:none; font-size:40px; font-weight:bold;}
.info8 li a:hover {color:#ba1ab0; text-decoration:none; font-size:40px; font-weight:bold;}

/* Navigation */

#navigation {
height:30px;
padding:0px 0px 0px 0px; 
margin:0px 0px 0px 0px;
text-align:left;
}

#navigation ul {padding:0px 0px 0px 45px; margin:0px;} 
#navigation li {padding:0px 0px 0px 0px; margin:0px 5px 0px 0px; list-style-type:none; text-decoration:none; float:left; font-size:14px; font-weight:bold; height:30px; background-color:#439ab8; display:block;}
#navigation li a {color:#FFFFFF; text-decoration:none; display:block; padding:7px 15px 7px 15px;}
#navigation li a:visited {color:#FFFFFF; text-decoration:none;}
#navigation li a:hover {color:#FFFFFF; text-decoration:none; background-color:#33004b;}
#navigation li a:active {color:#FFFFFF; text-decoration:none; background-color:#33004b;}

/* Adsense */

#adsense-728x15 {
height:50px;
padding:0px 0px 0px 0px; 
margin:0px 0px 0px 0px;
text-align:center;
background-color:#33004b;
}

#adsense-728x15 ul {padding:17px 0px 0px 0px; margin:0px;} 
#adsense-728x15 li {padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; list-style-type:none; text-decoration:none;}

#adsense-250x250 {
height:250px;
padding:0px 0px 0px 0px; 
margin:0px 0px 0px 0px;
text-align:center;
}

#adsense-250x250 ul {padding:0px 0px 0px 0px; margin:0px;} 
#adsense-250x250 li {padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; list-style-type:none; text-decoration:none;}

/* Content */

#content {
padding:0px 0px 0px 0px; 
margin:0px 0px 0px 0px;
text-align:left;
background-color:#fcf1d3;
}

.content1 {
width:100%;
padding:0px 0px 0px 0px; 
margin:0px 0px 0px 0px;
text-align:left;
}

.content2 {
width:342px;
padding:0px 0px 0px 0px; 
margin:0px 0px 0px 0px;
text-align:left;
}

.content3 {
width:608px;
padding:0px 0px 0px 0px; 
margin:0px 0px 0px 0px;
text-align:left;
}

/* Rss */

#rss {
height:67px;
padding:0px 0px 0px 0px; 
margin:0px 0px 0px 0px;
text-align:left;
background-image:url(images/pop-fresh-04.jpg);
background-repeat:no-repeat;
}

#rss ul {padding:3px 0px 0px 35px; margin:0px;} 
#rss li {padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; list-style-type:none; text-decoration:none; font-size:22px;}
#rss li a {color:#000000; text-decoration:none;}
#rss li a:visited {color:#000000; text-decoration:none;}
#rss li a:hover {color:#bbc620; text-decoration:none;}

#rss img {
padding:0px 0px 0px 0px; 
margin:0px 0px 0px 0px;
}

/* Search */

#search {
height:35px;
padding:0px 0px 0px 0px; 
margin:0px 0px 0px 0px;
text-align:left;
background-image:url(images/pop-fresh-05.jpg);
background-repeat:no-repeat;
}

#search ul {padding:6px 0px 0px 30px; margin:0px;} 
#search li {padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; list-style-type:none; text-decoration:none;}

#search form {margin:0px 0px 0px 0px; padding:0px 0px 0px 0px;}
#search input {background:#ffffff; border:1px solid #ffffff; color:#000000; width:240px;}

#search img {
padding:0px 0px 0px 0px; 
margin:0px 0px 0px 0px;
}

/* My Sidebar */

.side {
padding:0px 0px 0px 0px; 
margin:0px 0px 0px 0px;
text-align:left;
}

.side h2 {
font-size:18px;
color:#ba1ab0;
margin:0px 5px 5px 25px;
}

.side ul {padding:0px 0px 0px 25px; margin:0px; list-style-type:none;}
.side li {padding:0px 0px 0px 0px; margin:0px; text-decoration:none; border-bottom:1px dotted #dac58b; display:block; width:290px;}
.side li a {color:#0099ff; text-decoration:none; display:block; padding:6px 6px 6px 6px; margin:0px;}  
.side li a:visited {color:#0099ff; text-decoration:none;} 
.side li a:hover {color:#bbc620; text-decoration:none; background-color:#f1e2b7;} 

.side p {padding:0px 0px 0px 0px; margin:0px; list-style-type:none;}

/* Split */

#split {
padding:0px 0px 0px 0px; 
margin:0px 0px 0px 0px;
text-align:left;
}

.split {
width:342px;
padding:0px 0px 0px 0px; 
margin:0px 0px 0px 0px;
text-align:left;
}

.split1 {
width:171px;
padding:0px 0px 0px 0px; 
margin:0px 0px 0px 0px;
text-align:left;
}

/* Box */

.box {
width:575px;
padding:0px 0px 0px 0px; 
margin:25px 0px 25px 0px;
text-align:left;
background-color:#ffffff;
}

.box1 {
width:100%;
height:32px;
padding:0px 0px 0px 0px; 
margin:0px 0px 0px 0px;
background-image:url(images/pop-fresh-03a.jpg);
background-repeat:no-repeat;
}

.box2 {
width:510px;
padding:0px 0px 0px 0px; 
margin:0px 0px 0px 30px;
}

.box3 {
width:100%;
height:32px;
padding:0px 0px 0px 0px; 
margin:0px 0px 0px 0px;
background-image:url(images/pop-fresh-03b.jpg);
background-repeat:no-repeat;
}

/* Footer */

#footer {
height:35px;
padding:0px 0px 0px 0px; 
margin:0px 0px 0px 0px;
text-align:center;
background-color:#33004b;
}

#footer ul {padding:9px 0px 0px 0px; margin:0px;} 
#footer li {padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; list-style-type:none; text-decoration:none; color:#FFFFFF;}
#footer li a {color:#ffffff; text-decoration:none; font-weight:bold;}
#footer li a:visited {color:#ffffff; text-decoration:none; font-weight:bold;}
#footer li a:hover {color:#000000; text-decoration:none; font-weight:bold;}

#last {
height:3px;
padding:0px 0px 0px 0px; 
margin:0px 0px 40px 0px;
background-color:#33004b;
}

/* -Prev Next - */

.tablediv-prevnext {
display:table;
width:566px;
border-spacing:0px; 
padding:30px 0px 20px 0px;
margin:0px;
border-collapse:separate;
}

.rowdiv-prevnext {
display:table-row;
width:566px;
}

.celldiv-prevnext1 {
float:left;
display:table-cell;
width:49px;
text-align:left;
}

.celldiv-prevnext1 a {color:#000000; text-decoration:underline; font-size:10px;}  
.celldiv-prevnext1 a:visited {color:#000000; text-decoration:underline; font-size:10px;} 
.celldiv-prevnext1 a:hover {color:#000000; text-decoration:none;  font-size:10px;} 

.celldiv-prevnext2 {
float:left;
display:table-cell;
width:468px;
text-align:center;
}

.celldiv-prevnext3 {
float:left;
display:table-cell;
width:49px;
text-align:right;
}

.celldiv-prevnext3 a {color:#000000; text-decoration:underline; font-size:10px;}  
.celldiv-prevnext3 a:visited {color:#000000; text-decoration:underline; font-size:10px;} 
.celldiv-prevnext3 a:hover {color:#000000; text-decoration:none; font-size:10px;} 

/* Content Title */

.content-title {
width:100%;
border-spacing:0px; 
margin:0px 0px 0px 0px;
text-align:left;
font-family:Arial, Helvetica, sans-serif;
font-size:20px;
color:#616B4F;
}

.content-title ul {padding:0px 0px 0px 0px; margin:0px;} 
.content-title li {padding:0px 0px 0px 0px; margin:0px; list-style-type:none; text-decoration:none; font-size:25px; font-weight:bold; 
font-family:Arial, Helvetica, sans-serif; color:#616B4F;}
.content-title li a {text-decoration:none;}
.content-title li a:visited {text-decoration:none;}
.content-titleli a:hover {text-decoration:none;}

/* Content Author, Comment */

.author-comments {
width:100%;
border-spacing:0px; 
margin:3px 0px 0px 0px;
border-collapse:separate;
border-top:1px solid #cccccc;
}

.author-comments1 {
width:50%;
text-align:left;
}

.author-comments1 ul {padding:3px 0px 0px 0px; margin:0px;} 
.author-comments1 li {padding:0px 0px 0px 0px; margin:0px; list-style-type:none; font-size:10px; color:#999999;}
.author-comments1 li a {color:#999999; text-decoration:none;}
.author-comments1 li a:visited {color:#999999; text-decoration:none;}
.author-comments1 li a:hover {color:#000000; text-decoration:underline;}

.author-comments2 {
width:50%;
text-align:right;
}

.author-comments2 ul {padding:3px 0px 0px 0px; margin:0px;} 
.author-comments2 li {padding:0px 0px 0px 0px; margin:0px; list-style-type:none; text-decoration:none; font-size:10px; color:#999999;}
.author-comments2 li a {color:#999999; text-decoration:none;}
.author-comments2 li a:visited {color:#999999; text-decoration:none;}
.author-comments2 li a:hover {color:#000000; text-decoration:underline;}

/* Content Article */

.content-article {
width:100%;
border-spacing:0px; 
margin:11px 0px 0px 0px;
text-align:left;
font-size:14px;
}

/* Content Social, Ratings */

.social-ratings {
width:100%;
border-spacing:0px; 
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}

.social-ratings1 {
width:50%;
text-align:left;
}

.social-ratings2 {
width:50%;
text-align:right;
}

.social-ratings2 ul {padding:0px 0px 15px 0px; margin:0px;} 
.social-ratings2 li {padding:0px 0px 0px 0px; margin:0px; list-style-type:none; text-decoration:none; font-size:10px; color:#999999;}

/* Content Tag, Category */

.tag-category {
width:100%;
border-spacing:0px; 
margin:0px 0px 0px 0px;
padding:5px 5px 5px 5px;
border-collapse:separate;
border-top:1px dotted #cccccc;
background-color:#f7f7f7;
}

.tag-category1 {
width:50%;
text-align:left;
}

.tag-category1 ul {padding:0px 0px 0px 0px; margin:0px;} 
.tag-category1 li {padding:0px 0px 0px 0px; margin:0px; list-style-type:none; text-decoration:none; font-size:10px; color:#999999;}
.tag-category1 li a {text-decoration:none;}
.tag-category1 li a:visited {text-decoration:none;}
.tag-category1 li a:hover {text-decoration:underline;}

.tag-category2 {
width:50%;
text-align:right;
}

.tag-category2 ul {padding:0px 0px 0px 0px; margin:0px;} 
.tag-category2 li {padding:0px 0px 0px 0px; margin:0px; list-style-type:none; text-decoration:none; font-size:10px; color:#999999;}
.tag-category2 li a {text-decoration:none;}
.tag-category2 li a:visited {text-decoration:none;}
.tag-category2 li a:hover {text-decoration:underline;}