/*
Template Name: Ost Magazine
File: Layout CSS
Author: OS Templates
Author URI: http://www.os-templates.com/
Licence: <a href="http://www.os-templates.com/template-terms">Website Template Licence</a>
*/

@import url(featured_slide.css);
@import url(navi.css);
@import url(forms.css);
@import url(tables.css);

html,body{
	margin:0;
	padding:0;
	font-size:0.875em;
	font-family:"ヒラギノ角ゴ Pro W3",'Hiragino Kaku Gothic Pro',"メイリオ",Meiryo,Osaka,'ＭＳ Ｐゴシック', Verdana, Helvetica, sans-serif ;
	color:#333;
	background-color:#FFFFFF;
	height: 100%;
  	width: 100%;
	}

img.bg {
        min-height: 100%;
        min-width: 1024px;
        width: 100%;
        height: auto;
        position: fixed;
        top: 0;
        left: 0;
}
 
@media screen and (max-width: 1024px) { /* Specific to this particular image */
        img.bg {
                left: 50%;
                margin-left: -512px;   /* 50% */
        }
}

div#container {
  position: relative; 
}
	
.bold{font-weight:bold;}
.center{text-align:center;}
.right{text-align:right;}
.nostart{list-style-type:none; margin:0; padding:0;}
.clear{clear:both;}
br.clear{clear:both; margin-top:-15px;}

a{ text-decoration:none; color:#6699FF }

a:hover {text-decoration:underline }

a:hover img{
			filter: alpha(opacity=80);
			-moz-opacity:0.80;
			opacity:0.80;
			}

.fl_left{float:left;}
.fl_right{float:right;}

.imgl, .imgr{border:1px solid #C7C5C8; padding:5px;}
.imgl{float:left; margin:0 8px 8px 0; clear:left;}
.imgr{float:right; margin:0 0 8px 8px; clear:right;}


/* --------------Wrapper----------------------------*/

div.wrapper{
	display:block;
	width:960px;
	margin:0 auto;
	min-height: 100%;
	}


/* ------------------Generalise--------------*/

#header, #breadcrumb, .container,#footer, #copyright{
	position:relative;
	margin:0 auto 0;
	display:block;
	width:960px;
	}

/* ---------------Header--------------------------*/

#header{
	padding:10px 0;
	}

#header h1, #header ul{
	margin:0;
	padding:0;
	list-style:none;
	line-height:normal;
	}

#header #logo{
	display:block;
	float:left;
	margin-top:7px;
	margin-bottom:15px;
	overflow:hidden;
	}

#header #logo h1 a{
	border:none
	}
#header p {
	margin:0;
	padding:0;
	font-size:0.8em;
	color:#555;
	float:right;
	}


/* -----------------BreadCrumb---------------------*/

#breadcrumb ul{
	margin:0;
	padding:0;
	list-style:none;
	}

#breadcrumb ul li{display:inline;}

#breadcrumb ul li.current a{text-decoration:underline; color:#FFFF00; background-color:#191919;}

/* ------------Content------------------------------*/

.container{
	margin:0;
	padding:0;
	}

.content{
	display:block;
	float:left;
	width:600px;
	margin:10px 0 10px 0;
    box-shadow:2px 2px 2px #aedaf2;
    -moz-box-shadow:2px 2px 2px #aedaf2;
    -webkit-box-shadow:2px 2px 2px #aedaf2;
}


/* ------------Column-----------------*/

#column{
	display:block;
	float:right;
	width:330px;
	margin:10px 0 10px 10px;
	padding:10px;
	background-color:#FFFFFF;
	min-height:700px;
	box-shadow:2px 2px 2px #aedaf2;
    -moz-box-shadow:2px 2px 2px #aedaf2;
    -webkit-box-shadow:2px 2px 2px #aedaf2;
	}

	
#column .sponsors{
	display:block;
	width:330px;
	margin-bottom:10px;
	border-bottom : 1px dotted #666;
	}

#column .sponsors h2{
	margin:0;
	padding:0 0 0 20px;
	background-image:url(../images/title01.png);
	background-repeat:no-repeat;
	background-position:left;
	font-size:18px;
	height:50px;
	font-weight:lighter;
	position:relative;
	}
	
#column .sponsors h2 span { position:absolute;
					bottom:0;
					}

.b_330{
	display:block;
	width:320px;
	margin:0 0 8px 0;
	padding:4px;
	border:1px solid #C7C5C8;
	}
	
.fb-like-box { border:1px solid #C7C5C8; }


/* --------News-----------------*/


#latestnews{
	display:block;
	width:600px;
	background-color:#FFFFFF;
	padding-bottom:20px;
	}
	
#latestnews h2{
	margin:0 0 15px 4px;
	padding:10px 0 0 20px;
	background-image:url(../images/title01.png);
	background-repeat:no-repeat;
	background-position:left;
	font-size:18px;
	height:50px;
	font-weight:lighter;
	position:relative;
	}
	
#latestnews h2 span { position:absolute;
					bottom:0;
					}
					
#latestnews ul, #latestnews li{
	display:block;
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
	}

#latestnews li{
	margin:0 0 15px 0;
	padding:0 0 15px 0;
	border-bottom:1px dotted #666666;
	}

#latestnews img { display:block;
				margin:0 auto 0;
				border:none;
				}

	
#feed { float:left;
		width:590px;
		margin:0;
		padding:4px;
		}

#feed img { 
			float:left;
			padding:4px;
			border:1px solid #ccc;
			}
			
#feed div.bodyPost { 
			float:right;
			display:block;
			width:420px;
			height:150px;
			margin:0;
			padding:0 4px 10px 4px;
			}

#feed h4 { display:block;
		border-bottom:1px dotted #666;
		padding-bottom:2px;
		margin-top:0;
		margin-bottom:6px;
		}
		
#feed h4 a { color:#333;
			font-weight:bold;
			text-decoration:none
			}

#feed div.clearfix { clear:both }

#feed div.post { clear:both }

			
			
			

/* ------------Footer-------------------*/

#footer{
	padding:0;
	color:#fff;
	background-color:rgba(0,0,0,0.65);
	}

#footer ul{
	margin:0;
	padding:0;
	list-style:none;
	}

#footer h2{
	margin:0 0 15px 0;
	padding:8px 0;
	font-size:14px;
	color:#fff;
	font-weight:bold;
	}

#footer .box{
	display:block;
	float:right;
	width:270px;
	margin:0 10px 0 10px;
	padding:0;
	}

#footer .box1{
	display:block;
	float:left;
	width:360px;
	padding-left:10px;
	line-height:1.6em;
	color:#efefef;
	}

#footer .box1 .imgl{border:1px solid #CCCCCC; padding:5px; }

#footer .contactdetails li{
	margin:0 0 8px 0;
	}

#footer .class ul li { min-height:20px;
						margin-bottom:4px;
					}
#footer .class ul li img { vertical-align:middle;
						border:none;
						padding-right:2px;
						}
					
#footer .class a { color:#fff;
				text-decoration:none
				}
				
#footer .class a:hover { color:#CC99FF;
						text-decoration:underline
						}		

/* --------------Copyright----------------*/

#copyright{
	color:#fff;
	background-color:rgba(0,0,0,0.8);
	}

#copyright p{
	margin:0;
	padding:10px;
	}