/*
Theme Name: chaoticsoul-10
Theme URI: http://bogdan.webuml.com
Description: An old version of the beloved Avalonstar, remade into a WordPress theme.
Version: 1.0
Author: Bryan Veloso
Author URI: http://bogdan.webuml.com/
 */


/*  -----|  Globals  |------------------------------------------------------  */

body {
    color: #999;
    /*
    font: 62.5%/125% 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif;
     */
font: 11px 'Century Schoolbook L', 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
background: url(/wp-content/themes/chaoticsoul-10/images/background.gif) repeat-x top left  #321f2b;
}

/* hr { display: none; } */

hr {
    background-color: #1b111d;
	color: #1b111d;
    border: 1px solid #363430;
    height: 10px;
    margin: 10px 0;
    width: 920px;
}

a:link, a:visited, a:active { color: #d8d7d3; text-decoration: none; }
a:hover { color: #fff; text-decoration: none; }

ul { list-style: none; }

input, textarea {
    color: #9c9890;
    font-size: 11px;
    text-decoration: none;
    background-color: #161410;
    border: 1px solid #363430;
    padding: 5px;
}

blockquote {
    background: #1b1814;
    padding: 1px 15px 5px;
    border-bottom: 1px solid #35302a;
}

table { width: 100%; border-collapse: collapse; }
th { border-bottom: 1px solid #35302a; text-align: left; }

pre {
    padding: 5px 0;
    border-top: 1px dotted #35302a;
    border-bottom: 1px dotted #35302a;
}



/*  -----|  Structure  |----------------------------------------------------  */

#page {
    margin: 50px auto 25px;
    /* margin: 25px auto 25px auto; */
    /* margin: 20px auto 25px auto; */
    padding: 0;
    width: 920px;
}

#header {
    text-align: center;
}

#wrapper, #headerimg { width: 920px; }
#headerimg {
    border: 1px solid #363430;
background: url(/wp-content/themes/chaoticsoul-10/images/header.png) no-repeat top center;
}

#headerimg .image{
	height: 150px;	
}

/*
#wrapper { background: url('images/content_bkg.gif') repeat-y top left;}
 */
.image {
    background: #22201d url('images/image_left.png');
    /* border: 1px solid #363430; */
    height: 159px;
    width: 423px;
}

.bkgleft { background: url('images/header.jpg') right no-repeat; float: left; width: 850px; border-right: 0; padding-left: 4px; }
.bkgright { background: url('images/image_right.jpg') left no-repeat; float: right; width: 0; border-left: 0;}

#footer {
    font-family: 'Century Schoolbook L', Georgia, 'Times New Roman', serif;
    color: #999;
}

#content, #sidebar {
    /* border-left: 1px solid #363430;
    border-right: 1px solid #363430; */
    padding: 0 10px;
}

#wrapper {
    border-right: 1px solid #363440;
}

#content {
    float: left;
    font-size: 1.1em;
    width: 677px;
    /* min-height: 517px; */
    min-height: 617px;
    border-left: 1px solid #363430;
    border-right: 1px solid #363430;
}

#content h2 { margin: 0 0 10px; /* 10px; */ }
#content p { line-height: 1.5em; }

#sidebar { float: right; width: 200px; position: relative; }
/* #sidebar h3 { color: #bd934f; margin: 15px 0 5px; font-variant: small-caps; } */
/* #sidebar h3 { color: #82516A; margin: 15px 0 5px; font-variant: small-caps; } */
#sidebar h3 { color: #885b72; margin: 15px 0 5px; font-variant: small-caps; }
#sidebar ul { margin: 0 0 10px; padding: 0; border-top: 1px solid #363430; border-bottom: 1px solid #363430; }
#sidebar li { display: block; padding: 4px 10px; background: #160e1a; margin: 1px 0; word-spacing: 4px; }
#sidebar li:hover { background: #363430; }

#searchform { background: #2a1a26; padding: 10px; text-align: center; }
#s { width: 160px; }

.goleft { float: left; }
.goright { float: right; }

ul.navigation {
    border-top: 1px solid #363430;
    border-bottom: 1px solid #363430;
}

