/* ----------------------------------------------
	Template Name : Keep It Simple
	Template Code : S-0027
	Version : 1.1
	Author : Erwin Aligam
	Author URI : http://www.styleshout.com/       
	Last Date Modified : January 17, 2010	
 ------------------------------------------------ */
 
/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 
body {
	font: 13px/165% Georgia, 'Times New Roman', Times, Serif;
	color: #666666; 	
	margin: 0; padding: 0; 
	background: #F6F5F5 url(../images/bg.jpg) repeat-x; 
	text-align: left;
}
/* Links */
a:link, a:visited { 
	text-decoration: none;
	color: #09588d;
}
#content-outer a:hover 
{
	color: #33cc66;
	/*text-decoration: underline;*/
	/*border-bottom: 1px solid #3399cc;	*/
}
#footer-outer a:hover {
	color: #33cc66;
}
a.more-link {
	padding-bottom: 2px;
	font-weight: bold;	
}

/* Headers */
h1, h2, h3, h4 {
	font: bold 1em/1.5em 'Myriad Pro', 'Trebuchet MS','Lucida Sans Unicode','Lucida Grande','Lucida',Arial,Verdana,sans-serif;
	color: #444;
	padding: 10px 15px 0px 0px;
}

h1  { font-size: 30px;  font-weight: normal; letter-spacing: -1.0px;  }
h2  { font-size: 24px;  font-weight: normal;  }
h3  { font-size: 1.2em; font-weight: bold; }
h4  { font-size: 1.2em; font-weight: bold; color: Red; } /* not in use */

#main h2 
{
	padding:  30px 20px 0px 0px;
	border-bottom: 1px solid #ebebeb;
}
#main h3 
{
	padding-top: 15px
}

#left-columns h3 
{
	padding: 0 13px 0;
}

.pagination 
{
  	font: 500 1em/1.5em 'Lucida Console', 'Courier New', Monospace ;
}
.pagelink
{
	font: bold 1.6em 'Myriad Pro', 'Trebuchet MS','Lucida Sans Unicode','Lucida Grande','Lucida',Arial,Verdana,sans-serif;
	margin: 5px; 
}
.pagelink-back a
{
	font: normal 1.5em 'Myriad Pro', 'Trebuchet MS','Lucida Sans Unicode','Lucida Grande','Lucida',Arial,Verdana,sans-serif;
	margin: 5px; 
}

.black { color: Black; }

/* Lists */
ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}
ul { list-style: disc; }
ol { list-style: decimal; }

dt {
  font-weight: bold;
  color: #7BA857;
}
dd {
  padding-left: 25px; 
}

p, dl  
{
	padding: 10px 15px 5px 0px;
}

/* Images */
img.img {
	background: #FAFAFA;
	border: 1px solid #DCDCDC;
	padding: 8px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

code {
  	margin: 3px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'Courier New', Monospace;
  	/* white-space: pre; */
  	border: 1px solid #F0F0F0;
	background: #f8f8f8;  
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #895F30;
}


#main blockquote {
	margin: 0;
 	padding: 10px 10px 20px 32px;  
	font-weight: normal;
	font-size: 15px;
	line-height: 1.5em;
	/*
	font-style: italic;
	*/
	font-family: Georgia, 'Times New Roman', Times, Serif;	
	color: #333;	
}

#main blockquote.featured {
	/* color: #7BA857; */
	margin: 20px 0 20px 0;
	background: url(../images/quote.png) no-repeat 0px 12px;
	font-size: 19px;
}
#main blockquote.featured, #main blockquote.featured h1, #main blockquote.featured h2 {
	letter-spacing: normal;
	font-size: 19px;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, Serif;
	border: 0;
}

blockquote.inline {
    border: 1px solid #F0F0F0;
	background-color: #f8f8f8;
}

.fb_share_size_Small 
{
}

.twitter-share-button
{
}
	
.normal 
{
	font-style: normal;
}

strong { font-weight: bold; }

