/*
Theme Name: AfterEvent
Theme URI: http://afterevent.ro
Description: Custom theme for AfterEvent.ro
Author: Dan
Author URI: http://suciudan.net
version: 2.0
*/

*{margin:0; padding:0;}

body {
	background:#dedede;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 8pt;
	background-image:url('images/bg.png');
	margin-top:20px;
}

fieldset {background:#f2f2e6; padding:10px; border:1px solid #fff; border-color:#fff #666661 #666661 #fff; margin-bottom:36px; width:600px;}
input, textarea, select {font:12px/12px Arial, Helvetica, sans-serif; padding:0;}
fieldset.action {background:#9da2a6; border-color:#e5e5e5 #797c80 #797c80 #e5e5e5; margin-top:-20px;}
label.opt {font-weight:normal;}
	
h1 {font-size: 18pt;}
h2 {font-size: 14pt;}
h3 {font-size: 10pt;}
h4 {font-size: 9pt;}

img { border: none; padding:0; }
img a {border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
}

code {
	font-family:"Courier New", Courier, monospace;
}


/*
Links
*/

a { color:#000; text-decoration:none; }
a:hover { text-decoration: underline; }
.clearer { clear:both; height:0px; }
div { position: relative; }

/*
Container
*/

#wrap {
	width: 950px; overflow: hidden;
	margin: 0 auto; padding:0;
	color:#333;
}
	
    /*
    Header
    */

    #header {
        width: 950px; margin: auto;
        color: #fff;
    }

        #header #logo {
            float: left;
        }

        #header #header-search {
            position: absolute; right: 0px; bottom: 16px;
        }

    /*
    HomePage Slider
    */

    #homepage-slider {
        width: 685px; height: 200px;
        overflow: hidden; float:left;
        margin: 10px 0px 0px 0px;
    }

        #homepage-slider ul {
            width: 1340px; height: 200px; display: block;
            list-style: none; margin: 0px;
        }

            #homepage-slider ul li {
                float: left; position: relative;
            }

                #homepage-slider ul li a {
                    border-right: 2px solid #fff;
                    cursor:pointer; overflow:hidden;
                    width:93px; height: 200px; display:block; overflow: hidden;
                    position: relative; z-index:2;
                    background: transparent url('images/slider-graphics-titles.png'); background-repeat: no-repeat;
                    outline: none;
                }

                /*
                Titles
                */

                #homepage-slider ul li.last_event a { background-position: 0px 0px; }
                #homepage-slider ul li.current_event a { background-position: 0px -200px; }
                #homepage-slider ul li.next_event a { background-position: 0px -400px; }
                #homepage-slider ul li.world_event a {
                    background-position: 0px -600px;
                    border-right: 0px;
                }

                #homepage-slider ul li.world_event a { width: 400px; }

                    #homepage-slider a .slide-container {
                        width: 400px !important; position: relative;
                    }

                        #homepage-slider a .slide-content {
                            padding: 5px;
                            width: 297px; height: 62px;
                            position: absolute; top: 128px; right: 0px;
                            background: transparent url('images/slider-graphics-bg.png'); background-repeat: repeat;
                            overflow:  hidden;
                        }

            /* Post Format */
            #homepage-slider a h2 {
                width: 100%; display: block; margin-bottom: 3px;
                color: #fff; font-weight: bold;
                font-size: 11px;
            }

            #homepage-slider a .content {
                color: #fff;
            }

    /*
    Primary Navigation
    */

    .menu-container {
        width:950px; height:50px;
        background:transparent url('images/menu.png'); background-repeat: repeat-x;
        position:relative; z-index:5;
    }

        .menu-container ul {
            width: 926px; margin: auto;
        }

            .menu-container ul li {
                display: inline-block;
                height: 50px; line-height: 48px;
                padding: 0px 10px;
                cursor: pointer;
            }

                .menu-container ul li:hover {
                    background-image:url('images/menuhover.png'); background-repeat:repeat-x;
                }

                .menu-container ul li a {
                    color: #fff; font-weight: bold;
                    font-size: 11px; text-transform: uppercase;
                    padding: 18px 0px;
                    outline: none;
                }

                    .menu-container ul li a:hover {
                        text-decoration: none;
                    }

            .menu-container ul li:hover > ul {
                display: block;
            }

            /*
            Submenu
            */

            .menu-container ul ul {
                width: 200px; display:none;
                position: absolute; overflow: hidden; top: 50px; z-index: 10;
                background: transparent url('images/submenu-hover.png');
                box-shadow: 2px 1px 4px #2e0033;
                margin-left: -10px;
                list-style: none; list-style-type: none;
            }

                .menu-container ul ul li {
                    width: 180px; height: 35px; line-height: 35px; display: block;
                    padding: 0px 10px !important;
                    margin: 0px !important;
                }

                    .menu-container ul ul a {
                        width: 100%; height: 100%; display: block;
                        text-transform: none;
                        padding: 0px !important; margin: 0px !important;
                    }

    /*
    Container
    */

    #container {
        width: 950px; margin: auto;
        background-color: #fff;
        padding-bottom: 10px;
    }

