/*
Template Name: OnlineStudio
File: Layout CSS
Author: OS Templates
Author URI: http://www.os-templates.com/
Licence: <a href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-Share Alike 3.0 Unported License</a>
*/

@import url(navi.css);
@import url(forms.css);
@import url(tables.css);


body{
	margin:0;
	padding:0;
	font-size:12px;
	font-family:verdana, Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	}

img{
	border:0;
	margin:0;
}
.justify{text-align:justify;}
.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{outline:none; text-decoration:none;}

.fl_left{float:left;}
.fl_right{float:right;}

.imgl, .imgr{border:1px solid #DFDFDF; padding:5px; color:#666666; background-color:#FFFFFF;}
.imgl{float:left; margin:0 8px 8px 0; clear:left;}
.imgr{
	float:right;
	clear:right;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 8px;
	margin-left: 8px;
}

/* ----------------------------------------------Wrapper-------------------------------------*/

div.wrapper{
	position:relative;
	width:100%;
	text-align:left;
	float: right;
	margin: 0;
	}

div.wrapper h4, div.wrapper h5, div.wrapper h6{
	font-size:22px;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	border-bottom:1px dashed #DDDDDD;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	}
	
	div.wrapper h1{
	font-size:22px;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	border-bottom:1px dashed #DDDDDD;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	color: #9C0;
	}
	
	div.wrapper h2{
	font-size:22px;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	border-bottom:1px dashed #DDDDDD;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	color: #779F00;
	}
div.wrapper h3{
	font-size:16px;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #333;
	border-bottom: 1px Dashed #333;
	}

.col1{
	background-image: url(../images/sky-background-small-cropped2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	width: 100%;
	background-color: #6C9D0C;
}
.col2{
	color:#333;
	background-image: url(../images/sky-background5-cropped2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #6C9E0A;
}
.col2 a{color:#A6DFD9; background-color:#1B1B1B;}
.col3{
	color:#333;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #333;
	background-color: #9C0;
	background-image: url(../images/background-repeat2.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.col3 a{
	color:#FFF;
	background-color:#333;
	padding-right: 5px;
	padding-left: 5px;
}
.col4{
	color:#666666;
	background-color:#9C0;
	background-image: url(../images/background-repeat2.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.col4 a{
	color:#9C0;
}
.col4 a:hover{
	color:#FF9900;
}
.col5{color:#666666; background-color:#F0F0F0; border-top:1px solid #D9D9D9;}
.col6{color:#CCCCCC; background-color:#2E2E2E;}
.col6 a{
	color:#9C0;
	background-color:#2E2E2E;
}
.col6 a:hover{
	color:#F90;
	background-color:#2E2E2E;
}


/* ----------------------------------------------Generalise-------------------------------------*/

#header, #intro, #latest, #breadcrumb, #container, #footer, #copyright{
	position:relative;
	display:block;
	width:980px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}

/* ----------------------------------------------Header-------------------------------------*/

#header{
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 0;
	background-color: #333;
	}

#header h1, #header p{
	margin:0;
	padding:0;
	}

#header #logo{
	display:block;
	float:left;
	width:260px;
	margin-left: 20px;
	height: 65px;
	}

#header h1{
	font-size:36px;
	border:none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
	}

#header h1 a{
	color:#9C0;
	}

/* ----------------------------------------------BreadCrumb-------------------------------------*/

#breadcrumb{
	padding:30px 0;
	}

#breadcrumb ul{
	margin:0;
	padding:0;
	list-style:none;
	}

#breadcrumb ul li{display:inline;}
#breadcrumb ul li.current a{text-decoration:underline;}

/* ----------------------------------------------Homepage Intro-------------------------------------*/

#intro{
	padding-top: 40px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	}

#intro h1, #intro p, #intro ul{
	margin:0;
	padding:0;
	border:none;
	list-style:none;
	line-height:normal;
	margin-right: 10px;
	}

#intro .fl_left{
	display:block;
	float:left;
	width:500px;
	padding-left: 20px;
	padding-right: 10px;
	margin-top: 0px;
	}

#intro .fl_left h1{
	font-size:42px;
	color: #333;
	padding: 5px;
	}

#intro .fl_left p{
	line-height:16px;
	margin-top:15px;
	}

#intro .fl_right{
	display:block;
	float:right;
	width:430px;
	margin-top:5px;
	text-align:right;
	}

#intro .fl_right li{
	display:inline;
	margin-right:30px;
	}

#intro .fl_right li.last{
	margin-right:0;
	}

/* ----------------------------------------------Homepage Latest-------------------------------------*/

#latest{
	padding:20px 0;
	}

#latest ul, #latest p{
	margin:0;
	padding:0;
	list-style:none;
	}

#latest h2{
	margin:0 0 15px 0;
	padding:0 0 8px 0;
	font-size:14px;
	font-weight:bold;
	border-bottom:1px dotted #000000;
	}

#latest li{
	display:block;
	float:left;
	width:295px;
	padding:0;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 20px;
	}

#latest li.last{margin-right:0;}

#latest li p.imgholder{
	display:block;
	width:285px;
	height:100px;
	padding:3px;
	border:3px solid #779F00;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	}

