/*  

Theme Name: Milk It Premium Version,

Theme URI: http://www.weborithm.com/

Description: Custom theme based on www.JohnCow.com

Version: 1.0

Author: Weborithm

Author URI: http://www.weborithm.com/

*/
body {
	font: 80%/150% "Helvetica Neue", Helvetica, Arial, Sans-Serif;
	color: #333333;
	background: #F2F2F2;  /*FBECD9, FFBDB5*/
	margin: 0;
	padding: 0;
}
a {
	color: #0066FF;
	text-decoration: underline;
}
a:hover {
	color: #128BD3;
	text-decoration: none;
}
img {
	border: none;
}
p {
	padding: 0 0 10px;
	margin: 0;
    line-height: 1.6em;
}
h1 {
	margin:0;
	padding-left: 10px;
	font-size: 36px;
	font-weight: bold;
	color: #76787b;
}
h1 a {
	color: #76787b;
	text-decoration: none;
}
h1 a:hover{
	color: #ed9442;
	text-decoration: none;
}
h2 {
	color: #b73e32;
	margin: 0 0 2px;
	padding-bottom: 3px;
	font-size: 190%;
	font-style: normal;
	line-height: 100%;
	font-weight: normal;
	font-variant: normal;
}
h2 a {
	color: #b73e32;
	text-decoration: none;
}
h2 a:hover {
	color: #ed9442;
	text-decoration: none;
}
h3, h4{
	font-size: 140%;
	font-weight: normal;
	color: #b73e32;
	margin: 10px 0 5px;
}
.clear {
	clear: both;
	margin: 0;
	padding: 0;
}
form {
	margin:0;
	padding:0;
}
#page {
	margin: 0 auto;
	width: 980px;
	background: #fff;
	padding: 0 0 30px;
}
/* header area */
#header {
	height: 188px;
	position: relative;
	margin: 0 auto 15px;
}
#headerimg {
	position: relative;
	padding: 0;
	height: 161px;
	background: url(images/headbg.gif) repeat-x bottom;
	margin: auto;
        width: 978px;
	/*width: 100%;*/
	text-align:center;
}
#headerimg h1 {
	float:left;
	font-size: 35px;
	font-weight: normal;
	padding: 60px 0 10px 30px;
	margin: 0;
}
#headerimg .description{
	float:right;
	color: #fff;
	font-size: 18px;
	padding: 66px 30px 0 0;
	font-weight:normal;
}
#headerimg h1 a {
	color: #fff;
	text-decoration:none;
}
#nav {
	list-style: none;
	margin: auto;
	bottom: 0px;
	padding: 0px 16px;
	width:948px;
	height: 27px;
	background: url(images/navbg.gif) no-repeat center -1px;
}
#nav li {
	float: left;
	margin: 0;
	padding: 0;
}
#nav .current_page_item a, #nav .current_page_item a:visited{
	color: #fff;
	text-decoration: none;
}
#nav .page_item a{
	color: #fff;
	text-decoration: none;
	padding: 3px 15px 6px;
	font-size: 14px;
	font-weight: bold;
	display: block;
}
#nav .page_item a:hover {
	color: #fff;
	text-decoration:underline;
}
/* content area */
#content {
	padding: 0 0 12px;
	float: left;
	width: 610px;
	margin: 0;
	text-align:justify;
	background: #fff;
}
#contentcontainer {
	padding: 0 5px 15px 0px;
	float: left;
}
#contenttopbg {
	height:9px;
	width: 538px;
	padding:0;
	margin:0;
	background: #fff;
}
#contentbottombg {
	height:9px;
	width: 538px;
	padding:0;
	margin:0;
	background: #fff;
}
.post {
	clear:both;
	padding: 20px 20px 20px;
	margin: 0px 0px 10px;
}
.post-date {
	width: 50px;
	height: 50px;
	float:left;
}
.post-month {
	font-size: 11px;
	text-transform: uppercase;
	color: #77787b;
	text-align: center;
	display:block;
	padding: 2px;
	background: #fff;
	border-bottom: none;
	border: 1px solid #FCEFD1;
	
}
.post-day {
	font-size: 11px;
	text-transform: uppercase;
	color: #77787b;
	text-align: center;
	display:block;
	background: #cce2ef;
	padding:2px;
	line-height:11px;
}
.entry {
	float:right;
	width: 550px;
}
.post-cat {
	padding: 0;
	float:left;
	font-size: 80%;
	color: #647073;
}
.post-comments {
	padding-left: 20px;
	float: right;
	font-size: 95%;
}
.post-calendar {
	padding: 0 0 5px;
	float: left;
	font-size: 80%;
	color: #999999;
}
.post-content {
	clear: both;
	padding: 10px 0 10px 0;
	border-bottom: 1px dashed #b73e32;
	margin: 0;
}
.post-content p{
	padding: 0 0 10px;
	margin: 0;
}
.post-content ul{
	padding: 0 15px 10px 15px;
	margin:0 0 0 15px;
	font-size: 105%;
	color: #4F4F4F;
	list-style: disc;	
}
.post-content ul li{
	padding: 0 0 10px 0;
}
.post-content ol{
	padding: 0 15px 5px 15px;
	margin:0 0 0 15px;
	font-size: 105%;
	color: #4F4F4F;
}
.post-content blockquote{
	padding: 8px 10px 0 25px;
	margin:5px 0 5px 15px;
	background: #fff url(images/quote.gif) no-repeat 0 0;
	color: #3d3d3d;
	width: 90%;
	font-size: 14px;
}
.post-content blockquote p{
	padding:0 0 5px;
	margin:0;
}
.navigation {
	clear: both;
	padding: 10px 0;
}
.navigation a, .navigation a:visited {
	color: #4096ee;
}
.previous-entries a {
	float: left;
	padding-left: 10px;
}
.next-entries a {
	float: right;
	padding-right: 10px;
}
/* comments area */
#comments, #respond {
	border-bottom: 1px solid #b73e32;
	padding: 0 0 5px 0;
	clear: both;
}
.commentlist ol {
	margin: 0px;
	padding: 0px;
}
.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 130%;
}
.commentlist li{
	padding: 5px 10px;
}
.commentlist .alt {
	background: #fff;
}
.commentlist cite {
	font-weight: bold;
	font-style: normal;
	font-size: 100%;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
.commentlist blockquote{
	padding: 5px 5px 0 25px;
	margin: 10px;
	font-size: 14px;
	line-height: 16px;
	background: url(images/quote.gif) no-repeat 0 0;
}
#commentform {
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	color: #787878;
	font-size: 87%;
}
#commentform input{
	width: 200px;
	background: #fff;
	border: 1px solid #b73e32;
	padding: 5px;
	margin-top: 3px;
	font: 100% 'Trebuchet MS', Verdana, Sans-Serif;
}
#commentform textarea{
	width: 485px;
	height: 130px;
	background: #fff;
	border: 1px solid #b73e32;
	padding: 5px;
	margin-top: 3px;
	font: 100% 'Trebuchet MS', Verdana, Sans-Serif;
	overflow: auto;
}
#commentform #submit{
	background: url(images/btn-bg.gif) no-repeat;
	font-size: 14px;
	font-weight: bold;
	color: #b73e32;
	border: none;
	float:left;
	width: 160px;
	height: 35px;
	cursor: pointer;
}
/*sidebar */
#sidebarcontainer {
	float: right;
	padding: 0px;
	width: 360px;
	margin: 0;
}
#sidebarcontainer form {
	padding: 0;
	margin: 0;
}
#sidebar {
	margin: 0;
	float: right;
	padding: 5px 0 12px;
	width: 360px;
	color: #666666;
	overflow: hidden;
	background: url(images/sidebar_bg.gif) repeat-y center;
}
#sidebarbottom{
	padding: 0 15px 0 0;
	width:330px;
	height:9px;
	background: url(images/sidebar_bottom.gif) no-repeat;
	margin: 0;
	float: right;
}
#subscriptionoptions{
	width:300px;
	padding: 0 30px;
}
#adcontainer {
	padding: 10px 0 0;
	margin:0;
	width: 360px;
}
#adboxestop{
	padding: 0;
	margin: 0;
}
#adboxesbottom{
	padding: 0;
	width:360px;
	height:10px;
	float: left;
	position: relative;
	background: url(images/adboxesbottom.gif) no-repeat;
}
#adboxes{
	padding: 16px 0 12px;
	width:360px;
	background: url(images/adboxesmid.gif) repeat-y;
	float:left;
	position: relative;
}
#adboxes ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#adboxes ul li {
	display:block;
	background: none;
	margin: 5px 4px 5px 6px !important;
	padding: 7px 7px 4px 7px !important;
	float:left;
	list-style: none;
}
#rssmain {
	float:left;
	padding: 10px 0 0 0;
}
#rssright {
	float: right;
	text-align: left;
	padding: 33px 0 0 0;
	font-size: 14px;
	font-weight: bold;
}
#rssright a {
	color: #b73e32;
	text-decoration: none;
}
#rssright a:hover {
	color: #ed9442;
}
/*sidebar title (h2) */
#sidebar h2, #sidebar .sidebartitle{
	font-size: 20px;
	font-weight: normal;
	color: #b73e32;
	margin: 20px 0 5px;
}
/*sidebar text styles */
#sidebar a, #sidebar a:visited, #sidebar a:hover {
	text-decoration: none;
}
/*sidebar list level1 */
#sidebar ul {
	margin: 0;
	padding: 0 30px;
}
#sidebar ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
/*sidebar list level2 */
#sidebar ul li ul {
	padding: 0;
	margin: 0;
}
#sidebar ul li ul li{
	padding: 0;
	margin: 0;
}
/*sidebar list level3 */
#sidebar ul li ul li ul li{
	padding: 4px 0 0 10px;
	border: none;
}
#sidebar ul ul li {
	font-size: 14px;
	padding: 0 0 4px 10px !important;
}
#sidebar ul ul li a{
	color: #3d3d3d !important;
}
#sidebar ul li a:hover{
	color: #4096ee !important;
	text-decoration:underline!important;
}
/*calendar widget */
li.widget_calendar td {
	padding: 1px 7px;
}
/*text widget */
.textwidget {
	padding-top: 5px;
}
/*search form */
#feedemailmain {
	float:right;
	padding: 7px 0 0;
}
#feedemailmain p{
	padding: 4px 0 2px;
	margin:0;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #3d3d3d;
}
#feedemailmain span{
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #3d3d3d;
}
.feedburneremailmain{
	border:1px solid #5C5C5C;
	padding:5px 0 0;
	text-align:center;
	width:199px;
	height:113px;
	background: url(images/emailfield_main.gif) no-repeat bottom right;
}
.feedburneremailbg {
	width:150px;
	height:21px;
	background: url(images/emailfield_bg.gif) repeat;
	border: 1px solid #607830;
	text-align:center;
	font: 13px Verdana;
	color: #3d3d3d;
	padding: 4px 0 0;
	margin: 7px 0 0;
}
.feedburneremailbutton {
	background: url(images/signup_bg.png) no-repeat bottom center;
	text-align:center;
	font: 14px Verdana;
	color: #000;
	border: none;
	margin: 5px 0 3px;
	padding: 0;
	height: 30px;
	width: 153px;
}
/*search form */

