/*
Theme name: ArrivedOK Blog v2
Author: Grant Borodin
Theme URI: 
*/


body, html {
    margin: 0px;
    background-color : #cccccc;
    font-family : Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-size : 12px;
    height: 100%;
  }


a,a:link,a:active,a:visited {
    text-decoration:underline;
    color:#d40000;
  }


a:hover {
    text-decoration:underline;
    color:#000000;
  }

h1, h2, h3, h4 {
	margin: 0;
}

/*div {
    border: 1px solid black;
  }*/


.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

.container {
    width: 900px;
    background-color : white;
    background-image: url('images/container_01.gif');
    background-repeat: repeat-y;
    text-align: left;
    height: auto !important;
    height:100%;
    min-height:100%;
    /* font-size: 1em;
    */;
  }


.header {
    margin: 0 35px 0px 35px;
    width: 830px;
    height: auto;
    overflow: hidden;
  }


.headertop {
    margin-top: 6px;
    width: 100%;
    font-size: 1px;
    background-image: url('images/headertop_01.gif');
    background-repeat: no-repeat;
    height: 13px;
    display: block;
  }


.headercenter {
    width: 100%;
    font-size: 1px;
    background-image: url('images/headercent_01.gif');
    background-repeat: repeat-y;
    height: auto;
    display: block;
    overflow: hidden;
  }


.headerbot {
    width: 100%;
    font-size: 1px;
    background-image: url('images/headerbot_01.gif');
    background-repeat: no-repeat;
    height: 13px;
    display: block;
  }

.blogtitle {
    width:100%;
    float: left;
    height: 50px;
    overflow:hidden;
    padding: 20px 10px 50px 2px;
  }


.logo {
    width: 240px;
    height: 50px;
    background-image: url('images/logo_01.gif');
    background-position: top left;
    background-repeat: no-repeat;
    float:left;
     margin-top: 20px;
  }


.titletext {
    font-size: 14px;
    margin-right: 20px;
     margin-top: 20px;
    width: 550px;
    height: 50px;
    float:right;
    overflow: hidden;
    text-align: justify;
  }


.topmenu {
    font-size: 9pt;
    text-align: center;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 96%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
   }


.topmenu ul {
    margin: 0;
/*    white-space: nowrap;*/
    padding: 0;
  }


.topmenu li {
    display : inline;
    list-style-type : none;
    padding-left: 2px;
    padding-right: 0;
background-repeat: no-repeat;
  }


.topmenu a, .topmenu a:active, .topmenu a:visited {
    padding-left: 8px;
    padding-right: 0;
    text-decoration:none;
    color:#d40000;
    background-image: url('images/bullet_01.gif');
    background-position:  center left;
    background-repeat: no-repeat;
  }


.topmenu a:hover {
    padding-left: 8px;
    padding-right: 0;
    text-decoration:underline;
    color:#000000;
    background: url('images/bullet_02.gif') center left no-repeat;
  }

