/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}
/*********************************/
/* end reset */
/*********************************/

/*********************************/
/* fresh start */
/*********************************/
*{margin:0; padding:0;}

body {
	font: normal 100%/1.5 Verdana, Arial, sans-serif;
	background: #6EBDC4;
	width: 100%;
	color:#000;
}
a{
	color:#000;
	text-decoration:none;
	}

a:hover{text-decoration: underline;}
a{
	color:#000;
	text-decoration:none;
	}

a:hover{text-decoration: underline; background-color: #eee;}

#h2{
	font:normal 10pt georgia, times;
	color:#fff;
	padding: 0 0 0 18px;
	margin:0;
	float:right;
	}

#nav{
	/*width:100%;*/
	background: url(images/navBG.png) repeat-x; 
	height: 45px; 
	z-index: 1;
	}
#menu {
	font-family: Verdana, sans-serif;	
	font-style:italic;
	font-size: 10pt; 
	overflow:hidden;
	width:940px;
	margin: 0 auto;
	padding:0;
	color:#333;
	z-index: 1;
}


#menu ul {
	margin:3px 0 0 0;
	padding:0;
}

#menu ul li {
	list-style-type: none;
	float:left;
	margin: 0;
	padding: 0;
}

#menu ul li a {
	padding:4px 10px;
	margin: 0;
	color: #fff;
	display:block;
}

#menu ul li a:hover {
	background: #fff;
	color:#000;
	text-decoration:none;
}


#container {
	width:100%;
	margin: 0 auto;

}
#header {
  	width:100%; 
  	height:100%;
	color: #fff;
	overflow:hidden;
	margin:0 0 0 3px; 
	}
.logo {
	font-size:4.5em; /* 72 / 16 */
	margin: 0 auto;
	text-align: center;
} 
.logo a {background:none; text-decoration:none; color: #fff;}
.logo a:hover {background:none; text-decoration:none; color: #fff; color: #E94824;}

.theTagLine {
	font-size: 1.25em; /* 20 / 16 */
	font-style: italic;
	color: #fff;
	margin: -25px auto 0 auto;
	text-align: center;
}
#content {
	max-width:800px;
	margin: 0 auto;
	background: #fff;
}

.entry p {
	margin:0px 0px 40px 0px;
	padding-bottom: 25px;
	font-size: 1.25em; /* 20px / 16px */
	line-height: 1.5;
	border-bottom: 1px solid #eee;
}
.entry small {
	font-size: .75em; /* 12px / 16px */
	border-top: 1px solid #eee;
	padding-top: 10px;
} 
.postFooterAds {margin: 50px auto 0 auto; width: 728px; height: 90px;}

#footer {
	clear: both;
	width: 100%;
	color: #fff;
	background-color: #262624;
	margin-top: 100px;
}
#footer p {padding:14px 0;margin: 0; color: #eee; text-align:center;}
#footer a {color: #BCBCBC;text-decoration: none;color:#fff;}
#footer a:hover {color: #5D5D5D;text-decoration: underline;}
.footerTags {float: left; max-width: 50%; margin-left: 10%;}
.footerMostPopular {float: left; max-width: 50%; margin-left: 10%;}
.footerMostPopular li {border: none; list-style-type: none;}

.tagcloud {}
.copyright {display: block; clear: both; margin: 0 auto; text-align: center;}
#wpstats {display: none;}
.previousWrap, .nextWrap {
	height: 100px; 
	width: 100px;
	text-align: center;
}
.previousWrap a:hover, .nextWrap a:hover {
	background: none;
}
.previousWrap img, .nextWrap img {
	padding-bottom: 6px;
}
.previousWrap {
	float:left; 
	margin-top:10%;
	padding-left: 5px;
}
.nextWrap {
	float:right; 
	margin-top:10%;
	padding-right: 5px;
}
.post {
	margin:20px 100px;
	padding:40px 20px;
	line-height: 1.5;
	background: #fff; /* url(images/index-card-bg.png) top left no-repeat;*/
	overflow:hidden;
	min-width: 550px;	
}
	
.post h2{
	/*font:bold 14pt Arial, Helvetica, sans-serif;*/
	font:16px Helvetica, Verdana, sans-serif; /*****custom--Eden*****/
	text-transform:uppercase; 
	padding:0;
	/*border-bottom:3px dotted #ccc;*/
	margin-bottom: 20px;
	}
	