/* start - table */
table {
	border-collapse: collapse;
	margin: 10px;		
}
tr { background: #fff; }
tr.altrow { background: #F9F9F9;	}
th, td {
	text-align: left;			
	border-width: 1px;
  	border-style: solid;
}
th {
	color: #7BA857;
	background: #EFFAE6;
	padding: .8em 1em;	
  	border-color: #DFF4D5 #D3EFC3 #A7DF8A #D3EFC3;	
}
td {
	border-color: #EFEFEF;	
	padding: .7em 1em;	
}	
/* end - table */

/* form elements */
form, .box {
	margin: 10px 10px 10px 10px;
	padding: 10px 10px 15px 20px;
	background: #f0f0f0;
	border: 1px solid #ccc;

	background: #FFF url(../images/gradientbg.jpg) repeat-x;
	/* border: 1px solid #EFEDED; */
}
form, .box p 
{
	/*	
	border-bottom: 1px solid #E6E6E6;
	padding: 12px 0 5px 0;	margin: 0;	
	color: #7BA857;
	*/
}

.box h2
{
padding: 0 !important;
margin: 0 !important;	
border-bottom: 2px !important;
}


label, .editor-label {
	font-weight: bold;
	color: #7BA857;
}
input, select, textarea {
	margin: 5px 0;
	padding: 5px;
	color: #6A6969;
	border-width: 1px;
	border-style: solid;
  	border-color: #d4d4d4 #ebebeb #ebebeb #d4d4d4; 	
	font: 11px Georgia, 'Times New Roman', Times, Serif;
}
input:focus, select:focus, textarea:focus {
	color: #7BA857;
	background: #EFFAE6;
}
#name, #email, #message, #website {
	width: 380px;
}


.textareaMedium 
{
	width: 430px;
}
.textboxMedium 
{
	width: 300px;
}


input.button, a.button:link, a.button:visited { 
	font-size: 17px;
	color: #fff;
	background: #7CAF3F;
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #B6DE8F #8DB836 #8DB836 #B6DE8F;

	-moz-border-radius:4px 4px 4px 4px;
	text-shadow:0 1px 1px rgba(0, 0, 0, 0.5);

	float:left;
	padding: 5px;
	margin: 5px 5px 0px 0px;
}
a.button:link, a.button:visited 
{
	padding: 6px;	/* wtf */
}

/* ------------------------------------------
   LAYOUT
------------------------------------------- */ 
#content-outer {
	background: #fff url(../images/header-image.gif) no-repeat;
	background-position: right top;

	width: 100%;
	padding: 5px 0;		
	text-align: left;		
	border-bottom:2px solid #DDDDDD;
}
#content-wrapper {
	margin: 0 auto;	
	padding-bottom: 35px;
	padding-top: 5px;		
	overflow: auto;
}

.wrapper-bg
{
	background-image: url(../images/content-bg.png);
	background-repeat: repeat-y;
	background-position: center top;
}


#header-content, #content, #footer-content {
	width: 960px;
}



#header #logo  
{
	background: url(../images/Cool-Quotes-Collection.png) no-repeat 12px 12px;
	margin: 0; padding: 0;
	position: absolute; 
	margin: 0; padding: 0 5px 0 0;
	z-index: 10;
	top: 5px; left: 10px;	
	width: 500px;
	height: 60px;
}

#header h1#logo-text { 
	margin: 0; padding: 0;
	position: absolute; 
	margin: 0; padding: 0 5px 0 0;
	font: normal 50px, 'Myriad Pro', 'Trebuchet MS','Lucida Sans Unicode','Lucida Grande','Lucida',Arial,Verdana,sans-serif;
	letter-spacing: -2px;
	/*	color: #93b876; */
	z-index: 1;
	top: 5px; left: 10px;	
	color: #f0f0f0;
	font-size: 45px;
}
#header h1#logo-text a {
	color: #f0f0f0;
	text-decoration: none;
}
#header h1#logo-text a:hover { border: none; }
#header p#intro {
	position: absolute;
	margin: 0; padding: 0;
	font-family: 'Myriad Pro', 'Trebuchet MS','Lucida Sans Unicode','Lucida Grande','Lucida',Arial,Verdana,sans-serif;
	font-weight: normal;
	font-size: 15px;
	line-height: 1.6em;
	font-style: normal;
	color: #f0f0f0;
	top: 65px; left: 20px;		
}



/* header */
#header {
	height: 100px;
	text-align: left;	
}
#header-content {	
	margin: 0 auto; padding: 0;
	position: relative;
}
#header-content h1#logo {
	position: absolute;	
	font-family: 'Myriad Pro', 'Trebuchet MS','Lucida Sans Unicode','Lucida Grande','Lucida',Arial,Verdana,sans-serif;
	font-weight: normal;
	font-size: 17px;
	line-height: 1.6em;
	font-style: italic;
	letter-spacing: -.5px;
	color: #7ba45b;
	margin: 0; padding: 0;		
	
	/* change the values of left and top to adjust the position of the logo */
	top: 10px; left: 10px;
}
#header-content h1#logo a {
	text-decoration: none;
	color: #7ba45b;
}

