/*    
Theme Name: robotvsbadger
Theme URI: http://www.robotvsbadger.com/ 
Description: robotvsbadger
Author: JKempshall
Author URI: http://www.robotvsbadger.com/ 
Version: 1.0 
*/ 

@charset "UTF-8";

/*CSS Reset*/body, div, dl, dt, dd, li, pre,form, fieldset, input, textarea, p, blockquote, th, td, button { margin: 0; padding: 0; }h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 100%; font-weight: normal; }address, caption, cite, code, dfn, em, strong, var { font-style: normal; font-weight: normal; }ol, ul { list-style: none; margin: 0; padding: 0; }table { border-collapse: collapse; border-spacing: 0; } caption, th { text-align: left; font-weight: normal; font-style: normal; }acronym, abbr, fieldset, img { border: 0;}:focus { outline: 0; }

/* Generic */
body{
	background-color: #fdfdfd;
	margin: 0px;
	padding: 0px;	
}


h1 {
	color: #ffffff;
	margin: 0px 0px 5px 0px;
	padding: 1px 0px 1px 3px;
	font-size: 14px;
	background-color: #c2289a;
}


h2 {
    font-family: Georgia,sans-serif;
	font-style: italic;
	font-size: 20px;
	color: #414141;
	line-height: 36px;
	background-image: url(images/weird.jpg);
	background-repeat: no-repeat;
	background-position: 500px 30px;
	padding: 87px 0px 0px 0px;
}


h3 {
	color: #c2289a;
	padding: 10px 5px 10px 5px;
	font-size: 14px;
	text-align: justify;
}


h4 {

	padding: 0px 0px 0px 0px;
	font-size: 14px;
}

h5{
	color: #c2289a;
	padding: 0px 0px 0px 0px;
	font-size: 14px;
}

.hello {
	color: #c22898;
}

.web {
	text-decoration: line-through;
}

a {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

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

p {
	margin: 0px;
	padding: 0px;
}

/* links  */


#topnav a:link{
	color: #ffffff;
}

#topnav a:visited{
	color: #ffffff;
}

#topnav a:hover{
	color: #ffffff;
	text-decoration: underline;
}

#topnav a:active{
	color: #ffffff;
}

#s-media a:link{
	color: #ffffff;
}

#s-media a:visited{
	color: #ffffff;
}

#s-media a:hover{
	color: #ffffff;
	text-decoration: underline;
}

#s-media a:active{
	color: #ffffff;
}

#nav a:link{
	color: #666666;
}

#nav a:visited{
	color: #666666;
}

#nav a:hover{
	color: #c2289a;
}

#nav a:active{
	color: #c2289a;
}


#tagcloud a:link{
	color: #666666;
}

#tagcloud a:visited{
	color: #666666;
}

#tagcloud a:hover{
	color: #c2289a;
}

#tagcloud a:active{
	color: #c2289a;
}


/* Structure */

#top {
	height: 25px;
	width: 100%;
	background-color: #c2289a;
}


#wrap {
	padding: 0px 35px 0px 35px;
	
}

#header {
	height: 218px;
	width: 820px
}

#logo{
	float: left;
	width: 129px;
	margin: 20px 0px 0px 0px;
}

#tagline {
	float: left;
	width: 630px;
}

#speech{
	float: left;
	margin: 65px 0px 0px 20px;
}


#topnav{
	float: right;
	
}

#s-media {
	float: left;
	
}

#about{
	float: left;
	padding: 4px 20px 0px 40px;
	background-image: url(images/about.gif);
	background-repeat: no-repeat;
}


.post {
	padding: 5px;
    margin: 5px 10px 5px 0px;
    background: #e9e8e8;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 12px;
    float: left;
    width: 300px;
    line-height: 19px;
}

.post img { 
	max-width: 300px;
	padding: 0px;
	margin: 0px 0px 5px 0px;


}


.post a{ 
	color: #c2289a;

}



#postnav {
	margin: 40px 0px 0px 0px;
	width: 100%;
	height: 40px;
} 

#postnav a{
	color: #c2289a;
	margin: 0px 0px 0px 0px;
} 

#postnavfix {
	float: right;
	padding: 5px;
	text-align: center;
	margin: 0px auto 0px auto;
}


#content {
	margin: 20px 0px 20px 0px;
    font-family: Georgia,sans-serif;
	font-style: italic;
	min-height: 400px;
	width: 100%;

	

}




#footer {
	width: 100%;
	height: 250px;
	overflow: hidden;
	background-color: #e9e8e8;
	border-top:1px solid #c0c0c0;
	border-left:0;
	border-right:0;
	border-bottom:0;
	float:left;
	
}