.post h2 a{
	color: #000;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #777;
	text-decoration: none;
	}
.entry a{color:#1F9FC9; color: #E94824}
.postmetadata{
	clear: both;
	margin: 10px 0 10px 10px;
	float:right;
	font-weight:bold;
	font-size:14pt;
	color:#CCCCCC;
	}
	

/****my stuff *****/
.quote {font-size: 20px; line-height:1.6;}
.socialize-in-content {display:inline; float: left;}



#menu {
	font-style:normal;
}

#disqus_thread {margin-top:40px;}
/*#headerPromos {float:left; margin-top:10px; margin-right:;} */
#topSidebarAdSense {margin-bottom: 20px;}
/*.headerTwit {padding: 0 10px;}*/
/*.headerRSS {padding: 0 10px;}*/
/*#headerPromos a:hover {background: none;}*/
p {font-family:Verdana, Helvetica, sans-serif; font-size:14px; line-height:1.7;}

.singlePageQuoteNav, .singleQuoteNavBottom {
	width:100%; 
	background-color: #fff; 
	height: 25px; 
	margin-top:25px;
	padding-top: 5px;
	/* optional rounded corners for browsers that support it */
   	-moz-border-radius: 8px;
   	-khtml-border-radius: 8px;
   	-webkit-border-radius: 8px;
   	border-radius: 8px;
}
.singlePageQuoteNav a, .singleQuoteNavBottom a {color:#333; font-size:14px; padding:6px 0px 7px 0;}
.singlePageQuoteNav a:hover, .singleQuoteNavBottom a:hover {
	/*color:#fff; 
	background-color:#5C8160; */
	text-decoration:none;
	/* optional rounded corners for browsers that support it 
   	-moz-border-radius: 8px;
   	-khtml-border-radius: 8px;
   	-webkit-border-radius: 8px;*/

}

.singleQuoteNavBottom {margin-top: 40px;}
.singlePrevious {float:left;}
.singlePrevious a {padding-right:4px;   	border-radius: 8px;
   	-moz-border-radius-topleft: 8px; 
   	-webkit-border-top-left-radius: 8px;
   	-moz-border-radius-bottomleft: 8px;
   	-webkit-border-bottom-left-radius: 8px;}
.singleNext {float:right;}
.singleNext a {padding-left:4px;   	border-radius: 8px;
   	-moz-border-radius-topright: 8px; 
   	-webkit-border-top-right-radius: 8px;
   	-moz-border-radius-bottomright: 8px;
   	-webkit-border-bottom-right-radius: 8px;}
.leftArrow, .rightArrow {
	margin-bottom:-3px;
}

.related_post_title {
	margin: 20px 0 5px 0; 
	font-family: Verdana, Helvetica, sans-serif;
}
.related_post li {
	list-style-type: none;
	text-transform: uppercase;
	font-family: Verdana, Helvetica, sans-serif;
}
.related_post a {
	color:#1F9FC9;
}
.pagetitle {
	margin-top: 20px;
	margin-bottom: 0px;
	font-family: Verdana, Helvetica, sans-serif;
	color: #272725;
	font-weight: normal;
}
.headerTwitterImg {
	float:left; 
	margin-top: 0px; 
	padding-right: 4px;
}		
.headerTwitter a {}	
.headerRSSImg  {
	float:left; 
	margin-top: 2px; 
	padding-right: 4px;
}		
.headerSearch {}
.headerSearch #searchform {
	margin-top: 0; 
	padding: 5px 0 0 20px;
}
	
	
/*********************************/
/* old crap below */
/*********************************/


/*
.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

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

.alignleft {
	float: left;
}

.alignright {
	float: right;
}


blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}
*/

/*small{ float:right; margin-top:12px; text-align:right; font-style:italic}*/
/* links */





/* container */








/* main menu */

/*

	
#headleft h1 a{color: #fff; text-decoration: none;}
#headleft h1 a:hover{color: #000; text-decoration: none;}

*/


/* content */

