/*   
Theme Name: MDV
Theme URI: http://www.matevarga.com
Description: Theme for Mate Varga
Author: Mate Varga
Author URI: http://www.matevarga.com
Version: 1.0
*/


/*********************************************************************************\
 General Overrides
\*********************************************************************************/
body
{
    color: #dddede;
    background-color: #1f2326;
    font: 80%/170% Arial, Verdana, Helvetica, sans-serif;
}
blockquote
{
    border-left: 5px solid #525c60;
	margin-left: 1.5em;
	padding-left: 5px;
}
p, ol, ul
{
	margin-top: 0;
	margin-bottom: 0.5em;
	padding-top: 0;
	padding-bottom: 0.5em;
}
a
{
    color: #dddede;
    text-decoration: none;
}
a:hover
{
    color: #a6c63c;
    text-decoration: underline;
}


/*********************************************************************************\
 General Utility
\*********************************************************************************/
.clear
{
    clear: both;
}
/* ----------------------------------------------------------------------------- */
.vpad
{
    margin-bottom: 25px;
}
/* ----------------------------------------------------------------------------- */
.msg-info, .msg-note, .msg-locked, .msg-error, .msg-search, .msg-moderation
{
    margin: 0px auto;
    font-weight: bold;
    padding: 8px 10px 8px 45px;
    background-repeat: no-repeat;
    background-position: 8px center;
}
.msg-info
{
    color: #6f7579;
    border: 1px solid #525c60;
    background-color: #383f42;
    background-image: url(images/msg_info.png);
}
.msg-note
{
    color: #6f7579;
    border: 1px solid #525c60;
    background-color: #383f42;
    background-image: url(images/msg_note.png);
}
.msg-locked
{
    color: #6f7579;
    border: 1px solid #525c60;
    background-color: #383f42;
    background-image: url(images/msg_locked.png);
}
.msg-error
{
    color: #d8000c;
    border: 1px solid #d8000c;
    background-color: #ffbaba;
    background-image: url(images/msg_error.png);
}
.msg-search
{
    color: #1f2326;
    border: 1px solid #a6c63c;
    background-color: #7e9d47;
    background-image: url(images/msg_search.png);
}
.msg-moderation
{
    color: #1f2326;
    border: 1px solid #ffb801;
    background-color: #fff59b;
    background-image: url(images/msg_moderation.png);
}

/*********************************************************************************\
 Top-Level Template Wrappers
\*********************************************************************************/
#wrapper
{
    width: 100%;
    height: 100%;
	margin-right: auto;
	margin-left: auto;
}
#wrap-header
{
    width: 100%;
    height: 80px;
}
#wrap-nav
{
    width: 100%;
    height: 32px;
    background-color: #a6c63c;
}
#wrap-follow
{
    width: 100%;
}
#wrap-page
{
    width: 100%;
    clear: both;
}
#wrap-footer
{
    width: 100%;
    height: 30px;
    clear: both;
}

/*********************************************************************************\
 Sub-Level Template Components
\*********************************************************************************/
#header
{
    width: 960px;
    height: 80px;
    margin: 0px auto;
    cursor: pointer;
    background: #1f2326 url(images/tpl_banner.png) no-repeat bottom left;
}
#header a
{
    top: 0;
    left: 0;
    width: 960px;
    height: 80px;
    position: absolute;
}
#header h1
{
    display: none;
}
/* ----------------------------------------------------------------------------- */
#nav
{
    width: 960px;
    margin: 0px auto;
}
/* ----------------------------------------------------------------------------- */
#nav-menu
{
    width: 650px;
    height: 32px;
    float: left;
    margin-right: 30px;
}
/* ----------------------------------------------------------------------------- */
#nav-search
{
    width: 280px;
    height: 24px;
    float: left;
    margin-top: 4px;
    background-color: #7e9d47;
}
#nav-search input
{
    border: none;
    color: #98bf54;
}
#nav-search input#s
{
    float: left;
    display: inline;
    width: 250px;
    font-weight: bold;
    font-style: italic;
    margin-top: 0.3em;
    padding: 0px 5px 0px 5px;
    background-color: #7e9d47;
}
#nav-search input#submit
{
    width: 20px;
    height: 24px;
    float: right;
    display: inline;
    cursor: pointer;
    background: #7e9d47 url(images/tpl_search.png) no-repeat center center;
}
/* ----------------------------------------------------------------------------- */
#follow
{
    width: 960px;
    height: 24px;
    margin: 0px auto;
    background-color: #3e4649;
    border-top: 3px solid #363d40;
}
#follow-links
{
    float: right;
    height: 24px;
    margin-right: 15px;
}
#follow-links img,
#follow-links a, #follow-links a:hover
{
    border: none;
    text-decoration: none;
}
/* ----------------------------------------------------------------------------- */
#page
{
    width: 960px;
    margin: 0px auto;
    background-color: #3e4649;
}
#page-left
{
    float: left;
    width: 650px;
    margin-right: 15px;
}
#page-right
{
    float: left;
    width: 280px;
    margin-left: 15px;
}
#page-clear
{
    clear: both;
}
/* ----------------------------------------------------------------------------- */
#content
{
    /*padding-top: 15px;*/
    padding-left: 15px;
    background-color: #3e4649;
}
/* ----------------------------------------------------------------------------- */
#sidebar
{
    margin-right: 15px;
}
#sidebar .widget
{
    /*margin-top: 15px;*/
    margin-bottom: 15px;
    padding: 0px;
}
#sidebar .widget .title
{
    color: #a6c63c;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 5px solid #a6c63c;
}
#sidebar .widget .boxed
{
    padding: 10px 15px 10px 15px;
    background-color: #383f42;
    border-left: 1px solid #525c60;
    border-right: 1px solid #525c60;
    border-bottom: 1px solid #525c60;
}
#sidebar .widget ul
{
    margin:0;
    padding:0;
    background-color: #383f42;
}
#sidebar .widget ul li
{
    color: #a6c63c;
    padding-left: 15px;
    border-left: 1px solid #525c60;
    border-right: 1px solid #525c60;
    border-bottom: 1px solid #525c60;
}
#sidebar .widget .adsense
{
    display: block;
    background-color: #383f42;
    padding: 10px 5px 10px 5px;
    border: 1px solid #525c60;
}
/* ----------------------------------------------------------------------------- */
#footer
{
    clear: both;
    width: 960px;
    height: 30px;
    margin: 0px auto;
    font-size: 10px;
    text-align: center;
    padding-top: 5px;
    background-color: #363d40;
}