.fb-like {float: left;}

/*
Content
*/

#content {
    width: 685px; float: left;
    text-align: justify;
    padding: 0px 10px;
}

    #content.full_width {
        width: 930px;
    }

    #content .entry {
        padding-bottom: 20px;
    }

        /*
        Homepage Events
        */

        .inline-page.page-2 {
            display: none;
        }

        #content .event {
            margin-bottom: 10px;
        }

            #content .inline-pagination {}

                #content .inline-pagination a {
                    width: 68px; height: 26px; display: block;
                    margin-top: 10px;
                    line-height: 24px;
                    background: transparent url('images/pagination_buttons.png'); background-repeat: no-repeat;
                }

                    #content .inline-pagination a:hover {
                        text-decoration: none;
                    }


                #content .inline-pagination .older {
                    float: left; background-position: -26px -26px;
                    padding-left: 30px; text-align: left;
                }

                    #content .inline-pagination .older:hover {
                        background-position: -26px 0px;
                    }

                #content .inline-pagination .newer {
                    float: right; background-position: 72px -26px;
                    padding-right: 30px; text-align: right;
                    display: none;
                }

                    #content .inline-pagination .newer:hover {
                        background-position: 72px 0px;
                    }

            #content .event .front-thumb {
                float: left;
            }

            #content .event h2, #content .event .description, #content .event h2, #content .event .socialbar {
                width: 501px; float: right;
                margin-left: 9px;
            }

            #content .event h2 {
                font-size: 13px;
            }

            #content .event .socialbar {
                height: 20px; margin: 5px 0px;
            }

                #content .socialbar .event_date {
                    line-height: 20px; padding: 0px 10px;
                    float: right;
                    background: transparent url('images/date_bg.png'); background-repeat: repeat-x;
                    border-radius: 3px;
                    color: #fff; font-size: 11px;
                }

            #content .event .readmore {
                display: block; width: 100%; font-weight: bold;
                margin-top: 7px;
            }

	
.post {
	margin:0;
	padding: 0px 0px 0px 9px;
	line-height: 14pt;
}
	
    .post h2 {
	    font-size:13px; font-weight:bold; font-family: Verdana, Geneva, sans-serif;
        color:#000;
        margin-bottom:5px;
	}

    .post .single-thumb {
        width: 250px; height: 184px; float: left;
        margin-top: 5px; margin-right: 10px;
    }
	
        .post h2 a {
	        color: #000;
	        text-decoration: none;
	    }
	
            .post h2 a:hover {
	            color: #777;
	            text-decoration: none;
	        }

.post ul {}

.post li {}