/*
#content {
	float: left;
	width:545px;
	overflow: hidden;
	margin:0px 50px 30px 0;
	}

.post {
	margin:40px 0;
	padding:45px;
	line-height: 16pt;
	background-color: #e9e9e9;
	overflow:hidden;
	}
	
.post h2{
	font:bold 14pt Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	padding:10px 0;
	border-bottom:3px dotted #ccc;
	margin-bottom:30px;
	}

.post h2 a{
	color: #000;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #777;
	text-decoration: none;
	}
*/	
/*

.thumb img {
	width:80px; height:80px;
	float:left;
	margin:5px 15px 2px 0;
	padding:4px;
	background:#626657;
	overflow:hidden;
	clear:both;
	}


.postmetadata{
	clear: both;
	padding:0;
	margin: 10px 0 10px 10px;
	float:right;
	font-weight:bold;
	font-size:14pt;
	color:#CCCCCC;
	}
*/
	
/*
.navigation {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	}
*/	/*

.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}
	
*/


/* sidebar */
/*

#sidebar{
	width:370px;
	overflow:hidden;
	float:left;
	margin:0 0 0 0;
	}

#sidebar a{
	text-decoration:none;
	color:#000;
	font-style:italic;
	}
	
#sidebar a:hover{
	text-decoration:none;
	color:#626657;
	}

#sidebar h2{
	font:bold 9pt Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color: #fff;
	background-color:#626657;
	margin: 0;
	padding:5px 10px;
}
*/
/*

#featured{
	margin:75px 0 40px 0;
	width:335px;
}


.fblock h3{
	margin:10px 0;
	font-size:14pt;
	font-weight:normal;
	}

.fblock{
	margin:0;
	font-style:italic;
	font-size:10pt;
	}

.fblock img{
	width:40px; height:40px;
	float:left;
	margin:2px 15px 2px 0;
	padding:4px;
	background:#626657;
	}
*/




/* right sidebar */

/*
#right{
	width:155px;
	float:left;
	margin:0;
	padding: 0;
	font-size:10pt;
	}



#right label{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#right p {margin:0; padding:0;}

#right img {padding: 0; margin: 0;}

#right ul {
	margin:12px 0;
	padding:0;
	}

#right ul li {
	margin: 0;
	padding:5px 0;
	line-height: 16pt;
	list-style-type: none;
	border-bottom:1px dotted #626657;
	}

#right ul ul {
	margin:14px 0;
	padding: 0;
}

#right ul ul li {
	list-style-type: none;
	}

#right ul ul ul{
	margin: 0;
	padding: 0;
}

#right ul ul ul li{
	padding: 0 0 0 15px;
	color: #898989;
}

#right ul li ul, #right ul li ul li{
	list-style-type: none;
	border-bottom: none;
	margin:-5px 0 5px 0;
	}
	
 #right ul li ul li ul li{
 padding:5px 0 0 0}
*/
 
 
 
 





/* search */
/*

#searchform{
	padding:0;
	margin:14px 0;
	}

#searchform input#s{
	margin:0;
	border: none;
	padding:2px;
	width:140px;
	padding:3px 7px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:10pt;
	}
*/




/* misc */

/*
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
	}
	
.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;
}

input, textarea,input checkbox,input radio,select, file{border: 1px solid #7799aa; background-color:#f2f2f2;}

ul { list-style-position: inside; } 
ol { padding-left:30px;}
*/

/* tables */
/*
table{margin:.5em 0 1em;}
table td,table th{text-align:left;padding:.4em .8em;}
table th{text-transform:uppercase;font-weight:bold;}

table.nostyle td,table.nostyle th,table.nostyle tr.even td,table.nostyle tr:hover td{border:0;background:none;background-color:transparent;}
table, table.post{
  border-collapse: collapse;  
}
*/
/* tables */
/*
table td,table th{border:1px solid #fff;}
table th{background-color:#fff;color:#000;border-bottom:1px solid #fff;}
table td{background-color:#eee;}
table th a{color:#d6f325;}
table th a:hover{color:#fff;}
table tr.even td{background-color:#ddd;}
table tr:hover td{background-color:#fff;}
*/

/* Finish tables */

/* footer */




/*
Theme Name: Rostar
Theme URI: http://dannci.com/rostar-theme/
Description: 
Author: Dannci
Author URI: http://dannci.com/
version: 1.+
Tags:
*/