/* header menu */
#header-content ul {
	position: absolute;
	right: -5px; top: 15px;
	font: normal 1.3em 'Myriad Pro', 'Trebuchet MS','Lucida Sans Unicode','Lucida Grande','Lucida',Arial,Verdana,sans-serif;
	text-shadow:0 1px 1px rgba(0, 0, 0, 0.6);
	color: #FFF;
	list-style: none;
	margin: 0; padding: 0;		
}
#header-content li {
	display: inline;
}
#header-content li a {
	float: left;
	display: block;
	padding: 3px 12px;	
	color: #FFF;
	background-color: #0d446a;
	text-decoration: none;
	border-right: 1px solid #0f4574;
}
#header-content li a:hover {
	background: #2d95e0;
	color: #FFF;
}
#header-content li a#current  {
	background: #2d95e0;
	color: #FFF;
}






#header form#quick-search-header {
	position: absolute;
	right: 7px;
	top: 55px;
	padding: 0; margin: 0;
	border: 1px solid #003366;
	background: #fff;
	z-index: 5;
}
#header form#quick-search-header p {
	margin: 0; padding: 0;		
}
#header form#quick-search-header input {
	border: none;
	background: transparent;
	float: left;
	margin: 0; padding: 5px;
}
#header form#quick-search-header input {
	width: 150px;	
	display: inline;		
}
#header #search form#quick-search-header .btn{
	width: 25px; height: 25px;		
}
#header form#quick-search-header label {
	display: none;
}

/* search box in page */
#main form#quick-search-main
{
	margin: 0 13px;
	/* negate form defaults */
	background: #fff;
	border: 0;
}
#main form#quick-search-main input 
{
	margin: 0;
	width: 280px;	
	border: 1px solid #999;
	background: #fff;
	font-size: 2em;
}


/*  navigation  */
#header #nav {
	position: absolute;
	margin: 0; padding: 0;		
	width: 880px;	
	left: 0;	top: 5px;		
}
#header #nav ul {
	float: left;	
	list-style: none;	
	margin: 5px 0 0 0;
	height: 45px;
	padding: 0 0 0 15px;					
}
#header #nav ul li {
	float: left;
	margin: 0; padding: 0 0 0 10px;		
}
#header #nav ul li a {
	float: left;
	margin: 0;
	padding: 0 15px 0 5px;
	color: #666666;
	font: bold 14px/40px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-Serif;
	text-transform: uppercase;	
}
#header #nav ul li a:hover, 
#header #nav ul li a:active {
	border: none;
	color: #111;
	background: transparent;
}
#header #nav ul li#current {
	background: transparent url(../images/left-tab.gif) no-repeat;	
}
#header #nav ul li#current a {	
	color: #444;
	background: transparent url(../images/right-tab.gif) no-repeat right top;	
}

/* main column */

#main .grid_8 
{
}

.contentmargin
{
	padding-right: 10px; 
}

#main h1 
{
	font-family: 'Myriad Pro', 'Trebuchet MS','Lucida Sans Unicode','Lucida Grande','Lucida',Arial,Verdana,sans-serif;
	font-weight: normal;
	color: #444;
	letter-spacing: -1px;
	padding-bottom: 3px;
	/*
	margin-left: 5px;	
	margin-right: 15px;
	padding-left: 5px;
	border-bottom: 1px solid #ebebeb;	
	*/
}
#main h1 a {
	color: #444;
	border: none;
}
/* left columns */
#left-columns 
{
	margin-left: 0;
}

#left-columns h2 {
	color: #444;
	/*
	font: normal 2em 'Myriad Pro', 'Trebuchet MS','Lucida Sans Unicode','Lucida Grande','Lucida',Arial,Verdana,sans-serif;
	*/
	letter-spacing: -0.5px;
	padding: 5px 10px;
	margin: 12px 0 5px 0;
	border-bottom: 2px solid #ebebeb; 
}