ul.navigation li { display: block; padding: 4px 10px; background: #22201d; margin: 1px 0; }
ul.navigation li:hover { background: #363430; }

/* Post Structure */

.post { padding: 10px 0 0; }
.widecolumn .post { padding: 0; margin: 0; }

.top { padding: 15px 10px 0px;
    /*
    background: #1b1814;
     */

margin-bottom: 15px; border-bottom: 1px solid #35302a; }
.lastfive { padding-left: 10px; padding-right: 10px; }
.postmetadata { margin: 3px 0; padding: 0; }
.postmetadata a { font-weight: bold; }
#sidebar .postmetadata { line-height: 1.5em; }
.continue { font-weight: bold; font-size: 1.3em; }

.top .entry { font-size: 1.1em; }
.entry, .entrytext{ background: #2a1a26;}
.entrytext { padding: 7px 7px 7px 7px; line-height: 2em; font-size: 1.1em; }

.entrytext h2 {  display: block; }
.entrytext ul { list-style-type: square; }

/* Comments Structure */

.comments { padding: 10px; margin-top: 15px; border-top: 1px solid #35302a; position: relative; }
#commentform p { float: left; margin: 0 10px 10px 0; }

.commentlist { list-style: none; margin: 0; padding: 0; }
.commentlist li { margin-top: 10px; padding: 5px 0 0; }
.commentlist li p { padding: 5px 10px 0; margin: 0; }
.commentlist li p.commentmetadata { border-bottom: 1px solid #35302a;padding: 5px 10px; margin-top: 10px; }

ul.archive { list-style: none; padding: 0; margin: 0 10px 25px; font-size: 1.3em; }
ul.archive li { display: inline; }


/*  -----|  Typography  |---------------------------------------------------  */

h1, h2, h3, h4, h5, h6 { font-family: 'Century Schoolbook L', Georgia, 'Times New Roman', serif; font-weight: normal; }

h1 { color: #fff; font-size: 2em; margin: 0 0 8px; }
h1:before, h1:after { content: " . . "; color: #444; }
h1 span { color: #bd934f; }

/* h2 { color: #bd934f; font-size: 1.25em; margin: 0; padding: 1px 0; display: inline; } */
h2 { color: #FDEFFF; font-size: 1.25em; margin: 0; padding: 1px 0; display: inline; }
/* .post h2 a { color: #bd934f; } */
.post h2 a { color: #82516A; }
.post h2.first { font-size: 1.75em; }

.widecolumn h2.title {
    display: block;
    padding: 13px 10px;
/*    background: #1b1814;*/
    margin: 0 0 15px;
    border-bottom: 1px solid #35302a;
    font-size: 1.75em; 
}

.title {
	color:#82516A;
}
.description { color: #666; font-weight: bold; }

.comments h3 { margin: 0 0 10px 0; color: #82516A; }



/*  -----|  Miscellaneous  |------------------------------------------------  */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.whitelink  {
    font-family: 'Century Schoolbook L', "Verdana", "palatino linotype", "Trebuchet MS", "Tahoma", "Arial", Helvetica,sans-serif;
    font-size: 11px;
}

.whitelink a:link, a:visited, a:active { color: #FFF; text-decoration: none; }
.whitelink a:hover { color: #ffff; text-decoration: none; }

.margin {
    margin-top:150px;
    text-align:center;
}

.nolink {
    cursor: normal;
    /* color: #a193c9 !important; */
    color: #999 !important;
}

.para {
    text-indent: 20px;
}

.subpara {
    text-indent: 16px;
}
.subpara2 {
    text-indent: 14px;
}

.subpara3 {
    text-indent: 18px;
}

ul.list {
    line-height: 1.5em;
    list-style-type: disc;
}

.treabaaiurea {
    list-style-type: square;
    line-height: 1.5em;
    margin-bottom: 10px;
}

.treabaaiurea li {
    float:left;
    width: 600px;

}

.last-li {
    clear:left;
}

.entry ol li {
    line-height: 1.5em;
}

.entrytext ol li {
    line-height: 1.5em;
}

a.link1:link,a.link1:active,a.link1:visited {
    color: #AF6D97;
}

a.link1:hover {
	color: #fff;
}


#post-89 h2.first {
	border-bottom: 1px solid #35302A;
	padding: 13px 10px;
	margin: 0 0 10px;
	display: block;
}

.codedirection { unicode-bidi:bidi-override; direction: rtl; }
.displaynone { display:none; }

.logo {
	float: left;
	/* border: 1px solid white; */
}

.logo img {
	/* height: 60px; */
	padding-right: 12px;
	/* margin-top: -24px;
	margin-bottom: -24px; */
}

.logo_clear {
	clear: both;
} 

/* autoaparare */
/* #post-10 .logo img, #post-14 .logo img {
	margin-bottom: -14px;
} */


.thisisadraft {

	font-color:red;
	text-color:red;
	color:red;
	margin-top :10px;
}

/* 
 #706 is http://www.kungfu-wellbeing.com/wing-chun-kung-fu/link-uri/ 
 */

/* #post-706 h2.title {
	color: #006FA4;
} */

#post-706 a:link, #post-706 a:visited, #post-706 a:active {
	color: white;
}

#post-706 a:hover {
	color: #A86A8A;
}

#post-706 .entrytext {
	margin-top: 3em;
	text-align: center;
	color: #A86A8A;
	font-size: 14px;
}


/* 
 #708 is http://www.kungfu-wellbeing.com/arnis-escrima/link-uri/ 
 */

#post-708 a:link, #post-708 a:visited, #post-708 a:active {
	color: white;
}

#post-708 a:hover {
	color: #A86A8A;
}

#post-708 .entrytext {
	margin-top: 3em;
	text-align: center;
	color: #A86A8A;
	font-size: 14px;
}

#inscriere_foto {
	/* position: absolute; */
	float: right;
	padding: 50px 18px;
	border: 1px solid #888;
	/* width: 50px; */
	width: 5em;
	margin-right: 100px;
	margin-top: 34px;

}

.emph {
	color: #A86A8A;
}

div.entrytext > p:first-child {
	margin-top: 0px;
}

div.entrytext  p:last-child {
	margin-bottom: 0px;
}

div.lastfive div.entry {
	padding: 6px 6px 1px 6px;
}
div.lastfive div.entry p:first-child {
	margin-top: 0;
}

.exercitii_special {
	font-weight: bold;
	padding-top: 20px;
	text-align: left;
	border-bottom: 1px solid #999;
}

/* .exercitii_special span {
	display: block;
	border-bottom: 1px solid #999;
} */

	.clearFix:after {
		content: "."; 
		display: block; 
		height: 0px; 
		font-size: 0px;	
		clear: both; 
		visibility: hidden;
		background: #f0f !important;
	}
	
	.photoGallery{
		margin: 0;
		padding: 0 20px;
	}
	
	.photoGallery img{
		border: 2px solid #363430;	
	}
	
	.photoGallery li{
		float: left;
		width: 100%;
		padding: 20px 0 20px 0;
		border-bottom: 2px solid #363430;
	}
	
	.photoGallery li ul{	
		margin: 0;
		padding: 0;
	}
	
	.photoGallery li ul li{
		float: left;
		width: auto;
		padding: 0px 0 0px 0;
		margin: 0 20px 0 0px;
		border: 0 none;
	}
	
	.photoGallery li ul li.photoGalleryCategoryVideo{
		float: right;
		margin: 0 0px 0 20px;
	}
	
	.photoGallery h3{
		position: relative;
		padding: 10px 0 10px 10px;
		margin: 0 0 10px 0;
		margin: 0;
		background: #2a1a26;
	}
	
	.photoGallery h3 span{
		position: absolute;
		right: 20px;
		top: 10px;
	}
	
	/* SUBPAGE */
	
	.photoGallerySubpage{
		margin: 0 0 20px 0;
		padding: 0 0 20px 0;
		border-bottom: 2px solid #363430;
	}
	.photoGallerySubpage li{
		float: left;
		padding: 15px 17px;
	}
	.photoGallerySubpage li.wide {
		float: left;
		padding-right: 3px;
		padding-left: 15px;
	}
	#content h2.photoGalleryTitle{
		padding: 0 0 0 15px;
		
	}
	
	.pictureHolder .top {
		margin: 0;	
		padding: 0;
		border: 0 none;
	}
	
#videoGalleryPage {
	
}

.videoGalleryNav {
	width: 100%;	
	margin: 0;
	padding: 5px 0px 5px 0;
	text-align: center;
}

.videoGalleryNav li{
	display: inline;
	padding: 0px 20px 0px 0;
	cursor: pointer;
}

.videoGalleryNav li img{
	padding: 1px;	
	background: #000;
}

.videoGallery {
	position: relative;
	width: 510px;
	height: 405px;
	margin: 0 0 10px 0;
}

.videoGallery li{
	position: absolute;
	left: 100px;
	top: 0;
}

/* Galerie foto */
#post-6 ul.photoGallerySubpage {
	width: 635px;
	margin: 0 auto;
}

#post-6x ul.photoGallerySubpage {
	width: 520px;
	margin: 0 auto;
}

.photoGallerySubpage li img {
	border: 2px solid #D8D7D3;
}

#content .photoGallerySubpage li h2.title {
	padding-top: 30px;
	display: block;
	clear: both;
	float: none;
}

/* Eskrima img gallery 1 (post id 1004) */
#post-1004 ul.photoGallerySubpage {
	/* width: 540px;
	margin: 0 auto; */
}

#post-1004 .photoGallerySubpage li {
		padding-right: 0;
		padding-left: 26px;
}