/*
Comments
*/
#comments {
    font-family: Arial;
    padding: 0px 0px 0px 10px;
}

    #comments #comments-title {
        font-family: Arial; font-size: 18px; font-weight: normal;
        color: #841692;
        margin-bottom: 20px;
    }

    #comments ul {
        list-style: none;
    }

        #comments ul .children {
            margin-top: 20px;
            margin-left: 50px;
        }

    #comments .comment {
        margin-bottom: 20px;
    }

        #comments .commentlist #respond {
            margin-top: 10px;
        }

            #cancel-comment-reply-link {
                font-size: 12px;
            }

        #comments .comment_container {
            background-color: #fbfbfb;
            border: 1px solid #ededed;
            box-shadow: inset 0px 0px 2px #ececec;
            padding: 10px;
            border-radius: 5px;
        }



            .comment_container .left-column {
                width: 97px; float: left;
                overflow: hidden;
            }

                .comment_container .left-column .avatar-mask {
                    width: 97px; height: 97px;
                    background: transparent url('images/avatar-mask.png'); background-repeat: no-repeat;
                }

                    .comment_container .left-column .avatar {
                        margin: 7px 0px 0px 7px;
                    }

                .comment_container .left-column .comment_author, .comment_container .left-column .comment_author a {
                    font-size: 11px; color: #841692;
                    text-decoration: none;
                    margin-top: 5px;
                }

                    .comment_container .left-column .author_title a:hover {
                        text-decoration: underline;
                    }

                .comment_container .left-column .comment_date {
                    font-size: 11px !important; color: #9e9d9d;
                    margin-top: 3px;
                }

            .comment_container .right-column {
                margin-left: 120px; margin-right: 10px;
                padding: 5px 0px;
            }

                .comment_container .comment-body {
                    font-size: 11px; color: #737373;
                    line-height: 20px;
                }

                .comment_container .reply {
                    margin-top: 5px;
                }

                    .comment_container .reply a {
                        color: #841692; text-decoration: none;
                    }

                        .comment_container .reply a:hover {
                            text-decoration: underline;
                        }

    #respond {}

        #reply-title {
            font-size: 18px; font-weight: normal;
            color: #841692;
        }

        #respond .comment-notes {
            font-size: 11px; color: #737373;
            padding-bottom: 5px; padding-top: 3px;
        }

        #respond .comment-form-author,
        #respond .comment-form-email,
        #respond .comment-form-url {
            width: 320px;
        }


        #respond .comment-form-author,
        #respond .comment-form-email,
        #respond .comment-form-url,
        #respond .comment-form-comment {
            margin-top: 7px;
        }

            #respond label {
                font-size: 12px; color: #737373;
                display: block; float: right; width: 80px;
                line-height: 25px;
            }

            #respond input[type="text"] {
                width: 216px;
                background: #fbfbfb; border: 1px solid #e1e1e1;
                padding: 5px; border-radius: 6px;
            }

                #respond input[type="text"]:hover,
                #respond textarea:hover {
                    border: 1px solid #b8b8b8;
                }

                #respond input[type="text"]:focus,
                #respond textarea:focus {
                    border: 1px solid #cb46db;
                    box-shadow: inset 0px 0px 3px #c8c8c8;
                }

            #respond textarea {
                width: 400px; resize: vertical;
                background: #fbfbfb; border: 1px solid #e1e1e1; border-radius: 6px;
                padding: 5px;
            }

            #respond .form-submit #submit {
                width: 98px; height: 30px; margin: 10px 0px 0px 0px;
                border: 0px; cursor: pointer;
                background: transparent url('images/trimite.png'); background-position: 0px 0px;
            }

                #respond .form-submit #submit:hover {
                    background-position: 0px -30px;
                }

                #respond .form-submit #submit:focus {
                    background-position: 0px -60px;
                }



.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin: 20px 0;
	}
	

.navigation {
	font-size: 8pt;
    margin:  4px 0px 10px 9px;
	border-bottom: 1px dotted #ddd;
	overflow: hidden;
}

    .navigation .prev {
        float: left;

    }
    .navigation .next { float: right; }


.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}

/*
Right Sidebar
*/

#right-sidebar {
	font-family: verdana, arial, tahoma; font-size: 11px;
	width: 240px; float:right;
	padding: 0; margin-top: 10px;
	border-left: 1px dotted #ddd;
}

    #right-sidebar h3{
	    font:normal 14px arial, georgia, times;
	    color: #000;
	    font-weight:bold;
	    margin-bottom:10px;
    }

    #right-sidebar p {margin:0; padding: 0 6px 0 12px;}

    #right-sidebar img {padding: 0; margin: 0;}

    #right-sidebar ul {
	    margin: 0px 0px 12px 12px;
	    padding:0;
    }

        #right-sidebar ul li {
	        margin: 0; padding: 0;
	        line-height: 14pt; list-style-type: none;
	    }

            #right-sidebar ul ul {
	            margin:14px 0;
	            padding:0;
            }

                #right-sidebar ul ul li {
	                list-style-type: none;
	            }

