/* CSS reset */

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, em, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear { clear: both; }

/* Design specific css */

*, body { font-family: Verdana, Arial, Helvetica, sans-serif; }
a { color: #1197d5; text-decoration: none; }
a.darkBlueLink11 { color: #003f80;  font-size: 11px; font-weight: bold; }
a:hover { text-decoration: underline; }

.orangeButtonLeft {
	background:url(i/orangeButton.png) top left no-repeat;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 9px 0 10px 0;
	margin-right: 15px;
}

.orangeButtonLeft:hover {
	text-decoration: none;
	color: #F5F1E6;
}

.orangeButtonRight {
	background:url(i/orangeButton.png) top right no-repeat;
	padding: 9px 13px 10px 0px;
	margin: 0 -15px 0 15px;
}

.boxBorderBottom {
	background:url(i/boxBorderCorners.png) top left no-repeat;
	padding-top: 15px;
	display: block;
}

.boxBorderTop {
	background:url(i/boxBorderCorners.png) 0 -15px no-repeat;
	padding-top: 15px;
	display: block;
}

.boxBorderCont {
	border-left: #e2e2e2 1px solid;
	border-right: #e2e2e2 1px solid;
	width: 235px;
	padding: 5px 16px;
	font-size: 13px;
}

.boxBorderCont p {
	line-height: 16px;
	margin-top: -10px;
	margin-bottom: 15px;
}

#containerHeader {
	background: url(i/headbg.png) top left repeat-x;
	height: 234px;
	
}

#containerNavigation {
	background: #7e737d url(i/navbg.png) top left repeat-x;
	height: 50px;
}

#containerCourses {
	background: #f5f1e6;	
}

#containerContent {
	width: 870px;
	margin: auto;
	padding-top: 20px;
	position:relative;
	z-index: 600;
}

#narrowLeftSide {
	float: left;
	margin-right: 30px;
}

#wideRightSide {
	float: left;
	width: 550px;
}

#narrowRightSide {
	float: left;
}

#wideLeftSide {
	float: left;
	width: 550px;
	margin-right: 30px;
}

#fullLeftSide {
	width: 800px;
}


#header {
	width: 870px;
	margin: auto;
	padding: 0 45px;
	background: url(i/headerImage.png) top center no-repeat;
	height: 235px;
	padding-top: 15px;
}

#headLeft, #headRight {
	float: left;
	height: 80px;
}

#headRight li {
	margin: 0 0 10px 460px;	
	line-height: 20px;
}


a#logo {
	display:block;
	width: 260px;
	height: 58px;
	text-indent: -9999px;
	background:url(i/smaLogo.png) top left no-repeat;
}

#tagline {
	margin-top: 44px;

}

#tagline p{
	display: block;
	width: 410px;
	height: 50px;
	text-indent: -9999px;
	background:url(i/tagline.png) top left no-repeat;
}

#navigation {
	width: 870px;
	margin: auto;
	padding-top: 18px;
	position: relative;
	z-index:2;
}

#navigation ul {
	margin-left: -20px;
}

#navigation li {
	display: inline;

}

#navigation li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration: none;
	background:url(i/menuSeparator.png) center left no-repeat;
	padding-left: 15px;
	margin-left: 10px;
	text-transform: uppercase;
	
}

#navigation li.active {
	background:url(i/menuActivbg.png) top left no-repeat;
	padding: 9px;
	margin-left: 10px
}

#navigation li a.active {
	background:url(i/menuActivbg.png) top right no-repeat;
	margin: -10px -15px 0 0;
	padding: 10px 15px 10px 5px;
}

#navigation li a.first {
	background: none;
	margin-left: 5px;
}

#ribbon {
	background:url(i/ribbon.png) 0 0 no-repeat;
	width: 207px;
	height: 332px;
	z-index: 2;
	position: absolute;
	margin: -26px 0 0 709px;
}

#courses {
	width: 870px; 
	margin: auto;
	padding: 25px 0 40px 0;
}

#courseSeparator {
	background: url(i/coursesSeparator.png) top center no-repeat;
	height: 30px;
	margin-bottom: -20px;
}

.courseBox {
	float: left;
	width: 260px;
	padding-right: 20px;
	margin-right: 20px;
	border-right: #ccc 1px dotted;
}