#post-1004 .photoGallerySubpage li.es-3 {
		padding-right: 0px;
		padding-left: 66px;
}

/* Post 1006 - eskrima gallery 2 */
#post-1006 .photoGallerySubpage li {
		padding-right: 0;
		padding-left: 26px;
}
/* Post 1058 - eskrima gallery 3 */
#post-1058 .photoGallerySubpage li {
		padding-right: 0;
		padding-left: 26px;
}

#post-1058 .photoGallerySubpage li.gal_4a {
	padding-left: 107px;
}

#post-1058 .photoGallerySubpage li.gal_4b {
	padding-left: 189px;
}

/* 1020 - world wing chun union */
#post-1020 .photoGallerySubpage li {
		padding-right: 0;
		padding-left: 26px;
}

/* 1033 - Seminar International Estergom 2009 */
#post-1033 ul.photoGallerySubpage li {
		padding-right: 0;
		padding-left: 26px;
}
/* Seminar International Estergom 2009 */
#post-1033b ul.photoGallerySubpage li {
		padding-right: 0;
		padding-left: 26px;
}

/* Ultimele 5 pe verticala */
#post-1033b ul.photoGallerySubpage li.gal_36, #post-1033b ul.photoGallerySubpage li.gal_37, #post-1033b ul.photoGallerySubpage li.gal_38, #post-1033b ul.photoGallerySubpage li.gal_39, #post-1033b ul.photoGallerySubpage li.gal_40 {
	padding-right: 14px;
}

