/*



Theme Name: LittleRedBumps



Theme URI: http://www.littleredbumps.com/



Description: The WordPress theme is specially designed for  Little Red Bumps.



Version: 1.0



Author: 



Author URI: 



Tags: pink, white, circles



	LittleRedBumps v1.0

	This theme was designed and built for Little Red Bumps,

	whose site you will find at http://www.littleredbumps.com/



*/

/* CSS Document */

body {

	background:url(images/bkg.gif) center top repeat; 

	font-size: 62.5%; /* Resets 1em to 10px */

	font-family:Arial, Helvetica, sans-serif;

	color: #666666;

	text-align: center;

	padding:0;

	margin:0;

}



a img {

	border:none;

}



a, h2 a:hover, h3 a:hover {text-decoration:none; color:#f1737e; }

a:hover {text-decoration:underline;}



/* Begin Layout */

.wrapper {width:860px; margin:0 auto; text-align:left}



/* header */

.header { float:left;width:100%; background:url(images/header.gif) top right no-repeat;}

.header .logo {text-decoration:none; font-size:42px; color:#a9a9a9;}

.header .logoR {text-decoration:none; font-size:42px; color:#f1737e;}



/* navigation */

#menu {



list-style:none;

margin:0;

padding:0;



}

#menu li {

border-right:1px solid #666666;

float:left;

margin:0 7px;

padding:5px 10px 7px 0;

position:relative;

text-align:center;

}

#menu .eight, #menu .news-from-amlactin-page, #menu .raves-cat {width:8em;}

#menu .nine {width:9em;}

#menu .ten {width:10em;}

#menu .eleven {width:11em;}

#menu .social-media ul {width:24em;}

#menu .social-media ul li {display:inline;}

#menu li a {font-size:1.4em;color:#f1737e; padding:0; margin:0; text-decoration:none; }

#menu li a:hover {color:#56B7DD;}

#menu li.last {border-right:none;}



#menu li:hover ul,#menu li.over ul{display:block;}

/* sub-nav */

#menu li ul {

background:#FFFFFF;

border:1px solid #56B7DD;

display:none;

padding:5px 0 5px 5px;

list-style:none;

position:absolute;

top:41px;

left: 0;

width:12em;

}

#menu li ul li {float:none; border:none;}

#menu li ul li a{color:#56B7DD; font-size:1.1em;}



/* content */

.content {float:left; width:100%; min-height:480px; background:url(images/sidebar.gif) right 50px no-repeat;}

.entry {float:left; width:520px; padding:15px}

.box {background:#fff; border:#f1737e 1px solid; padding:10px;}



.sidebar {float:left; margin-top:120px; width:275px; height:275px;}

.sidebar ul {list-style:none;}

.sidebar ul, .sidebar ul li {margin:0; padding:0;}

/* footer */

#footer {clear:left; background:url(images/footer.gif) left no-repeat; height:180px;}

#footer ul {list-style:none;}

#footer ul li {display:inline;}

#footer .ad {margin-left:417px; padding-top:6px;}

#footer .coupon { background:url(images/product.jpg) left top no-repeat; height:167px;  }

#footer .coupon a {display:block;font-size:20px;color:#2e2e2e; text-decoration:none; padding-top:110px; padding-left:120px;}

.red {color:#cb657d;}

#footer .copy {text-align:center;}

/* End Layout */

/*	Begin Headers */

h1, h2, h3 {

	font-family:Arial, Helvetica, sans-serif;

	font-weight: bold;

}

h1 {

	font-size: 2.2em;

	text-align: center;

}

h2 {

	font-size: 1.6em;

}

h3 {

	font-size: 1.4em;

}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {

	text-decoration: none;

	color: #666;

}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {

	color: #666;

}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {

	text-decoration: none;

}



h1 {

	padding-top: 10px;

	margin: 0;

	}



h2 {



	}

h2.pagetitle {

	margin-top: 10px;

	text-align: center;

}



#sidebar h2 {

	margin: 5px 0 0;

	padding: 0;

	}



h3 {

	padding: 0;



	}



h3.comments {

	padding: 0;

	margin: 15px auto 10px ;

	}

/* End Headers */

/* Begin Images */

p img {

	padding: 0;

	max-width: 100%;

	}



/*	Using 'class="alignright"' on an image will (who would've

	thought?!) align the image to the right. And using 'class="centered',

	will of course center the image. This is much better than using

	align="center", being much more futureproof (and valid) */



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;

	}

/* End Images */

/* Begin Lists



	Special stylized non-IE bullets

	Do not work in Internet Explorer, which merely default to normal bullets. */



html>body .entry ul {

	margin-left: 0px;

	padding: 0 0 0 30px;

	list-style: none;

	padding-left: 10px;

	text-indent: -10px;

	}



