/*   
Theme Name: McIlroy
Theme URI: http://mcilroy.hu
Description: A.L. McIlroy honlapja
Author: picy
Author URI: http://picy.hu
Version: 1.0
*/

/* General Settings */

/* reseter */
* {
	margin: 0;
	padding: 0;
}

body {
	text-align:justify;
	font: normal "Times New Roman", Times, serif;
	color: #FFFFFF;
	background: url(themeimages/Background.jpg);
}

hr.clear
{
	clear: both;
	height: 1px;
	margin: -1px 0 0 0;
	padding: 0;
	border: none;
	visibility: hidden;
}

/* Global Links */
a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
	border: none;
}

a:hover {
	border: none;
	color: #FFFFFF;
}


/* Header */
#header {
	margin: 0 auto;
	background: url(themeimages/Header.jpg);
	width: 1000px;
        height: 333px;
        margin-top: 3px;

}



/* Content */
#content {
        margin: 0 auto;
	width: 1000px;
        text-align:justify;
        color: #FFFFFF;
        }

/* Maintext and Entry */

#maintext {
        background: url(themeimages/Header_bottom.jpg) no-repeat top;
	width: 1000px;
        min-height: 766px;
	float: left;
}
#maintext_bottom {
        background: url(themeimages/Footer_top.jpg) no-repeat bottom;
	width: 1000px;
        min-height: 766px;
	float: left;
}

.postblock {
	width: 760px;
	margin-bottom: 10px;
        margin-left: 15px;
	padding-bottom: 20px;
}

.postblock h3 {
	color: #FFFFFF;
}

.postblock h3 a:link, .postblock h3 a:visited {
	color: #FFFFFF;
	text-decoration: none;
        border: none;
}

.postblock h3 a:hover {
	color: #FFFFFF;
        border: none;
}

.postblock p a:link, .postblock p a:visited {
	color: #FFFFFF;
	text-decoration: none;
        border: none;
}

.postblock p a:hover {
	color: #FFFFFF;
        border: none;
}

#maintext h3 {
	font-size: 1.6em;
	margin: 0 40 10px;
}

#maintext h4 {
        font-size: 1.2em,
        margin: 10px 40;
}

p.date {
	font-size: 0.9em;
	margin: 0 420 10px;
}

#maintext p {
	margin: 0 40 10px;
}

#maintext ol, #maintext blockquote {
	margin: 0 40px 0;
}

#maintext ul, #maintext ol {
	margin-bottom: 10px;
}

#maintext blockquote {
	font-size: 0.9em;

	padding: 10px 40px 0;
	font-style: italic;
}

#maintext h2.pagetitle {
	font-size: 1.2em;
	margin-bottom: 20px;
}

p.postmetadata {
	font-size: 0.9em;
	margin: 0 0 10px;
}

p.navigation {
	font-size: 0.9em;
	text-align: center;
}

.navigation a:link, .navigation a:visited {
	color: #AA2727;
	text-decoration: none;
        border: none;
}

.navigation a:hover {
	color: #FCB4B7;
        border: none;
}

.left {
	float: left;
	margin-left: 50px;
}

.right {
	float: right;
	margin-right: 50px;
}

/* Sidebar */

#sidebar {
	width: 200px;
        height:750px;
        float: right;
}



input#s {
	width: 150px;
	border: 1px solid #333;
	font-size: 1em;
}

input#searchsubmit {
	width: 50px;

	border: 1px solid #333;

	font-size: 0.9em;
	background-color: #AA2727;
	color: #fff;
}

/* Footer */
#footer {
	margin: auto;
	width: 1000px;
}

#footer p {
	font-size: 0.9em;
}

#footer a:link, #footer a:visited {
	color: #AA2727;

	text-decoration: none;
	border-bottom: 1px dotted #AA2727;
}




#footer a:hover {
	color: #FCB4B7;
	border-bottom-width: 0px;
}

/* Comment Form */

form input {
	border: 1px solid #333;
	background-color: #f0f0f0;
	border-width: 0 0 1px;
	font-size: 0.9em;
}

textarea#comment {
	width: 400px;
	border: 1px solid #333;
	background-color: #f0f0f0;

}


input#submit {

	background-color: #AA2727;
	color: #fff;
	width: 150px;
	border-width: 1px;
}
h1#headtitle {
	padding-top: 60px;
	width: 430px;
	font-size: 2.5em;
	line-height: 80%;
        text-align: center;
}

h1 a:link, h1 a:visited {
	text-decoration: none;
	color: #AA2727;
        border: none;
}

h1 a:hover {
	color: #FCB4B7;
}

h2#description {
	width: 430px;
	font-size: 1.2em;
	padding-top: 15px;
        text-align: center;
}


/* Not Found */

#error {
	text-align: center;
	color: #AA2727;
}
	