/* post-6 : wing chun foto-video */
#post-6 .photoGallery li ul.photoGalleryCategory li {
	width: 150px;
	margin-right: 4px;
	margin-left: 4px;
}
#post-6 .photoGallery p {
	width: 146px;
}
#post-6 .photoGallery img {
	margin-left: 4px;
}

/* Noutati */
#post-1066 h1:before, #post-1066 h1:after { content: ""; color: #444; }

/* XXX */
a.link2:link, a.link2:visited, a.link2:active {
	color: white;
}

a.link2:hover {
	color: #A86A8A;
}



a.link3:link, a.link3:visited, a.link3:active {
	color: #A86A8A;
}

a.link3:hover {
	color: white;
}

.whitelink a:link, .whitelink a:visited, .whitelink a:active {
	color: #82516A;
}


/* 1365 - poze juniori */
#post-1365 li {
	/* border: 1px solid green; */
	padding-left: 35px;
	padding-right: 35px;
}
#post-1365 li.j1 {
	float: none;
	text-align: center;
}

#post-1365 li.j2 {
	clear: both;

}

/* 1447 - hong kong mar 2010 */
#post-1447 li {
	padding-left: 15px;
	padding-right: 15px;
}

#post-1447 li.in_sala_cu_dm_picture_group {
	float: none;
	text-align: center;
}


#program {
	font-family: 'Century Schoolbook L', serif;
}

#program td {
	text-align: center;
	font-weight: bold;
}

#program td.day {
	color: #82516a;
}

/* 165 - wing chun */
#post-165 #program td.wing-chun {
/*	color: #b70000; */
    color: #82516A;
 /*   color: #ecdee7; */
}

/* 254 - eskrima */
#post-254 #program td.arnis {
	color: #82516A;
}

/* 125 qigong */
#post-125 #program td.qigong {
	color: #82516A;
}

/* 158 tibetana */
#post-158 #program td.tibetana {
	color: #82516A;
}
/* 186 juniori  */
#post-186 #program td.juniori {
	color: #82516A;
}

#post-1526 #program td.autoaparare {
	color: #82516A;
}