#searchform {
	margin: 0;
	float:left;
	padding: 0;
}
#searchform li {
	list-style: none;
}
#searchform br {
	display: none;
}
#searchform #s {
	margin: 0 0 0 30px;
	color: #b73e32;
	border: none;
	padding: 13px 0 0 0;
}
#searchback {
	width: 340px;
	height: 44px;
	padding: 0 0 0 5px;
	background: url(images/search_bg.gif) no-repeat right;
}
/* search form button - to specify button only use input[type="submit"] */
#searchform input {
	border: none;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: transparent;
}
/* footer area */
#footer {
	clear: both;
	line-height: 130%;
	width: 978px;
	height: 179px;
	margin: auto;
	padding: 30px 0 0;
	background:  url(images/footerbg.gif) no-repeat center center;
	border-top: 2px dotted #b73e32;
}
.footer-recent-comments {
	width: 525px;
	float: left;
	padding: 5px 0 0 10px;
	margin: 0;
}
.footer-recent-comments h4 {
	color: #b73e32!important;
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: normal;
}
.footer-recent-comments ul li {
	list-style: none;
	margin: 0;
	padding: 0 0 6px;
	font-size: 92%;
	color: #3d3d3d;
}
.footer-recent-comments ul {
	padding: 0;
	margin: 12px 12px 0;
	list-style: none;
}
.footer-about {
	width: 433px;
	float: right;
	text-align:center;
	font-size: 18px;
	color: #3d3d3d;
	height:187px;
}
.mmakers {
	margin:0;
	padding: 0 0 10px;
	font-size: 13px;
	color: #b73e32;
	text-align:left;
}
.footer-about a {
	color: #3d3d3d;
	text-decoration: none;
}
.footer-about a:hover {
	color: #4096ee;
	text-decoration:underline;
}
.footer-about ul{
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
}
/* alignments */
.center {
	text-align: center;
}
img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
img.alignleft, img[align="left"] {
	float:left;
	margin: 2px 10px 5px 0;
}
.alignright {
	float: right;
}
img.alignright, img[align="right"] {
	float:right;
	margin: 2px 0 5px 10px;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0;
	padding: 0;
}
cite a{
	color: #0066FF!important;
	text-decoration: underline !important;
}
cite a:hover{
	color: #128BD3!important;
	text-decoration: none!important;
}
#advertisement {
	margin: auto;
	text-align: center;
	font: bold 11px/58px Verdana;
}
#advertisement img{
	margin:0;
	padding:0;
}
#wrapper{
	width: 538px;
	margin: 7px auto 15px;
	float:left;
}