/* basics */


	
/*
h1 {font-size: 18pt;}
h2 {font-size: 14pt;}
h3 {font-size: 10pt;}
h4 {font-size: 9pt;}


img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}
*/

/* small{clear:right; margin-top:12px; text-align:right; font-style:normal; font-size: 12px;} */
/* links */




/* container */



	
/* header */






/*
#h2{
	font:normal 10pt georgia, times;
	color:#fff;
	padding: 0 0 0 18px;
	margin:0;
	float:right;
	}

*/

/* main menu */



/*
#headleft {
	float:left;
  	background:url(images/hd-bg-black.jpg) repeat-x bottom;
	overflow:hidden;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	}

#headleft h1{
	font:normal 15pt Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	padding:15px 35px;
	letter-spacing:-1px;
	margin:0;
	}
	
#headleft h1 a{color: #fff; text-decoration: none;}
#headleft h1 a:hover{color: #999; text-decoration: none;}

*/




/* content */




/*

.thumb img {
	width:80px; height:80px;
	float:left;
	margin:5px 15px 2px 0;
	padding:4px;
	background:#626657;
	overflow:hidden;
	clear:both;
	}

.post ul {}

.post li {}
*/




/* .entry small {margin-top: 20px; font-size: 100%; font-weight: bold; padding-top: 20px;} */
/*.entry small a {font-weight: normal;}*/



/*
.navigation {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	}
*/	/*

.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}
	
*/


/* sidebar */


/*
#sidebar{
	width:370px;
	overflow:hidden;
	float:left;
	margin:-90px 0 0 0;
	}

#sidebar a{
	text-decoration:none;
	color:#000;
	font-style:italic;
	}
	
#sidebar a:hover{
	text-decoration:none;
	color:#626657;
	}

#sidebar h2{
	font:bold 9pt Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color: #fff;
	background-color:#4e525d;
	margin: 0;
	padding:5px 10px;
}

#featured{
	margin:0 0 40px 0;
	width:335px;
}


.fblock h3{
	margin:10px 0;
	font-size:14pt;
	font-weight:normal;
	}

.fblock{
	margin:0;
	font-style:italic;
	font-size:10pt;
	}

.fblock img{
	width:40px; height:40px;
	float:left;
	margin:2px 15px 2px 0;
	padding:4px;
	background:#626657;
	}
*/

/*
#right{
		width:0px;
	float:left;
	margin:0;
	padding: 0;
	font-size:10pt;
	}



#right label{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#right p {margin:0; padding:0;}

#right img {padding: 0; margin: 0;}

#right ul {
	margin:12px 0;
	padding:0;
	}

#right ul li {
	margin: 0;
	padding:5px 0;
	line-height: 16pt;
	list-style-type: none;
	border-bottom:1px dotted #626657;
	}

#right ul ul {
	margin:14px 0;
	padding: 0;
}

#right ul ul li {
	list-style-type: none;
	}

#right ul ul ul{
	margin: 0;
	padding: 0;
}

#right ul ul ul li{
	padding: 0 0 0 15px;
	color: #898989;
}

#right ul li ul, #right ul li ul li{
	list-style-type: none;
	border-bottom: none;
	margin:-5px 0 5px 0;
	}
	
 #right ul li ul li ul li{
 padding:5px 0 0 0}
*/
 
 
 
 /* comments */
 