.courseBoxLast {
	float: left;
	width: 250px;
	position: relative;
	z-index: 3;
}

#courses h2 a {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	font-size: 26px;
}

#courses h2 a:hover {
	text-decoration: none;
	color: #fd6a36;
}

#courses h2.stampNew {
	background: url(i/stampNew.png) 0 0 no-repeat;
	padding: 20px 0 5px 55px;
	margin-top: -20px;
}

#courses p.orange {
	color: #fd6a36;
	font-weight: bold;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 0px;
}

#courses p {
	font-size: 13px;
	margin: 5px 0 15px 0;
	line-height: 16px;
}

#courses li, #singlePost li {
	background: url(i/greenok.png) 0 4px no-repeat;
	padding-left: 22px;
	font-size: 12px;
	color: #666666;
	margin-bottom: 8px;
	line-height: 16px;
}

#courses ul {
	margin-bottom: 30px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #003f80;
	text-transform: uppercase;
	display: inline-block;
	background: #fff;
	margin-bottom: 10px;
	padding-right: 10px;
}

.newsItem {
	margin-bottom: 15px;
	border-bottom: #ccc 1px dotted;
	padding-bottom: 15px;
}

.newsItem a {
	font-size: 14px;
	line-height: 16px;
}

.newsItem p {
	margin-top: 5px;
	line-height: 15px;
}

p.newsDate {
	font-size: 11px;
	color: #999;
	font-weight: bold;
	margin-top: 2px;
}

#testimonials {
	margin-bottom: 30px;
	padding-top: 20px;
}

.title {
	background:url(i/titleLineBg.png) 0 8px repeat-x;
}

#testimonials .grayText {
	color: #989898;
	font-weight: bold;
	font-size: 14px;
}

#testimonials p {
	line-height: 17px;
	font-size: 12px;
	color: #333;
}

#testimonials .testiomonialItemOdd .testimonialText {
	background:url(i/apostrof.png) 0 8px no-repeat;
	padding-left: 25px;
}

#testimonials .apostrof {
	background:url(i/apostrof.png) right bottom no-repeat;
	width: 400px;
}

#testimonials .testiomonialItemEven .testimonialText {
	background:url(i/apostrof.png) 0 8px no-repeat;
	margin-left: 85px;
	padding-left: 25px;
}



#testimonials .testiomonialItemEven .testimonialPicture {
	float: left;	
	margin-right: 10px;
}

#testimonials .testiomonialItemOdd .testimonialPicture {
	float: right;	
	margin-left: 10px;
}
#testimonials .testiomonialItemEven, #testimonials .testiomonialItemOdd  {
	margin-top: 20px;	
	padding-bottom: 5px;
}

#testimonials .testimonialName {
	margin: 5px 0 10px 0;
	font-size: 12px;
	font-weight: bold;
	color: #999;
	font-style: oblique;
}

#newsletter p {
	color: #333;
	font-size: 15px;
	line-height: 18px;
	margin-bottom: 20px;
}

#newsletterSignUpForm {
	background:url(i/newsletterFormbg.png) top left no-repeat;
}

#newsletterSignUpForm input {
	color: #eee;
	padding: 8px;
	border: none;
	background: none;
	width: 230px;
	margin-right: 5px;
}

#newsletterSignUpForm button {
	color: #fff;
	font-weight: bold;
	padding: 5px 12px 8px 17px;
	border: none;
	background: none;
}

#footerContainer {
	background: #7c717b url(i/footerbg.png) top left repeat-x;
	margin-top: 20px;
}

#footer {
	width: 980px;
	margin: auto;
	padding: 8px 0;
}

#footer li {
	display: inline;
	font-size: 10px;
	color: #fff;
	padding-right: 10px;
	margin-right: 5px;
	border-right: #f5f1e6 1px solid;
	font-weight: bold;
}

#footer li.last {
	margin-right: 0;
	padding-right: 0;
	border-right: 0;
}

#footer li a {
	color: #f5f1e6;
	font-weight: normal;
}

#singlePost h3, #wideLeftSide h3 {
	color: #219ed8;
	font-size: 30px;
	letter-spacing: -1px;
	text-transform: none;
}

#singlePost p {
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 5px;
}

#singlePost p strong {
	font-size: 14px;
	line-height: 20px;
	padding-top: 10px;
	display: block;
}

