/*
Theme Name: cc.me Jan2010
Tags: purple, courier, simple
*/

/* @group Common */

div.thumbnail {
	width: auto;
	float: left;
}

body {
	text-align: center;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	letter-spacing:1px;
	line-height: 20px;
	background: #228b22;
}

a {
	color: orange;
}

a:visited {
	color: white;
	text-decoration:underline;
}

a:hover {
	color: black;
}

h1, h2, h3, h4 {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
}

h1 {
	font-size: 16px;
	color: #fff;
	line-height: 120px;
}

h1 a {
	text-decoration: none;
	color: white;
}

.oldernewer h2 a{
	background:#000;
	padding:3px 5px;
	margin: 0 -25px;
	color: #4c00bf;

	}

.oldernewer a{
	color: #4c00bf;
}

.oldernewer a:visited{
	color: #4c00bf;
}


p {
	margin: 0 0 22px;
}

hr {
	border: 0;
	color: orange;
	background-color: orange;
	height: 1px;
	width: 100%;
	text-align: left;

}

div.alignleft, div.alignright {
	display: block;
	width: 40%;
	float: left;
}
div.alignright {
	float: right;
	text-align: right;
}

div.author cite {
	font-size: 16px;
	font-weight: normal;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-decoration:underline;
	margin: 0 0 0 12px;
}

div.post h2 {
	margin:0 0 1px 0;
	padding:0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0;
	text-align:right;
	width:1000px;
}

div.entry h2 a {
	color:white;
}

div.post h2 a:hover {
	background: orange;
	color:black;
}

div#content h2 {
	font-size: 16px;
	color: white;
	line-height: 32px;
	text-transform: lowercase;
	padding: 0 0 0 0;
}
div#content h2 a {
	text-decoration: none;
	color: orange;
}
p.comment-link {
	margin: 0;
}
p.comment-link a {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	color: white;
	text-decoration: none;
	line-height: 36px;
}
p.comment-link a:hover {
	color: white;
	text-decoration: underline;
}
div#footer p {
	line-height: 108px;
	color: orange;
	text-align: right;
}
div#footer p a {
	color: orange;
	text-decoration: none;
}
div#footer p a:hover {
	color: white;
	text-decoration: underline;
}
h3#comments, h3#respond {
	color: #fff;
	line-height: 64px;
}
div.author {
	width: 250px;
	float: left;
}
div.author img {
	position: relative;
	top: 10px;
}
ol.commentlist {
	margin: 0 0 48px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: orange;
}
ol.commentlist li {
	border-bottom: 1px solid orange;
	padding: 12px 0 0;
}
form input, form textarea {
	margin: 0 12px 0;
}
div.alignleft a, div.alignright a {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
	color: #fff;
}
div.alignleft a:hover, div.alignright a:hover {
	color: orange;
	text-decoration: underline;
}
img.aligncenter,
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.pagetitle{text-align:right;}



/* @end */

/* @group Containers */

div#wrapper {
	text-align: left;
	margin: auto;
	width: 1000px;
}

div#header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0;
}

div#content {
	margin: 0 0;
	padding:0;
}

div.entry {
	width: auto;
	float: left;
	clear:both;
}

div.post {
	margin: 0 0 30px;
	clear:both;
}

div.comment {
	width: 500px;
	float: right;
	padding: 18px 0 0 0;
}

.carousel-gallery{
	background-color: #7200e5;
	text-align:center;
	width:1000px;
}



/* @end */

/* @group Navigation */

#dropmenucontainer {
	width:auto;
	margin:5px 0;
	font-size:16px;
}

#dropmenu, #dropmenu ul {
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:1.5em;
	z-index:300;
	width:100%;
}

#dropmenu a {
	display:block;
	padding:5px 0;
	color:#fff;
	text-decoration:none;
}

#dropmenu a:hover {
	text-decoration:none;
	color:#4c00bf;
	background:orange;
}

#dropmenu li {
	float:left;
	position:relative;
	margin-right:50px;
}
#dropmenu ul {
	position:absolute;
	display:none;
	width:200px;
	top:33px;
/*	left:-1px; */
	background:#4c00bf;
}
#dropmenu ul a {
	color:white;
}
#dropmenu ul a:hover {
	background-color: #3f007f;
	color:white;
}
#dropmenu li ul {
	width:206px;
	background-color:#4c00bf;
}
#dropmenu li ul a {
	width:200px;
	height:auto;
	float:left;
	border-bottom:1px solid #4c00bf;
	padding:0 3px;
}
#dropmenu ul ul {
	top:auto;
}
#dropmenu li ul ul {
	left:12em;
	margin:0px 0 0 10px;
}
#dropmenu li:hover ul ul, #dropmenu li:hover ul ul ul, #dropmenu li:hover ul ul ul ul {
	display:none;
}
#dropmenu li:hover ul, #dropmenu li li:hover ul, #dropmenu li li li:hover ul, #dropmenu li li li li:hover ul {
	display:block;
}

ul#navigation {
	display: inline;
	width: auto;
	float: right;
	margin-top:20px;
}
ul#navigation li {
	display: inline;
}
ul#navigation li a {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
	color: white;
	font-size: 16px;
	margin: 0 32px 0 0;
}
ul#navigation li a:hover {
	color: orange;
}

ul#navigation li a:active {
	color: orange;
}

div#header h2, ul#navigation {
	margin:3px 0 ;
}

div#header h1 {
	clear:none;
	display:inline;
}

div#header h2 {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	display: block;
	width: 300px;
	float: right;
	text-align: right;
	font-size: 16px;
}



/* @end */

/* @group Footer */

ul#footnav {
	margin:0 0 25px 0;
	float:right;
}


ul#footnav li {
	display: inline;
}

ul#footnav li ul{
	display: inline;
}

/* @end */
