/*   
Theme Name: Laptop LP 1
Theme URI: www.fiksie.com
Description: Custom Wordpress Theme
Author: fiksie
Author URI: fiksie.com
*/

/* global reset */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,
pre,a,abbr,acronym,address,big,cite,code,del,dfn,img,ins,kbd,
q,samp,small,strike,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,
form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
:focus{outline:0;}
ol,ul{list-style:none;}
table{border-collapse:separate;border-spacing:0;}
caption,th,td{text-align:left;font-weight:normal;}
blockquote:before,blockquote:after,
q:before,q:after{content:"";}
blockquote,q{quotes:"" "";}

/* end of global reset */


/* ----- CSS ----- */

body { background:#737373; font-family:Arial, Helvetica, sans-serif; font-size:14px;}

/* ----- ID'S & CLASSES----- */

#wrapper { width:858px; margin: 0 auto;}

#header {width:858px; height:70px;}
#header h1 { font-family:Myriad Pro, Arial, Helvetica, sans-serif; font-weight:bold; color:#fff; font-size:40px; float:left; margin-right:40px; line-height:70px;}
#header h2 { font-family:Myriad Pro, Arial, Helvetica, sans-serif; font-weight:bold; color:#fff; font-size:22px; float:left; line-height:70px; font-style:italic;}

#header-content { background:url(images/header-content-bg.jpg) 640px 60px no-repeat #FCFCFC;}
#header-left {width:450px; float:left; display:inline; margin: 10px 0 15px 15px;}
#header-left h2 { background:url(images/header-content-h2-bg.jpg) no-repeat; line-height:34px; font-size:24px; font-weight:bold; margin:15px 0; padding-left:55px;}
#header-left p { padding-left:50px; font-style:italic; font-size:14px;}
#header-right { width:362px; float:right; display:inline; margin:20px 10px 10px 0; text-align:center;}

#main { float:right; width:576px; margin:10px 0 10px 10px;}
#main h2 { background:url(images/main-h2.jpg) no-repeat; line-height:51px; padding-left:10px; font-size:24px; color:#fff; font-weight:bold; margin-bottom:5px;}
#main .post-content { background:#F7F7F7; padding:10px;}
#main .post-content p { font-size:12px; padding-bottom:5px;}
#main .postmeta { background:#fff; margin:5px 0;}
#main .meta { display:inline; float:left; margin:10px; text-align:right; font-size:15px; line-height:22px;}

#sidebar { float:left; width:272px; margin:10px 0;}
#sidebar .sidebar-box { margin-bottom:15px;}
#sidebar h3 { background:url(images/sidebar-h3.jpg) no-repeat; line-height:39px; color:#fff; font-style:italic; font-weight:bold; font-size:22px; padding-left:10px;}
#sidebar ul { padding:10px; background:#FAFAFA; margin:1px;}
#sidebar ul li a { font-size:18px; font-weight:bold; line-height:25px; color:#D35B00;}

#footer {width:;}


/* ----- SPECIAL CLASSES ----- */

.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}
