/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
 @font-face {
    font-family: 'ptsans';
    src: url('font/ptsans.eot');
    src: url('font/ptsansd41d.eot?#iefix') format('embedded-opentype'),
         url('font/ptsans.woff') format('woff'),
         url('font/ptsans.ttf') format('truetype'),
         url('font/ptsans.svg#ptsans') format('svg');
    font-weight: normal;
    font-style: normal;
} 
 @font-face {
    font-family: 'ptsansBold';
    src: url('font/ptsansbold.eot');
    src: url('font/ptsansboldd41d.eot?#iefix') format('embedded-opentype'),
         url('font/ptsansbold.woff') format('woff'),
         url('font/ptsansbold.ttf') format('truetype'),
         url('font/ptsansbold.svg#ptsansBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*Genel Sayfa Şablonu*/
body{background:#e1ddd6;}
a{text-decoration: none;}
#container{width:960px;margin:0 auto;padding:0;}
.midTitle{height:20px;line-height:20px;margin:0;padding:0 0 10px 0;border-bottom:dotted 2px;display: inline-block;zoom:1;*display:inline;font-family:ptsansBold;font-size:18px;font-weight:normal;}
p, .content_sos, font{font-family:ptsans;font-size:12px;line-height:14px;}



/*Header*/
#header{height:202px;width:100%;background:url(../img/headerBg.jpg) 0 0 no-repeat;position: relative;z-index:100; }
#header>div{padding:0 55px;}
#headerTop{height:175px;}
#headerBottom{height:27px;background:#4288ab;}
#headerTopLeft{width:250px;float:left;padding-top:45px;}
#headerTopRight{width:600px;height:125px;float:right;margin-top:40px;}
#userLogin{width:100%;}
#loginForm{float:right;}
#loginForm{font-family:ptsansBold;font-size:11px;color:#4288ab;}
#loginForm input{width:85px;height:13px;border:none;outline:none;outline-color:none;background:#FFF;-moz-opacity:0.50; filter:alpha(opacity=50); opacity:0.50;font-size:11px;font-family:ptsans;}
#loginForm input[type=submit]{border:none;height:15px;width:50px;margin-left:5px;background:#4288ab;-moz-opacity:0.50; filter:alpha(opacity=50); opacity:0.50;color:#FFF;padding:0 3px;font-size:11;}
#loginForm input[type=submit]:hover{-moz-opacity:0.70; filter:alpha(opacity=70); opacity:0.70;}
#iconLinks{margin-top:40px;}
#iconLinks>ul, #textLinks>ul{margin:0;padding:0;list-style:none;float:right;}
#iconLinks>ul>li, #textLinks>ul>li{display:inline-block;zoom:1;*display:inline;margin:0 0 0 10px;}
#textLinks{margin-top:25px; font-size:10px;font-family:ptsansBold;}
#topMenu{margin:0;padding:0;list-style:none;display:block;float:left;width:765px;}
#topMenu>li{display:block;float:left;margin:0 0 0 10px;padding:0;font-family:ptsansBold;font-size:13px;position: relative;}
#topMenu>li>a{display:block;height:27px;line-height:26px;padding-left:14px;color:#FFF;background:url(../img/menuLeftIcon.png) 0 8px no-repeat;}
#topMenu>li>a:hover{color:#EEE;}
#topMenu>li:first-child{margin-right:12px;}
#topMenu>li:first-child>a{padding:0;background:none;}
#topMenu>li>ul{margin:0;padding:0;position:absolute;top:27px;left:0;list-style:none;background:url(../img/subMenuBg.png) 0 0 repeat;display:none;padding-bottom:15px;width:185px;}
#topMenu ul>li{padding:5px 10px;}
#topMenu ul a{display:block;background:url(../img/subMenuBottom.png) bottom left no-repeat;color:#4288ab;padding:5px 0;}
#topMenu ul a:hover{color:#559cbf;}
#searchForm{float:right;width:85px;padding-top:4px;}
#searchForm input[type=text]{width:62px;height:14px;line-height:14px;color:#FFF;font-size:10px;border:none;background:url(../img/searchBg.png) 0 0 no-repeat;display:block;float:left;margin-top:3px;outline:none;padding:0 6px 0 2px;}
#searchForm input[type=submit]{width:18px;height:18px;margin:0 0 0 -4px;border:none;background:url(../img/searchBtn.png) 0 0 no-repeat;display:block;float:left;}

/*Footer*/
#footer{background:#FFF;padding:20px 55px;font-family:ptsans;font-size:12px;color:#000;text-align:center;margin-bottom:10px;}

/*Content*/
#contents{padding:30px 55px;position: relative;z-index:5;}
#contentSocial{width:15px;padding-left:8px;float:right;border-left:solid 2px #e95100;}
#contentSocial ul{margin:0;padding:0;list-style:none;}
#contentSocial li{margin:6px 0;padding:0;}
#contentContainer{width:790px;float:left;}
.content:first-child{margin:0;}
.content{margin-top:17px;background:#FFF;overflow: hidden;position: relative;}
.contentTitle{line-height:50px;-webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);position:absolute;top:0;left:0;}
.contentTitle h1{margin:0;padding:0;font-family:ptsansBold;font-weight: normal;font-size:18px;padding-right:40px;background-position: right 14px;background-repeat: no-repeat;margin-right:15px;float:right;}
.contentWhite{background:#FFF;}
.contentWhite>div>h1{background-image:url(../img/miniIcon.png);color:#e95100;}
.contentBlue{background:#4288ab;}
.contentBlue>div>h1{background-image:url(../img/miniIconWhite.png);color:#FFF;}
.contentInner{width:700px;float:right;padding:20px;font-family:ptsans;font-size:13px;position: relative;}
.blueContentInner{background:#5a95b1;color:#FFF;}
.blueContentInner *{color:#FFF;border-color:#FFF;}
.brownContentInner{background:#8c8170;color:#FFF;}
.brownContentInner *{color:#FFF;border-color:#FFF;}
.whiteContentInner{background:#FFFFFF;color:#19595b;}
.whiteContentInner *{color:#19595b;border-color:#19595b;}
.contentInner a{
	font-style: italic;
	text-decoration: underline;
}
.contentInner img{
	display: inline-block;
	zoom:1;
	*display:inline;
	margin:5px;
}

/*Tabs*/
#eventAnnounceTabs{
	margin:0;
	padding:0;
	width:100%;
	overflow:hidden;
	height:10px;
	list-style:none;
	position:absolute;
	left:20px;
	bottom:63px;
}
#eventAnnounceTabs>li{
	margin-right:10px;
	float:left;
}
#eventAnnounceTabs a{
	display:block;
	height:10px;
	width:10px;
	background:url(../img/tabBullet.png) 0 0 no-repeat;
}
#eventAnnounceTabs li.current>a, #eventAnnounceTabs a:hover{
	background:url(../img/tabBulletHover.png) 0 0 no-repeat;
}
#eventsAnnounces{
	height:190px;
}
#eventsAnnounces>div:first-child{
	display:block;
}
#eventsAnnounces>div{
	display:none;
}

h3.innerTitleBlue{color:#4288ab;font-family:ptsansBold;font-weight:normal;font-size:14px;margin:0;padding:0;}
h3.innerTitleLightBlue{color:#4288ab;font-family:ptsans;font-weight:normal;font-size:14px;margin:0;padding:0;}
.contentForm{width:475px;margin-bottom:30px;}
.contentForm label{display:block;float:left;width:150px;margin-right:15px;line-height:20px;font-family:ptsans;margin-bottom:15px;font-family:ptsansBold;font-size:12px;color:#4288ab;}
.contentForm label>span{display:block;font-style: italic;font-weight:normal;color:#7c6a55;font-size:12px;}
.contentForm input[type=text], .contentForm input[type=text]{display:block;float:left;width:309px;height:22px;line-height:22px;border:none;margin:0 0 16px 0;padding:0;background:#f2f0ec;outline:none;}
.contentForm textarea{display:block;float:left;width:309px;height:65px;line-height:22px;border:none;margin:0 0 16px 0;padding:0;background:#f2f0ec;outline:none;resize: none;}




.contentFormError{float:right;background:#FF0000;line-height:22px;padding:2px 5px;color:#FFFFFF !important;line-height:16px;font-size:12px;width:299px;margin:-16px 0 16px 0;}
.contentFormSelectError{background:#FF0000;line-height:22px;float:right;padding:2px 5px;color:#FFFFFF !important;line-height:16px;font-size:12px;width:188px;margin:0 0 16px 0;}
.contentFormChklistError{background:#FF0000;line-height:22px;padding:2px 5px;color:#FFFFFF !important;line-height:16px;font-size:12px;width:465px;margin:0 0 16px 0;}
.selectOuter{width:363px;}
.contentForm select{width: 198px; height: 22px; background:#f2f0ec url(../img/select-bg.jpg) top right no-repeat; border:0px; -webkit-appearance: none; -moz-appearance: none; outline: none;float: left;}
.contentForm select[multiple=multiple]{width: 198px; height: 88px; background:#f2f0ec; border:0px; -webkit-appearance: none; -moz-appearance: none; outline: none;float: left;}

/*REMOVE*/
.contentForm input[type=text]{display:block;float:left;width:307px;height:22px;line-height:22px;border:1px solid #cecece;margin:0 0 16px 0;padding:0;background:#f2f0ec;outline:none;}
.contentForm input[type="password"]{display:block;float:left;width:307px;height:22px;line-height:22px;border:1px solid #cecece;margin:0 0 16px 0;padding:0;background:#f2f0ec;outline:none;}
.contentForm textarea{display:block;float:left;width:307px;height:65px;line-height:22px;border:1px solid #cecece;margin:0 0 16px 0;padding:0;background:#f2f0ec;outline:none;resize: none;}

/*REMOVE*/

#asprdb label{display:inline; float:none; padding:0 0 0 5px;}
.blueBtn{display:block;border:none;background:#c1d8e3;color:#4288ab !important;font-family:ptsansBold;font-size:13px;margin:10px 0 15px 0;padding:0 20px;height:26px;line-height:26px;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;behavior:url(../pie.html);}
.brownBtn{display:block;border:none;background:#978c7a;color:#FFFFFF !important;font-family:ptsansBold;font-size:13px;margin:10px 0 15px 0;padding:0 20px;height:26px;line-height:26px;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;behavior:url(../pie.html);}
.rightBtn{float:right;}
.latestProfilesList{display:block;margin:26px 0 10px 0;padding:0;list-style:none;}
.latestProfilesList li{display:block;margin:0 0 20px 0;overflow:hidden;}
.latestProfilesList img{display:block;float:left;width:48px;height:48px;margin-right:17px;}
.latestProfilesList a{display:block;float:left;height:20px;line-height:20px;font-size:12px;font-family:ptsans;color:#4288ab;margin-top:17px;font-style: normal;text-decoration:none;font-weight:bold;}
.latestProfilesList a:hover{text-decoration:underline;}
.contentInner hr{display:block;margin:0 0 25px 0;padding:0;line-height:1px;height:1px;background:#4288ab;border-top:none;border-left:none;border-right:none;border-bottom:solid 1px #d0e2ea;}
.boardList{display:block;margin:0;padding:0;list-style:none;font-family:ptsans;font-size:12px;}
.boardList li{display:block;margin-bottom:15px;padding-bottom:15px;background:url(../img/boardListBg.png) bottom left no-repeat;}
h4.innerSubTitleBlue{display:block;font-family:ptsans;font-size:12px;color:#4288ab;font-weight:normal;margin:10px 0;}
.innerMiddleTitleBlue{font-family:ptsans;font-size:12px;color:#4288ab !important;font-weight:normal;}
.boardList div, .boardList p, .boardList a{color:#7c6a55;text-decoration:none;}
.showAllLink{display:block;margin: 5px 0 20px 0;color:#4288ab;font-family:ptsans;font-weight:normal;font-size:12px;width:200px;text-decoration:none !important;font-style: normal !important;}
.showAllLink:hover{text-decoration:none;}
#profileDetail{height:235px;}
#profileImage{float:left;margin: 0 50px 0 26px;width:177px;height:177px;}
#profileImage img{width:177px;height:177px;}
#profileDetailList{margin:0;padding:0;list-style:none;}
#profileDetailList li{display:block;margin-bottom:20px;font-size:13px;height:20px;line-height:20px;font-family:ptsans;color:#7c6a55;}
#profileDetailList span{color:#4288ab;}
.brownText *{color:#7c6a55;}
.blogForm{width:560px;}
.blogForm textarea{display:block;width:520px;padding:20px;background:#f2f0ec;color:#7c6a55;font-family:ptsans;font-size:12px;border:none;resize: none;outline:none;height:45px;overflow: hidden;}
.blogForm div.status{width:540px;padding:0 10px;background:#978c7a;color:#FFF;font-family:ptsans;font-size:11px;font-style:italic;height:26px;line-height:26px;}
#charsLeft{float:right;color:#FFFFFF;font-style: normal;}
.blogComment{margin-top:25px;margin-bottom:25px;padding-top:25px;background:url(../img/blogTop.png) top left no-repeat;}
.blogComment label{font-family:ptsans;font-size:12px;color:#4288ab !important;font-weight:normal; padding:0 10px 0 0;}
.blogComment p{margin: 0 0 5px 0;}
.checkList input[type=checkbox]{display:none;}
.checkList label{ font-family:ptsans; margin:0 0 15px 0;width:125px;padding-left:30px;color:#7c6a55 !important;background-position: top left;background-repeat: no-repeat;}
.checkList label.uncheckedLabel{background-image:url(../img/unchecked.jpg);}
.checkList label.checkedLabel{background-image:url(../img/checked.jpg);}
.fileFieldArea{width:230px;float:left;}
.fileFieldArea input[type=file]{opacity: 0;filter: alpha(opacity=0);-moz-opacity:0;width:230px;}


.inputFile{width: 230px !important; height: 22px !important; background:#f2f0ec url(../img/file-bg.jpg) top right no-repeat !important; overflow: hidden !important;position:relative !important;margin-bottom:15px !important;}


.selectedFileName{position:absolute;top:0;left:5px;color:#7c6a55 !important; margin:0; padding:0;font-weight:normal;font-family:ptsans;}
.fileBrowserBtn{margin:0;height:22px;line-height:22px;}
#loggedUser>div{cursor: default;}
#loggedUser>div, #loggedUser>ul{float:right;}
#loggedUser, #loggedUser a{font-family:ptsansBold;font-size:10px;color:#4288ab;text-decoration:none;}
#loggedUser ul{display:block;list-style:none;margin:0;padding:0;overflow: hidden;}
#loggedUser li:first-child{border:none;}
#loggedUser li{display:block;float:left;border-left:solid 1px #4288ab;padding:0 5px;}
#loggedUser>div>span{color:#e95100;}
#loggedUser a:hover{color:#64AABC;}

.rdbNew{display:inline-block; padding-right:20px;}
.rdbNew label{width:40px; color:#7C6A55;}
/**FOR EDITOR **/

.buyukBaslikBuyuk, .blackheader_sos, .blackheader_sos>strong
{
  color:#e95100;  
  font-size:20px;
  /*line-height:45px;*/
  font-family:ptsansBold;
  font-weight:normal;
}
.turuncuBaslikKucuk, .whiteContentInner  b, .whiteContentInner  strong, .header_sos
{
    color:#e95100;
    font-weight:normal;
    font-family:ptsansBold;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