/* sidebar menu */
.sidemenu ul {
	text-align: left;
	margin: 10px 8px 8px 8px; padding: 0;
	font-weight: bold;
}
.sidemenu ul li {
	list-style: none;
	background: url(../images/dots.gif) repeat-x left bottom; 
	padding: 7px 5px;
	margin: 0;		
}
* html body .sidemenu ul li {
	height: 1%;
}
.sidemenu ul li a:link,
.sidemenu ul li a:visited {
	background-image: none;	
	background-color: transparent;
	border: none;
	color: #09588d;
	padding-left: 0;	
}
.sidemenu ul li a span {
	color: #9F9F9F;	
	font-family: Georgia, 'Times New Roman', Times, Serif;
	font-style: normal;
	font-size: 1em;
}
.sidemenu ul li a:hover { color: #000;	}
.sidemenu ul ul { margin: 0 0 0 5px; padding: 0; }
.sidemenu ul ul li { background: none; }

/* featured-post */
.featured-post {
	padding-bottom: 15px;			
}
.featured-post h4 {
	padding: 0;
	margin: 0 15px 0 12px;
	border-bottom: 1px solid #ebebeb;
}
.featured-post h4 a, 
.featured-post h4 a:visited {
	color: #7BA857;
	border: none;
}
.featured-post .post-info {
	margin-left: 0;
	padding-bottom: 5px;
}
.quote-info {
	font-style: normal;
	font-size: .6em;
}
.featured-post p {
	padding-top: 0;
}

.post {
	margin: 0 0 5px 0; padding: 0;
	background: #FFF url(../images/gradientbg.jpg) repeat-x;
	border: 1px solid #EFEDED;
}
.post .post-footer {
	background-color: #FAFAFA;
	border: 1px solid #f2f2f2;
	padding: 5px; margin-top: 20px;
	font-size: 95%;
}


#titleDescription {
	margin: 5px 15px 20px 15px;
}

.message {
	margin: 0;
	padding: 4px;
	background-color: #ccffcc;
	font-weight: bold;
	color: #006600;
	width: 380px;
}

.ok { /* green */
	background-color: #ccffcc;
	color: #006600;
}

.fail { /* red */
	background-color: #ff6666;
	color: #660000;
}

a.warning, input.warning { /* red */
	background-color: #882D2D;
  	border-color: #660000;
}

/* footer */
#footer-outer {
	/* background: url(http://coolquotescollection.com/Content/images/footer-bg.jpg); */
	/*
	background-color: #000;
	clear: both;
	text-align: left;
	width: 100%;
	color: #fff;
    padding-bottom: 50px;
	border-top: #990000;
	*/
}
#footer-wrapper {
	clear: both;
	margin: 0 auto;
	text-align: left;
}
#footer-wrapper h3 {
	color: #444;
	font: normal 1.8em Georgia, 'Times New Roman', Times, Serif;
	text-transform: none;
	letter-spacing: -0.5px;	
}
#footer-wrapper h3, 
#footer-wrapper p {
	padding-left: 0;
}
#footer-wrapper a {
	/* color: #333; */
	background: transparent;
}

/* footer-list */
#footer-wrapper ul.footer-list {
	border-top: 1px solid #E6E6E6;
	list-style: none;
	padding: 0;	
	margin-left: 0;	
}
#footer-wrapper ul.footer-list li {
	border-bottom: 1px solid #E6E6E6;
}
#footer-wrapper ul.footer-list li a {
	display: block;
	width: 98%;
    line-height: 2em;
	font-weight: bold;
	padding: 7px 0;
	margin-left: 0;
	padding-left: 0;
	color: #888;
	border: none;
}
#footer-wrapper ul.footer-list li a span {
	font-style: italic;
	font-weight: normal;
	font-family: Georgia, 'Times New Roman', Times, Serif;
}
#footer-wrapper ul.footer-list li a:hover,
#footer-wrapper ul.footer-list li a:hover span {
	color: #333;	
}

/* footer-content */
#footer-content {
	float: left;	
	width: 100%;	
	padding: 0 0 35px 0;				
	margin: 10px 0 0 5px;			
}

/* footer-bottom */
#footer-bottom {
	clear: both;
	/* border-top: 1px solid #dadada; */
	width: 940px;
	margin: 0 auto;	
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
}
#footer-bottom a:hover { border: none }
#footer-bottom .bottom-left {
	float: left;
	padding-left: 5px;		
}
#footer-bottom .bottom-right {
	text-align: right;
	padding-right: 0;
}

/* postmeta */
.postmeta {	
	padding: 5px; margin: 20px 15px 15px 10px;	
	border: 1px solid #EBEBEB;
	background: #f8f8f8;	
}
.postmeta a { background: transparent; }
.postmeta a:hover { border: none; }
.postmeta a.comments { margin: 0 10px 0 5px;	}
.postmeta a.readmore { margin: 0 10px 0 5px;	}
.postmeta .date{ margin: 0 10px 0 5px;	}