#singlePost .postContent {
	margin-top: 10px;
}

#singlePost li {
	margin: 10px 0 5px 10px;
}

#singlePost ul {
	margin: 10px 0;
}

#singlePost img.alignleft {
	margin: 0 10px 10px 0;
}

#narrowRightSide h3 {
	color: #ff551b;
	font-size: 14px;
	font-weight:bold;
	text-transform: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
}

#narrowRightSide li {
	background: url(i/grayBullet.png) 0 3px no-repeat;
	padding-left: 10px;
	margin-bottom: 8px;
	color: #333333;
	line-height: 15px;
	font-size: 12px;
}


#narrowRightSide .boxBorderBottom {
	margin-bottom: 20px;
}
#narrowRightSide .boxBorderCont {
	padding-bottom: 10px;
}

#narrowRightSide ul {
	margin: -10px 0 -10px 0;
}

#narrowRightSide blockquote, #singlePost blockquote {
	font-size: 12px;
	margin: 10px 0 20px 0;
	font-weight: bold;
	line-height: 16px;
	color: #333;
}

p .smallFont {
	font-size: 11px; !important
	line-height: 16px; !important

}
.alignright { float: right; }
.alignleft { float: left; }

#singleTeacher {
	margin-top: 20px;
}


#singleTeacher .teacherImg, #singleTeacher img.alignleft {
	float: left;
	margin-right: 10px;
}

#singleTeacher h3 {
	color: #242424;
	font-size: 20px;
	letter-spacing: -1px;
	text-transform: none;
}

#singleTeacher p {
	font-size: 13px;
	line-height: 16px;
	margin-bottom: 5px;
}

#singleTeacher .teacherMotto  {
	margin-top: 10px;

}

#teachersList .column {
	width: 33%;
	float: left;
	margin-right: 10px;
}

#teachersList li {
	list-style-type: square;
	background: none;
	padding: 0;
	margin: 0 0 5px 20px;	
}

.halfPage {
	float: left;
	width: 48%;
}

.leftPage {
	margin-right: 15px;
	padding-right: 15px;
	border-right: #CCCCCC 1px dotted;
}

#courseTeachers {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: #ccc 1px dotted;
}

#courseTeachers img {
	padding-top: 10px;
}

#courseTeachers .teacherBox {
	width: 22%;
	float: left;
	margin-right: 10px;
}

#opinion {
	font-size: 11px;
	margin: 10px;
	padding-top: 20px;
	border-top: #ccc 1px solid;
}

#opinion em {
	margin: 0 0 10px 0;
	font-weight: bold;
	display: block;
	color: #666
}


#tanfolyam_kiemeles {
	position: absolute;
	background: url(/wp-content/uploads/2011/08/kiemeles.png) 0 0 no-repeat;
	width: 500px;
	height: 100px;
	margin: -31px 0 0 135px;
	z-index: -1;
}
#tanfolyam_link {
	display: block;
	width: 500px;
	height: 35px;
	margin-top: 61px;
}

/*#tanfolyam_link {
    display: block;
    height: 35px;
}*/

.fbbox { max-height: 595px; }

#tanfolyamokSlider {
	background-color: #F5F1E6;
	padding-top: 10px;
    height: 40px;
    margin: 0 auto;
    width: 100%;
	display:none;
}

#tanfolyamokSlider div{
	width: 900px;
	margin: 0 auto;
	background:url(/wp-content/themes/sma/i/kiemeles_left.png) left center no-repeat transparent;
	height:40px;
	padding-left:5px;
}

#tanfolyamokSlider div div{
	margin: 0;
	height:40px;
	background:url(/wp-content/themes/sma/i/kiemeles_right.png) right center no-repeat transparent;
	padding-right:5px;
	padding-left:0;
}

#tanfolyamokSlider div div marquee{
    background-color: #FFFFFF;
    border-bottom: 1px solid #E5E0D8;
    border-top: 1px solid #E5E0D8;
    height: 37px;
    position: relative;
    top: 1px;
	line-height: 26px;
}

#tanfolyamokSlider div div marquee ul{
	/*list-style-type: disc;*/
	list-style-type: none;
	margin-top:5px;
}

#tanfolyamokSlider div div marquee ul li{
	float: left;
	color: #FF551B;
	font-weight: bold;
	margin-left: 40px;
}