/*
.comments,
.commentlist,
.nocomments,
.related {
	margin-bottom: 2em;
	margin-top:5em;
}

.comments a,
.commentlist a,
.nocomments a,
.related a{
	border-bottom:1px dotted #999;
}

.comments a:hover,
.commentlist a:hover,
.nocomments a:hover,
.related a:hover{
	border-bottom:none;
}

.commentlist .avatar {
	float: right;
	margin: 0 0 .5em ;
	padding: 4px;
}
#cancel-comment-reply-link {
	margin-left: 1em;
}

.trackback .content,
.pingback .content {
	font-style: italic;
}
*/
/*
.comentary{ padding:0px;}
ol.commentlist { list-style:none; margin:10px; padding:0px; text-indent:0;}
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment { }
ol.commentlist li div.comment-author { padding:0 170px 0 0; }
ol.commentlist li div.vcard {}
ol.commentlist li div.vcard cite.fn { font-style:normal; }
ol.commentlist li div.vcard img.avatar-32 {}
ol.commentlist li div.vcard img.photo {}
ol.commentlist li div.vcard span.says {}
ol.commentlist li div.commentmetadata {}
ol.commentlist li p { margin:0 0 1em; }
ol.commentlist li ul { list-style:square; margin:0 0 1em; padding:0; text-indent:0; }
ol.commentlist li div.reply {padding:5px 10px;  text-align:center; width:36px; }
ol.commentlist li div.reply a {text-transform:uppercase; background-color:#FFFFFF; font-weight:bold;}
ol.commentlist li ul.children { list-style:none; margin:1em 0 0; text-indent:0; }
ol.commentlist li ul.children li { }
ol.commentlist li ul.children li.alt {}
ol.commentlist li ul.children li.bypostauthor {}
ol.commentlist li ul.children li.byuser {}
ol.commentlist li ul.children li.comment {}
ol.commentlist li ul.children li.comment-author-admin {}
ol.commentlist li ul.children li.depth-2 { margin:0 0 .25em; }
ol.commentlist li ul.children li.depth-3 { margin:0 0 .25em; }
ol.commentlist li ul.children li.depth-4 { margin:0 0 .25em; }
ol.commentlist li ul.children li.depth-5 {}
ol.commentlist li ul.children li.odd {}
ol.commentlist li.parent { }
ol.commentlist li.pingback { }
ol.commentlist li.pingback.parent { }
ol.commentlist li.pingback div.vcard { padding:0 10px 0 0; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}

.comment-body .vcard img{
	float: left; 
	margin:0 5px 0 0;
	}
 


#comment{
	width:90%;
	padding:10px;
	}
*/
	
	

/*
#author, #email, #url, #comment, #submit{
	margin:10px;
	padding:5px;
	border:1px solid #CCCCCC;
	}
	
#submit{margin:10px; padding:5px;}


cite {
	font-weight: bold;
	font-style: normal;
	}
	

.children li, .reply{
	margin:0;
	padding:0;
	border: none;
	padding-left: 2em;
}
.children li ul {
padding-left: 2em;
}

.children li div .reply {
padding-left: 4em;
}

.comment-body{
	background: #f9f9f9;
	padding: 10px;
	margin-bottom: 10px;
}

.comment-body .vcard{
	
	line-height: 1.7em;}
.comment-body .vcard a{
	font-weight: bold;
	font-size: 14px;
}
.comment-body .vcard img{
	float: left; 
	margin-right: 10px;
	border: 1px solid #ccc;
}
*/
/*
.comment-body .commentmetadata{
}
.comment-body .commentmetadata a{
	color: #888;
}
.comment-body p{
	clear: both;
	margin-top: 20px;
	line-height: 1.5em;
}
#commentform input {
	padding: 3px;
	margin-bottom: 5px;
}
#commentform textarea{
	padding: 3px;
}
*/
/* End Comments */





/* search */

/*
#searchform{
	padding:0;
	margin:14px 0;
	}

#searchform input#s{
	margin:0;
	border: none;
	padding:2px;
	width:140px;
	padding:3px 7px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:10pt;
	}
*/




/* misc */

/*
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
	}
	
*/
/*
.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;
}

input, textarea,input checkbox,input radio,select, file{border: 1px solid #7799aa; background-color:#f2f2f2;}

ul { list-style-position: inside; } 
ol { padding-left:30px;}

*/
/* tables */
/*
table{margin:.5em 0 1em;}
table td,table th{text-align:left;padding:.4em .8em;}
table th{text-transform:uppercase;font-weight:bold;}

table.nostyle td,table.nostyle th,table.nostyle tr.even td,table.nostyle tr:hover td{border:0;background:none;background-color:transparent;}
table, table.post{
  border-collapse: collapse;  
}
*/
/* tables */
/*
table td,table th{border:1px solid #fff;}
table th{background-color:#fff;color:#000;border-bottom:1px solid #fff;}
table td{background-color:#eee;}
table th a{color:#d6f325;}
table th a:hover{color:#fff;}
table tr.even td{background-color:#ddd;}
table tr:hover td{background-color:#fff;}
*/

/* Finish tables */

/* footer */


	