/*
Search Form
*/

.searchform {
    float:right; margin-top:28px;
}

    .searchform #searchbox {
        width: 160px; height: 26px; float: left;
	    border:0px; padding: 0px 5px;
        background:transparent url('images/search_input.png'); background-repeat:no-repeat;
        font-size: 13px;
    }

        .searchform #searchbox:focus{
	        background-image:url('images/search_on.png'); background-repeat:no-repeat;
        }

    .searchform #searchbutton {
	    height: 26px; width: 26px; display: block;
	    float:right;
        margin: 1px 6px 0px 4px;
	    border: none; cursor: pointer;
	    background: transparent url('images/searchbutton.png') no-repeat 0 0;
    }

	
/* misc */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/* Footer */
#footer {
    width: 929px; margin: auto;
}

    #footer h4 {
        font-size:14px; color:#000; line-height:25px;
        text-align: center;
    }

    #footer hr {
        border: 0px;;
        border-top: 1px dotted #000;
        background: none;
    }

    #footer .partners {
        text-align: center; margin-top: 10px;
    }

        #footer .partners li {
            display: inline; margin-right: 10px;
        }

    #footer .bottom-links {
        margin-top: 40px;
    }

        #footer .bottom-links .copyright {
            float: left;
        }

        #footer .bottom-links .terms {
            float: right;
        }


.pagebar {
	margin-top:10px;
	clear:right;
	font-weight:bold;
	padding: 0.2em 0.5em;
	margin-right: 0.1em;
	margin-bottom: 1.0em;
	border: 1px solid #fff;
	background: #fff;
	text-decoration: none;
	text-align: left;
}

.pagebar a,.pageList .this-page {
	border: 1px solid #470050;
	text-decoration: none;
	padding: 0.2em 0.5em;
}

.pagebar a:visited {
	border: 1px solid #470050;
	text-decoration: none;
	padding: 0.2em 0.5em;
}

.pagebar .break {
	padding: 2px 6px 2px 6px;
	border: none;
	background: #fff;
	text-decoration: none;
}

.pagebar .this-page {
	border: 1px solid #470050;
	padding: 0.2em 0.5em;
	font-weight: bold;
	background: #470050;
	color: #fff;
}

.pagebar a:hover {
	border-color: #490053;
}

.pagebar .inactive
{
   border: 1px solid #cccccc;
	 color: #ccc;
   text-decoration: none;
   padding: 0.2em 0.5em;
}

.pagenav li {list-style:none;}
.pagenav li a:link{color:#FFF;}
.pagenav li a:link{color:#FFF;}
.pagenav li a:hover{color:#FFF; text-decoration:underline;}
.pagenav li a:visited{color:#FFF;}

/* Categories Style */
.category-style {
    padding: 0px;
}

    .category-style .columns {
        float: left; min-height: 150px;
        margin-bottom: 20px;
    }

        .category-style .columns .date {
            width: 100%; height: 20px;
            color: #fff; font-weight: bold;
            text-align: center; line-height: 20px; text-decoration: none;
            background: transparent url('images/date_bg.png');
            float: none;
            border-radius: 5px;
        }

        .category-style .columns .post_title {
            height: 28px; display: block; margin-top: 2px;
            font-weight: bold;
            overflow: hidden;
        }

        .category-style .columns .thumb {
            margin-top: 2px;
        }

        .category-style .columns .description {
            margin-top: 2px;
        }


    /* Columns */
    .category-style.cols-5 .columns {
        width: 178px; margin-right: 10px;
    }

    .category-style.cols-4 .columns {
        width: 225px; margin-right: 10px;
    }

    .category-style.cols-3 .columns {
        width: 300px; margin-right: 15px;
    }

    .category-style .columns.last {
        margin-right: 0px;
    }
