/* Greek Yogurt theme by concrete5 */

/* some general styles */
html {
	height: auto;
}

/* main styles */

div#main-container {
	margin-top: 0;
	margin-bottom: 0;
}

div#main-container #header-image {
	min-height: 12px;
}

div#main-content-container {
	height: auto;
}

div#main-content-container #first-page #pentagon {
	position: relative;
	width: auto;
	height: 650px;
	text-align: center;
	vertical-align: middle;

}

div#first-page #pentagon #main-content-inner-top  {
	position: absolute;
	left: 300px;
	top: 10px;
	z-index:8;
	
	
}

div#first-page #pentagon #main-content-inner-left  {
	position: absolute;
	left:110px;
	top: 120px;
	z-index:7;
	

	
}

div#first-page #pentagon  #main-content-inner-right {
	position: absolute;
	left:570px;
	top: 165px;
	z-index:9;
	
	
}

div#first-page #pentagon #main-content-inner-middle {
	position: absolute;
	left: 360px;
	top: 260px;
	z-index:10;
	
	
}

div#first-page #pentagon #main-content-inner-bottomleft {
	position: absolute;
	left: 210px;
	top: 325px;
	z-index:5;

	
	
}

div#first-page #pentagon #main-content-inner-bottomright {
	position: absolute;
	left: 370px;
	top: 360px;
	z-index:4;
	
	
}
div#main-content-inner {
	margin: 55px 40px 60px 40px;
}

/* right-sidebar */

div#right-sidebar-container {
}

div#right-sidebar-inner {
	margin: 55px 40px 60px 0;
}

/* left-sidebar */

div#left-sidebar-container {
}

div#left-sidebar-inner {
	margin: 55px 0 0px 0px;
}

div#left-sidebar-inner #socialbuttons{
	position: relative;
	margin-top: 80px;
	width: 300px;
}

.ccm-tags-display ul.ccm-tag-list li a {color: #000 !important;}

div#main-container .ccm-tags-display ul.ccm-tag-list li {
	display: inline;
	color: #fff;
	padding: 5px 8px 6px 8px;
	margin: 3px 6px 3px 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	float: left;
	line-height: 13px;
	height: 13px;
}

.ccm-tags-display {margin-bottom: 18px !important;}

/* footer */

div#main-container #footer #footer-inner {
	padding-top: 3px;	
	margin-left: 30px;
	margin-right: 30px;
}

/* first page footer */
div#main-container #firstpage-footer #firstpage-footer-inner {
	padding-top: 3px;	
	margin-left: 30px;
	margin-right: 30px;
}

div.main-content-thumb {
	min-height: 300px;
	overflow: hidden;
}

div.main-content-thumb p {
	margin-top: 0 !important;
}

div.main-content-thumb h3 {
	line-height: 1.2em;
}

/* blog entry social icons */

.main-content-post-footer-share-email {
	padding: 0 4px;
}

.main-content-post-footer-share-twitter {
	padding: 0 4px;
}

.main-content-post-footer-share-facebook {
	padding: 0 4px;
}

div.ccm-profile-attribute {
  margin: 18px 0px 0px 12px;
  padding: 0;
}

div.ccm-profile-attribute div.input {
   margin: 4px 0px 2px 8px;
}
div.ccm-profile-attribute div.input div{
   margin-bottom: 7px;
}

div.ccm-profile-attribute input, select {
   margin-left:16px;
}

div.ccm-profile-attribute ul li {
   list-style:none;
   margin:0;
}

div.ccm-profile-attribute ul.inputs-list {
   margin-bottom:4px;
}

h1.profilin {
   margin-top: 16px;
}