.main {
    margin: 28px 35px 0px 35px;
    width: 830px;
    height: auto;
    text-align: justify;
    overflow: hidden;
}

	/* Main - Content */
	
	.content {
		float: left;
		width: 600px;
		/*padding-left: 10px;*/
	}
	
	/* Main - Content - Post */
	
	.content .post {
		float: left;
		margin-bottom: 30px;
		width: 580px;
		padding: 10px;
		background: white;
		/*border: 1px solid #666666;*/
	}
	
		/* Post - Title */
		
		.content .post .post-title {
			width: 520px;
			padding-right: 60px;
			color: black;
			font: normal 8pt;
			padding-bottom: 10px;
		}
		
		.content .post .post-title a {
			color: black;
/*			font-weight:bold;*/
			text-decoration: none;
		}
		
		.content .post .post-title a:hover {
			text-decoration: underline;
		}
		
		.content .post .post-title .post-date {
			float: left;
			background: white;
			 background-image:url('images/post_date.gif');
			color: #d40000;
			text-align: center;
			text-transform: lowercase;
			height: 64px;
			margin-right: 10px;
			width: 64px;
			font-size: 14px;
			font-weight: bold;
			border: 1px solid #666666;
		}
		
		.content .post .post-title .post-date span {
			margin: 6px 0 1px 0;
			display: block;
			font-size: 24px;
			font-weight: bold;
		}
		
		.content .post .post-title h2 {
			padding-bottom: 3px;
			color: black;
			font: normal 18pt;
		}
		
		.content .post .post-title h2 a {
			color: black;
			text-decoration: none;
		}
		
		.content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		/* Post - Entry */
		
		.content .post .post-entry {
			font-size: 14px;
			color: black;
			padding: 0 5px;
			width: 570px;
			text-align: justify;
		}
		
		.content .post .post-entry a {
			color: black;
			text-decoration: underline;
		}
		
		.content .post .post-entry a:hover {
			color: #d40000;
			text-decoration: underline;
		}
		
		.content .post .post-entry .picture {
			margin: 0 10px 10px 0;
			float: left;
		}
		
		.content .post .post-entry .more-link {
			font: bold 10pt/18pt;
			color: black;
			float: right;
			margin-bottom: 5px;
		}
		
		.content .post .post-entry .more-link a {
			color: black;
			text-decoration: none;
		}
		
		.content .post .post-entry .more-link a:hover {
			color: #d40000;
			text-decoration: underline;
		}
		
		/* Post - Info */
		
		.content .post .post-info {
			padding: 10px 5px 0 5px;
			width: 570px;
			clear: both;
			font: bold 8pt;
			color: black;
		}
		
		.content .post .post-info a {
			color: black;
			text-decoration: none;
		}
		
		.content .post .post-info a:hover {
			color: #d40000;
			text-decoration: underline;
		}
		
		/* Post - Comments */
		
		.content .post h3 {
			color: gray;
			font: normal 14pt;
			margin: 20px 5px 10px 5px;

		}
		
		.content .post .comments {
			margin: 0 5px;
			font: normal 10pt;
			color: black;
		}
		
		.content .post .comments ol {
			margin: 10px 0;
			padding-left: 25px;
		}
		
		.content .post .comments ol li {
			padding: 5px;
		}
		
		.content .post .comments ol li a {
			color: #d40000;
			text-decoration: none;
		}
		
		.content .post .comments ol li a:hover {
			text-decoration: underline;
		}
		
		.content .post .comments ol li.alt {
			background: white;
		}
		
		.content .post .comments ol li cite {
			color: #d40000;
			font-style: normal;
			font-weight: bold;
		}
		
		.content .post .comments ol li cite a {
			color: #d40000;
			text-decoration: none;
		}
		
		.content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		.content .post .comments ol li .commentmetadata a {
			color: gray;
			text-decoration: none;
		}
		
		.content .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		.content .post #commentform {
			margin: 0 5px;
			font: normal 10pt;
			color: #ffffff;
		}
		
		.content .post #commentform a {
			color: #d40000;
			text-decoration: none;
		}
		
		.content .post #commentform a:hover {
			text-decoration: underline;
		}
	
	/* Main - Content - Navigation */
	
	.content .navigation {
		font: bold 10pt;
		color: black;
		float: left;
		margin-bottom: 30px;
		width: 600px;
	}
	
	.content .navigation a {
		width: 150px;
		text-align: center;
		display: block;
		color: black;
		text-decoration: none;
	}
	
	.content .navigation a:hover {
		color: #d40000;
		text-decoration: underline;
	}
	
		.content .navigation .navigation-previous {
			float: left;
		}
		
		.content .navigation .navigation-next {
			float: right;
		}

	/* Main - Sidebar */
	
	.sidebar {
		float: right;
		width: 20px;
		font: normal 10pt;
		color: black;
		padding-left: 14px;
		margin-bottom: 20px;
		margin-right: 10px;
	}
	
	.sidebar a {
		color: gray;
		text-decoration: none;
	}
	
	.sidebar a:hover {
		color: black;
		text-decoration: underline;
	}
	
	.sidebar .sidebar-left {
		float: left;
		width: 211px;
	}
	
	.sidebar .sidebar-right {
		float: right;
		width: 211px;
	}
	
	.sidebar .sidebar-box {
		margin-bottom: 10px;
		border-top: 1px solid #666666;
	}
	
		/* Sidebar - Titles */
		
		.sidebar h3 {
			padding-left: 0px;
			padding-bottom: 10px;
			font: bold 10pt/18pt Arial, Verdana, Tahoma, Sans;
			color: black;
			height: 20px;
		}
		
		/* Sidebar - Menus */
		
		.sidebar ul {
			margin: 0;
			padding: 0;
			list-style-type: none;
		}
		
		.sidebar ul li {
			color: black;
			padding-left: 0px;
			padding-bottom: 6px;
			font: 9pt/14pt Arial, Verdana, Tahoma, Sans ;
		}
		
		.sidebar ul li a {
			color: black;
			text-decoration: none;
		}
		
		.sidebar ul li a:hover {
			color: #d40000;
			text-decoration: underline;
		}
		
		.sidebar ul li ul {
			display: none;
		}
		
		/* Sidebar - Forms */
		
		.sidebar #searchform {
			margin: 0 auto;
			padding: 15px 0;
			width: 145px;
			text-align: center;
		}
		
		.sidebar #searchform #s {
			width: 145px;
		}
		
		/* Sidebar - Tables */
		
		.sidebar #calendar_wrap {
			margin: 5px auto;
			width: 130px;
		}
		
		.sidebar #calendar_wrap caption {
			font-weight: bold;
			color: #c8d3e4;
		}
		
		.sidebar #calendar_wrap tbody {
			text-align: right;
		}
		
		.sidebar #calendar_wrap tfoot #next {
			text-align: right;
		}
		
		.sidebar #calendar_wrap #today {
			font-weight: bold;
		}
		
		/* Sidebar - Texts */
		
		.sidebar .textwidget {
			padding: 5px;
		}

.footer {
    margin: 0 35px 0px 35px;
    width: 830px;
    height: auto;
    overflow: hidden;
	color: gray;
	font-size: 12px;
	text-align: center;
}

.footer a {
	color: #d40000;
	text-decoration: none;
}

.footer a:hover {
	color: black;
	text-decoration: underline;
}
