/*
Theme Name: testatomicstudios
Theme URI: http://www.atomicstudios.com
Description: This is the theme for atomicstudios.
Version: 1.0
Author: Dasun Heenatigala
Author URI: http://www.whynotonline.com/

*/
html,body{
 margin : 0em;
 padding : 0em;
 border : 0em;
 width : 100%;
}

#wrapper{
 width : 100%;
 overflow : hidden;
}

#header{
 width : 99%;
 margin : 0.1em;
 padding-top : 1.5em;
}

.headerimg{
 width : 100%;
 height : 1em;
 background : url('images/film-roll.jpg') repeat-x;
}

#logo{
 width : 100%;
 height : 120px;
}

#contentpanelwrapper{
 width : 52%;
 margin : 0.1em;
 float : left;
 padding-top : 1.2em;
 padding-left : 0.3em;
}

#leftpanelwrapper{
 width : 22%;
 margin : 0.1em;
 float : left;
 padding-top : 1.2em;
 padding-left : 0.3em;
}

#rightpanelwrapper{
 width : 22%;
 margin : 0.1em;
 float : right;
 padding-top : 1.2em;
 padding-right : 0.8em;
 padding-left : 0.2em;
}

li a{
 color : black;
}

ul.leftmenu{
 list-style-position : outside;
 margin : 0.1em;
 padding-left : 0.7em;
}

ul.categorieslist{
 list-style : none;
 padding-left : 0.5em;
 margin : 0.1em;
}

li.leftlist{
 font-size: 0.9em;
 font-family: Arial;
}

#footer{
 clear : both;
 padding-top : 0.5em;
 width : 99%;
 margin : 0.2em;
}

.boxleft{
 padding : 0em;
 width : 100%;
 background : url('images/left.gif') repeat-y left;
}

.boxright{
 padding : 0px;
 width : 100%;
 background : url('images/right.gif') repeat-y right;
}

.boxtop{
 padding : 0px;
 width : 100%;
 background : url('images/top.gif') repeat-x top;
}

.boxbottom{
 padding : 0px;
 width : 100%;
 background : url('images/bottom.gif') repeat-x bottom;
}

.boxtopleft{
 padding : 0px;
 width : 100%;
 background : url('images/top-left.gif') no-repeat top left;
}

.boxtopright{
 padding : 0px;
 width : 100%;
 background : url('images/top-right.gif') no-repeat top right;
}

.boxbottomleft{
 padding : 0px;
 width : 100%;
 background : url('images/bottom-left.gif') no-repeat bottom left;
}

.boxbottomright{
 padding : 0px;
 width : 100%;
 background : url('images/bottom-right.gif') no-repeat bottom right;
}

.boxcontent{
 overflow : hidden;
 padding-left : 20px;
 padding-right : 15px;
 padding-top : 10px;
 padding-bottom : 20px;
}

.post{
 background-color : #c3c3c3;
 padding : 0.3em;
}

.centeralign{
 text-align : center;
 padding : 0.2em;
}

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}