/*********************************************************************************\
 Word Press
\*********************************************************************************/
.aligncenter, div.aligncenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft        {float: left;}
.alignright       {float: right;}
img.alignright    {float:right; margin:0 0 1em 1em; border:1px solid black;}
img.alignleft     {float:left; margin:0 1em 1em 0; border:1px solid black;}
img.aligncenter   {display: block; margin-left: auto; margin-right: auto; border:1px solid black;}
a img.alignright  {float:right; margin:0 0 1em 1em}
a img.alignleft   {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

/* ----------------------------------------------------------------------------- */
.wp-caption,
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter,
.wp-caption.alignnone
{
   padding: 4px 3px 0px 3px;
}
.wp-caption.alignleft
{
    margin:0 1em 1em 0;
}
.wp-caption.alignright
{
    margin:0 1em 1em 0;
}
.wp-caption.aligncenter
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption
{
    text-align: center;
    border: 1px solid #525c60;
    background-color: #383f42;
}
.wp-caption img
{
    margin: 0px;
    padding: 0px;
    border: 1px solid black;
}
.wp-caption p.wp-caption-text
{
    margin: 0;
    font-size: 75%;
    line-height: 17px;
    font-style: italic;
    padding: 1px 4px 1px 4px;
}


/*********************************************************************************\
 Content Elements (Template-Level)
\*********************************************************************************/
.entry
{
    margin-bottom: 25px;
}
/* ----------------------------------------------------------------------------- */
.entry-title-post,
.entry-title-post a
{
    color: #a6c63c;
    font-size: 20px;
    font-weight: bold;
    font-family: "Trebuchet MS", "MS Trebuchet", 'Lucida Grande', Verdana, Arial, sans-serif;
}
.entry-title-post
{
    padding-left: 5px;
    border-left: 5px solid #a6c63c;
}
.entry-title-post a:hover
{
    text-decoration: underline;
}
/* ----------------------------------------------------------------------------- */
.entry-title-page
{
    color: #a6c63c;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 5px solid #a6c63c;
    font-family: "Trebuchet MS", "MS Trebuchet", 'Lucida Grande', Verdana, Arial, sans-serif;
}
/* ----------------------------------------------------------------------------- */
.entry-date
{
    float: right;
    line-height: 1.1em;
    padding: 2px 5px 2px 5px;
    margin: 0px 0px 10px 10px;
    border: 1px solid #525c60;
    background-color: #383f42;
}
.entry-date *
{
    text-align: center;
}
.entry-date .year
{
    font-size:12px;
}
.entry-date .month
{
    font-size:14px;
}
.entry-date .day
{
    color: #a6c63c;
    font-size:20px;
    font-weight: bold;
    font-family: "Trebuchet MS", "MS Trebuchet", 'Lucida Grande', Verdana, Arial, sans-serif;
}
/* ----------------------------------------------------------------------------- */
.entry-content
{
    color: #dddede;
    line-height: 1.5em;
    margin-top: 15px;
    font-size: 12px;
    font-weight: normal;
}
.entry-content a
{
    color: #a6c63c;
    border: none;
    text-decoration: none;
}
.entry-content a:hover
{
    text-decoration: underline;
}
.entry-content strong
{
    font-weight: bold;
}
.entry-content em
{
    font-style: italic;
}
.entry-content h1,.entry-content h2,.entry-content h3,
.entry-content h4,.entry-content h5,.entry-content h6
{
	font-weight: normal;
    margin-top: 15px;
    margin-bottom: 15px;
	font-family: "Trebuchet MS", "MS Trebuchet", 'Lucida Grande', Verdana, Arial, sans-serif;
}
.entry-content h1 { font-size: 18px; font-weight: bold; }
.entry-content h2 { font-size: 16px; font-weight: bold; }
.entry-content h3 { font-size: 14px; font-weight: bold; }
.entry-content h4 { font-size: 12px; font-weight: bold; }
.entry-content ul,
.entry-content ol
{
    padding: 0px;
    margin-left: 1.8em;
}
.entry-content ul li,
.entry-content ol li
{
    margin: 0px;
    list-style-position: inside;
}
.entry-content ul li
{
    list-style: disc;
}
/* ----------------------------------------------------------------------------- */
.entry-footer
{
    clear: both;
    min-height: 15px;
    background-color: #383f42;
    border: 1px solid #525c60;
}
/* ----------------------------------------------------------------------------- */
.entry-meta
{
    float: left;
    color: #6f7579;
    font-size: 12px;
    margin-left: 5px;
}
.entry-meta a
{
    color: #6f7579;
    font-style: italic;
}
/* ----------------------------------------------------------------------------- */
.entry-commentinfo
{
    float: right;
    color: #6f7579;
    font-size: 12px;
    padding: 1px 5px 1px 20px;
    background: #383f42 url(images/ico_comment.png) no-repeat center left;
}
/* ----------------------------------------------------------------------------- */
.comments
{
    margin-top: 25px;
}
.comments h1
{
    color: #a6c63c;
    font-size: 20px;
    font-weight: bold;
    font-family: "Trebuchet MS", "MS Trebuchet", 'Lucida Grande', Verdana, Arial, sans-serif;
    margin-top: 25px;
    margin-bottom: 25px;
}
/* ----------------------------------------------------------------------------- */
.comment-entry,
.comment-entry-self
{
    padding: 15px;
    border: 1px solid #525c60;
    background-color: #383f42;
    margin-bottom: 15px;
}
.comment-entry-self
{
    border: 1px solid #7e9d47;
}
/* ----------------------------------------------------------------------------- */
.comment-info img
{
    float: left;
    margin-right: 15px;
}
.comment-info .author,
.comment-info .author a
{
    display: block;
    color: #6f7579;
    line-height: 16px;
    font-size: 16px;
    font-weight: bold;
    font-family: "Trebuchet MS", "MS Trebuchet", 'Lucida Grande', Verdana, Arial, sans-serif;
}
.comment-info .author a
{
    color: #dddede;
}
.comment-info .stamp
{
    color: #6f7579;
    display: block;
    font-size: 10px;
}
/* ----------------------------------------------------------------------------- */
.comment-text
{
    clear: both;
    margin-top: 15px;
}
/* ----------------------------------------------------------------------------- */
#comment-form .container
{
    padding: 15px;
    border: 1px solid #525c60;
    background-color: #383f42;
}
#comment-form .field
{
	clear: left;
	padding-top: 2px;
}
#comment-form label
{
	float: left;
    padding: 6px 3px;
    margin-bottom: 5px;
}
#comment-form input, #comment-form textarea
{
    float: right;
	width: 450px;
    margin: 1px;
    margin-bottom: 5px;
    padding:6px 3px;
    font-size: 90%;
    font-weight: normal;
	font-family: "Courier New", Courier, monospace;
    
    color: #dddede;
    border: 1px solid #525c60;
    background-color: #383f42;
}
#comment-form input:hover, #comment-form textarea:hover,
#comment-form input:focus, #comment-form textarea:focus
{
    background-color: #3e4649;
}
#comment-form .loggedin
{
	float: right;
	width: 450px;
	margin: 0px;
    margin-bottom: 5px;
	/*padding: 0px 1px;*/
    padding:6px 3px;
    font-weight: normal;
	font-family: "Courier New", Courier, monospace;
    
    color: #6f7579;
    background-color: #383f42;
}
#comment-form .loggedin a
{
    color: #6f7579;
    background-color: #383f42;
}

#comment-form #comment
{
	overflow: auto;
}
#comment-form #comment-submit
{
    float: right;
    width: auto;
	padding: 3px;
    margin-top: 15px;
    font-size: 90%;
    font-weight: normal;
	font-family: Arial, Verdana, Helvetica, sans-serif;
    
    color: #dddede;
    border: 1px solid #525c60;
    background-color: #383f42;
}
#comment-form #comment-submit:hover,
#comment-form #comment-submit:focus
{
	background-color: #3e4649;
}

/* ----------------------------------------------------------------------------- */
#pagination .next
{
    float: left;
}
#pagination .prev
{
    float: right;
}