#latest a{
	font-weight:bold;
	}
	#latest a:hover{
	font-weight:bold;
	color: #9C0;
	}
#latest2 a{
	font-weight:bold;
	}
	#latest2 a:hover{
	font-weight:bold;
	color: #00C;
	}

/* ----------------------------------------------Content-------------------------------------*/

#container{
	padding:30px 0;
	}

#container h1, #container h2, #container h3, #container h4, #container h5, #container h6{
	color:#3A3B3F;
	background-color:#FFFFFF;
	}

#content{
	display:block;
	float:left;
	width:950px;
	padding-left: 15px;
	padding-right: 15px;
	}

/* ------Comments-----*/

#comments{margin-bottom:40px;}

#comments .commentlist {margin:0; padding:0;}

#comments .commentlist ul{margin:0; padding:0; list-style:none;}

#comments .commentlist li.comment_odd, #comments .commentlist li.comment_even{margin:0 0 10px 0; padding:15px; list-style:none;}

#comments .commentlist li.comment_odd{
	color:#333;
	background-color:#E2FFA6;
}
#comments .commentlist li.comment_odd a{
	color:#345D25;
}

#comments .commentlist li.comment_even{
	color:#333;
	background-color:#E5FFB9;
}
#comments .commentlist li.comment_even a{
	color:#345D25;
}

#comments .commentlist .author .name{font-weight:bold;}
#comments .commentlist .submitdate{font-size:smaller;}

#comments .commentlist p {margin:10px 5px 10px 0; padding:0; font-weight: normal;text-transform: none;}

#comments .commentlist li .avatar{float:right; border:1px solid #EEEEEE; margin:0 0 0 10px;}

/* ----------------------------------------------Column-------------------------------------*/

#column{
	display:block;
	float:right;
	width:300px;
	}

.flickrbox ul{
	margin:0;
	padding:0;
	list-style:none;
	}
	
.flickrbox li{
	display:block;
	float:left;
	width:80px;
	height:80px;
	margin:0 15px 15px 0;
	padding:4px;
	color:#666666;
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	}

.flickrbox li.last{margin-right:0;}

#column .holder, #column #featured{
	display:block;
	width:300px;
	margin-bottom:20px;
	}

#column .holder p{
	line-height:1.6em;
	}

#column h2{
	font-size:20px;
	}

#column .holder h2.title{
	display:block;
	width:100%;
	height:65px;
	margin:0;
	padding:15px 0 0 0;
	font-size:20px;
	line-height:normal;
	border-bottom:1px dashed #666666;
	}

#column .holder h2.title img{
	float:left;
	margin:-15px 8px 0 0;
	padding:5px;
	border:1px solid #666666;
	}

#column .holder p.readmore{
	display:block;
	width:100%;
	font-weight:bold;
	text-align:right;
	line-height:normal;
	}

#column div.imgholder{
	display:block;
	width:290px;
	margin:0 0 10px 0;
	padding:4px;
	color:#666666;
	background-color:#F7F7F7;
	border:1px solid #CCCCCC;
	}
	
/* Featured Block */

#column #featured a{
	color:#FF6600;
	background-color:#FFFFFF;
	}

#column #featured ul, #column #featured h2, #column #featured p{
	margin:0;
	padding:0;
	list-style:none;
	}

#column #featured li{
	display:block;
	width:250px;
	margin:0;
	padding:20px 25px;
	color:#2E271D;
	background-color:#FFFFFF;
	}

#column #featured li p{
	line-height:1.6em;
	}

#column #featured li p.imgholder{
	display:block;
	width:240px;
	height:90px;
	margin:20px 0 15px 0;
	padding:4px;
	border:1px solid #CCCCCC;
	}

#column #featured li h2{
	margin:0;
	padding:0 0 14px 0;
	font-size:20px;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#666666;
	background-color:#FFFFFF;
	line-height:normal;
	border-bottom:1px dashed #666666;
	}

#column #featured p.more{
	display:block;
	width:100%;
	margin-top:15px;
	font-weight:bold;
	text-align:right;
	line-height:normal;
	}

/* ----------------------------------------------Footer-------------------------------------*/

#footer{
	padding:30px 0;
	}

#footer a{
	color:#333333;
	background-color:#F0F0F0;
	}

#footer h2{
	border-bottom:1px dotted #333333;
	}

#footer p, #footer ul, #footer a{
	margin:0;
	padding:0;
	font-weight:normal;
	list-style:none;
	line-height:normal;
	}

#contactform{
	display:block;
	float:left;
	width:350px;
	}

#footer .fl_right{
	display:block;
	float:right;
	width:570px;
	}

#footer .footbox{
	display:block;
	float:left;
	width:180px;
	margin:0 15px 0 0;
	padding:0;
	}

#footer li{
	margin-bottom:3px;
	}

#footer .last{
	margin:0;
	}

#newsletter{
	display:block;
	width:100%;
	padding-top:20px;
	clear:both;
	}

.wrapper #newsletter p{
	float:left;
	padding:5px;
	color:#666666;
	background-color:#CCCCCC;
	}

/* ----------------------------------------------Copyright-------------------------------------*/

#copyright{
	padding:20px 0;
	}

#copyright p{
	margin:0;
	padding:0;
	}
abbr {
	color: #FFF;
}
