/*
Theme Name: DefytheFlexx
Description: Child theme for the Flexx Red Theme 
Author: Alexia Petrakos (aka the WPChick)
Template: FlexxRed
*/

@import url("../FlexxRed/style.css");

/*********************************************
		Basics
*********************************************/
body { /* This is where you set many of the universal defaults */
	background: #137bbb url(images/body-bg.jpg) top center repeat-y; 
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
}

a {
	color: #1C7FC3;
	text-decoration: none;
}

h1 {
	font-size:35px;
	margin-bottom:5px;
	color: #BC1B2A;
}


h3 {	color: #BC1B2A;
}
h3 a {
	color: #BC1B2A;
}

.style1{
	font-size: 14px;
	color: #BC1B2A;
}

#footer {
	text-align: left;
	color: #FFF;
	font-size:13px;
}

blockquote {
  background-color:#F6F2F1;
  border-bottom-color:#A0C856;
  border-bottom-style:dotted;
  border-bottom-width:2px;
  border-left-color:#A0C856;
  border-left-style:dotted;
  border-left-width:2px;
  border-right-color:#A0C856;
  border-right-style:dotted;
  border-right-width:2px;
  border-top-color:#A0C856;
  border-top-style:dotted;
  border-top-width:2px;
  color:black;
  font-family:Verdana, Cambria, sans-serif;
  font-size:14px;
  margin-left:auto;
  margin-right:auto;
  padding-bottom:10px;
  padding-left:15px;
  padding-right:15px;
  padding-top:10px;
  text-align:left;
  width: 75%
}
/*********************************************
		Aweber Form Style
*********************************************/

.sidebar .af-element a {font-size: 9px !important;}



/*********************************************
		Sidebar
*********************************************/
.sidebar {
	background-color: #F6F2F1;
}

.widget a {
	font-size: 13px;

}

.sidebar h4 {
	clear: both;
	font-size: 20px;
	color: #1C7FC3;
	margin: 0px 0px 10px 0px;
	padding: 8px;
	font-weight: normal;
	text-transform: uppercase;
	background-color: transparent;
	text-align: center;
	border-bottom: 2px dotted #A0C856; 
}

/*********************************************
		menu
*********************************************/

#pagemenu ul,
#catmenu ul {
	float: left;
	background: transparent;
	height: 30px; 
	line-height: 30px;
	margin: 0px; padding: 0px;
}
#pagemenu a,
#catmenu a {
	font-weight: normal;
}


/*********************************************
		date
*********************************************/

.post .post-title {
  float:left;
  padding-bottom:0;
  padding-left:10px;
  padding-right:0;
  padding-top:12px;
  width:500px;
}

.post .date {
  background-attachment:initial;
  background-clip:initial;
  background-color:initial;
  background-image:url(/wp-content/themes/defytheflexx/date.png);
  background-origin:initial;
  background-position:initial initial;
  background-repeat:no-repeat no-repeat;
  color:#FFFFFF;
  display:block;
  float:left;
  height:75px;
  text-align:center;
  width:69px;
}

.post .date .month {
  font-size:16px;
  line-height:32px;
  text-transform:uppercase;
}
.post .date .day {
  font-size:35px;
  line-height:35px;
}


.meta-bottom .categories{
	display:none;
}


