/*
Theme Name: ertworkshops
Theme URI: http://wordpress.org/extend/themes/twentyeleven
Author: Omnific Team
Version: 1.0
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
p { line-height:20px; }
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	padding:0;
	margin:0;
	background-color:#333333;
	font-family:arial;
}






h6 {	font-size: 1.1667em; /* 14px */ line-height: 1.2857em; /* 18px */}
h5 {	font-size: 1.3333em; /* 16px */ line-height: 1.125em; /* 18px */  ;}
h4 {	font-size: 1.5em; /* 18px */ line-height: 1em; /* 18px */ }
h3 {	font-size: 1.6667em; /* 20px */ line-height: 1.8em; /* 36px */}
h2 {	font-size: 1.6667em; /* 20px */ line-height: 1.6364em; /* 36px */ }
h1 {	font-size: 2em; /* 24px */ line-height: 1.5em; /* 36px */}
/*a { color:#000; }*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clear {
	clear:both;
}
.wrapper {
	width:905px;
	margin:0px auto;
	position:relative;
}
.header {
	height:246px;
	background-color:#000;
	position:relative;	
}
#logo {
	float: left;
    height: 164px;
    margin-left: 20px;
    margin-top: 37px;
    width: 602px;
}
.left-image {
	float:right;
	position:relative;
}
.navigation { 
	float:left; 
	margin-top:10px;
}
.navigation ul { padding:0 6px; }
.navigation ul li {
	float:left;
	padding-right:18px;
}
.navigation ul li a {
	font-size:15px;
	color:#fff;
	font-family:arial;
	font-weight:bold;
	text-decoration:none;	
}
.navigation ul.sub-menu { width:4em; top:27px !important; }
.navigation ul.sub-menu li{
	padding-right:0px;
	padding: 5px 10px;   
    width: 100px;
	margin-bottom:1px;
	background-color:#c30078;
}
.navigation ul.sub-menu li a {
	color:#fff;
}
.content {
	background-color:#fff;
	padding:24px 30px;
	position:relative;
	overflow:hidden;
	min-height:1000px;
	width:845px;
}
.main-content { 
	float:left; 
	width:603px;
}
.main-content p {
	font-family:arial;
	font-size:16px;
	font-weight:400;
	margin-bottom:13px;
}
.main-content ul {
	margin-left:34px;
	list-style:none;
	margin-bottom:15px;
}
.main-content ul li {
	list-style:circle;
	padding:3px 5px;
}
.main-content h1,.main-content h2,.main-content h3,.main-content h4,.main-content h5,.main-content h6 {
	margin-bottom:15px;
	color:#333;	
	font-weight:700;
}
strong { 
	font-weight:bold;
}


em {font-style:italic;}


#sidebar {
	background-color:#900058;
	width:263px;
	position:absolute;
	right:0;
	top:0;
	height:100%;
}
#menu-item-19 { padding-right:0px; }

/* Quote */

.quote {
	font-size:32px;
	text-align:center;
	width:100%;
	color:#91005A;
	font-weight:200;
	padding:10px 0 30px 0;
	line-height:40px;
}

/* BLog Layout */

.readmore { text-decoration:none; color:#000; font-weight:bold; font-size:14px; }

/* BLog Layout */

.blog-headings, .heading-meta, .heading-meta h6 {
	margin-bottom:10px;
}
.blog-headings a { text-decoration:none; color:#000; }
.heading-meta h6 a { color:#000; }
.entry-meta-data { font-size:13px; }

.post-lists { margin-bottom:40px;}
.blog-content {  width:70%; float:left; }
.blog-side { width:20%; float:right; padding-left:20px; border-left:1px solid #DEDEDE;}

/* Categories */
.widget-title {  color:#000; font-size:1.1667em;  }
.blog-side ul { margin-left:10px; }
.blog-side ul li {
	background:url('images/bullet.png') no-repeat left 11px;
	padding:3px 11px;
}
.blog-side ul li  a { text-decoration:none; text-transform:lowercase; font-size:13px; color:#000; }

/* Posts Navigation */

.posts-navigation {
	margin-top:50px;
}
.posts-navigation .alignleft {
	float:left;
}
.posts-navigation .alignright {
	float:right;
}
.posts-navigation .alignleft a,.posts-navigation .alignright a{
	background-color:#000;
	padding:4px 5px;
	color:#fff;
	text-decoration:none;
}

.social-icons {
	background:url('images/pink-bg.png') repeat-x;
	border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
    bottom: 5px;
    padding: 10px 15px 10px 10px;
    position: absolute;
    right: 2px;
    width: 236px;
	height:17px;
}
.social-icons span {
	font-size:18px;
	font-style:italic;
	font-weight:bold;
	color:#fff;
}
.social-icons  img {
	float:right;
	position:relative;
	top:-4px;		width:27px;	height:26px;
}

/* Contact Form 7 */

.wpcf7-text,.wpcf7-textarea {
	border: 1px solid #DEDEDE;
    margin-top: 6px;
    padding: 5px 10px;
}
.wpcf7-form p {
	color:#828081;
	font-size:15px;
}

/* Social Icons */

.floating-box {
	float:right;
	
}

/* Images Align */

.alignright {
	float:right;
}
.alignleft {
	float:left;
}
.sidebarhome {	
	color: #FFFFFF;
    line-height: 20px;
    padding: 10px 20px;
    width: 223px!important;
}
.home.main-content {
	width:548px !important;
}
.widget_text p {
	font-size:15px;
	line-height:23px;
}
.textwidget a {
	color:#fff;
}
.custom_icons {
	padding:10px 0px;
	text-align:center;
}
.custom_icons a {
	text-decoration:none;
}