html>body .entry li {

	margin: 7px 0 8px 10px;

	}



.entry ul li:before, #sidebar ul ul li:before {

	content: "\00BB \0020";

	}



.entry ol {

	padding: 0 0 0 35px;

	margin: 0;

	}



.entry ol li {

	margin: 0;

	padding: 0;

	}



.postmetadata ul, .postmetadata li {

	display: inline;

	list-style-type: none;

	list-style-image: none;

	}



#sidebar ul, #sidebar ul ol {

	margin: 0;

	padding: 0;

	}



#sidebar ul li {

	list-style-type: none;

	list-style-image: none;

	margin-bottom: 15px;

	}



#sidebar ul p, #sidebar ul select {

	margin: 5px 0 8px;

	}



#sidebar ul ul, #sidebar ul ol {

	margin: 5px 0 0 10px;

	}



#sidebar ul ul ul, #sidebar ul ol {

	margin: 0 0 0 10px;

	}



ol li, #sidebar ul ol li {

	list-style: decimal outside;

	}



#sidebar ul ul li, #sidebar ul ol li {

	margin: 3px 0 0;

	padding: 0;

	}

/* End Entry Lists */

/* Begin Form Elements */

#searchform {

	margin: 10px auto;

	padding: 5px 3px;

	text-align: center;

	}



#sidebar #searchform #s {

	width: 108px;

	padding: 2px;

	}



#sidebar #searchsubmit {

	padding: 1px;

	}



.entry form { /* This is mainly for password protected posts, makes them look better. */

	text-align:center;

	}



select {

	width: 130px;

	}



#commentform input {

	width: 170px;

	padding: 2px;

	margin: 5px 5px 1px 0;

	}



#commentform {

	margin: 5px 10px 0 0;

	}

#commentform textarea {

	width: 100%;

	padding: 2px;

	}

#respond:after {

		content: "."; 

	    display: block; 

	    height: 0; 

	    clear: both; 

	    visibility: hidden;

	}

#commentform #submit {

	margin: 0 0 5px auto;

	float: right;

	}

/* End Form Elements */







/* Begin Comments*/

.alt {

	margin: 0;

	padding: 10px;

	}



.commentlist {

	padding: 0;

	text-align: justify;

	}



.commentlist li {

	margin: 15px 0 10px;

	padding: 5px 5px 10px 10px;

	list-style: none;



	}

.commentlist li ul li { 

	margin-right: -5px;

	margin-left: 10px;

}



.commentlist p {

	margin: 10px 5px 10px 0;

}

.children { padding: 0; }

p {font-family:arial,sans serif; font-size:11px;margin-bottom:10px;}

#commentform p {

	margin: 5px 0;

	}



.nocomments {

	text-align: center;

	margin: 0;

	padding: 0;

	}



.commentmetadata {

	margin: 0;

	display: block;

	}

/* End Comments */

/* Begin Calendar */

#wp-calendar {

	empty-cells: show;

	margin: 10px auto 0;

	width: 155px;

	}



#wp-calendar #next a {

	padding-right: 10px;

	text-align: right;

	}



#wp-calendar #prev a {

	padding-left: 10px;

	text-align: left;

	}



#wp-calendar a {

	display: block;

	}



#wp-calendar caption {

	text-align: center;

	width: 100%;

	}



#wp-calendar td {

	padding: 3px 0;

	text-align: center;

	}



#wp-calendar td.pad:hover { /* Doesn't work in IE */

	background-color: #fff; }

/* End Calendar */







/* Begin Various Tags & Classes */

acronym, abbr, span.caps {

	cursor: help;

	}



acronym, abbr {

	border-bottom: 1px dashed #999;

	}



blockquote {

	margin: 15px 30px 0 10px;

	padding-left: 20px;

	border-left: 5px solid #ddd;

	}



blockquote cite {

	margin: 5px 0 0;

	display: block;

	}



.center {

	text-align: center;

	}



.hidden {

	display: none;

	}

	

.screen-reader-text {

     position: absolute;

     left: -1000em;

}



hr {

	display: none;

	}

.clear {

	clear: both;

}

.left {

	float:left;

}

.right {

	float:right;

}

.navigation {

	display: block;

	text-align: center;

	margin-top: 10px;

	margin-bottom: 60px;

	}

/* End Various Tags & Classes*/







/* Captions */

.aligncenter,

div.aligncenter {

	display: block;

	margin-left: auto;

	margin-right: auto;

}



.wp-caption {

	border: 1px solid #ddd;

	text-align: center;

	background-color: #f3f3f3;

	padding-top: 4px;

	margin: 10px;

}



.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;

}

/* End captions */