.post-info { font-size: .95em; padding-top: 3px; color: #B0B0B0; }
.post-info a, .post-info a:visited { color: #000; border: none; }

/* thumbnails */
p.thumbs{ padding: 10px 0 0 10px; }
.thumbs img { 
	position: relative;
	padding: 8px;
	margin: 5px;
	background: #fafafa;
   border: 1px solid #ddd;	
}
.thumbs img:hover	{
	border: 1px solid #D2D2D2;
	background: #DDD;	
}
.thumbs a:hover { background-color: transparent; border: none }

/* comments list */
ol.commentlist {
	margin: 12px 10px;
	padding: 0;
	border-style: solid;	
	border-color: #F0F0F0;	
	border-width: 1px 1px 0 1px;
}
.commentlist li {
	margin: 0;
	padding: 10px;
	list-style: none;
	border-bottom: 1px solid #F0F0F0; 
}
.commentlist li cite {
	display: block;
	font-style: normal;
	font-weight: bold;
	padding: 7px;	
}
.commentlist li cite img {
	float: left;
	margin-right: 10px;	
}
.commentlist li cite .comment-data {
	font-size: .8em;
	font-weight: normal;
}
.commentlist li .comment-text {
	clear: both;
	margin: 0; padding: 0;
}
.commentlist li.alt {
	background: #f8f8f8 
}

/* alignment classes & additional classes*/
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }
.no-border { border: none; }

/* clearing */
.clearer { clear: both; }
.clear {	display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}


/* MVC */
.display-label 
{
	font-weight: bold;
	border-bottom: 1px dotted black;
}
.display-field 
{
	border: 0px solid black;
	margin-bottom: 20px;
	background-color: #ccffcc;
	height: 20px;
}

.field-validation-error
{
	background-color: #ff6666;
	color: #660000;
	font-weight: bold;
	padding: 4px;
	margin: 4px;
	display: none; /* jquery fadein */
}

.validation-summary-errors
{
	background-color: #ff6666;
	color: #660000;
	font-weight: bold;
	padding: 4px;
	margin: 4px;
}

.errorbox 
{
width: 800px;  
height: 500px; 
overflow: auto; 
background-color: #ccc; 
padding: 5px;
word-wrap: none;
}

.infobox
{
	/* border: 1px dotted #ccc; */
	color: #7BA857;
	/* font-size: 80%; */
	font-weight: bold;
	padding: 5px; 
	margin: 5px;
}

#ad-banner 
{
	margin-left: 20px;
}

#ad-skyscraper 
{
	/* max 500px from top */
	/* right column
	margin-top: 20px;
	margin-left: 40px; 
	*/
	/* left column */
	margin-top: 0;
	margin-left: 13px;
}

#ad-rectangle
{
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 40px;
	text-align: center;
}

.hidden 
{
	display:none;
}

/* facebook share */
.FBConnectButton_Small 
{
	margin: 5px 5px 5px 0;
}


/* Quote Actions Opacity Hover */

.quote-actions {
	height: 70px;
    width: 100%;

	opacity:.3;
	-webkit-transition: opacity .1s linear;
	-moz-transition: opacity .1s linear;
	transition: opacity .1s linear;
}
.quote-actions:hover {
	opacity:1;
}

.action-button 
{
	float: right;
	margin-left: 2px;
}

.button-caption.margin-top-7 {
    margin-top: 7px;
}

button-caption {
	visibility: hidden;
}

/* Sharrre Quote List  */

.shareme {
	position:relative;
}

.sharrre .sharebox{
	float:right;
	font-style: normal;
}

.roundbox {
	color:#444444;
	background-color:#f7f7f7;
	display:block;
	font-size:15px;
	line-height:34px;
	height:34px;
	padding:4px 0;
	position:relative;
	text-align:center;
	text-decoration:none;
	width:50px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;	
}

.action-button a:hover {
	background-color: #2d95e0;
}
.roundbox:hover {
	background-color: #2d95e0;
}
.action-button a:hover {
	color: white !important;
}

.next-page 
{
}


.sharrre .count {
}

.sharrre .share, .button-caption 
{
	background-color:#eee;
	display:block;
	font-size:11px;
	height:16px;
	font-style: normal;
	line-height:16px;
	margin-top:3px;
	padding:0;
	text-align:center;
	text-decoration:none;
	width:50px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}

.sharrre .buttons {
	display:none;
	position:relative;
	float:right;
	z-index:10;
	background-color:#fff;
}
.sharrre .button {
	float:left;
	max-width:50px;
	margin-right:13px;
}


.sharrre .facebook {
	margin-right: 2px
}
.sharrre .twitter {
}


/* Sharrre Quote Details */