/************************************************
*	Tabs 									*
************************************************/

#pre-tabber {
	min-height:150px;	
	height:auto !important;
	height: 150px;
	margin: 0;
	background:#eee url(images/loading.gif) 50% 0 no-repeat;
	padding: 0;
}
/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/

.tabberlive .tabbertabhide {
	border:0;
	display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/

.tabber {
}

.tabberlive {
	padding: 0;        
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/

.tabbernav {
	height: 34px;
	margin:0;
	padding:0;
	width: 610px;
}
.tabbernav li {
	float:left;
	margin:0 5px 0 0;	
	padding:0;
	background: transparent;
	list-style-type: none;
	border:1px solid #b73e32;
}
.tabbernav li a {
	float:left;
	display: block;	
	background: #fff;
	color:#76787b;
	text-decoration:none;
	font-size: 14px;
	font-weight: normal;
	padding: 4px 0.7em 4px;
}
.tabbernav li a:visited {
	color:#fff;
	text-decoration: none;
}
.tabbernav li a:hover {
	color:#b73e32;
	border: none;
	background: #fff;
}
.tabbernav li.tabberactive a {
	background: #b73e32;
	color:#fff;
}
.tabbernav li.tabberactive a:hover {
	background: #b73e32;
	color:#fff;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/

.tabberlive .tabbertab {
	background:#b73e32;
	padding: 5px;
	margin:0;
	width: 600px;
}
.tabberlive .tabbertab img {
	padding: 0px;
	margin: 5px 0;
}
.tabberlive .tabbertab ol {	
	margin: 5px 20px;
	padding:0;
}

.tabberlive .tabbertab ul {
	padding: 5px 0;
	margin: 0;
	background: #fff;
	list-style: none;
}

.tabberlive .tabbertab ul li {	
	padding: 3px 0.8em;
}
.tabberlive .tabbertab p {
	line-height: 18px;
	padding: 0px 0.8em;
	margin: 0;
}

.tabberlive .tabbertab a {	
}

.tabberlive .tabbertab .entry {
	padding: 0;
	margin: 0;
}

.tabberlive .tabbertab a:hover {
	border: none;
}

.tabberlive .tabbertab p {        
}

/* If desired, hide the heading since a heading is provided by the tab */

.tabberlive .tabbertab h2 {
}

.tabberlive .tabbertab h3 {
	display: none;
}
#tabbedcontent {
	margin:0;
	padding:0;
}
/* Tabbed Stuff Ends */