#footerb {
	width: 100%;
	height: 25px;
	background-color: #c2289a;
	font-size: 14px;
	padding: 8px 0px 0px 0px;
	float:left;
	
}

#footerb a{
	color: #ffffff;
	text-decoration: underline;
}




.about-div{
	padding: 5px;
    margin: 20px 0px 0px 20px;
    background: #e9e8e8;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 12px;
    float: left;
    width: 1000px;
    line-height: 19px;
	
}

.submit-div{
	padding: 5px;
    margin: 20px 0px 0px 20px;
    background: #e9e8e8;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 12px;
    float: left;
    width: 500px;
    line-height: 19px;
	
}

.about-div img {
	border:  1px solid #c2289a;	
	float:left;
	margin: 15px 10px 5px 0px;
}

.about-div ul{
	float:left;
	margin: 0px 0px 40px 0px;
}


.about-div a{
	color: maroon;
}

.about-div h3{
	margin: 0px 0px 5px 0px;
}

.submit-div h3{
	margin: 0px 0px 5px 0px;
}

.form-margin {
	margin: 0px 0px 15px 5px;

}

.warning {
	color: #c2289a;
}


.column {
	margin: 10px 30px 0px 10px;
	width:295px;
	float:left;	
}


.column2 { 
	margin: 10px 0px 0px 0px;
	width:360px;
	float:left;

}

.column3 { 
	margin: 10px 0px 0px 30px;
	width:270px;
	float:left;

}

.column3 a{ 
 	color: #c2289a;
 	text-decoration: underline;
 	padding-left: 10px;

}

#submit{
	float: left;
	padding: 4px 50px 0px 33px;
	background-image: url(images/submit.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;

}


#face{
	float: left;
	margin: 0px 0px 0px 45px;
	padding: 4px 20px 0px 33px;
	background-image: url(images/facebook-icon.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;

}

#nav {
	width: 100%;
	float: right;
	font-family: Georgia,sans-serif;
	font-style: italic;
	font-size: 14px;
}

#nav ul {
	float: right;
	color: #666666;
}

#nav ul li {
	display: inline;
}


#mail {
	float: left;
	padding: 0px 0px 6px 50px;
	
	
}

#mail a{
	text-decoration: none;
}

#copy {
	float: right;
	padding: 0px 50px 6px 0px;
	color: #ffffff;
	
}

#copy a{
	padding: 0px;
}
	
	
.ad {
	float:left;
	border:  1px solid #c2289a;
	margin: 25px 40px 25px 40px;
}	

.long-ad {
	width:728px;
	margin: 80px auto 80px auto;
	border:  1px solid #c2289a;
}


/* blog specific */


.comment {
	float:left;
	margin: 20px 0px 0px 0px;
}

.tags {
 margin: 3px 0px 0px 0px;
 padding: 5px 0px 0px 0px;
 width: 100%;
 float:left;
 border-top: 1px dashed #666666;
	
}

.tags a {
	color: #ffffff;
	background-color: #b883b0;
	padding: 1px 2px 1px 2px;
	margin: 0px 2px 0px 0px;
}


.date {
	float:right;
	margin: 20px 0px 0px 0px;
}

.com-fix div{
	margin: 0px 5px 5px 0px;
}

#tagcloud {
	margin: 25px 100px 0px 50px;
	height: 200px;
	width: 350px;
	float:left;
	text-align: justify;
}

#search {
	margin: 20px 0px 0px 0px;
}

.user_comment_date {
	float: right;
}

.comment-text {
	float:left;
	width: 100%;
	margin-top: -40px;
	
}

.comment-text p{
	padding: 0px 0px 0px 65px;
	
}

.comment-fix {
	float: left;
	width: 100%;
	margin:0px;
	padding: 0px;
}

.comment-fix h5{
	float: left;

}

.eg-image img{
	border:  1px solid #c2289a;
	
}

#comment-box {
	margin: 5px 0px 0px 0px;
	width: 100%;
	height: 200px;

}

#submit-button {
	cursor: pointer;
	margin: 5px 0px 0px 0px;
	padding: 3px 10px 5px 30px;
	font-family: Georgia,sans-serif;
	font-style: italic;
	font-size: 14px;
	background-color: #c2289a;
	color: #ffffff;
	border: none;
	background-image: url(images/submit.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}



.addthis_button {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 4px 50px 0px 33px;
	background-image: url(images/submit.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	color: #ffffff;
}
